[pkg-wpa-devel] r1426 - in /hostapd/trunk/debian: changelog control init.d
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sat Oct 17 12:59:12 UTC 2009
Author: kelmo-guest
Date: Sat Oct 17 12:59:12 2009
New Revision: 1426
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1426
Log:
Support the status command in init.d script. Depend on lsb-base (>=
3.2-13) for status_of_proc. Patch thanks to Peter Eisentraut.
(Closes: #535633)
Modified:
hostapd/trunk/debian/changelog
hostapd/trunk/debian/control
hostapd/trunk/debian/init.d
Modified: hostapd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/changelog?rev=1426&op=diff
==============================================================================
--- hostapd/trunk/debian/changelog (original)
+++ hostapd/trunk/debian/changelog Sat Oct 17 12:59:12 2009
@@ -14,8 +14,11 @@
drivers. Thanks to Jan Braunisch for noticing.
* Also remove reference to the Prism54 driver in package long
description, we do not support it.
-
- -- Kel Modderman <kel at otaku42.de> Sun, 17 May 2009 04:35:12 +1000
+ * Support the status command in init.d script. Depend on lsb-base (>=
+ 3.2-13) for status_of_proc. Patch thanks to Peter Eisentraut.
+ (Closes: #535633)
+
+ -- Kel Modderman <kel at otaku42.de> Sat, 17 Oct 2009 22:58:56 +1000
hostapd (1:0.6.9-2) unstable; urgency=low
Modified: hostapd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/control?rev=1426&op=diff
==============================================================================
--- hostapd/trunk/debian/control (original)
+++ hostapd/trunk/debian/control Sat Oct 17 12:59:12 2009
@@ -11,7 +11,7 @@
Package: hostapd
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-3)
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-13)
Description: user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
Originally, hostapd was an optional user space component for Host AP
driver. It adds more features to the basic IEEE 802.11 management
Modified: hostapd/trunk/debian/init.d
URL: http://svn.debian.org/wsvn/pkg-wpa/hostapd/trunk/debian/init.d?rev=1426&op=diff
==============================================================================
--- hostapd/trunk/debian/init.d (original)
+++ hostapd/trunk/debian/init.d Sat Oct 17 12:59:12 2009
@@ -65,9 +65,13 @@
sleep 8
$0 start
;;
+ status)
+ status_of_proc $DAEMON $NAME
+ exit $?
+ ;;
*)
N=/etc/init.d/$NAME
- echo "Usage: $N {start|stop|restart|force-reload}" >&2
+ echo "Usage: $N {start|stop|restart|force-reload|reload|status}" >&2
exit 1
;;
esac
More information about the Pkg-wpa-devel
mailing list