[pkg-wpa-devel] r998 - in /wpasupplicant/trunk/debian: changelog patches/03_dbus_service_activation_customise.patch patches/series
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sun Jan 6 06:44:37 UTC 2008
Author: kelmo-guest
Date: Sun Jan 6 06:44:37 2008
New Revision: 998
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=998
Log:
* Add debian/patches/03_dbus_service_activation_customise.patch to start
wpa_supplicant with "-f /var/log/wpa_supplicant.log" per default.
Added:
wpasupplicant/trunk/debian/patches/03_dbus_service_activation_customise.patch
Modified:
wpasupplicant/trunk/debian/changelog
wpasupplicant/trunk/debian/patches/series
Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=998&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Sun Jan 6 06:44:37 2008
@@ -71,8 +71,10 @@
wpa_supplicant and wpa_cli processes managed by ifupdown. Determine
runlevel when wpa_cli roaming daemon is active, and allow ot to be killed
in runlevels 0 and 6.
-
- -- Kel Modderman <kel at otaku42.de> Sun, 06 Jan 2008 12:15:43 +1000
+ * Add debian/patches/03_dbus_service_activation_customise.patch to start
+ wpa_supplicant with "-f /var/log/wpa_supplicant.log" per default.
+
+ -- Kel Modderman <kel at otaku42.de> Sun, 06 Jan 2008 16:43:04 +1000
wpasupplicant (0.6.1~git20071119-1) unstable; urgency=low
Added: wpasupplicant/trunk/debian/patches/03_dbus_service_activation_customise.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/03_dbus_service_activation_customise.patch?rev=998&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/03_dbus_service_activation_customise.patch (added)
+++ wpasupplicant/trunk/debian/patches/03_dbus_service_activation_customise.patch Sun Jan 6 06:44:37 2008
@@ -1,0 +1,8 @@
+--- a/wpa_supplicant/dbus-wpa_supplicant.service
++++ b/wpa_supplicant/dbus-wpa_supplicant.service
+@@ -1,4 +1,4 @@
+ [D-BUS Service]
+ Name=fi.epitest.hostap.WPASupplicant
+-Exec=/sbin/wpa_supplicant -u
++Exec=/sbin/wpa_supplicant -u -f /var/log/wpa_supplicant.log
+ User=root
Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=998&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Sun Jan 6 06:44:37 2008
@@ -1,5 +1,6 @@
00_defconfig.patch
01_debian_wpa_roam_example.patch
02_dbus_group_policy.patch
+03_dbus_service_activation_customise.patch
20_madwifi_headers.patch
21_config_driver_madwifi.patch
More information about the Pkg-wpa-devel
mailing list