From eb10ac0e97c1e5e98ce73a1966c97a7cedb9d086 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 1 Dec 2009 19:40:13 +0100 Subject: use pkill for startup scripts - seems to solve the issue, that the same init script get killed otherwise - fine tune dansguardian, squid and iptables package - add default firewall config file (from freewrt) - add an example for transparent proxy via an ethernet bridge --- package/pmacct/files/nfacctd.init | 2 +- package/pmacct/files/pmacctd.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package/pmacct/files') diff --git a/package/pmacct/files/nfacctd.init b/package/pmacct/files/nfacctd.init index 3e768474d..911184d21 100644 --- a/package/pmacct/files/nfacctd.init +++ b/package/pmacct/files/nfacctd.init @@ -14,7 +14,7 @@ autostop) ;; nfacctd $nfaccd_flags ;; stop) - killall nfacctd + pkill nfacctd ;; restart) sh $0 stop diff --git a/package/pmacct/files/pmacctd.init b/package/pmacct/files/pmacctd.init index 2e9a01dd1..5a44474c0 100644 --- a/package/pmacct/files/pmacctd.init +++ b/package/pmacct/files/pmacctd.init @@ -14,7 +14,7 @@ autostop) ;; pmacctd $pmacctd_flags ;; stop) - killall pmacctd + pkill pmacctd ;; restart) sh $0 stop -- cgit v1.2.3