diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-23 01:24:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-23 01:24:54 +0000 |
commit | 8e1ee760fa6ec85981cff65a551e3b0a2988d7f6 (patch) | |
tree | fb924e795d40a656a8dddb08e9e949347e172ed2 /etc/rc.start_packages | |
parent | 20e593fa26b99aea967d2a20f1512487dfe4a72b (diff) | |
download | pfsense-8e1ee760fa6ec85981cff65a551e3b0a2988d7f6.zip pfsense-8e1ee760fa6ec85981cff65a551e3b0a2988d7f6.tar.gz |
Do not output Syncing packages twice, once is enough.
Diffstat (limited to 'etc/rc.start_packages')
-rwxr-xr-x | etc/rc.start_packages | 1 |
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... " |