runit-void: Install only active services by default

This commit is contained in:
Stefan Mühlinghaus 2015-01-27 20:18:05 +01:00
parent 08fea1bd7d
commit 9fcb1fce33
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ post)
mkdir -p etc/runit/runsvdir/default mkdir -p etc/runit/runsvdir/default
for f in 1 2 3 4 5 6; do for f in 1 2 3 4 5 6; do
ln -sf /etc/sv/agetty-tty$f etc/runit/runsvdir/default [ -e /etc/sv/agetty-tty${f}/down ] || ln -sf /etc/sv/agetty-tty$f etc/runit/runsvdir/default
done done
;; ;;
esac esac

View file

@ -1,7 +1,7 @@
# Template file for 'runit-void' # Template file for 'runit-void'
pkgname=runit-void pkgname=runit-void
version=20150127 version=20150127
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
homepage="http://www.voidlinux.eu" homepage="http://www.voidlinux.eu"
short_desc="Void Linux runit scripts" short_desc="Void Linux runit scripts"