From: Karel Zak Date: Mon, 29 Jun 2009 13:59:48 +0000 (+0200) Subject: uuidd: move uuidd files from /var/lib/libuuid to /var/run/uuidd X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0fca6a75228794279e54980d646b5bb4a75eac1;p=util-linux uuidd: move uuidd files from /var/lib/libuuid to /var/run/uuidd Reported-by: Kay Sievers Signed-off-by: Karel Zak --- diff --git a/misc-utils/uuidd.8 b/misc-utils/uuidd.8 index ae033eaf..67c6614a 100644 --- a/misc-utils/uuidd.8 +++ b/misc-utils/uuidd.8 @@ -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 diff --git a/shlibs/uuid/src/uuidd.h b/shlibs/uuid/src/uuidd.h index 528acdc9..c8072361 100644 --- a/shlibs/uuid/src/uuidd.h +++ b/shlibs/uuid/src/uuidd.h @@ -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