summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-12-03 20:49:39 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-12-03 20:49:39 +0000
commit7cc586aa203482a00d0700803026104e618ea17b (patch)
treec08c2f607012de979b365562e4d5e79d070f8fe4 /sys-apps
parentmarked unstable (diff)
downloadgentoo-2-7cc586aa203482a00d0700803026104e618ea17b.tar.gz
gentoo-2-7cc586aa203482a00d0700803026104e618ea17b.tar.bz2
gentoo-2-7cc586aa203482a00d0700803026104e618ea17b.zip
small typeo
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/pam-login/pam-login-3.7.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/pam-login/pam-login-3.7.ebuild b/sys-apps/pam-login/pam-login-3.7.ebuild
index 9a2371742668..faa7e6bef366 100644
--- a/sys-apps/pam-login/pam-login-3.7.ebuild
+++ b/sys-apps/pam-login/pam-login-3.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.7.ebuild,v 1.6 2002/10/24 23:23:45 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.7.ebuild,v 1.7 2002/12/03 20:49:39 azarah Exp $
# Do we want to backup an old login.defs, and forcefully
# install a new version?
@@ -34,10 +34,12 @@ src_install() {
insinto /etc
insopts -m0644
-
+
+ doins ${FILESDIR}/login.defs
+ # Also install another one that we can use to check if
+ # we need to update it if FORCE_LOGIN_DEFS = "yes"
[ "${FORCE_LOGIN_DEFS}" = "yes" ] \
- && newins ${FILESDIR}/login.defs login.defs.new \
- || doins ${FILESDIR}/login.defs
+ && newins ${FILESDIR}/login.defs login.defs.new
dodoc AUTHORS COPYING ChangeLog NEWS README THANKS
}
@@ -68,3 +70,4 @@ pkg_postinst() {
rm -f ${ROOT}/etc/login.defs.new
fi
}
+