]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Replace old init-functions with our new lib.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 09:58:25 +0000 (11:58 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 09:58:25 +0000 (11:58 +0200)
src/network/hook-header
src/network/hooks/bonding
src/network/hooks/ipv4-static-route
src/network/hooks/stp
src/network/port
src/network/zone

index a0b9f9ff33bdb23fd089bb9032a5418f9eeaad2c..8a5fb43b08e9ee8bc39da093dfff584d01ccb7c2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /lib/lsb/init-functions
+. /etc/init/functions
 . /lib/network/functions
 
 INDENT=" "
index 80310ecded8f5058f23d4512257702019d91df0c..723e98df8ee9b14114f27376cca210b10eebb184 100755 (executable)
@@ -13,7 +13,7 @@
 #
 ########################################################################
 
-. /lib/lsb/init-functions
+. /etc/init/functions
 . ${CONFIG}
 
 case "${2}" in
index aac638cc19be18af73b50b8516397021cba8b692..f4515fe1e4fcd143252abb9a4d42a1763aca0b04 100755 (executable)
@@ -12,7 +12,7 @@
 #
 ########################################################################
 
-. /lib/lsb/init-functions
+. /etc/init/functions
 . /lib/network/functions
 
 HOOK_NAME=ipv4-static-route
index 750c5bfa92dd5c3a66f622e5814eec69ed10a4c5..038b001ba2bba733883f675a1cd7491c860485b5 100755 (executable)
@@ -12,7 +12,7 @@
 #
 ########################################################################
 
-. /lib/lsb/init-functions
+. /etc/init/functions
 . /lib/network/functions
 
 HOOK_NAME=stp
index fceeeb7bd1d7a7c3f45f5bd0d61c1a8e761d156b..25867f73e5e826cb0cd406893c2eed6c434f714b 100755 (executable)
@@ -19,7 +19,7 @@
 #                                                                             #
 ###############################################################################
 
-. /lib/lsb/init-functions
+. /etc/init/functions
 . /lib/network/functions
 
 # Parse the command line
index 86d943b061d3512e9e187a5324470bb995ea359c..ace962fe3040bd135230d8ec4cf1f50af196cdc2 100755 (executable)
@@ -19,7 +19,7 @@
 #                                                                             #
 ###############################################################################
 
-. /lib/lsb/init-functions
+. /etc/init/functions
 . /lib/network/functions
 
 while [ "$#" -gt "0" ]; do