summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-11 05:41:02 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-11 05:41:02 +0000
commit06e7e0d4642e06d19142078e36e044aff1eb027a (patch)
treef89cbde2c25751e093b551fb594ff908c284fd7f /sys-apps
parentTouchup -w example usage #69660. (diff)
downloadgentoo-2-06e7e0d4642e06d19142078e36e044aff1eb027a.tar.gz
gentoo-2-06e7e0d4642e06d19142078e36e044aff1eb027a.tar.bz2
gentoo-2-06e7e0d4642e06d19142078e36e044aff1eb027a.zip
add info about using inittab
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/daemontools/daemontools-0.76-r4.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/sys-apps/daemontools/daemontools-0.76-r4.ebuild b/sys-apps/daemontools/daemontools-0.76-r4.ebuild
index de06be767c19..50d46e0e7952 100644
--- a/sys-apps/daemontools/daemontools-0.76-r4.ebuild
+++ b/sys-apps/daemontools/daemontools-0.76-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemontools/daemontools-0.76-r4.ebuild,v 1.18 2005/01/30 21:40:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemontools/daemontools-0.76-r4.ebuild,v 1.19 2005/02/11 05:41:02 vapier Exp $
inherit eutils toolchain-funcs
@@ -50,6 +50,13 @@ src_install() {
dodoc CHANGES ../package/README TODO
- exeinto /etc/init.d
- newexe ${FILESDIR}/svscan-0.76-r4 svscan
+ newinitd ${FILESDIR}/svscan-0.76-r4 svscan
+}
+
+pkg_postinst() {
+ einfo "You can run daemontools using the svscan init.d script,"
+ einfo "or you could run it through inittab."
+ einfo "To use inittab, emerge supervise-scripts and run:"
+ einfo "svscan-add-to-inittab"
+ einfo "Then you can hup init with the command telinit q"
}