[pkg-wpa-devel] r1425 - in /wpasupplicant/trunk/debian: changelog ifupdown/action_wpa.sh

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Sat Oct 17 12:52:34 UTC 2009


Author: kelmo-guest
Date: Sat Oct 17 12:52:33 2009
New Revision: 1425

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1425
Log:
Support help action in action_wpa.sh. (Closes: #548995)

Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/ifupdown/action_wpa.sh

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1425&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Sat Oct 17 12:52:33 2009
@@ -20,8 +20,9 @@
   * Add wpasupplicant.preinst to handle removal of obsolete logrotate
     conffiles now that all wpa_supplicant/wpa_cli output is logged to
     syslog.
-
- -- Kel Modderman <kel at otaku42.de>  Tue, 21 Jul 2009 20:04:28 +1000
+  * Support help action in action_wpa.sh. (Closes: #548995)
+
+ -- Kel Modderman <kel at otaku42.de>  Sat, 17 Oct 2009 22:52:16 +1000
 
 wpasupplicant (0.6.9-3) unstable; urgency=low
 

Modified: wpasupplicant/trunk/debian/ifupdown/action_wpa.sh
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/ifupdown/action_wpa.sh?rev=1425&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/ifupdown/action_wpa.sh (original)
+++ wpasupplicant/trunk/debian/ifupdown/action_wpa.sh Sat Oct 17 12:52:33 2009
@@ -20,7 +20,9 @@
 # pm-action(8) - <action> <suspend method>
 #
 # On suspend|hibernate, disconnect any wpa-roam managed interfaces,
-# reconnect it on resume.
+# reconnect it on resume|thaw.
+#
+# The help action must be supported (but can be no-op).
 
 case "${1}" in
         suspend|hibernate)
@@ -29,6 +31,9 @@
         resume|thaw)
                 COMMAND=reconnect
                 ;;
+	help)
+		exit 0
+		;;
 esac
 
 if [ -z "$COMMAND" ]; then




More information about the Pkg-wpa-devel mailing list