wok rev 12153
busybox/udhcp.script: log calls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 16 14:51:41 2012 +0100 (2012-03-16) |
parents | 15a917692a49 |
children | 95c157f0be92 |
files | busybox/stuff/udhcp.script |
line diff
1.1 --- a/busybox/stuff/udhcp.script Fri Mar 16 13:21:36 2012 +0100 1.2 +++ b/busybox/stuff/udhcp.script Fri Mar 16 14:51:41 2012 +0100 1.3 @@ -14,6 +14,8 @@ 1.4 /bin/grep -qe '\(:.* /\|httpfs\|nfs\|smbfs\|ncp\|coda\)' /proc/mounts 1.5 } 1.6 1.7 +logger "$0 interface=$interface ip=$ip broadcast=$broadcast subnet=$subnet router=$router domain=$domain dns=$dns $@" 1.8 + 1.9 case "$1" in 1.10 deconfig) 1.11 netfs || /sbin/ifconfig $interface 0.0.0.0