summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-07-20 05:49:00 +0000
committerAlin Năstac <mrness@gentoo.org>2005-07-20 05:49:00 +0000
commit50449ea0714e086e8f2e69b18606476eae369e6d (patch)
treea3a75afb799573a89b1ba8f0bc2ee13ed6a7090d /net-dialup/mgetty/mgetty-1.1.30.ebuild
parentadd HOMEPAGE (diff)
downloadhistorical-50449ea0714e086e8f2e69b18606476eae369e6d.tar.gz
historical-50449ea0714e086e8f2e69b18606476eae369e6d.tar.bz2
historical-50449ea0714e086e8f2e69b18606476eae369e6d.zip
replace /bin/false shell arg of enewuser calls with -1
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-dialup/mgetty/mgetty-1.1.30.ebuild')
-rw-r--r--net-dialup/mgetty/mgetty-1.1.30.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/mgetty/mgetty-1.1.30.ebuild b/net-dialup/mgetty/mgetty-1.1.30.ebuild
index e50379f85d53..9736dde9f040 100644
--- a/net-dialup/mgetty/mgetty-1.1.30.ebuild
+++ b/net-dialup/mgetty/mgetty-1.1.30.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-dialup/mgetty/mgetty-1.1.30.ebuild,v 1.20 2005/02/10 13:14:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.30.ebuild,v 1.21 2005/07/20 05:49:00 mrness Exp $
inherit flag-o-matic eutils
@@ -21,7 +21,7 @@ IUSE="doc"
pkg_preinst() {
enewgroup fax
- enewuser fax -1 /bin/false /dev/null fax
+ enewuser fax -1 -1 /dev/null fax
}
src_unpack() {