]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Wieso sind denn Amavisd-new und Spamassassin in der ISO gelandet?
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 7 May 2007 19:51:13 +0000 (19:51 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 7 May 2007 19:51:13 +0000 (19:51 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@542 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/rootfiles/packages/Mail-SpamAssassin [moved from config/rootfiles/common/Mail-SpamAssassin with 100% similarity]
config/rootfiles/packages/amavisd [moved from config/rootfiles/common/amavisd with 100% similarity]
html/cgi-bin/dhcp.cgi

index 6ae7253d25901dbf82fb5efe40d2cbe7fe8aeb8a..1ccaa400310bbd3325e0e8e1cb263686ef003909 100644 (file)
@@ -1199,9 +1199,11 @@ sub buildconf {
            print FILE "} #$itf\n";
 
            system ('/usr/bin/touch', "${General::swroot}/dhcp/enable_${lc_itf}");
+           system ('/usr/local/bin/dhcpctrl enable');
            &General::log("DHCP on ${itf}: " . $Lang::tr{'dhcp server enabled'})
        } else {
            unlink "${General::swroot}/dhcp/enable_${lc_itf}";
+           system ('/usr/local/bin/dhcpctrl disable');
            &General::log("DHCP on ${itf}: " . $Lang::tr{'dhcp server disabled'})
        }
     }