diff options
author | Juergen Daubert <jue@jue.li> | 2014-02-15 17:21:34 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-02-15 17:21:34 +0100 |
commit | 2bed4f73f8e917e6d22df69adde3f548e74bca19 (patch) | |
tree | 381375245b80cf2a1b3a6c0b085aad9fe9dc71b1 /sysvinit | |
parent | 366d7ac2294e296fa3d3e1e774d0f0bda8418f71 (diff) | |
download | core-2bed4f73f8e917e6d22df69adde3f548e74bca19.tar.gz core-2bed4f73f8e917e6d22df69adde3f548e74bca19.tar.xz |
sysvinit: remove last, mesg, wall and pidof which are provided by util-linux and procps now
Diffstat (limited to 'sysvinit')
-rw-r--r-- | sysvinit/.footprint | 11 | ||||
-rw-r--r-- | sysvinit/Pkgfile | 9 |
2 files changed, 8 insertions, 12 deletions
diff --git a/sysvinit/.footprint b/sysvinit/.footprint index 77505ef4..b289a3a2 100644 --- a/sysvinit/.footprint +++ b/sysvinit/.footprint @@ -1,5 +1,4 @@ drwxr-xr-x root/root bin/ -lrwxrwxrwx root/root bin/pidof -> /sbin/killall5 drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/bootlogd -rwxr-xr-x root/root sbin/fstab-decode @@ -13,19 +12,10 @@ lrwxrwxrwx root/root sbin/reboot -> halt -rwxr-xr-x root/root sbin/sulogin lrwxrwxrwx root/root sbin/telinit -> init drwxr-xr-x root/root usr/ -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/wall drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/initreq.h drwxr-xr-x root/root usr/man/ 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/wall.1.gz drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/initscript.5.gz -rw-r--r-- root/root usr/man/man5/inittab.5.gz @@ -35,7 +25,6 @@ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/halt.8.gz -rw-r--r-- root/root usr/man/man8/init.8.gz -rw-r--r-- root/root usr/man/man8/killall5.8.gz --rw-r--r-- root/root usr/man/man8/pidof.8.gz -rw-r--r-- root/root usr/man/man8/poweroff.8.gz -rw-r--r-- root/root usr/man/man8/reboot.8.gz -rw-r--r-- root/root usr/man/man8/runlevel.8.gz diff --git a/sysvinit/Pkgfile b/sysvinit/Pkgfile index 59a34901..966fea70 100644 --- a/sysvinit/Pkgfile +++ b/sysvinit/Pkgfile @@ -4,7 +4,7 @@ name=sysvinit version=2.88 -release=2 +release=3 source=(http://download.savannah.gnu.org/releases/$name/$name-${version}dsf.tar.bz2) build() { @@ -16,6 +16,13 @@ build() { # 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 |