summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 2f5b16a..879be29 100755
--- a/etc/rc
+++ b/etc/rc
@@ -27,7 +27,7 @@ SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1`
/bin/mkdir -p /usr/savecore 2>/dev/null
/sbin/savecore /usr/savecore $SWAPDEVICE
-/etc/rc.conf_mount_rw
+/usr/local/bin/php -f /etc/rc.conf_mount_rw
rm -rf /var/run/*
rm -rf /tmp/*
@@ -92,7 +92,7 @@ done
echo Final firewall setup in progress...
/etc/rc.filter_configure
-/etc/rc.conf_mount_ro
+/usr/local/bin/php -f /etc/rc.conf_mount_ro
exit 0
OpenPOWER on IntegriCloud