| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.0 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Service for agetty"
HOMEPAGE="http://powerman.name/RTFM/runit.html"
SRC_URI="http://powerman.name/download/Gentoo/${P}.tgz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="runit-service/setupservices"
RDEPEND=">=sys-process/runit-2.1.2-r1
sys-apps/util-linux"
src_install() {
cp -a * "${D}"
}
pkg_postinst() {
if [ -d "${ROOT}"/etc/runit/runsvdir/all/getty-tty1 ]; then
ewarn "Old version of this service detected: ${ROOT}/etc/runit/runsvdir/all/getty-*"
ewarn "Please make sure you running services from ${ROOT}/etc/sv/agetty-* instead!"
fi
}
runit-service/setupservices
>=sys-process/runit-2.1.2-r1 sys-apps/util-linux
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | service-agetty-2.0.0.tgz | 735 bytes | http://powerman.name/download/Gentoo/service-agetty-2.0.0.tgz |