diff options
author | Juergen Daubert <jue@jue.li> | 2012-08-08 10:13:43 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-08-08 10:13:43 +0200 |
commit | 4230491c0b139b0f6818853fbd9306d0f38ab531 (patch) | |
tree | 70b15c7fe23768df3b384e5ae706626be647709e /sysvinit | |
parent | 67c7798d8215baa512da30fe759bfe87469f5144 (diff) | |
download | core-4230491c0b139b0f6818853fbd9306d0f38ab531.tar.gz core-4230491c0b139b0f6818853fbd9306d0f38ab531.tar.xz |
sysvinit: remove mountpoint and utmpdump form install, provided by util-linux now
Diffstat (limited to 'sysvinit')
-rw-r--r-- | sysvinit/.footprint | 4 | ||||
-rw-r--r-- | sysvinit/Pkgfile | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sysvinit/.footprint b/sysvinit/.footprint index ad02aa92..77505ef4 100644 --- a/sysvinit/.footprint +++ b/sysvinit/.footprint @@ -1,5 +1,4 @@ drwxr-xr-x root/root bin/ --rwxr-xr-x root/root bin/mountpoint lrwxrwxrwx root/root bin/pidof -> /sbin/killall5 drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/bootlogd @@ -18,7 +17,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/last lrwxrwxrwx root/root usr/bin/lastb -> last -rwxr-xr-x root/root usr/bin/mesg --rwxr-xr-x root/root usr/bin/utmpdump -rwxr-xr-x root/root usr/bin/wall drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/initreq.h @@ -27,8 +25,6 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/last.1.gz -rw-r--r-- root/root usr/man/man1/lastb.1.gz -rw-r--r-- root/root usr/man/man1/mesg.1.gz --rw-r--r-- root/root usr/man/man1/mountpoint.1.gz --rw-r--r-- root/root usr/man/man1/utmpdump.1.gz -rw-r--r-- root/root usr/man/man1/wall.1.gz drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/initscript.5.gz diff --git a/sysvinit/Pkgfile b/sysvinit/Pkgfile index 6c564dbd..59a34901 100644 --- a/sysvinit/Pkgfile +++ b/sysvinit/Pkgfile @@ -4,13 +4,19 @@ name=sysvinit version=2.88 -release=1 +release=2 source=(http://download.savannah.gnu.org/releases/$name/$name-${version}dsf.tar.bz2) build() { cd $name-${version}dsf + make make 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 + install -d $PKG/var/log touch $PKG/var/log/wtmp touch $PKG/var/log/btmp |