X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fsysvinit;h=4882a697bb2370aa6b8817cc75f086e05f3a66d4;hb=dfcb05c4cac2fdf0716aa4ca5cc412960aada01b;hp=4ca834e15227af6f9188e13a215832b5174addd6;hpb=09d90aecd59ed3f258a29f54a3cacdac312f3d0c;p=hvlinux.git diff --git a/stage2/pkg/sysvinit b/stage2/pkg/sysvinit index 4ca834e..4882a69 100644 --- a/stage2/pkg/sysvinit +++ b/stage2/pkg/sysvinit @@ -1,19 +1,8 @@ #!/bin/bash -hvconfig_pre() -{ - cd ${LFS_TMP}/${PACKAGE} - - sed -i 's@Sending processes@& configured via /etc/inittab@g' src/init.c - - # A maintained version of the wall program was installed earlier by - # Util-linux-ng. Suppress the installation of Sysvinit's version: - sed -i -e 's/utmpdump wall/utmpdump/' \ - -e 's/mountpoint.1 wall.1/mountpoint.1/' src/Makefile -} - hvbuild() { + cd ${LFS_TMP}/${PACKAGE} make -j ${MAKEJOBS} -C src make -C src install }