summaryrefslogtreecommitdiff
path: root/package/util-linux/patches/patch-misc-utils_uuidd_8
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-27 14:44:43 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-27 14:45:32 -0600
commit12d2a79814987afd34c457a5e4365d7167972bc0 (patch)
tree7ff6dc01908ec4c0198a41190ad1d5882aeedf82 /package/util-linux/patches/patch-misc-utils_uuidd_8
parent55bade535d3fca53ff5ceb6e7e1f6ee7369b59fb (diff)
unbreak kodi and util-linux, bad qa day.
Diffstat (limited to 'package/util-linux/patches/patch-misc-utils_uuidd_8')
-rw-r--r--package/util-linux/patches/patch-misc-utils_uuidd_820
1 files changed, 20 insertions, 0 deletions
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..e4709603e
--- /dev/null
+++ b/package/util-linux/patches/patch-misc-utils_uuidd_8
@@ -0,0 +1,20 @@
+--- util-linux-2.25.2.orig/misc-utils/uuidd.8 2014-10-24 05:29:31.248109303 -0500
++++ util-linux-2.25.2/misc-utils/uuidd.8 2014-12-27 12:01:48.179531428 -0600
+@@ -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