diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-13 23:18:52 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-13 23:18:52 +0000 |
commit | f2b39e088d6ccbf4a540c741059c2f661eebc9ac (patch) | |
tree | b375683a37729c04af06f71047cba19e162ac27e /include | |
parent | 065c7147914bf545ede2dbdbc07c48386d750c77 (diff) | |
download | busybox-w32-f2b39e088d6ccbf4a540c741059c2f661eebc9ac.tar.gz busybox-w32-f2b39e088d6ccbf4a540c741059c2f661eebc9ac.tar.bz2 busybox-w32-f2b39e088d6ccbf4a540c741059c2f661eebc9ac.zip |
mdev: add support for - "dont stop here" char
function old new delta
make_device 1340 1362 +22
packed_usage 26291 26299 +8
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 30/0) Total: 30 bytes
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 7111e90bc..d3bf7849e 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2560,7 +2560,7 @@ | |||
2560 | " echo /bin/mdev >/proc/sys/kernel/hotplug\n" \ | 2560 | " echo /bin/mdev >/proc/sys/kernel/hotplug\n" \ |
2561 | USE_FEATURE_MDEV_CONF( \ | 2561 | USE_FEATURE_MDEV_CONF( \ |
2562 | "It uses /etc/mdev.conf with lines\n" \ | 2562 | "It uses /etc/mdev.conf with lines\n" \ |
2563 | "DEVNAME UID:GID PERM" \ | 2563 | "[-]DEVNAME UID:GID PERM" \ |
2564 | USE_FEATURE_MDEV_RENAME(" [>|=PATH]") \ | 2564 | USE_FEATURE_MDEV_RENAME(" [>|=PATH]") \ |
2565 | USE_FEATURE_MDEV_EXEC(" [@|$|*COMMAND]") \ | 2565 | USE_FEATURE_MDEV_EXEC(" [@|$|*COMMAND]") \ |
2566 | ) \ | 2566 | ) \ |