diff options
author | 2014-04-10 19:18:50 +0000 | |
---|---|---|
committer | 2014-04-10 19:18:50 +0000 | |
commit | 3c3d2de6134cf7ea70770f1a02e2e64e8caf0ee9 (patch) | |
tree | 878a5373cab8e856e611b2147196ca4ebe92c64d /sys-process/runit/runit-2.1.1-r1.ebuild | |
parent | Drop pax-mark, add warning message concerning adobe-flash, bug #496908 commen... (diff) | |
download | gentoo-2-3c3d2de6134cf7ea70770f1a02e2e64e8caf0ee9.tar.gz gentoo-2-3c3d2de6134cf7ea70770f1a02e2e64e8caf0ee9.tar.bz2 gentoo-2-3c3d2de6134cf7ea70770f1a02e2e64e8caf0ee9.zip |
Merge the changes from 3-1.4 into 3 since pre 1.4 runit has been removed from the tree for several years.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8568F528)
Diffstat (limited to 'sys-process/runit/runit-2.1.1-r1.ebuild')
-rw-r--r-- | sys-process/runit/runit-2.1.1-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-process/runit/runit-2.1.1-r1.ebuild b/sys-process/runit/runit-2.1.1-r1.ebuild index e65491b6b02e..e6356568c212 100644 --- a/sys-process/runit/runit-2.1.1-r1.ebuild +++ b/sys-process/runit/runit-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 1.12 2014/03/19 13:47:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 1.13 2014/04/10 19:18:50 williamh Exp $ EAPI="3" @@ -46,8 +46,7 @@ src_install() { doman man/*.[18] exeinto /etc/runit - doexe "${FILESDIR}"/{1,2,ctrlaltdel} || die - newexe "${FILESDIR}"/3-1.4 3 || die + doexe "${FILESDIR}"/{1,2,3,ctrlaltdel} || die for tty in tty1 tty2 tty3 tty4 tty5 tty6; do exeinto /etc/runit/runsvdir/all/getty-$tty/ for script in run finish; do |