(2007-04-11) Kable-distro
This commit is contained in:
8
bsd-bootscripts/etc/rc.d/rc.5
Normal file
8
bsd-bootscripts/etc/rc.d/rc.5
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
#import functions
|
||||
. /etc/rc.d/functions
|
||||
|
||||
if [ -x /etc/rc.d/rc.local ]; then
|
||||
/etc/rc.d/rc.local
|
||||
fi
|
||||
Reference in New Issue
Block a user