Przeglądaj źródła

Force the pid file removal

Michael Schloh von Bennewitz 23 lat temu
rodzic
commit
50a631d25c
2 zmienionych plików z 2 dodań i 2 usunięć
  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
     samhain_signal TERM
     samhain_wait
-    rm $samhain_pidfile
+    rm -f $samhain_pidfile
 
 %restart -u @l_susr@
     rcService samhain enable yes || exit 0

+ 1 - 1
samhain/samhain.spec

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