summaryrefslogtreecommitdiffstats
path: root/etc/rc.start_packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-23 01:24:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-23 01:24:54 +0000
commit8e1ee760fa6ec85981cff65a551e3b0a2988d7f6 (patch)
treefb924e795d40a656a8dddb08e9e949347e172ed2 /etc/rc.start_packages
parent20e593fa26b99aea967d2a20f1512487dfe4a72b (diff)
downloadpfsense-8e1ee760fa6ec85981cff65a551e3b0a2988d7f6.zip
pfsense-8e1ee760fa6ec85981cff65a551e3b0a2988d7f6.tar.gz
Do not output Syncing packages twice, once is enough.
Diffstat (limited to 'etc/rc.start_packages')
-rwxr-xr-xetc/rc.start_packages1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.start_packages b/etc/rc.start_packages
index e779065..4025e58 100755
--- a/etc/rc.start_packages
+++ b/etc/rc.start_packages
@@ -5,7 +5,6 @@ PLATFORM=`cat /etc/platform`
if [ ! "$PLATFORM" = "cdrom" ]; then
- echo "Syncing packages..."
/etc/rc.packages 2>/dev/null
echo "Executing rc.d items... "
OpenPOWER on IntegriCloud