X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=scripts%2Frc.single;fp=scripts%2Frc.single;h=d2404aea46eb128adcbf4672674051561161b0c9;hb=9ea1bff7b049ce152767460c68bb61f6aa500cef;hp=0000000000000000000000000000000000000000;hpb=f0735327127a921d3ee96f51b84f23208bc6f445;p=startuptools diff --git a/scripts/rc.single b/scripts/rc.single new file mode 100644 index 0000000..d2404ae --- /dev/null +++ b/scripts/rc.single @@ -0,0 +1,10 @@ +#!/bin/sh + +#. /etc/rc.conf + +# sulogin will do what we want. this script is a placeholder +# the system admin can use it if something else needs +# to be done specially for single user mode + +exit 0 +