]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Touch is an nem anderen Ort...
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 4 Feb 2007 21:18:14 +0000 (21:18 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 4 Feb 2007 21:18:14 +0000 (21:18 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@406 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

13 files changed:
html/cgi-bin/dhcp.cgi
html/cgi-bin/dial.cgi
html/cgi-bin/gui.cgi
html/cgi-bin/ids.cgi
html/cgi-bin/outgoingfw.cgi
html/cgi-bin/ovpnmain.cgi
html/cgi-bin/pppsetup.cgi
html/cgi-bin/proxy.cgi
html/cgi-bin/qos.cgi
html/cgi-bin/remote.cgi
html/cgi-bin/time.cgi
html/cgi-bin/uptime.cgi
src/install+setup/install/main.c

index 06019f98b31871afba51e0a82e8c0c4b8eb5a9f1..364c5d7dbcc697d6ab855cbf8882efecf936ae88 100644 (file)
@@ -1172,7 +1172,7 @@ sub buildconf {
            }# foreach line
            print FILE "} #$itf\n";
 
-           system ('/bin/touch', "${General::swroot}/dhcp/enable_${lc_itf}");
+           system ('/usr/bin/touch', "${General::swroot}/dhcp/enable_${lc_itf}");
            &General::log("DHCP on ${itf}: " . $Lang::tr{'dhcp server enabled'})
        } else {
            unlink "${General::swroot}/dhcp/enable_${lc_itf}";
index 8f4a51f487d9630f7a2fc8eaaf43d60f7c9a82ba..a3690973e5372b9bfbfcd569bdccfe3b123f240a 100644 (file)
@@ -36,7 +36,7 @@ if ($cgiparams{'ACTION'} eq $Lang::tr{'dial profile'})
        unlink("${General::swroot}/ppp/settings");
        link("${General::swroot}/ppp/settings-$cgiparams{'PROFILE'}",
                "${General::swroot}/ppp/settings");
-       system ("/bin/touch", "${General::swroot}/ppp/updatesettings");
+       system ("/usr/bin/touch", "${General::swroot}/ppp/updatesettings");
 
        # read in the new params "early" so we can write secrets.
        %cgiparams = ();
index e1e8b0d7422ffaece28059cc1c849aa6e76eeea6..7af6f11c1dec28dac2c0ec094c6ac74c205da645 100644 (file)
@@ -59,7 +59,7 @@ if ($cgiparams{'ACTION'} eq "$Lang::tr{'save'}")
         # Set flag if index page is to refresh whilst ppp is up.
         # Default is NO refresh.
         if ($cgiparams{'REFRESHINDEX'} ne 'off') {
-            system ('/bin/touch', "${General::swroot}/main/refreshindex");
+            system ('/usr/bin/touch', "${General::swroot}/main/refreshindex");
         } else {
             unlink "${General::swroot}/main/refreshindex";
         }
@@ -67,7 +67,7 @@ if ($cgiparams{'ACTION'} eq "$Lang::tr{'save'}")
         # Beep on ip-up or ip-down. Default is ON.
         if ($cgiparams{'PPPUPDOWNBEEP'} ne 'on') {
             $cgiparams{'PPPUPDOWNBEEP'} = 'off';
-            system ('/bin/touch', "${General::swroot}/ppp/nobeeps");
+            system ('/usr/bin/touch', "${General::swroot}/ppp/nobeeps");
         } else {
             unlink "${General::swroot}/ppp/nobeeps";
         }
index dee7cfc729aaad798e596f79a51b798ff6752f00..8b74167ac9debb231532658552c42cd09d5af3a7 100644 (file)
@@ -62,25 +62,25 @@ if ($snortsettings{'ACTION'} eq $Lang::tr{'save'})
        &General::writehash("${General::swroot}/snort/settings", \%snortsettings);
        if ($snortsettings{'ENABLE_SNORT'} eq 'on')
        {
-               system ('/bin/touch', "${General::swroot}/snort/enable");
+               system ('/usr/bin/touch', "${General::swroot}/snort/enable");
        } else {
                unlink "${General::swroot}/snort/enable";
        } 
        if ($snortsettings{'ENABLE_SNORT_GREEN'} eq 'on')
        {
-               system ('/bin/touch', "${General::swroot}/snort/enable_green");
+               system ('/usr/bin/touch', "${General::swroot}/snort/enable_green");
        } else {
                unlink "${General::swroot}/snort/enable_green";
        } 
        if ($snortsettings{'ENABLE_SNORT_BLUE'} eq 'on')
        {
-               system ('/bin/touch', "${General::swroot}/snort/enable_blue");
+               system ('/usr/bin/touch', "${General::swroot}/snort/enable_blue");
        } else {
                unlink "${General::swroot}/snort/enable_blue";
        } 
        if ($snortsettings{'ENABLE_SNORT_ORANGE'} eq 'on')
        {
-               system ('/bin/touch', "${General::swroot}/snort/enable_orange");
+               system ('/usr/bin/touch', "${General::swroot}/snort/enable_orange");
        } else {
                unlink "${General::swroot}/snort/enable_orange";
        }
index d4274bd77d170a5bd0e8d0dcb28ad16d7832d08f..ab7c2fa08d484f80bc8b44547b8cae695fa83aab 100644 (file)
@@ -71,7 +71,7 @@ if ($outfwsettings{'ACTION'} eq $Lang::tr{'reset'})
 {
        $outfwsettings{'POLICY'}='MODE0';
        unlink $configfile;
-       system("/bin/touch $configfile");
+       system("/usr/bin/touch $configfile");
        &General::writehash("${General::swroot}/outgoing/settings", \%outfwsettings);
 }
 if ($outfwsettings{'ACTION'} eq $Lang::tr{'save'})
index 598351e7a5807ec9a35597817de1357ee13518c3..3b9704ce26fdf5f20406111411e4a745281217b2 100644 (file)
@@ -718,7 +718,7 @@ END
        (my $state = $cgiparams{'ROOTCERT_STATE'}) =~ s/^\s*$/\./;
 
        # refresh
-       #system ('/bin/touch', "${General::swroot}/ovpn/gencanow");
+       #system ('/usr/bin/touch', "${General::swroot}/ovpn/gencanow");
        
        # Create the CA certificate
        my $pid = open(OPENSSL, "|-");
index 65893b7abbf8b5e59c5eed18fdcf032d6e7d6c8f..aeaaf5c5258cca23185e5c8ff9c6e0d123acd8d1 100644 (file)
@@ -1118,7 +1118,7 @@ sub updatesettings
        unlink("${General::swroot}/ppp/settings");
        link("${General::swroot}/ppp/settings-$pppsettings{'PROFILE'}",
                "${General::swroot}/ppp/settings");
-       system ("/bin/touch", "${General::swroot}/ppp/updatesettings");
+       system ("/usr/bin/touch", "${General::swroot}/ppp/updatesettings");
        if ($pppsettings{'TYPE'} eq 'eagleusbadsl') {
                # eagle-usb.conf is in backup but link DSPcode.bin can't, so the link is created in rc.eagleusbadsl
                open(FILE, ">/${General::swroot}/eagle-usb/eagle-usb.conf") or die "Unable to write eagle-usb.conf file";
index 6fedf4e273fe9b2dad5376448832ea4c425ce6bc..37f4600c0bd71f88f672e9a655de188e50962387 100644 (file)
@@ -600,13 +600,13 @@ ERROR:
                unlink "${General::swroot}/proxy/transparent_blue";
 
                if ($proxysettings{'ENABLE'} eq 'on') {
-                       system ('/bin/touch', "${General::swroot}/proxy/enable"); }
+                       system ('/usr/bin/touch', "${General::swroot}/proxy/enable"); }
                if ($proxysettings{'TRANSPARENT'} eq 'on') {
-                       system ('/bin/touch', "${General::swroot}/proxy/transparent"); }
+                       system ('/usr/bin/touch', "${General::swroot}/proxy/transparent"); }
                if ($proxysettings{'ENABLE_BLUE'} eq 'on') {
-                       system ('/bin/touch', "${General::swroot}/proxy/enable_blue"); }
+                       system ('/usr/bin/touch', "${General::swroot}/proxy/enable_blue"); }
                if ($proxysettings{'TRANSPARENT_BLUE'} eq 'on') {
-                       system ('/bin/touch', "${General::swroot}/proxy/transparent_blue"); }
+                       system ('/usr/bin/touch', "${General::swroot}/proxy/transparent_blue"); }
 
                if ($proxysettings{'ACTION'} eq $Lang::tr{'advproxy save and restart'}) { system('/usr/local/bin/restartsquid'); }
        }
