diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-13 21:35:26 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-13 21:35:26 +0100 |
commit | 1b367cbeda9447d771b09831c1e9c83cadbee55e (patch) | |
tree | fcd9ae1e31a53dd24b522c2735c48747a4a3e292 /examples/udhcp/sample.deconfig | |
parent | 5d553bc5580455cfb89705caf5d3a6ab327880bc (diff) | |
download | busybox-w32-1b367cbeda9447d771b09831c1e9c83cadbee55e.tar.gz busybox-w32-1b367cbeda9447d771b09831c1e9c83cadbee55e.tar.bz2 busybox-w32-1b367cbeda9447d771b09831c1e9c83cadbee55e.zip |
examples: remove /sbin/ prefixes, system should be configured with $PATH to find utilities
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/udhcp/sample.deconfig')
-rwxr-xr-x | examples/udhcp/sample.deconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/udhcp/sample.deconfig b/examples/udhcp/sample.deconfig index b221bcf12..a893de83f 100755 --- a/examples/udhcp/sample.deconfig +++ b/examples/udhcp/sample.deconfig | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Sample udhcpc deconfig script | 2 | # Sample udhcpc deconfig script |
3 | 3 | ||
4 | /sbin/ifconfig $interface 0.0.0.0 | 4 | ifconfig $interface 0.0.0.0 |