diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-26 01:12:31 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-26 01:12:31 (GMT) |
commit | 3a0e257f6d84b473151464699f6ea17d9b350d4c (patch) | |
tree | ea0d04783f3cc50c5a30db207388bbf639e70e6a /abs/core-testing/runit-scripts/PKGBUILD | |
parent | 51b45f3affe52c67253a5adbaf5c15e6b7a61889 (diff) | |
download | linhes_pkgbuild-3a0e257f6d84b473151464699f6ea17d9b350d4c.zip linhes_pkgbuild-3a0e257f6d84b473151464699f6ea17d9b350d4c.tar.gz linhes_pkgbuild-3a0e257f6d84b473151464699f6ea17d9b350d4c.tar.bz2 |
runit-scripts: update tty2/3 to use tty2 and tty3 instead of vc/2
added logic around fbsplash-runit to stop it from aborting when fb-slash.conf is missing
Diffstat (limited to 'abs/core-testing/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core-testing/runit-scripts/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/runit-scripts/PKGBUILD b/abs/core-testing/runit-scripts/PKGBUILD index a8087bd..768d311 100755 --- a/abs/core-testing/runit-scripts/PKGBUILD +++ b/abs/core-testing/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=1.8.0 -pkgrel=117 +pkgrel=119 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" @@ -28,4 +28,5 @@ build() { install -m0755 reboot-runit halt-runit logger $startdir/pkg/sbin rsync -a --exclude=.svn services/* $startdir/pkg/etc/sv } -md5sums=('c6cbd6af3657783bd1ce8f75f574d72f') + +md5sums=('46f6261239a06a192a08d10663df0273') |