patch-misc-utils_uuidd_8 854 B

1234567891011121314151617181920
  1. --- util-linux-2.24.2.orig/misc-utils/uuidd.8 2014-04-24 11:25:49.089462731 +0200
  2. +++ util-linux-2.24.2/misc-utils/uuidd.8 2014-05-19 15:36:26.182277055 +0200
  3. @@ -34,7 +34,7 @@ UUIDs.
  4. .TP
  5. .BR \-p , " \-\-pid " \fIpath\fR
  6. Specify the pathname where the pid file should be written. By default,
  7. -the pid file is written to /run/uuidd/uuidd.pid.
  8. +the pid file is written to /var/uuidd/uuidd.pid.
  9. .TP
  10. .BR \-P , " \-\-no-pid "
  11. Do not create pid file.
  12. @@ -57,7 +57,7 @@ request it to return a random-based UUID
  13. .TP
  14. .BR \-s , " \-\-socket " \fIpath\fR
  15. Specify the pathname used for the unix-domain socket used by uuidd. By
  16. -default, the pathname used is /run/uuidd/request. This is primarily
  17. +default, the pathname used is /var/uuidd/request. This is primarily
  18. for debugging purposes, since the pathname is hard-coded in the libuuid
  19. library.
  20. .TP