summaryrefslogtreecommitdiff
path: root/sysvinit
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2018-12-03 16:15:28 -0600
committerMatt Housh <jaeger@crux.ninja>2018-12-03 16:15:28 -0600
commit00d62d8c61acb670ba5c1b042d45ba60160ed8f2 (patch)
tree4587d4da56bff2363175e1da64e702400498404a /sysvinit
parentf73d31080bc44e76befafe63a38a85efbe7b0719 (diff)
downloadcore-00d62d8c61acb670ba5c1b042d45ba60160ed8f2.tar.gz
core-00d62d8c61acb670ba5c1b042d45ba60160ed8f2.tar.xz
sysvinit: updated to version 2.93
Diffstat (limited to 'sysvinit')
-rw-r--r--sysvinit/.footprint3
-rw-r--r--sysvinit/.signature8
-rw-r--r--sysvinit/Pkgfile5
3 files changed, 9 insertions, 7 deletions
diff --git a/sysvinit/.footprint b/sysvinit/.footprint
index 36ffa326..b3dfe974 100644
--- a/sysvinit/.footprint
+++ b/sysvinit/.footprint
@@ -12,11 +12,14 @@ 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/readbootlog
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/initreq.h
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/readbootlog.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/initctl.5.gz
-rw-r--r-- root/root usr/share/man/man5/initscript.5.gz
diff --git a/sysvinit/.signature b/sysvinit/.signature
index 78f6e8c1..7780c5f0 100644
--- a/sysvinit/.signature
+++ b/sysvinit/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqkNHaBsqCwV/bOA5vgc71es/f73/9UWMRjo16pqy49YHfNe2lGuPhhTPijO3VqrzpaPHUZNItPOY5OA3qTunbwE=
-SHA256 (Pkgfile) = 81efe6b8dd6fb053f88605a77a79ca3238dd138ef510e3a677c9e374c8370677
-SHA256 (.footprint) = e45767d1553256c73f1d059e6cab12959732130e68111b98484487fa946d67b8
-SHA256 (sysvinit-2.91.tar.xz) = dfaeb41bc72eae679dfdba2ffeaefe2c4fda0295cd8c8448a066e0049923e1f3
+RWRJc1FUaeVeqgwQLlIb837ZEZnmWf/gqj69SYUfDMDOGSeBwyrvljw9psZ1xbdSbfBNlKf4kIACYMlYDJc57HP+hNdaO9gTFwc=
+SHA256 (Pkgfile) = f3507cb264a672ba54e3cf8a178bab41e4c514bddd2f11f38e3ce9b98ebd0f06
+SHA256 (.footprint) = be9ab96641638c54bb18e5756ed3f31b1f659ff9f4477a381cffa22d0bb43df8
+SHA256 (sysvinit-2.93.tar.xz) = 472d460e233d981488509a167125a82925c8c9aba6b5608cb22598fdf326a8ff
diff --git a/sysvinit/Pkgfile b/sysvinit/Pkgfile
index 284b15d8..baa68b79 100644
--- a/sysvinit/Pkgfile
+++ b/sysvinit/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=sysvinit
-version=2.91
+version=2.93
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz)
@@ -13,10 +13,9 @@ build() {
make
make ROOT=$PKG install
- # Provided by util-linux
+ # Provided by util-linux
rm $PKG/usr/bin/{last,lastb,mesg,utmpdump,wall}
rm $PKG/usr/share/man/man1/{last,lastb,mesg,utmpdump,wall}.1
- rmdir $PKG/usr/bin
# Provided by procps
rm $PKG/bin/pidof

Generated by cgit