X-Git-Url: http://gitweb/?a=blobdiff_plain;f=sysvinit%2FPkgfile;h=d1ff7f43c35dadc51afaeca2d888a2cb23bb9d5f;hb=b4aac807c89c4c3f254c2320ab5a0e7a1fea2c44;hp=9a9782161849d5246a60474447065028d923c81c;hpb=a0ec1e5aa7f3e31463aa9840e03888116f56b8e9;p=crossrootfs.git diff --git a/sysvinit/Pkgfile b/sysvinit/Pkgfile index 9a97821..d1ff7f4 100644 --- a/sysvinit/Pkgfile +++ b/sysvinit/Pkgfile @@ -6,13 +6,25 @@ name=sysvinit version=2.88 -release=1 +release=3 source=(http://download.savannah.gnu.org/releases/$name/$name-${version}dsf.tar.bz2) build() { cd $name-${version}dsf make -C src CC="$CC" make -C src ROOT=$PKG MANDIR=/usr/man install + + # Provided by util-linux + rm $PKG/{bin/mountpoint,usr/bin/utmpdump} + rm $PKG/usr/man/man1/{mountpoint,utmpdump}.1 + rm $PKG/usr/bin/{last,lastb,mesg,wall} + rm $PKG/usr/man/man1/{last,lastb,mesg,wall}.1 + rmdir $PKG/usr/bin + + # Provided by procps + rm $PKG/bin/pidof + rm $PKG/usr/man/man8/pidof.8 + install -d $PKG/var/log touch $PKG/var/log/wtmp touch $PKG/var/log/btmp