Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
371b3d4805
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/dhcp/rocknet_dhcp.sh

+ 1
- 1
package/base/dhcp/rocknet_dhcp.sh

@ -1,6 +1,6 @@
public_dhcp() {
addcode up 5 5 "/sbin/dhclient -q $if"
addcode down 5 5 "killall -15 dhclient"
addcode down 5 5 "/sbin/dhclient -r $if"
}

Loading…
Cancel
Save