]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/ids.cgi
Touch is an nem anderen Ort...
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / ids.cgi
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";
        }