From aa26bd27643d575830eb818b435073fe396f059b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 3 Jun 2005 23:22:51 +0000 Subject: [PATCH] Mount rw before rc.bootup --- etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc b/etc/rc index f3a048adc1..bb03c2c2d7 100755 --- a/etc/rc +++ b/etc/rc @@ -97,11 +97,11 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp # Run ldconfig /sbin/ldconfig -elf /usr/lib /usr/local/lib /lib +/usr/local/bin/php -f /etc/rc.conf_mount_rw + # let the PHP-based configuration subsystem set up the system now /etc/rc.bootup -/usr/local/bin/php -f /etc/rc.conf_mount_rw - echo -n Starting Secure Shell Services... /etc/sshd