diff options
Diffstat (limited to 'nscd/nscd.init')
-rw-r--r-- | nscd/nscd.init | 2 |
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" |