]> git.pld-linux.org Git - packages/wifi-radar.git/commitdiff
- updated for ver. 1.9.6
authorwrobell <wrobell@pld-linux.org>
Fri, 21 Jul 2006 14:31:04 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wifi-radar-path.diff -> 1.2

wifi-radar-path.diff

index 9a97429ad95d1c1242a1ec8518afeff89e66762b..8cddf5c9622ba52ce84bb7de83b889b8a710dd85 100644 (file)
@@ -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
This page took 0.086003 seconds and 4 git commands to generate.