about summary refs log tree commit diff
path: root/nscd/nscd.init
diff options
context:
space:
mode:
Diffstat (limited to 'nscd/nscd.init')
-rw-r--r--nscd/nscd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/nscd.init b/nscd/nscd.init
index 3796b3d0a0..568fe3e1e2 100644
--- a/nscd/nscd.init
+++ b/nscd/nscd.init
@@ -62,7 +62,7 @@ stop () {
 	# nscd won't be able to remove these if it is running as
 	# a non-privileged user
 	rm -f /var/run/nscd/nscd.pid
-	rm -f /var/run/nscd/.socket
+	rm -f /var/run/nscd/socket
        	success $"$prog shutdown"
     else
        	failure $"$prog shutdown"