From: Eric Sandeen Date: Sat, 19 Jan 2008 14:16:03 +0000 (-0500) Subject: Fix the pathname of /var/lib/uuidd/uuidd.pid in uuidd man page. X-Git-Tag: android-x86-6.0-r1~26^2~1357^2~153 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ebf5fb2b78e2ee2d161f11048b3e8a9ab80180bf;p=android-x86%2Fexternal-e2fsprogs.git Fix the pathname of /var/lib/uuidd/uuidd.pid in uuidd man page. Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/uuidd.8.in b/misc/uuidd.8.in index e45297d0..e65e3916 100644 --- a/misc/uuidd.8.in +++ b/misc/uuidd.8.in @@ -64,11 +64,11 @@ UUID's. .TP .BI \-p " pidfile" Specify the pathname where the pid file should be written. By default, -the pid file is written to /var/run/uuidd.pid. +the pid file is written to /var/lib/libuuid/uuidd.pid. .TP .BI \-s " socketpath" Specify the pathname used for the unix-domain socket used by uuidd. By -qdefault, the pathname used is /var/run/uuidd.sock. This is primarily +default, the pathname used is /var/lib/libuuid/request. This is primarily for debugging purposes, since the pathname is hard-coded in the libuuid library. .TP