mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
7ce92c1087
commit
477135b97c
@ -10,7 +10,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then
|
||||
|
||||
echo "Executing rc.d items... "
|
||||
for FILE in /usr/local/etc/rc.d/*.sh; do
|
||||
echo -n " Starting ${FILE}..."
|
||||
echo -n " Stopping ${FILE}..."
|
||||
sh $FILE stop >>/tmp/bootup_messages 2>&1 &
|
||||
echo "done."
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user