#!/bin/sh # DESCRIPTION # # set up krb5 ticket file name to a stable value # REQUIRES # # INFO # NAME="init3-krb5" verbose() { if [ -n "$GLOBAL_VERBOSE" ]; then echo "HOOK: $NAME: $@" fi } verbose "has started" pmconf="/etc/security/pam_mount.conf.xml" cifsmount='/sbin/mount.cifs //%(SERVER)/%(VOLUME) %(MNTPT) -o %(OPTIONS)\n/sbin/umount.cifs %(MNTPT)\n' subst "s|