CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sysvinit: updated to 2.88-3
authorVictor Martinez <pitillo@ono.com>
Wed, 1 Oct 2014 11:16:14 +0000 (11:16 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 1 Oct 2014 11:16:14 +0000 (11:16 +0000)
sysvinit/.footprint
sysvinit/Pkgfile

index 77505ef41a25ab1c5b43381a524c0af83fdb14b8..b289a3a26797468c47eb27c10694898f8d2054d0 100644 (file)
@@ -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
index 4f6cca54fc73d3a7f06471dfb8528767bcdc9acf..d1ff7f43c35dadc51afaeca2d888a2cb23bb9d5f 100644 (file)
@@ -6,16 +6,24 @@
 
 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
+  
+  # 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