]> pd.if.org Git - startuptools/blob - scripts/rc.single
added startup scripts
[startuptools] / scripts / rc.single
1 #!/bin/sh
2
3 #. /etc/rc.conf
4
5 # sulogin will do what we want.  this script is a placeholder
6 # the system admin can use it if something else needs
7 # to be done specially for single user mode
8
9 exit 0
10