Browse Source

fix rc stuff

Ralf S. Engelschall 24 years ago
parent
commit
3f9510c604
2 changed files with 3 additions and 3 deletions
  1. 2 2
      rsync/rc.rsync
  2. 1 1
      rsync/rsync.spec

+ 2 - 2
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
 

+ 1 - 1
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