diff --git a/rsync/rc.rsync b/rsync/rc.rsync index 1590b876d3..0f6010897a 100644 --- a/rsync/rc.rsync +++ b/rsync/rc.rsync @@ -31,7 +31,7 @@ %restart -u root if opServiceEnabled rsync; then if [ -f $rsync_pidfile ]; then - kill -TERM `cat $rsync_pidfile ]; then + kill -TERM `cat $rsync_pidfile` sleep 2 fi @l_prefix@/bin/rsync $rsync_flags \ @@ -41,7 +41,7 @@ %reload -u root if opServiceEnabled rsync; then if [ -f $rsync_pidfile ]; then - kill -HUP `cat $rsync_pidfile ]; then + kill -HUP `cat $rsync_pidfile` fi fi diff --git a/rsync/rsync.spec b/rsync/rsync.spec index 2092a27090..62e0062383 100644 --- a/rsync/rsync.spec +++ b/rsync/rsync.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [REL] Group: Filesystem License: GPL Version: 2.5.4 -Release: 20020326 +Release: 20020328 # list of sources Source0: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz