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

Revision 24153, 333 bytes checked in by geofft, 14 years ago (diff)
reactivate: Fix typo
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
4# Stop daemons that need to be restarted inside the chroot
5daemons=$(/usr/sbin/policy-rc.d --daemons)
6for daemon in $daemons; do
7    invoke-rc.d "$daemon" stop || [ $? = 100 ]
8done
9
10touch /var/run/athena-login
Note: See TracBrowser for help on using the repository browser.