diff options
author | 2017-02-28 21:39:46 +0100 | |
---|---|---|
committer | 2017-02-28 21:43:13 +0100 | |
commit | 22fd7b2d4764535bd3afc37728df1015b0294467 (patch) | |
tree | 308db1ade2168db9280b6c460c478e9183a8372f /net-wireless | |
parent | dev-lang/spidermonkey:{38,45} drop more static libs (diff) | |
download | gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.gz gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.tar.bz2 gentoo-22fd7b2d4764535bd3afc37728df1015b0294467.zip |
Drop remaining $Id$ and $Header$ from files.
Bug: 611234
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/bluez/files/bluetooth-init.d-r3 | 1 | ||||
-rw-r--r-- | net-wireless/bluez/files/rfcomm-init.d-r2 | 1 | ||||
-rw-r--r-- | net-wireless/hostapd/files/hostapd-init.d | 1 | ||||
-rw-r--r-- | net-wireless/irda-utils/files/irda.initd | 1 | ||||
-rw-r--r-- | net-wireless/kismet/files/kismet.initd | 1 | ||||
-rw-r--r-- | net-wireless/neard/files/neard.rc | 1 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/files/wpa_cli.sh | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/net-wireless/bluez/files/bluetooth-init.d-r3 b/net-wireless/bluez/files/bluetooth-init.d-r3 index f756a0fdaa13..b54f47d16ffc 100644 --- a/net-wireless/bluez/files/bluetooth-init.d-r3 +++ b/net-wireless/bluez/files/bluetooth-init.d-r3 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ depend() { after coldplug diff --git a/net-wireless/bluez/files/rfcomm-init.d-r2 b/net-wireless/bluez/files/rfcomm-init.d-r2 index 769bde2fd6ff..3bfb010d60b9 100644 --- a/net-wireless/bluez/files/rfcomm-init.d-r2 +++ b/net-wireless/bluez/files/rfcomm-init.d-r2 @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ depend() { need bluetooth diff --git a/net-wireless/hostapd/files/hostapd-init.d b/net-wireless/hostapd/files/hostapd-init.d index fc423e7ad62f..3c0fdc9e843b 100644 --- a/net-wireless/hostapd/files/hostapd-init.d +++ b/net-wireless/hostapd/files/hostapd-init.d @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ pidfile="/run/${SVCNAME}.pid" command="/usr/sbin/hostapd" diff --git a/net-wireless/irda-utils/files/irda.initd b/net-wireless/irda-utils/files/irda.initd index 055860ea5a6d..a66ac39ae276 100644 --- a/net-wireless/irda-utils/files/irda.initd +++ b/net-wireless/irda-utils/files/irda.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Id$ # Hint: We don't use start-stop-daemon, because pidfile is the same # for every irattach instance. So it isn't reliable if we have more diff --git a/net-wireless/kismet/files/kismet.initd b/net-wireless/kismet/files/kismet.initd index 4c5a184f63bc..000e6ea03cdf 100644 --- a/net-wireless/kismet/files/kismet.initd +++ b/net-wireless/kismet/files/kismet.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ checkconfig() { if [ ! -e /etc/kismet.conf ]; then diff --git a/net-wireless/neard/files/neard.rc b/net-wireless/neard/files/neard.rc index f3fda1f8a013..c6c2dc71d1d8 100644 --- a/net-wireless/neard/files/neard.rc +++ b/net-wireless/neard/files/neard.rc @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Purpose License v2 -# $Id$ name="NFC daemon" diff --git a/net-wireless/wpa_supplicant/files/wpa_cli.sh b/net-wireless/wpa_supplicant/files/wpa_cli.sh index f363ba9c8853..c581bc1c7543 100644 --- a/net-wireless/wpa_supplicant/files/wpa_cli.sh +++ b/net-wireless/wpa_supplicant/files/wpa_cli.sh @@ -3,7 +3,6 @@ # Written by Roy Marples <uberlord@gentoo.org> # Distributed under the terms of the GNU General Public License v2 # Alternatively, this file may be distributed under the terms of the BSD License -# $Id$ if [ -z "$1" -o -z "$2" ]; then logger -t wpa_cli "Insufficient parameters" |