summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2011-05-03 22:43:14 +0200
committerWilliam Hubbs <williamh@gentoo.org>2011-08-01 11:56:06 -0500
commitbfcc0359e5d2b938705ccb21901fdc818c703efe (patch)
tree688d25d94299e86bc608577cdfa01749a9551a29 /conf.d
parentmake our population calls match upstreams recommendations (diff)
downloadudev-gentoo-scripts-bfcc0359e5d2b938705ccb21901fdc818c703efe.tar.gz
udev-gentoo-scripts-bfcc0359e5d2b938705ccb21901fdc818c703efe.tar.bz2
udev-gentoo-scripts-bfcc0359e5d2b938705ccb21901fdc818c703efe.zip
Query udevadm for udev's runtime directory
Previously we were using /dev/.udev as a hard coded value, but this does not allow us to transition easily to /run/udev. Querying the value from udevadm allows us to do this in a way that is transparent to the user. This code was written originally by Matthias Schwarzot and modified by William Hubbs. The commit message was also modified by William Hubbs.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/udev4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/udev b/conf.d/udev
index bdbe88f..da113a8 100644
--- a/conf.d/udev
+++ b/conf.d/udev
@@ -38,12 +38,12 @@ persistent_cd_disable="no"
# udevd --help for possible values
#udev_opts=""
-# Run udevd --debug and write output to /dev/.udev/udev.log
+# Run udevd --debug and write output to $RUNDIR/udev.log
# Should not be kept on as it fills diskspace slowly
#udev_debug="YES"
# Run udevadmin monitor to get a log of all events
-# in /dev/.udev/udevmonitor.log
+# in $RUNDIR/udevmonitor.log
#udev_monitor="YES"
# Keep udevmonitor running after populating /dev.