public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/epoch: epoch-9999.ebuild epoch-1.0_rc1.ebuild ChangeLog
@ 2013-12-07 21:17 Tom Wijsman (tomwij)
  0 siblings, 0 replies; only message in thread
From: Tom Wijsman (tomwij) @ 2013-12-07 21:17 UTC (permalink / raw
  To: gentoo-commits

tomwij      13/12/07 21:17:40

  Modified:             epoch-9999.ebuild epoch-1.0_rc1.ebuild ChangeLog
  Log:
  Clarify which kernel parameter is needed to use the init system.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.2                  sys-apps/epoch/epoch-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild?r1=1.1&r2=1.2

Index: epoch-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epoch-9999.ebuild	7 Dec 2013 21:15:59 -0000	1.1
+++ epoch-9999.ebuild	7 Dec 2013 21:17:40 -0000	1.2
@@ -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-apps/epoch/epoch-9999.ebuild,v 1.1 2013/12/07 21:15:59 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-9999.ebuild,v 1.2 2013/12/07 21:17:40 tomwij Exp $
 
 EAPI="5"
 
@@ -64,6 +64,8 @@
 	elog "An example epoch configuration is provided at /etc/epoch/epoch.conf"
 	elog "which starts a minimal needed to use Gentoo."
 	elog ""
+	elog "To use epoch, add this kernel parameter: init=/usr/sbin/epoch-init"
+	elog ""
 	elog "Additional information about epoch is available at"
 	elog "${HOMEPAGE} and configuration documentation at"
 	elog "http://universe2.us/epochconfig.html which is useful reading material."



1.2                  sys-apps/epoch/epoch-1.0_rc1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild?r1=1.1&r2=1.2

Index: epoch-1.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epoch-1.0_rc1.ebuild	7 Dec 2013 21:15:59 -0000	1.1
+++ epoch-1.0_rc1.ebuild	7 Dec 2013 21:17:40 -0000	1.2
@@ -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-apps/epoch/epoch-1.0_rc1.ebuild,v 1.1 2013/12/07 21:15:59 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/epoch-1.0_rc1.ebuild,v 1.2 2013/12/07 21:17:40 tomwij Exp $
 
 EAPI="5"
 
@@ -64,6 +64,8 @@
 	elog "An example epoch configuration is provided at /etc/epoch/epoch.conf"
 	elog "which starts a minimal needed to use Gentoo."
 	elog ""
+	elog "To use epoch, add this kernel parameter: init=/usr/sbin/epoch-init"
+	elog ""
 	elog "Additional information about epoch is available at"
 	elog "${HOMEPAGE} and configuration documentation at"
 	elog "http://universe2.us/epochconfig.html which is useful reading material."



1.2                  sys-apps/epoch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/epoch/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	7 Dec 2013 21:15:59 -0000	1.1
+++ ChangeLog	7 Dec 2013 21:17:40 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/epoch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v 1.1 2013/12/07 21:15:59 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/epoch/ChangeLog,v 1.2 2013/12/07 21:17:40 tomwij Exp $
+
+  07 Dec 2013; Tom Wijsman <TomWij@gentoo.org> epoch-1.0_rc1.ebuild,
+  epoch-9999.ebuild:
+  Clarify which kernel parameter is needed to use the init system.
 
 *epoch-1.0_rc1 (07 Dec 2013)
 *epoch-9999 (07 Dec 2013)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-07 21:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-07 21:17 [gentoo-commits] gentoo-x86 commit in sys-apps/epoch: epoch-9999.ebuild epoch-1.0_rc1.ebuild ChangeLog Tom Wijsman (tomwij)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox