]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/initscripts
Add motion addon (Webcam server/recorder with motion detection)
[ipfire-2.x.git] / lfs / initscripts
index 5d0f7540611f7d05cdc328c22f0fbdcdddab0837..9e9484b5462d0cb67ae597a428b09a095b141651 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2009  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        #
@@ -132,9 +132,18 @@ $(TARGET) :
        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
-       ln -sf ../init.d/ushare      /etc/rc.d/rc3.d/S98ushare
-       ln -sf ../init.d/ushare      /etc/rc.d/rc0.d/K02ushare
-       ln -sf ../init.d/ushare      /etc/rc.d/rc6.d/K02ushare
+       ln -sf ../init.d/mediatomb   /etc/rc.d/rc3.d/S98mediatomb
+       ln -sf ../init.d/mediatomb   /etc/rc.d/rc0.d/K02mediatomb
+       ln -sf ../init.d/mediatomb   /etc/rc.d/rc6.d/K02mediatomb
+       ln -sf ../init.d/sslh        /etc/rc.d/rc3.d/S98sslh
+       ln -sf ../init.d/sslh        /etc/rc.d/rc0.d/K02sslh
+       ln -sf ../init.d/sslh        /etc/rc.d/rc6.d/K02sslh
+       ln -sf ../init.d/vdradmin    /etc/rc.d/rc3.d/S99vdradmin
+       ln -sf ../init.d/vdradmin    /etc/rc.d/rc0.d/K01vdradmin
+       ln -sf ../init.d/vdradmin    /etc/rc.d/rc6.d/K01vdradmin
+       ln -sf ../init.d/motion      /etc/rc.d/rc3.d/S99motion
+       ln -sf ../init.d/motion      /etc/rc.d/rc0.d/K01motion
+       ln -sf ../init.d/motion      /etc/rc.d/rc6.d/K01motion
 
        ln -sf ../init.d/mountkernfs /etc/rc.d/rcsysinit.d/S00mountkernfs
        ln -sf ../init.d/modules     /etc/rc.d/rcsysinit.d/S05modules