diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-28 12:36:42 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-28 12:36:42 +0000 |
commit | da8e0727ff489a0ec74eadab7fa6894067f2cdba (patch) | |
tree | 5cfd3ff23639049c92590dacc4d9d7844f9f1cbc /sys-fs/e4rat | |
parent | net-im/gajim: Bump to second alpha (diff) | |
download | gentoo-2-da8e0727ff489a0ec74eadab7fa6894067f2cdba.tar.gz gentoo-2-da8e0727ff489a0ec74eadab7fa6894067f2cdba.tar.bz2 gentoo-2-da8e0727ff489a0ec74eadab7fa6894067f2cdba.zip |
Inform people about how to work with systemd
(Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-fs/e4rat')
-rw-r--r-- | sys-fs/e4rat/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/e4rat/e4rat-0.2.3-r1.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-fs/e4rat/ChangeLog b/sys-fs/e4rat/ChangeLog index b830bdedb012..8453bcb42ec7 100644 --- a/sys-fs/e4rat/ChangeLog +++ b/sys-fs/e4rat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/e4rat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.15 2013/01/21 20:49:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.16 2013/07/28 12:36:42 pacho Exp $ + + 28 Jul 2013; Pacho Ramos <pacho@gentoo.org> e4rat-0.2.3-r1.ebuild: + Inform people about how to work with systemd 21 Jan 2013; Pacho Ramos <pacho@gentoo.org> -e4rat-0.2.3.ebuild, e4rat-0.2.3-r1.ebuild: diff --git a/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild b/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild index f94c612ef86f..8f789e044e0f 100644 --- a/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild +++ b/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.5 2013/01/21 20:49:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.6 2013/07/28 12:36:42 pacho Exp $ EAPI=5 @@ -33,7 +33,11 @@ PATCHES=( pkg_setup() { check_extra_config DOC_CONTENTS="Please consult the following link if you need help - configuring your system: http://en.gentoo-wiki.com/wiki/E4rat" + configuring your system: http://en.gentoo-wiki.com/wiki/E4rat\n + \nTo launch systemd from e4rat you simply need to edit /etc/e4rat.conf + and set:\n + ; path to init process binary (DEFAULT: /sbin/init)\n + init /usr/lib/systemd/systemd" } src_install() { |