[packages/ipset] fix ipset service status for current tool
glen
glen at pld-linux.org
Mon May 12 11:54:31 CEST 2014
commit 744d184827fa583dcf7cd162611c4df505d78eeb
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon May 12 12:54:28 2014 +0300
fix ipset service status for current tool
ipset.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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=$?
}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ipset.git/commitdiff/744d184827fa583dcf7cd162611c4df505d78eeb
More information about the pld-cvs-commit
mailing list