Browse Source

Force the pid file removal

Michael Schloh von Bennewitz 23 years ago
parent
commit
50a631d25c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      samhain/rc.samhain
  2. 1 1
      samhain/samhain.spec

+ 1 - 1
samhain/rc.samhain

@@ -47,7 +47,7 @@
     rcService samhain active no && exit 0
     rcService samhain active no && exit 0
     samhain_signal TERM
     samhain_signal TERM
     samhain_wait
     samhain_wait
-    rm $samhain_pidfile
+    rm -f $samhain_pidfile
 
 
 %restart -u @l_susr@
 %restart -u @l_susr@
     rcService samhain enable yes || exit 0
     rcService samhain enable yes || exit 0

+ 1 - 1
samhain/samhain.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 Group:        System
 Group:        System
 License:      GPL
 License:      GPL
 Version:      1.7.11
 Version:      1.7.11
-Release:      20030909
+Release:      20030910
 
 
 #   package options
 #   package options
 %option       with_fsl  yes
 %option       with_fsl  yes