updated all base packages
[hdw-linux/hdw-linux.git] / packages / base / sysvinit / sysvinit
index 60482fd..5c8c98b 100644 (file)
@@ -2,9 +2,12 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.85
+# [V] 2.86
 # [S] 2-15
-# [D] sysvinit-2.85.tar.gz ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/
+# [D] sysvinit-2.86.tar.gz ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/
+
+make_conf="-C src"
+install_conf="-C src"
 
 pre_install()  {
        sed 's%Sending processes%& started by init%g' \
@@ -12,5 +15,6 @@ pre_install() {
        mv tmp~ src/init.c
                }
 
-make_conf="-C src"
-install_conf="-C src"
+post_install() {
+       cp $confdir/inittab $root/etc
+               }