Browse Source

correct removal of pid files

master
Michael Schloh von Bennewitz 22 years ago committed by Ralf S. Engelschall
parent
commit
33e1292d06
  1. 2
      nagios/nagios.spec
  2. 2
      nagios/rc.nagios
  3. 2
      openvpn/openvpn.spec
  4. 2
      openvpn/rc.openvpn
  5. 2
      powerdns/powerdns.spec
  6. 4
      powerdns/rc.powerdns
  7. 2
      rdist/rc.rdist
  8. 2
      rdist/rdist.spec
  9. 2
      samhain/rc.samhain
  10. 2
      samhain/samhain.spec

2
nagios/nagios.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Network
License: GNU
Version: 1.1
Release: 20031110
Release: 20031127
# package options
%option with_fsl yes

2
nagios/rc.nagios

@ -49,7 +49,7 @@
rcService nagios enable yes || exit 0
rcService nagios active no && exit 0
nagios_signal TERM
rm -f $nagios_pidfile
rm -f $nagios_pidfile 2>/dev/null || true
%restart -u @l_musr@
rcService nagios enable yes || exit 0

2
openvpn/openvpn.spec

@ -36,7 +36,7 @@ Distribution: OpenPKG [JUNK]
Group: Network
License: GPL
Version: 1.5.0
Release: 20031121
Release: 20031127
# package options
%option with_fsl yes

2
openvpn/rc.openvpn

@ -37,7 +37,7 @@
rcService openvpn enable yes || exit 0
rcService openvpn active no && exit 0
openvpn_signal TERM
rm $openvpn_pidfile
rm -f $openvpn_pidfile 2>/dev/null || true
%restart -u @l_susr@
rcService openvpn enable yes || exit 0

2
powerdns/powerdns.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: DNS
License: GPL
Version: 2.9.12
Release: 20031126
Release: 20031127
# package options
%option with_fsl yes

4
powerdns/rc.powerdns

@ -56,8 +56,8 @@
rcService powerdns enable yes || exit 0
rcService powerdns active no && exit 0
powerdns_signal TERM
rm -f $powerdns_pidfile
rm -f $powerdns_sckfile
rm -f $powerdns_pidfile 2>/dev/null || true
rm -f $powerdns_sckfile 2>/dev/null || true
%restart -u @l_susr@
rcService powerdns enable yes || exit 0

2
rdist/rc.rdist vendored

@ -37,7 +37,7 @@
rcService rdist enable yes || exit 0
rcService rdist active no && exit 0
rdist_signal TERM
rm $rdist_pidfile
rm -f $rdist_pidfile 2>/dev/null || true
%restart -u @l_susr@
rcService rdist enable yes || exit 0

2
rdist/rdist.spec vendored

@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
Group: Filesystem
License: BSD
Version: %{V_opkg}
Release: 20031010
Release: 20031127
# package options
%option with_fsl yes

2
samhain/rc.samhain

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

2
samhain/samhain.spec

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

Loading…
Cancel
Save