diff options
author | Roy Marples <roy@marples.name> | 2007-12-14 14:12:38 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-14 14:12:38 +0000 |
commit | 9f2403dffae514dca431828014a2dc9c9de4e61f (patch) | |
tree | bc1bd6ae83589f729a3bf7ca6d5ab592cbec56fd /net/dhclient.sh | |
parent | a3db3bac6242ff29871161620d0449125b3262aa (diff) |
Remove Gentoo copyright from all files that I know I have written
Diffstat (limited to 'net/dhclient.sh')
-rw-r--r-- | net/dhclient.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/dhclient.sh b/net/dhclient.sh index a59fb3bc..ef689337 100644 --- a/net/dhclient.sh +++ b/net/dhclient.sh @@ -1,4 +1,3 @@ -# Copyright 2004-2007 Gentoo Foundation # Copyright 2007 Roy Marples # All rights reserved @@ -36,10 +35,10 @@ dhclient_start() { local sendhost=true dconf= # Get our options + # These options only work in Gentoo, and maybe RedHat eval opts=\$dhcp_${IFVAR} [ -z "${opts}" ] && opts=${dhcp} - # Map some generic options to dhcpcd for opt in ${opts}; do case "${opt}" in nodns) args="${args} -e PEER_DNS=no";; |