SOURCES: wifi-radar-128.png (NEW), wifi-radar-path.diff (NEW), wif...
blues
blues at pld-linux.org
Mon Jun 20 12:04:48 CEST 2005
Author: blues Date: Mon Jun 20 10:04:48 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- taken from Suse
---- Files affected:
SOURCES:
wifi-radar-128.png (NONE -> 1.1) (NEW), wifi-radar-path.diff (NONE -> 1.1) (NEW), wifi-radar.conf (NONE -> 1.1) (NEW), wifi-radar.desktop (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/wifi-radar-128.png
<<Binary file>>
================================================================
Index: SOURCES/wifi-radar-path.diff
diff -u /dev/null SOURCES/wifi-radar-path.diff:1.1
--- /dev/null Mon Jun 20 12:04:48 2005
+++ SOURCES/wifi-radar-path.diff Mon Jun 20 12:04:43 2005
@@ -0,0 +1,29 @@
+--- 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"
+ # 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
================================================================
Index: SOURCES/wifi-radar.conf
diff -u /dev/null SOURCES/wifi-radar.conf:1.1
--- /dev/null Mon Jun 20 12:04:48 2005
+++ SOURCES/wifi-radar.conf Mon Jun 20 12:04:43 2005
@@ -0,0 +1,7 @@
+[DEFAULT]
+interface = eth1
+auto_profile_order =
+speak_up = False
+scan_timeout = 5
+commit_required = False
+
================================================================
Index: SOURCES/wifi-radar.desktop
diff -u /dev/null SOURCES/wifi-radar.desktop:1.1
--- /dev/null Mon Jun 20 12:04:48 2005
+++ SOURCES/wifi-radar.desktop Mon Jun 20 12:04:43 2005
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Categories=Network;Configuration;
+Comment=
+Encoding=UTF-8
+Exec=/usr/sbin/wifi-radar
+GenericName=WiFi Radar
+Icon=wifi-radar
+MimeType=
+Name=WiFi Profile Configuration
+Path=
+StartupNotify=false
+Terminal=false
+TerminalOptions=
+Type=Application
+X-DCOP-ServiceType=none
+X-KDE-SubstituteUID=true
+X-KDE-Username=root
================================================================
More information about the pld-cvs-commit
mailing list