[Lunar-commits] r23952 - in moonbase/trunk: net/ifplugd utils/lunar-init wifi/wpa_supplicant

Moritz Heiber moe at lunar-linux.org
Sat Apr 7 02:12:57 CEST 2007


Author: moe
Date: 2007-04-07 02:12:57 +0200 (Sat, 07 Apr 2007)
New Revision: 23952

Modified:
   moonbase/trunk/net/ifplugd/DETAILS
   moonbase/trunk/utils/lunar-init/DETAILS
   moonbase/trunk/utils/lunar-init/network
   moonbase/trunk/wifi/wpa_supplicant/BUILD
Log:
1) Add an example configuration for wpa_supplicant. Been requested 
   several times.

2) Push out the changes I've done to ifplugd. Otherwise the new network
   script won't work properly.

3) Small tweak for lunar-init's network script. Some device names attached
   to the '-i' might cause grep to bail out so just use the device itself.



Modified: moonbase/trunk/net/ifplugd/DETAILS
===================================================================
--- moonbase/trunk/net/ifplugd/DETAILS	2007-04-06 20:56:57 UTC (rev 23951)
+++ moonbase/trunk/net/ifplugd/DETAILS	2007-04-07 00:12:57 UTC (rev 23952)
@@ -6,7 +6,7 @@
       SOURCE_URL=${WEB_SITE}
       SOURCE_VFY=sha1:0f00e6b544c0b7ed6c66fc58cb74f038d3fba77a
          ENTERED=20060317
-         UPDATED=20060317
+         UPDATED=20070407
            SHORT="a daemon which automatically configures your ethernet device"
 cat << EOF
 ifplugd is a Linux daemon which will automatically configure your

Modified: moonbase/trunk/utils/lunar-init/DETAILS
===================================================================
--- moonbase/trunk/utils/lunar-init/DETAILS	2007-04-06 20:56:57 UTC (rev 23951)
+++ moonbase/trunk/utils/lunar-init/DETAILS	2007-04-07 00:12:57 UTC (rev 23952)
@@ -2,7 +2,7 @@
          VERSION=0.1
         WEB_SITE=http://lunar-linux.org
          ENTERED=20070404
-	 UPDATED=20070404
+	 UPDATED=20070407
            SHORT="the Lunar init scripts vital to any system"
          PROFILE=yes
 

Modified: moonbase/trunk/utils/lunar-init/network
===================================================================
--- moonbase/trunk/utils/lunar-init/network	2007-04-06 20:56:57 UTC (rev 23951)
+++ moonbase/trunk/utils/lunar-init/network	2007-04-07 00:12:57 UTC (rev 23952)
@@ -259,7 +259,7 @@
 		    ;;
 		    wpa_supplicant)
 			$IFPLUGD -r /etc/ifplugd/ifplugd-lunar.action -i $1 -k
-			kill `ps ax | grep wpa_supplicant | grep "-i$1" | awk '{print $1}'`
+			kill `ps ax | grep wpa_supplicant | grep "$1" | awk '{print $1}'`
 			sleep 1
 		    ;;
 		esac

Modified: moonbase/trunk/wifi/wpa_supplicant/BUILD
===================================================================
--- moonbase/trunk/wifi/wpa_supplicant/BUILD	2007-04-06 20:56:57 UTC (rev 23951)
+++ moonbase/trunk/wifi/wpa_supplicant/BUILD	2007-04-07 00:12:57 UTC (rev 23952)
@@ -13,6 +13,7 @@
 
   default_make &&
   install -m644 dbus-wpa_supplicant.conf /etc/dbus-1/system.d/ &&
+  install -m644 wpa_supplicant.conf /etc/wpa_supplicant.conf.example &&  
 
   gather_docs developer.txt wpa_supplicant.conf
 



More information about the Lunar-commits mailing list