]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/initscripts
Meine Platte zur hddtemp.db hinzugefuegt
[people/pmueller/ipfire-2.x.git] / lfs / initscripts
index 60b23edc0aaeb6a2414cf26ec152f6946c378411..73fd7921cc84dca1096db9a98c3ba91f83f7d350 100644 (file)
@@ -1,22 +1,20 @@
 ###############################################################################
-# This file is part of the IPCop Firewall.                                    #
 #                                                                             #
-# IPCop is free software; you can redistribute it and/or modify               #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+#                                                                             #
+# This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation; either version 2 of the License, or           #
+# the Free Software Foundation, either version 3 of the License, or           #
 # (at your option) any later version.                                         #
 #                                                                             #
-# IPCop is distributed in the hope that it will be useful,                    #
+# This program is distributed in the hope that it will be useful,             #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of              #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
 # GNU General Public License for more details.                                #
 #                                                                             #
 # You should have received a copy of the GNU General Public License           #
-# along with IPCop; if not, write to the Free Software                        #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
-#                                                                             #
-# Makefiles are based on LFSMake, which is                                    #
-# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
 #                                                                             #
 ###############################################################################
 
@@ -119,6 +117,9 @@ $(TARGET) :
        ln -sf ../init.d/random      /etc/rc.d/rc0.d/K45random
        ln -sf ../init.d/random      /etc/rc.d/rc3.d/S25random
        ln -sf ../init.d/random      /etc/rc.d/rc6.d/K45random
+       ln -sf ../init.d/beep        /etc/rc.d/rc0.d/K99beep
+       ln -sf ../init.d/beep        /etc/rc.d/rc3.d/S99beep
+       ln -sf ../init.d/beep        /etc/rc.d/rc6.d/K99beep
 
        ln -sf ../init.d/mountkernfs /etc/rc.d/rcsysinit.d/S00mountkernfs
        ln -sf ../init.d/modules     /etc/rc.d/rcsysinit.d/S05modules
@@ -135,8 +136,6 @@ $(TARGET) :
        
        ln -sf ../../dnsmasq /etc/rc.d/init.d/networking/red.up/05-RS-dnsmasq
        ln -sf ../../firewall /etc/rc.d/init.d/networking/red.up/20-RL-firewall
-       ln -sf ../../../../../usr/local/bin/setfilters \
-               /etc/rc.d/init.d/networking/red.up/21-setfilters
        ln -sf ../../../../../usr/local/bin/outgoingfwctrl \
                /etc/rc.d/init.d/networking/red.up/22-outgoingfwctrl
        ln -sf ../../../../../usr/local/bin/snortctrl \
@@ -147,9 +146,14 @@ $(TARGET) :
                /etc/rc.d/init.d/networking/red.up/25-portfw
        ln -sf ../../../../../usr/local/bin/setxtaccess \
                /etc/rc.d/init.d/networking/red.up/26-xtaccess
+       ln -sf ../../../../../usr/local/bin/dialctrl.pl \
+               /etc/rc.d/init.d/networking/red.up/99-U-dialctrl.pl
+       ln -sf ../../squid /etc/rc.d/init.d/networking/red.up/27-RS-squid
        
        ln -sf ../../dnsmasq /etc/rc.d/init.d/networking/red.down/05-RS-dnsmasq
        ln -sf ../../firewall /etc/rc.d/init.d/networking/red.down/20-RL-firewall
+       ln -sf ../../../../../usr/local/bin/dialctrl.pl \
+               /etc/rc.d/init.d/networking/red.down/99-D-dialctrl.pl
 
        for i in green blue orange; do \
                ln -sf any /etc/rc.d/init.d/networking/$$i; \