]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/initscripts
Remove start and stop beep sounds.
[ipfire-2.x.git] / lfs / initscripts
index bc11ce20123df101fc015f7088980ec407feb444..03cec8031cb64c15d2f19ff611d5795f6672d07c 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2009  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2010  IPFire Team  <info@ipfire.org>                          #
 #                                                                             #
 # 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        #
@@ -128,9 +128,6 @@ $(TARGET) :
        ln -sf ../init.d/random      /etc/rc.d/rc3.d/S25random
        ln -sf ../init.d/random      /etc/rc.d/rc6.d/K45random
        ln -sf ../../sysconfig/rc.local /etc/rc.d/rc3.d/S98rc.local
-       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/tmpfs       /etc/rc.d/rc0.d/K85tmpfs
        ln -sf ../init.d/tmpfs       /etc/rc.d/rc3.d/S01tmpfs
        ln -sf ../init.d/tmpfs       /etc/rc.d/rc6.d/K85tmpfs
@@ -158,10 +155,11 @@ $(TARGET) :
        ln -sf ../init.d/leds        /etc/rc.d/rc0.d/K79leds
        ln -sf ../init.d/leds        /etc/rc.d/rc3.d/S21leds
        ln -sf ../init.d/leds        /etc/rc.d/rc6.d/K79leds
+       ln -sf ../init.d/fireinfo    /etc/rc.d/rc3.d/S15fireinfo
        ln -sf ../init.d/mountkernfs /etc/rc.d/rcsysinit.d/S00mountkernfs
        ln -sf ../init.d/modules     /etc/rc.d/rcsysinit.d/S05modules
        ln -sf ../init.d/udev        /etc/rc.d/rcsysinit.d/S10udev
-       ln -sf ../init.d/checkfstab  /etc/rc.d/rcsysinit.d/S19checkfstab
+       ln -sf ../init.d/waitdrives  /etc/rc.d/rcsysinit.d/S19waitdrives
        ln -sf ../init.d/swap        /etc/rc.d/rcsysinit.d/S20swap
        ln -sf ../init.d/checkfs     /etc/rc.d/rcsysinit.d/S30checkfs
        ln -sf ../init.d/mountfs     /etc/rc.d/rcsysinit.d/S40mountfs
@@ -172,7 +170,7 @@ $(TARGET) :
        ln -sf ../init.d/firstsetup  /etc/rc.d/rcsysinit.d/S75firstsetup
        ln -sf ../init.d/localnet    /etc/rc.d/rcsysinit.d/S80localnet
        ln -sf ../init.d/sysctl      /etc/rc.d/rcsysinit.d/S90sysctl
-       
+
        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/outgoingfwctrl \
@@ -197,5 +195,12 @@ $(TARGET) :
        for i in green blue orange; do \
                ln -sf any /etc/rc.d/init.d/networking/$$i; \
        done
-       
+
+       # ARM does not need checkfstab
+ifeq "$(MACHINE_TYPE)" "arm"
+       rm -vf /etc/rc.d/init.d/checkfstab
+else
+       ln -sf ../init.d/checkfstab  /etc/rc.d/rcsysinit.d/S19checkfstab
+endif
+
        @$(POSTBUILD)