chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
438ac36
)
[PATCH] convert udev.8.in to use @udevdir@ macro for make install.
author
greg@kroah.com
<greg@kroah.com>
Fri, 2 Apr 2004 07:55:45 +0000
(23:55 -0800)
committer
Greg KH
<gregkh@suse.de>
Wed, 27 Apr 2005 04:35:14 +0000
(21:35 -0700)
udev.8.in
patch
|
blob
|
history
diff --git
a/udev.8.in
b/udev.8.in
index 680587a270c2d829a862a4bbe40bdce9ada58e3c..76e727f5984e4fa489f9b3d0358d237807b89708 100644
(file)
--- 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
.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
.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
.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
.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 - 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
# udev_rules - The location of the directory where to look for files
which names ending with .rules