From 578f218b3e26821afc408681613c0320f9dfe2bc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 13:06:45 +0200 Subject: fix lvm package compile --- package/util-linux/patches/patch-misc-utils_uuidd_8 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package/util-linux/patches/patch-misc-utils_uuidd_8 (limited to 'package/util-linux/patches/patch-misc-utils_uuidd_8') diff --git a/package/util-linux/patches/patch-misc-utils_uuidd_8 b/package/util-linux/patches/patch-misc-utils_uuidd_8 new file mode 100644 index 000000000..0b16a57f5 --- /dev/null +++ b/package/util-linux/patches/patch-misc-utils_uuidd_8 @@ -0,0 +1,20 @@ +--- util-linux-2.24.2.orig/misc-utils/uuidd.8 2014-04-24 11:25:49.089462731 +0200 ++++ util-linux-2.24.2/misc-utils/uuidd.8 2014-05-19 15:36:26.182277055 +0200 +@@ -34,7 +34,7 @@ UUIDs. + .TP + .BR \-p , " \-\-pid " \fIpath\fR + Specify the pathname where the pid file should be written. By default, +-the pid file is written to /run/uuidd/uuidd.pid. ++the pid file is written to /var/uuidd/uuidd.pid. + .TP + .BR \-P , " \-\-no-pid " + Do not create pid file. +@@ -57,7 +57,7 @@ request it to return a random-based UUID + .TP + .BR \-s , " \-\-socket " \fIpath\fR + Specify the pathname used for the unix-domain socket used by uuidd. By +-default, the pathname used is /run/uuidd/request. This is primarily ++default, the pathname used is /var/uuidd/request. This is primarily + for debugging purposes, since the pathname is hard-coded in the libuuid + library. + .TP -- cgit v1.2.3