diff --git a/nagios/nagios.spec b/nagios/nagios.spec index 1de0688ba2..61e3b63f4c 100644 --- a/nagios/nagios.spec +++ b/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 diff --git a/nagios/rc.nagios b/nagios/rc.nagios index 316c333e0a..ed55c3be83 100644 --- a/nagios/rc.nagios +++ b/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 diff --git a/openvpn/openvpn.spec b/openvpn/openvpn.spec index d47abd76ea..a98c323183 100644 --- a/openvpn/openvpn.spec +++ b/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 diff --git a/openvpn/rc.openvpn b/openvpn/rc.openvpn index ae2a912597..cf8b4ee694 100644 --- a/openvpn/rc.openvpn +++ b/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 diff --git a/powerdns/powerdns.spec b/powerdns/powerdns.spec index 29a84057f0..d8294c17a2 100644 --- a/powerdns/powerdns.spec +++ b/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 diff --git a/powerdns/rc.powerdns b/powerdns/rc.powerdns index ffc046a710..2a8417d860 100644 --- a/powerdns/rc.powerdns +++ b/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 diff --git a/rdist/rc.rdist b/rdist/rc.rdist index fdf4660175..5006bdeb0f 100644 --- a/rdist/rc.rdist +++ b/rdist/rc.rdist @@ -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 diff --git a/rdist/rdist.spec b/rdist/rdist.spec index 999e2bdc01..fdbcec7049 100644 --- a/rdist/rdist.spec +++ b/rdist/rdist.spec @@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL] Group: Filesystem License: BSD Version: %{V_opkg} -Release: 20031010 +Release: 20031127 # package options %option with_fsl yes diff --git a/samhain/rc.samhain b/samhain/rc.samhain index 3718800d01..a2e827cd7f 100644 --- a/samhain/rc.samhain +++ b/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 diff --git a/samhain/samhain.spec b/samhain/samhain.spec index bf712ad174..d4dcc21760 100644 --- a/samhain/samhain.spec +++ b/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