index df96a5d25cbecdcb3efd52d3964dd5d77655cb51..dd449aade02f69dd9d04555a8dd778608ccfece8 100644 (file)
@@ -396,7 +396,7 @@ elsif ($qossettings{'DOTOS'} eq 'Loeschen')
 if ($qossettings{'ACTION'} eq 'Start')
 {
        system("/usr/local/bin/qosctrl generate >/dev/null 2>&1");
-       system("/bin/touch /var/ipfire/qos/enable");
+       system("/usr/bin/touch /var/ipfire/qos/enable");
        system("/usr/local/bin/qosctrl start >/dev/null 2>&1");
        system("logger -t ipfire 'QoS started'");
        $qossettings{'ENABLED'} = 'on';
@@ -1480,8 +1480,8 @@ sub gengraph {
                "LINE3:overlimits#0000FF:overlimits",
                "GPRINT:overlimits:LAST:overlimits\\:%8.3lf %s packets\\j",
        );
-               $ERROR = RRDs::error;
-               print "$ERROR";
+       $ERROR = RRDs::error;
+       #print "$ERROR";
 }
 
 sub overviewgraph {
@@ -1523,7 +1523,7 @@ sub overviewgraph {
        }
        RRDs::graph (@command);
        $ERROR = RRDs::error;
-       print "$ERROR";
+       #print "$ERROR";
 }
 
 sub random_hex_color {
index 78f714f03c916a1edd95ca538975cc47d3d7b3c3..ab373791b3811e5606ba6e2da6ddc7c891180cbe 100644 (file)
@@ -47,7 +47,7 @@ if ($remotesettings{'ACTION'} eq $Lang::tr{'save'})
                {
                        $errormessage = $Lang::tr{'ssh no auth'};
                }
-               system ('/bin/touch', "${General::swroot}/remote/enablessh");
+               system ('/usr/bin/touch', "${General::swroot}/remote/enablessh");
        }
        else
        {
index 9b599453b583daf6d5a2e1ee4c0265a450a17765..7fef11f468a9f74f392fe8f73f022928491da406 100644 (file)
@@ -123,7 +123,7 @@ ERROR:
 
        if ($timesettings{'ENABLENTP'} eq 'on' && $timesettings{'VALID'} eq 'yes')
        {
-               system ('/bin/touch', "${General::swroot}/time/enable");
+               system ('/usr/bin/touch', "${General::swroot}/time/enable");
                &General::log($Lang::tr{'ntp syncro enabled'});
                unlink "${General::swroot}/time/counter";
                if ($timesettings{'UPDATE_METHOD'} eq 'periodically')
@@ -135,7 +135,7 @@ ERROR:
                }
                if ($timesettings{'ENABLECLNTP'} eq 'on') # DPC added to 1.3.1
                {
-                       system ('/bin/touch', "${General::swroot}/time/allowclients"); # DPC added to 1.3.1
+                       system ('/usr/bin/touch', "${General::swroot}/time/allowclients"); # DPC added to 1.3.1
                        &General::log($Lang::tr{'ntpd restarted'}); # DPC added to 1.3.1
                } else {
                        unlink "${General::swroot}/time/allowclients";
@@ -159,7 +159,7 @@ ERROR:
 $timesettings{'ACTION'} = &Header::cleanhtml ($timesettings{'ACTION'});
 if ($timesettings{'ACTION'} eq $Lang::tr{'set time now'} && $timesettings{'ENABLENTP'} eq 'on')
 {
-       system ('/bin/touch', "${General::swroot}/time/settimenow");
+       system ('/usr/bin/touch', "${General::swroot}/time/settimenow");
        system ('/usr/local/bin/timecheckctrl >& /dev/null');
 }
 
index 65af6527ba88f73055f25126987f772813c99471..ab6eaf2ecb8cf1c2c5b915bd26370ff126d8fe32 100644 (file)
@@ -50,7 +50,7 @@ if ($uptimesettings{'ACTION'} eq $Lang::tr{'save'})
 elsif ($uptimesettings{'ACTION'} eq $Lang::tr{'uptime enable'})
 {
        &save_configuration();
-       system("/bin/touch ${General::swroot}/uptime/enabled");
+       system("/usr/bin/touch ${General::swroot}/uptime/enabled");
        system("/usr/local/bin/yasucctrl enable");
 }
 elsif ($uptimesettings{'ACTION'} eq $Lang::tr{'uptime disable'})
index cf6ee7c018b18306ff0aa6d856d01e3d7b0e280d..ef3344bca9debaf7d651cf915f9756af71035589 100644 (file)
@@ -14,7 +14,7 @@
 #define CDROM_INSTALL 0
 #define URL_INSTALL 1
 #define DISK_INSTALL 2
-#define INST_FILECOUNT 6600
+#define INST_FILECOUNT 7000
 #define UNATTENDED_CONF "/cdrom/boot/unattended.conf"
 
 int raid_disk = 0;