From: Elan Ruusamäe Date: Mon, 12 May 2014 09:54:28 +0000 (+0300) Subject: fix ipset service status for current tool X-Git-Tag: auto/th/ipset-6.21.1-2~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fipset.git;a=commitdiff_plain;h=744d184827fa583dcf7cd162611c4df505d78eeb fix ipset service status for current tool --- diff --git a/ipset.init b/ipset.init index 164f98d..b4ba635 100755 --- a/ipset.init +++ b/ipset.init @@ -59,7 +59,7 @@ save() { } status() { - /usr/sbin/ipset -L --sorted --numeric + /usr/sbin/ipset list RETVAL=$? }