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

Revision 24153, 526 bytes checked in by geofft, 15 years ago (diff)
reactivate: Fix typo
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
8# Restart necessary daemons outside the chroot
9daemons=$(/usr/sbin/policy-rc.d --daemons)
10for daemon in $daemons; do
11    invoke-rc.d "$daemon" start || [ $? = 100 ]
12done
13
14/usr/lib/debathena-reactivate/reactivate
15
16rm /var/run/athena-login
Note: See TracBrowser for help on using the repository browser.