Author: wrobell                      Date: Fri Jul 21 14:31:09 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for ver. 1.9.6

---- Files affected:
SOURCES:
   wifi-radar-path.diff (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/wifi-radar-path.diff
diff -u SOURCES/wifi-radar-path.diff:1.1 SOURCES/wifi-radar-path.diff:1.2
--- SOURCES/wifi-radar-path.diff:1.1    Mon Jun 20 12:04:43 2005
+++ SOURCES/wifi-radar-path.diff        Fri Jul 21 16:31:04 2006
@@ -1,29 +1,21 @@
---- wifi-radar.orig    2005-03-31 08:27:48.280401640 +0200
-+++ wifi-radar 2005-03-31 08:29:09.387071552 +0200
-@@ -26,19 +26,19 @@
- # You may set this to true for cards that require the interface to be brought 
up first
- IFUP_REQUIRED = False
- # Where the conf file is could be different for your distro.
--CONF_FILE             = "/etc/conf.d/wifi-radar.conf"
--IWLIST_COMMAND        = "iwlist"
--IWCONFIG_COMMAND= "iwconfig"
--IFCONFIG_COMMAND= "ifconfig"
--ROUTE_COMMAND = "route"
-+CONF_FILE             = "/etc/wifi-radar.conf"
-+IWLIST_COMMAND        = "/sbin/iwlist"
-+IWCONFIG_COMMAND= "/sbin/iwconfig"
-+IFCONFIG_COMMAND= "/sbin/ifconfig"
-+ROUTE_COMMAND = "/sbin/route"
+diff -Nur wifi-radar-1.9.6.orig/wifi-radar wifi-radar-1.9.6/wifi-radar
+--- wifi-radar-1.9.6.orig/wifi-radar   2006-03-27 23:41:40.000000000 +0100
++++ wifi-radar-1.9.6/wifi-radar        2006-07-21 14:52:19.000000000 +0100
+@@ -53,12 +53,12 @@
+ # Where the conf file should live could be different for your distro.  Please 
change
+ # at install time with "make install sysconfdir=/etc/wifi-radar" or similar. 
-BEF-
+ #
+-CONF_FILE              = "/etc/wifi-radar/wifi-radar.conf"
++CONF_FILE        = "/etc/wifi-radar.conf"
+ 
+-IWLIST_COMMAND         = "LC_MESSAGES=C iwlist"
+-IWCONFIG_COMMAND = "LC_MESSAGES=C iwconfig"
+-IFCONFIG_COMMAND = "LC_MESSAGES=C ifconfig"
+-ROUTE_COMMAND  = "LC_MESSAGES=C route"
++IWLIST_COMMAND   = "/sbin/iwlist"
++IWCONFIG_COMMAND = "/sbin/iwconfig"
++IFCONFIG_COMMAND = "/sbin/ifconfig"
++ROUTE_COMMAND    = "/sbin/route"
+ 
  # X1000 Linux has a say command (text to speach) to accounce connecting to 
networks.
  # Set the SPEAK_UP to false if you do not have or want this.
- SAY_COMMAND           = "say"
- # DHCP FUN :)
- DHCP_TIMEOUT  = 30
- # For distros that use dhcpcd
--DHCP_COMMAND  = "dhcpcd"
--DHCP_KILL_COMMAND="dhcpcd -k"
-+DHCP_COMMAND  = "/sbin/dhcpcd"
-+DHCP_KILL_COMMAND="/sbin/dhcpcd -k"
- DHCP_ARGS             = "-S -t %s -h `hostname` " % DHCP_TIMEOUT
- DHCP_PIDFILE  = "/var/run/dhcpcd-%s.pid" % INTERFACE
- # For distros that use dhclient
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/wifi-radar-path.diff?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to