public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefan Briesenick (sbriesen)" <sbriesen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/ez-ipupdate: ChangeLog ez-ipupdate-3.0.11_beta8-r4.ebuild
Date: Sun, 07 Oct 2007 16:38:52 +0000	[thread overview]
Message-ID: <E1IeZ9Y-00011F-Um@stork.gentoo.org> (raw)

sbriesen    07/10/07 16:38:52

  Modified:             ChangeLog ez-ipupdate-3.0.11_beta8-r4.ebuild
  Log:
  made init-script compatible with shells other than bash (bug #194919), changed einfo to elog in pkg_postinst, some other minor cleanups.
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.23                 net-dns/ez-ipupdate/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ez-ipupdate/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ez-ipupdate/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ez-ipupdate/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	6 Oct 2007 19:30:37 -0000	1.22
+++ ChangeLog	7 Oct 2007 16:38:52 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for net-dns/ez-ipupdate
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ChangeLog,v 1.22 2007/10/06 19:30:37 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ChangeLog,v 1.23 2007/10/07 16:38:52 sbriesen Exp $
+
+  07 Oct 2007; Stefan Briesenick <sbriesen@gentoo.org>
+  files/ez-ipupdate.initd, ez-ipupdate-3.0.11_beta8-r4.ebuild:
+  made init-script compatible with shells other than bash (bug #194919),
+  changed einfo to elog in pkg_postinst, some other minor cleanups.
 
   06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   ez-ipupdate-3.0.11_beta8-r4.ebuild:



1.5                  net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild?r1=1.4&r2=1.5

Index: ez-ipupdate-3.0.11_beta8-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ez-ipupdate-3.0.11_beta8-r4.ebuild	6 Oct 2007 19:30:37 -0000	1.4
+++ ez-ipupdate-3.0.11_beta8-r4.ebuild	7 Oct 2007 16:38:52 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild,v 1.4 2007/10/06 19:30:37 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r4.ebuild,v 1.5 2007/10/07 16:38:52 sbriesen Exp $
 
 inherit eutils
 
@@ -38,7 +38,7 @@
 }
 
 src_install() {
-	make DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die "emake install failed"
 	newinitd "${FILESDIR}/ez-ipupdate.initd" ez-ipupdate
 	keepdir /etc/ez-ipupdate /var/cache/ez-ipupdate
 
@@ -62,40 +62,39 @@
 	chmod 750 /etc/ez-ipupdate /var/cache/ez-ipupdate
 	chown ez-ipupd:ez-ipupd /etc/ez-ipupdate /var/cache/ez-ipupdate
 
-	einfo
-	einfo "Please create one or more config files in"
-	einfo "/etc/ez-ipupdate/. A bunch of samples can"
-	einfo "be found in the doc directory."
-	einfo
-	einfo "All config files must have a '.conf' extension."
-	einfo
-	einfo "Please do not use the 'run-as-user', 'run-as-euser',"
-	einfo "'cache-file' and 'pidfile' options, since these are"
-	einfo "handled internally by the init-script!"
-	einfo
-	einfo "If you want to use ez-ipupdate in daemon mode,"
-	einfo "please add 'daemon' to the config file(s) and"
-	einfo "add the ez-ipupdate init-script to the default"
-	einfo "runlevel."
-	einfo
-	einfo "Without the 'daemon' option, you can run the"
-	einfo "init-script with the 'update' parameter inside"
-	einfo "your PPP ip-up script."
-	einfo
+	elog
+	elog "Please create one or more config files in"
+	elog "/etc/ez-ipupdate/. A bunch of samples can"
+	elog "be found in the doc directory."
+	elog
+	elog "All config files must have a '.conf' extension."
+	elog
+	elog "Please do not use the 'run-as-user', 'run-as-euser',"
+	elog "'cache-file' and 'pidfile' options, since these are"
+	elog "handled internally by the init-script!"
+	elog
+	elog "If you want to use ez-ipupdate in daemon mode,"
+	elog "please add 'daemon' to the config file(s) and"
+	elog "add the ez-ipupdate init-script to the default"
+	elog "runlevel."
+	elog
+	elog "Without the 'daemon' option, you can run the"
+	elog "init-script with the 'update' parameter inside"
+	elog "your PPP ip-up script."
+	elog
 
 	if [ -f /etc/ez-ipupdate.conf ]; then
-		ewarn "!!! IMPORTANT UPDATE NOTICE !!!"
-		ewarn
-		ewarn "The ez-ipupdate init-script can now handle more"
-		ewarn "than one config file. New config file location is"
-		ewarn "/etc/ez-ipupdate/*.conf"
-		ewarn
+		elog "!!! IMPORTANT UPDATE NOTICE !!!"
+		elog
+		elog "The ez-ipupdate init-script can now handle more"
+		elog "than one config file. New config file location is"
+		elog "/etc/ez-ipupdate/*.conf"
+		elog
 		if [ ! -f /etc/ez-ipupdate/default.conf ]; then
 			mv -f /etc/ez-ipupdate.conf /etc/ez-ipupdate/default.conf
-			einfo "Your old configuration has been moved to"
-			einfo "/etc/ez-ipupdate/default.conf"
-			einfo
+			elog "Your old configuration has been moved to"
+			elog "/etc/ez-ipupdate/default.conf"
+			elog
 		fi
-		ebeep
 	fi
 }



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-10-07 16:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-07 16:38 Stefan Briesenick (sbriesen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-10-06 19:30 [gentoo-commits] gentoo-x86 commit in net-dns/ez-ipupdate: ChangeLog ez-ipupdate-3.0.11_beta8-r4.ebuild Tobias Scherbaum (dertobi123)
2007-10-05 13:33 Christian Faulhammer (opfer)
2007-10-05 11:34 Ferris McCormick (fmccor)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IeZ9Y-00011F-Um@stork.gentoo.org \
    --to=sbriesen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox