source: trunk/debathena/config/reactivate/debian/01debathena-reactivate-cleanup @ 24057

Revision 24057, 410 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 end of a gdm
2# login session.  gdm blocks until it finishes.  DISPLAY is set but
3# the X server might be dead in some cases.
4
5# Set the volume to zero for all sound cards, and save that state.
6invoke-rc.d debathena-reactivate start
7
8if [ "$(machtype -q)" != "quickstation" ]; then
9    # Clean up the login snapshot.
10    athena-login-snapshot login-end
11fi
Note: See TracBrowser for help on using the repository browser.