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/usage.h | |
parent | a7329667b4c19fbe8ba077062f14a96038c094db (diff) | |
download | busybox-w32-f92874e747dae948fdfacf53537f554ccee7bd54.tar.gz busybox-w32-f92874e747dae948fdfacf53537f554ccee7bd54.tar.bz2 busybox-w32-f92874e747dae948fdfacf53537f554ccee7bd54.zip |
replace /bin/mdev with /sbin/mdev
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-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 @@ | |||
2656 | " -s Scan /sys and populate /dev during system boot\n" \ | 2656 | " -s Scan /sys and populate /dev during system boot\n" \ |
2657 | "\n" \ | 2657 | "\n" \ |
2658 | "It can be run by kernel as a hotplug helper. To activate it:\n" \ | 2658 | "It can be run by kernel as a hotplug helper. To activate it:\n" \ |
2659 | " echo /bin/mdev >/proc/sys/kernel/hotplug\n" \ | 2659 | " echo /sbin/mdev > /proc/sys/kernel/hotplug\n" \ |
2660 | IF_FEATURE_MDEV_CONF( \ | 2660 | IF_FEATURE_MDEV_CONF( \ |
2661 | "It uses /etc/mdev.conf with lines\n" \ | 2661 | "It uses /etc/mdev.conf with lines\n" \ |
2662 | "[-]DEVNAME UID:GID PERM" \ | 2662 | "[-]DEVNAME UID:GID PERM" \ |