From 13190c01f39149b0f438ec01dea8ebfd478bb117 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Sun, 3 Aug 2008 19:01:30 +0000 Subject: [PATCH] added a message at end of rsync notifying user the rsync is complete --- src/usr/bin/sbopkg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 2c03be3..c005aca 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -471,6 +471,8 @@ rsync_command () { # This function holds the rsync command. /usr/bin/rsync -avz --delete --timeout=5 --exclude="*.sbopkg" \ $RSYNCMIRROR/$SLACKVER/ $LOCALREPO/$SLACKVER/ +echo +echo "Rsync with SlackBuilds.org complete." rm -rf $TMP/sbopkg_rsync.lck }