summaryrefslogtreecommitdiff
blob: 707a355c09f90aeb62f96ac0bc98ef20bf3798fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
--- a/switcher
+++ b/switcher
@@ -67,7 +67,7 @@
 
 ### load quickswitch package
 $_SWITCHTO = '/usr/bin/switchto'; # default location
-$CONF_FILE = '/etc/switchto.conf';
+$CONF_FILE = '/etc/quickswitch/switchto.conf';
 $SWITCHTO = find_switchto($CONF_FILE);
 $ENV{RUNNING_FROM_SWITCHER} = 1;
 require $SWITCHTO;
--- a/switchto
+++ b/switchto
@@ -26,7 +26,7 @@
 #
 # Send bug-reports, comments, women to bugs@muthanna.com
 #
-# Also see /etc/switchto.conf for further docs.
+# Also see /etc/quickswitch/switchto.conf for further docs.
 #
 # Release: 0.16
 #
@@ -143,8 +143,8 @@
 $AUTHOR    = "Mohit Muthanna, Paul Seamons";
 $DATE      = '2002';
 
-### I would suggest renaming this /etc/switchto.conf
-$CONF_FILE = "/etc/switchto.conf";
+### I would suggest renaming this /etc/quickswitch/switchto.conf
+$CONF_FILE = "/etc/quickswitch/switchto.conf";
 %DEFAULTS  = (
               autoconfig      => 0,
               device          => "eth0",
@@ -165,7 +165,7 @@
               nfsexportall    => "/usr/sbin/exportfs -a",
               nfsexportsfile  => "/etc/exports",
               niscommand      => "/bin/nisdomainname",
-              servicefilename => "/etc/switchto.last",
+              servicefilename => "/etc/quickswitch/switchto.last",
               execpre         => undef,
               execpost        => undef,
 
--- a/switchto.conf
+++ b/switchto.conf
@@ -43,7 +43,7 @@
 device=eth0
 
 # Path to save last good known configuration...
-servicefilename=/etc/switchto.last
+servicefilename=/etc/quickswitch/switchto.last
 
 # Path and arguments to switchto. This is for the switcher GUI
 # switchtopath=/usr/bin/switchto -b
@@ -52,7 +52,7 @@
 # Uncomment theses and change them if needed.
 # ------------------------------------------
 # ifconfig=/sbin/ifconfig
-# iwconfig=/usr/local/sbin/iwconfig
+# iwconfig=/sbin/iwconfig
 # netstat=/bin/netstat
 # route=/sbin/route
 # hostnamecmd=/bin/hostname