diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-08-01 18:04:07 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-08-01 18:04:07 +0000 |
commit | 5171143488f5634ccdee701392d8c1ea7386f177 (patch) | |
tree | 55987e7ee866dbc5c4af5fd0e21e4536b1938f82 /sys-fs/e4rat | |
parent | Update HOMEPAGE wrt bug #479246. (diff) | |
download | gentoo-2-5171143488f5634ccdee701392d8c1ea7386f177.tar.gz gentoo-2-5171143488f5634ccdee701392d8c1ea7386f177.tar.bz2 gentoo-2-5171143488f5634ccdee701392d8c1ea7386f177.zip |
Update README.gentoo doc as referenced wiki page no longer exists (#479376 by Patrick Lauer) and upstream README is enough for us.
(Portage version: 2.1.13.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-fs/e4rat')
-rw-r--r-- | sys-fs/e4rat/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/e4rat/e4rat-0.2.3-r1.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/e4rat/ChangeLog b/sys-fs/e4rat/ChangeLog index 8453bcb42ec7..c1ef040bbaab 100644 --- a/sys-fs/e4rat/ChangeLog +++ b/sys-fs/e4rat/ChangeLog @@ -1,6 +1,10 @@ # 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.16 2013/07/28 12:36:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/ChangeLog,v 1.17 2013/08/01 18:04:07 pacho Exp $ + + 01 Aug 2013; Pacho Ramos <pacho@gentoo.org> e4rat-0.2.3-r1.ebuild: + Update README.gentoo doc as referenced wiki page no longer exists (#479376 by + Patrick Lauer) and upstream README is enough for us. 28 Jul 2013; Pacho Ramos <pacho@gentoo.org> e4rat-0.2.3-r1.ebuild: Inform people about how to work with systemd diff --git a/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild b/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild index 8f789e044e0f..408342913db1 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.6 2013/07/28 12:36:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/e4rat/e4rat-0.2.3-r1.ebuild,v 1.7 2013/08/01 18:04:07 pacho Exp $ EAPI=5 @@ -32,9 +32,8 @@ 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\n - \nTo launch systemd from e4rat you simply need to edit /etc/e4rat.conf + DOC_CONTENTS=" + To 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" |