wok diff busybox/stuff/udhcp.script @ rev 20581

Up gparted (0.33.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 14 12:21:16 2018 +0100 (2018-12-14)
parents e03da3e76528
children 02c70d036ea0
line diff
     1.1 --- a/busybox/stuff/udhcp.script	Sat Sep 23 18:56:15 2017 +0200
     1.2 +++ b/busybox/stuff/udhcp.script	Fri Dec 14 12:21:16 2018 +0100
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  case "$1" in
     1.6  	deconfig)
     1.7 -		if !netfs; then
     1.8 +		if ! netfs; then
     1.9  			ifconfig $interface 0.0.0.0
    1.10  			ip -6 addr flush $DEV
    1.11  		fi