[PATCH] Fix wrong path to socket in nscd.init

Thorsten Kukuk kukuk@suse.de
Mon Sep 13 11:40:00 GMT 2004


Hi,

the path in nscd.init is wrong, it is now /var/run/nscd/socket and
not /var/run/nscd/.socket

  Thorsten
-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk@suse.de
SuSE Linux AG        Maxfeldstr. 5                 D-90409 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B
-------------- next part --------------
2004-09-13  Thorsten Kukuk  <kukuk@suse.de>

	* nscd/nscd.init: Fix path to socket

--- nscd/nscd.init	31 Dec 2003 20:32:20 -0000	1.5
+++ nscd/nscd.init	13 Sep 2004 11:38:53 -0000
@@ -62,7 +62,7 @@
 	# 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"


More information about the Libc-hacker mailing list