commit ad894a1ca5a03e7651f91caf1ddcce8218aef129
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Sep 4 22:51:23 2012 +0300

    fix force-reload

 nscd.init | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/nscd.init b/nscd.init
old mode 100644
new mode 100755
index 4aa4925..e61c0fd
--- a/nscd.init
+++ b/nscd.init
@@ -75,10 +75,7 @@ case "$1" in
   try-restart)
        condrestart 0
        ;;
-  force-reload)
-       condrestart 7
-       ;;
-  reload)
+  reload|force-reload)
        if is_service_up nscd; then
                for db in passwd group hosts; do
                        show "Invalidating %s cache" $db; busy
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/unscd.git/commitdiff/ad894a1ca5a03e7651f91caf1ddcce8218aef129

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to