diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-20 03:16:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-20 03:16:02 +0000 |
commit | 26f5c815be807b253bcf6167fb18b6b9516c9d36 (patch) | |
tree | 5e42b5c80a3cb97c3bdbaec4efa48f7a5c55f98a /sys-process/runit/runit-1.4.1.ebuild | |
parent | Bump to latest test version from upstream. (diff) | |
download | gentoo-2-26f5c815be807b253bcf6167fb18b6b9516c9d36.tar.gz gentoo-2-26f5c815be807b253bcf6167fb18b6b9516c9d36.tar.bz2 gentoo-2-26f5c815be807b253bcf6167fb18b6b9516c9d36.zip |
New initscript by Radek Podgorny #128918.
(Portage version: 2.1_pre9)
Diffstat (limited to 'sys-process/runit/runit-1.4.1.ebuild')
-rw-r--r-- | sys-process/runit/runit-1.4.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-process/runit/runit-1.4.1.ebuild b/sys-process/runit/runit-1.4.1.ebuild index dd88f45c3f8e..8a1717818e96 100644 --- a/sys-process/runit/runit-1.4.1.ebuild +++ b/sys-process/runit/runit-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.4.1.ebuild,v 1.1 2006/03/29 00:42:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.4.1.ebuild,v 1.2 2006/04/20 03:16:02 vapier Exp $ inherit toolchain-funcs flag-o-matic @@ -51,7 +51,8 @@ src_install() { doman man/*.[18] exeinto /etc/runit - doexe "${FILESDIR}"/{1,2,3,ctrlaltdel} || die + doexe "${FILESDIR}"/{1,2,ctrlaltdel} || die + newexe "${FILESDIR}"/3-1.4 3 || die for tty in tty1 tty2 tty3 tty4 tty5 tty6; do exeinto /etc/runit/runsvdir/all/getty-$tty/ for script in run finish; do |