3 # single executed by init(8) upon entering runlevel 1 (single).
5 # Version: @(#)single 1.20 26-Geb-2001 miquels@cistron.nl
8 PATH
="/sbin:/bin:/usr/sbin:/usr/bin"
11 echo "Sending all processes the TERM signal..."
14 echo "Sending all processes the KILL signal..."
17 # We start update here, since we just killed it.
18 test -x /sbin
/update
&& update
20 echo "Entering single-user mode..."