diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-05 15:59:05 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-05 15:59:05 +0100 |
commit | f92874e747dae948fdfacf53537f554ccee7bd54 (patch) | |
tree | 0b3832ac9cdb99d25294dcf86e23afb49a85e8c4 /include | |
parent | a7329667b4c19fbe8ba077062f14a96038c094db (diff) |
replace /bin/mdev with /sbin/mdev
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 2eb5c007a..1505ac306 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2656,7 +2656,7 @@ " -s Scan /sys and populate /dev during system boot\n" \ "\n" \ "It can be run by kernel as a hotplug helper. To activate it:\n" \ - " echo /bin/mdev >/proc/sys/kernel/hotplug\n" \ + " echo /sbin/mdev > /proc/sys/kernel/hotplug\n" \ IF_FEATURE_MDEV_CONF( \ "It uses /etc/mdev.conf with lines\n" \ "[-]DEVNAME UID:GID PERM" \ |