summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-03 22:02:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-03 22:02:48 +0000
commit2d6ee6d6c13b341b997a37aad0e3d3142abd230a (patch)
treec402c6a0930e69b7c97bbcb27bda3cc9fd802365 /etc/rc
parentae66f8722b6c6c93b2c3d399f84043391b3c2711 (diff)
downloadpfsense-2d6ee6d6c13b341b997a37aad0e3d3142abd230a.zip
pfsense-2d6ee6d6c13b341b997a37aad0e3d3142abd230a.tar.gz
Do not output if we are syncing packages. Let the script do this.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 82a9ba4..f725248 100755
--- a/etc/rc
+++ b/etc/rc
@@ -87,9 +87,7 @@ echo Done.
/usr/sbin/cron 2>>/tmp/bootup_messages
-echo -n "Syncing package configurations..."
/etc/rc.packages
-echo Done.
echo "Executing rc.d items..."
for FILE in /usr/local/etc/rc.d/*.sh; do
OpenPOWER on IntegriCloud