sysvinit: update to 2.94

This commit is contained in:
Juergen Daubert 2019-02-27 11:34:53 +01:00
parent afb704495f
commit cab2be67bb
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqgwQLlIb837ZEZnmWf/gqj69SYUfDMDOGSeBwyrvljw9psZ1xbdSbfBNlKf4kIACYMlYDJc57HP+hNdaO9gTFwc= RWRJc1FUaeVeqplflaJQjPUMu/f6IQlxicnoRhzo1GnYOym+8yQoYgm9mFCWloeEOLljuLnyRGZ997fYHI1iv4V5gVYKPuR9RQE=
SHA256 (Pkgfile) = f3507cb264a672ba54e3cf8a178bab41e4c514bddd2f11f38e3ce9b98ebd0f06 SHA256 (Pkgfile) = 6439a2f6bc12117ed7568d4c068d11b5f26f84d14d50355b4b1eeef50dc4e02b
SHA256 (.footprint) = be9ab96641638c54bb18e5756ed3f31b1f659ff9f4477a381cffa22d0bb43df8 SHA256 (.footprint) = be9ab96641638c54bb18e5756ed3f31b1f659ff9f4477a381cffa22d0bb43df8
SHA256 (sysvinit-2.93.tar.xz) = 472d460e233d981488509a167125a82925c8c9aba6b5608cb22598fdf326a8ff SHA256 (sysvinit-2.94.tar.xz) = 7e09c5641fe5436ad3e158720acd2e6e0d4eba074abb9b53bce3ca989f839a17

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu # Maintainer: CRUX System Team, core-ports at crux dot nu
name=sysvinit name=sysvinit
version=2.93 version=2.94
release=1 release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz) source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz)
@ -21,6 +21,10 @@ build() {
rm $PKG/bin/pidof rm $PKG/bin/pidof
rm $PKG/usr/share/man/man8/pidof.8 rm $PKG/usr/share/man/man8/pidof.8
# Provided by e2fsprogs
rm $PKG/sbin/logsave
rm $PKG/usr/share/man/man8/logsave.8
install -d $PKG/var/log install -d $PKG/var/log
touch $PKG/var/log/wtmp touch $PKG/var/log/wtmp
touch $PKG/var/log/btmp touch $PKG/var/log/btmp