public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix wrong path to socket in nscd.init
@ 2004-09-13 11:40 Thorsten Kukuk
  2004-09-13 17:24 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Kukuk @ 2004-09-13 11:40 UTC (permalink / raw)
  To: libc-hacker

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]


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

[-- Attachment #2: nscd.init.diff --]
[-- Type: text/plain, Size: 453 bytes --]

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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix wrong path to socket in nscd.init
  2004-09-13 11:40 [PATCH] Fix wrong path to socket in nscd.init Thorsten Kukuk
@ 2004-09-13 17:24 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2004-09-13 17:24 UTC (permalink / raw)
  To: Thorsten Kukuk; +Cc: libc-hacker

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied.

- --
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFBRdfS2ijCOnn/RHQRAnSyAJ4+4nEWgtnLJGg08XCF5SM3v8iwKACfYNhO
YQUq+E/JiCiQgX/JlWL+8S0=
=YU6M
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-13 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13 11:40 [PATCH] Fix wrong path to socket in nscd.init Thorsten Kukuk
2004-09-13 17:24 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).