From 7b2ac8289bfd6e62ed2f29870847211206cb3ab5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 20 Mar 2005 18:36:03 +0000 Subject: invoke php to activate ro and rw --- etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc') 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 -- cgit v1.1