]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/initscripts/initscripts-1.0/single
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / initscripts / initscripts-1.0 / single
1 #! /bin/sh
2 #
3 # single        executed by init(8) upon entering runlevel 1 (single).
4 #
5 # Version:      @(#)single  1.20  26-Geb-2001  miquels@cistron.nl
6 #
7
8 PATH="/sbin:/bin:/usr/sbin:/usr/bin"
9
10 # Kill all processes.
11 echo "Sending all processes the TERM signal..."
12 killall5 -15
13 sleep 5
14 echo "Sending all processes the KILL signal..."
15 killall5 -9
16
17 # We start update here, since we just killed it.
18 test -x /sbin/update && update
19
20 echo "Entering single-user mode..."
21 exec init -t1 S