summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-07-20 22:38:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-07-20 22:38:40 +0000
commitdcdaa2072218b0913bc00924e0a261ffbaf26172 (patch)
tree5d586abc27a742e1435639cb6eaeb41474c400f3 /net-misc/ntp/ntp-4.2.0-r2.ebuild
parentStable on amd64. (diff)
downloadgentoo-2-dcdaa2072218b0913bc00924e0a261ffbaf26172.tar.gz
gentoo-2-dcdaa2072218b0913bc00924e0a261ffbaf26172.tar.bz2
gentoo-2-dcdaa2072218b0913bc00924e0a261ffbaf26172.zip
Use -1 instead of /bin/false to set the shell for ntp user. Fix Gentoo/FreeBSD.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/ntp/ntp-4.2.0-r2.ebuild')
-rw-r--r--net-misc/ntp/ntp-4.2.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ntp/ntp-4.2.0-r2.ebuild b/net-misc/ntp/ntp-4.2.0-r2.ebuild
index 8112d2309841..21e16872b79f 100644
--- a/net-misc/ntp/ntp-4.2.0-r2.ebuild
+++ b/net-misc/ntp/ntp-4.2.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.0-r2.ebuild,v 1.23 2005/06/30 03:58:28 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.2.0-r2.ebuild,v 1.24 2005/07/20 22:38:40 flameeyes Exp $
inherit eutils flag-o-matic gnuconfig
@@ -76,7 +76,7 @@ src_compile() {
pkg_preinst() {
enewgroup ntp 123
- enewuser ntp 123 /bin/false /dev/null ntp
+ enewuser ntp 123 -1 /dev/null ntp
}
src_install() {