summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2007-12-04 20:45:02 +0000
committerMarkus Rothe <corsair@gentoo.org>2007-12-04 20:45:02 +0000
commit07620805648d87f34c34066d8071767a7391c748 (patch)
tree7accd536a7550d6ccd7beadba1aa0f18b74e2eae /net-dns/ddclient
parentStable for HPPA too. (diff)
downloadgentoo-2-07620805648d87f34c34066d8071767a7391c748.tar.gz
gentoo-2-07620805648d87f34c34066d8071767a7391c748.tar.bz2
gentoo-2-07620805648d87f34c34066d8071767a7391c748.zip
Stable on ppc64; bug #201115
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-dns/ddclient')
-rw-r--r--net-dns/ddclient/ChangeLog5
-rw-r--r--net-dns/ddclient/ddclient-3.7.3-r1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dns/ddclient/ChangeLog b/net-dns/ddclient/ChangeLog
index 38b0adbe867b..2a54f57e5176 100644
--- a/net-dns/ddclient/ChangeLog
+++ b/net-dns/ddclient/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/ddclient
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ChangeLog,v 1.30 2007/12/04 08:05:09 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ChangeLog,v 1.31 2007/12/04 20:45:02 corsair Exp $
+
+ 04 Dec 2007; Markus Rothe <corsair@gentoo.org> ddclient-3.7.3-r1.ebuild:
+ Stable on ppc64; bug #201115
04 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
ddclient-3.7.3-r1.ebuild:
diff --git a/net-dns/ddclient/ddclient-3.7.3-r1.ebuild b/net-dns/ddclient/ddclient-3.7.3-r1.ebuild
index 44ade9e243ee..7961da41765d 100644
--- a/net-dns/ddclient/ddclient-3.7.3-r1.ebuild
+++ b/net-dns/ddclient/ddclient-3.7.3-r1.ebuild
@@ -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/ddclient/ddclient-3.7.3-r1.ebuild,v 1.2 2007/12/04 08:05:09 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.7.3-r1.ebuild,v 1.3 2007/12/04 20:45:02 corsair Exp $
inherit eutils
@@ -64,6 +64,9 @@ src_install() {
}
pkg_postinst() {
+ # ensure the directories are owned by the user:group for this pkg
+ chown ${PN}:${PN} /var/{cache,run}/${PN}
+
use ssl && return
ewarn
ewarn "$PN will not have support for ssl, which means your dynamic DNS account"
@@ -71,7 +74,4 @@ pkg_postinst() {
ewarn "clear. To secure your information, add 'ssl' to your USEflags,"
ewarn "emerge -N ddclient, and add 'ssl=yes' to /etc/$PN/$PN.conf"
ewarn
-
- # ensure the directories are owned by the user:group for this pkg
- chown ${PN}:${PN} /var/{cache,run}/${PN}
}