source: trunk/debathena/config/reactivate/debian/99debathena-reactivate-setup @ 24057

Revision 24057, 272 bytes checked in by broder, 15 years ago (diff)
In cluster-login-config: * Unset the root password if the machine is a quickstation. In reactivate: * Don't put the user in a login snapshot on a quickstation.
  • Property svn:executable set to *
Line 
1# This script is sourced (not executed) as root at the beginning of a
2# gdm login session.  gdm blocks until it finishes.
3
4if [ "$(machtype -q)" != "quickstation" ]; then
5    # Create a login chroot for this login session.
6    athena-login-snapshot login-start || exit
7fi
Note: See TracBrowser for help on using the repository browser.