]> err.no Git - util-linux/commitdiff
uuidd: move uuidd files from /var/lib/libuuid to /var/run/uuidd
authorKarel Zak <kzak@redhat.com>
Mon, 29 Jun 2009 13:59:48 +0000 (15:59 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 29 Jun 2009 13:59:48 +0000 (15:59 +0200)
Reported-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/uuidd.8
shlibs/uuid/src/uuidd.h

index ae033eaf79f72b50762490abd1715e077c35db03..67c6614ae81acfc11c0bada23d83462fc6faa37e 100644 (file)
@@ -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/lib/libuuid/uuidd.pid.
+the pid file is written to /var/run/uuidd/uuidd.pid.
 .TP
 .BI \-s " socketpath"
 Specify the pathname used for the unix-domain socket used by uuidd.  By
-default, the pathname used is /var/lib/libuuid/request.  This is primarily
+default, the pathname used is /var/run/uuidd/request.  This is primarily
 for debugging purposes, since the pathname is hard-coded in the libuuid
 library.
 .TP
index 528acdc9d0c9aba7c7a97e86081385d74ccfc480..c80723613fcc8df22912bfb9690a319b78aee1b5 100644 (file)
@@ -35,8 +35,8 @@
 #ifndef _UUID_UUIDD_H
 #define _UUID_UUIDD_H
 
-#define UUIDD_SOCKET_PATH      "/var/lib/libuuid/request"
-#define UUIDD_PIDFILE_PATH     "/var/lib/libuuid/uuidd.pid"
+#define UUIDD_SOCKET_PATH      "/var/run/uuidd/request"
+#define UUIDD_PIDFILE_PATH     "/var/run/uuidd/uuidd.pid"
 #define UUIDD_PATH             "/usr/sbin/uuidd"
 
 #define UUIDD_OP_GETPID                        0