summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-10-22 10:51:13 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-10-22 10:51:13 +0000
commit9f36ac2affd5aafee099108bfbac43f0129a34fb (patch)
treef7e4ed6dc295744b1606da025a58a59833a68ac2 /net-wireless/hostapd/files
parentPruned old versions. (diff)
downloadgentoo-2-9f36ac2affd5aafee099108bfbac43f0129a34fb.tar.gz
gentoo-2-9f36ac2affd5aafee099108bfbac43f0129a34fb.tar.bz2
gentoo-2-9f36ac2affd5aafee099108bfbac43f0129a34fb.zip
Pruned old versions.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-wireless/hostapd/files')
-rw-r--r--net-wireless/hostapd/files/digest-hostapd-0.4.32
-rw-r--r--net-wireless/hostapd/files/digest-hostapd-0.4.41
-rw-r--r--net-wireless/hostapd/files/digest-hostapd-0.4.4-r11
-rw-r--r--net-wireless/hostapd/files/hostapd-0.4.3-conf.d12
-rw-r--r--net-wireless/hostapd/files/hostapd-0.4.3-init.d50
-rw-r--r--net-wireless/hostapd/files/hostapd-0.4.4-conf.d12
-rw-r--r--net-wireless/hostapd/files/hostapd-0.4.4-init.d50
7 files changed, 0 insertions, 128 deletions
diff --git a/net-wireless/hostapd/files/digest-hostapd-0.4.3 b/net-wireless/hostapd/files/digest-hostapd-0.4.3
deleted file mode 100644
index 23aac7c677e6..000000000000
--- a/net-wireless/hostapd/files/digest-hostapd-0.4.3
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 2222632066dfb1f7fc3a802192e536ce hostapd-0.4.3.tar.gz 269967
-MD5 efb9130cf1dcb829caa43af4e0bee2fb madwifi-cvs-snapshot-2005-04-20.tar.bz2 1968548
diff --git a/net-wireless/hostapd/files/digest-hostapd-0.4.4 b/net-wireless/hostapd/files/digest-hostapd-0.4.4
deleted file mode 100644
index 07f4a00f517f..000000000000
--- a/net-wireless/hostapd/files/digest-hostapd-0.4.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 79810ff32f6f12a37dc7827ce18af533 hostapd-0.4.4.tar.gz 273112
diff --git a/net-wireless/hostapd/files/digest-hostapd-0.4.4-r1 b/net-wireless/hostapd/files/digest-hostapd-0.4.4-r1
deleted file mode 100644
index 07f4a00f517f..000000000000
--- a/net-wireless/hostapd/files/digest-hostapd-0.4.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 79810ff32f6f12a37dc7827ce18af533 hostapd-0.4.4.tar.gz 273112
diff --git a/net-wireless/hostapd/files/hostapd-0.4.3-conf.d b/net-wireless/hostapd/files/hostapd-0.4.3-conf.d
deleted file mode 100644
index ff9da4751ff5..000000000000
--- a/net-wireless/hostapd/files/hostapd-0.4.3-conf.d
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/files/hostapd-0.4.3-conf.d,v 1.1 2005/06/27 11:33:15 brix Exp $
-
-# List of interfaces which needs to be started before hostapd
-INTERFACES="wlan0"
-
-# List of configuration files
-CONFIGS="/etc/hostapd/hostapd.conf"
-
-# Extra options to pass to hostapd
-OPTIONS="-B"
diff --git a/net-wireless/hostapd/files/hostapd-0.4.3-init.d b/net-wireless/hostapd/files/hostapd-0.4.3-init.d
deleted file mode 100644
index 9f54a42ddc25..000000000000
--- a/net-wireless/hostapd/files/hostapd-0.4.3-init.d
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/files/hostapd-0.4.3-init.d,v 1.1 2005/06/27 11:33:15 brix Exp $
-
-opts="start stop reload"
-
-depend() {
- local iface
-
- for iface in ${INTERFACES}; do
- need net.${iface}
- done
-
- use logger
-}
-
-checkconfig() {
- local file
-
- for file in ${CONFIGS}; do
- if [[ ! -r ${file} ]]; then
- eerror "hostapd configuration file (${CONFIG}) not found"
- return 1
- fi
- done
-}
-
-start() {
- checkconfig || return 1
-
- ebegin "Starting hostapd"
- start-stop-daemon --start --quiet --exec /usr/sbin/hostapd \
- -- ${OPTIONS} ${CONFIGS}
- eend ${?}
-}
-
-stop() {
- ebegin "Stopping hostapd"
- start-stop-daemon --stop --quiet --exec /usr/sbin/hostapd
- eend ${?}
-}
-
-reload() {
- checkconfig || return 1
-
- ebegin "Reloading hostapd configuration"
- start-stop-daemon --stop --signal 1 --quiet --exec /usr/sbin/hostapd
- eend ${?}
-}
diff --git a/net-wireless/hostapd/files/hostapd-0.4.4-conf.d b/net-wireless/hostapd/files/hostapd-0.4.4-conf.d
deleted file mode 100644
index 40f9bd80fe93..000000000000
--- a/net-wireless/hostapd/files/hostapd-0.4.4-conf.d
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/files/hostapd-0.4.4-conf.d,v 1.1 2005/08/22 12:51:11 brix Exp $
-
-# List of interfaces which needs to be started before hostapd
-INTERFACES="wlan0"
-
-# List of configuration files
-CONFIGS="/etc/hostapd/hostapd.conf"
-
-# Extra options to pass to hostapd
-OPTIONS="-B"
diff --git a/net-wireless/hostapd/files/hostapd-0.4.4-init.d b/net-wireless/hostapd/files/hostapd-0.4.4-init.d
deleted file mode 100644
index 31932c2cb407..000000000000
--- a/net-wireless/hostapd/files/hostapd-0.4.4-init.d
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/files/hostapd-0.4.4-init.d,v 1.2 2005/08/22 20:35:18 brix Exp $
-
-opts="start stop reload"
-
-depend() {
- local iface
-
- for iface in ${INTERFACES}; do
- need net.${iface}
- done
-
- use logger
-}
-
-checkconfig() {
- local file
-
- for file in ${CONFIGS}; do
- if [[ ! -r ${file} ]]; then
- eerror "hostapd configuration file (${CONFIG}) not found"
- return 1
- fi
- done
-}
-
-start() {
- checkconfig || return 1
-
- ebegin "Starting hostapd"
- start-stop-daemon --start --quiet --exec /usr/sbin/hostapd \
- -- ${OPTIONS} ${CONFIGS}
- eend ${?}
-}
-
-stop() {
- ebegin "Stopping hostapd"
- start-stop-daemon --stop --quiet --exec /usr/sbin/hostapd
- eend ${?}
-}
-
-reload() {
- checkconfig || return 1
-
- ebegin "Reloading hostapd configuration"
- start-stop-daemon --stop --quiet --exec /usr/sbin/hostapd --signal HUP
- eend ${?}
-}