summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-04-01 23:55:45 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:14 -0700
commit326e0876e40eb7559e7fbbde47785685013cb624 (patch)
treecd486ef25809d93f9eaa74bcb3141a5292500549
parent438ac360e803c5b05d3c50c7bc93babbe0bea37d (diff)
downloadsystemd-326e0876e40eb7559e7fbbde47785685013cb624.tar.gz
[PATCH] convert udev.8.in to use @udevdir@ macro for make install.
-rw-r--r--udev.8.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/udev.8.in b/udev.8.in
index 680587a270..76e727f598 100644
--- a/udev.8.in
+++ b/udev.8.in
@@ -77,11 +77,11 @@ in this file:
.B udev_root
Indicates where to place the device nodes in the filesystem. The default
value is
-.IR /udev/ .
+.IR @udevdir@ .
.TP
.B udev_db
The name and location of the udev database. The default value is
-.IR /udev/.udev.tdb .
+.IR @udevdir@/.udev.tdb .
.TP
.B udev_rules
This is the location of the udev rules file. The default value for this is
@@ -123,10 +123,10 @@ permissions file. The default value is
.sp
.nf
# udev_root - where to place the device nodes in the filesystem
-udev_root="/udev/"
+udev_root="@udevdir@"
# udev_db - The name and location of the udev database
-udev_db="/udev/.udev.tdb"
+udev_db="@udevdir@/.udev.tdb"
# udev_rules - The location of the directory where to look for files
which names ending with .rules