From 8e1ee760fa6ec85981cff65a551e3b0a2988d7f6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 23 Feb 2007 01:24:54 +0000 Subject: Do not output Syncing packages twice, once is enough. --- etc/rc.start_packages | 1 - 1 file changed, 1 deletion(-) (limited to 'etc') 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... " -- cgit v1.1