summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-13 23:05:13 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-13 23:05:13 +0000
commit23b269286eeecac3293ee92b9dbf26bd5aa1a5a9 (patch)
tree61be36648df2a29aae495cc10a541d3f292301c2 /sys-apps/shadow
parentstable on amd64 (Manifest recommit) (diff)
downloadgentoo-2-23b269286eeecac3293ee92b9dbf26bd5aa1a5a9.tar.gz
gentoo-2-23b269286eeecac3293ee92b9dbf26bd5aa1a5a9.tar.bz2
gentoo-2-23b269286eeecac3293ee92b9dbf26bd5aa1a5a9.zip
add link for passwd
Diffstat (limited to 'sys-apps/shadow')
-rw-r--r--sys-apps/shadow/shadow-4.0.4.1-r3.ebuild3
-rw-r--r--sys-apps/shadow/shadow-4.0.4.1-r4.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/shadow/shadow-4.0.4.1-r3.ebuild b/sys-apps/shadow/shadow-4.0.4.1-r3.ebuild
index 3fcb96f429fd..053ed84c85bf 100644
--- a/sys-apps/shadow/shadow-4.0.4.1-r3.ebuild
+++ b/sys-apps/shadow/shadow-4.0.4.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.4.1-r3.ebuild,v 1.7 2004/10/10 06:14:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.4.1-r3.ebuild,v 1.8 2004/10/13 23:05:13 vapier Exp $
inherit eutils libtool gnuconfig flag-o-matic
@@ -127,6 +127,7 @@ src_install() {
# move passwd to / to help recover broke systems #64441
mv ${D}/usr/bin/passwd ${D}/bin/
+ dosym ../../bin/passwd /usr/bin/passwd
if use pam; then
insinto /etc/pam.d ; insopts -m0644
diff --git a/sys-apps/shadow/shadow-4.0.4.1-r4.ebuild b/sys-apps/shadow/shadow-4.0.4.1-r4.ebuild
index 4670fb091d61..988ce6a84cd9 100644
--- a/sys-apps/shadow/shadow-4.0.4.1-r4.ebuild
+++ b/sys-apps/shadow/shadow-4.0.4.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.4.1-r4.ebuild,v 1.5 2004/10/10 06:14:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.4.1-r4.ebuild,v 1.6 2004/10/13 23:05:13 vapier Exp $
inherit eutils libtool gnuconfig flag-o-matic
@@ -127,6 +127,7 @@ src_install() {
# move passwd to / to help recover broke systems #64441
mv ${D}/usr/bin/passwd ${D}/bin/
+ dosym ../../bin/passwd /usr/bin/passwd
if use pam; then
insinto /etc/pam.d ; insopts -m0644