Remove Gentoo copyright from all files that I know I have written
This commit is contained in:
@@ -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";;
|
||||
|
@@ -1,4 +1,3 @@
|
||||
# Copyright 2004-2007 Gentoo Foundation
|
||||
# Copyright 2007 Roy Marples
|
||||
# All rights reserved
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
# Copyright 2004-2007 Gentoo Foundation
|
||||
# Copyright 2007 Roy Marples
|
||||
# All rights reserved
|
||||
|
||||
@@ -46,9 +45,10 @@ macchanger_pre_start() {
|
||||
_down
|
||||
|
||||
mac=$(echo "${mac}" | tr '[:upper:]' '[:lower:]')
|
||||
local hex="[0-9a-f][0-9a-f]"
|
||||
case "${mac}" in
|
||||
# specific mac-addr, i wish there were a shorter way to specify this
|
||||
[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f]:[0-9a-f][0-9a-f])
|
||||
# specific mac-addr
|
||||
${hex}:${hex}:${hex}:${hex}:${hex}:${hex})
|
||||
# We don't need macchanger to change to a specific mac address
|
||||
_set_mac_address "${mac}"
|
||||
if eend "$?"; then
|
||||
|
@@ -1,4 +1,3 @@
|
||||
# Copyright 2005-2007 Gentoo Foundation
|
||||
# Copyright 2007 Roy Marples
|
||||
# All rights reserved
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
# Copyright 2004-2007 Gentoo Foundation
|
||||
# Copyright 2007 Roy Marples
|
||||
# All rights reserved
|
||||
|
||||
|
@@ -1,4 +1,3 @@
|
||||
# Copyright 2005-2007 Gentoo Foundation
|
||||
# Copyright 2007 Roy Marples
|
||||
# All rights reserved
|
||||
|
||||
@@ -89,9 +88,6 @@ _system_ntp() {
|
||||
buffer="${buffer}server ${x}\n"
|
||||
done
|
||||
|
||||
buffer="${buffer}driftfile /var/lib/ntp/ntp.drift\n"
|
||||
buffer="${buffer}logfile /var/log/ntp.log\n"
|
||||
|
||||
printf "${buffer}" > /etc/ntp.conf
|
||||
chmod 644 /etc/ntp.conf
|
||||
}
|
||||
|
@@ -1,4 +1,3 @@
|
||||
# Copyright 2004-2007 Gentoo Foundation
|
||||
# Copyright 2007 Roy Marples
|
||||
# All rights reserved
|
||||
|
||||
|
Reference in New Issue
Block a user