summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-03-04 15:53:43 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-03-04 15:53:43 +0000
commitd38e714556ada639a63c47c3f9304226239459e1 (patch)
tree551f5c979d5f8d435470e097ecabb23212787230 /net-misc/openntpd/openntpd-20080406.ebuild
parentVersion bump (bug #460128 by Mr. Anderson). (diff)
downloadgentoo-2-d38e714556ada639a63c47c3f9304226239459e1.tar.gz
gentoo-2-d38e714556ada639a63c47c3f9304226239459e1.tar.bz2
gentoo-2-d38e714556ada639a63c47c3f9304226239459e1.zip
added missing die (bug #457454#c2)
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'net-misc/openntpd/openntpd-20080406.ebuild')
-rw-r--r--net-misc/openntpd/openntpd-20080406.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openntpd/openntpd-20080406.ebuild b/net-misc/openntpd/openntpd-20080406.ebuild
index 9bf145879678..4999646bc651 100644
--- a/net-misc/openntpd/openntpd-20080406.ebuild
+++ b/net-misc/openntpd/openntpd-20080406.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/net-misc/openntpd/openntpd-20080406.ebuild,v 1.2 2013/03/04 10:55:30 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406.ebuild,v 1.3 2013/03/04 15:53:43 ottxor Exp $
EAPI=5
@@ -33,7 +33,7 @@ pkg_setup() {
# make sure user has correct HOME when flipping between
# the standard ntp pkg and this one
- usermod -d /var/lib/openntpd/chroot ntp
+ usermod -d /var/lib/openntpd/chroot ntp || die
}
src_prepare() {