diff options
author | 2005-04-15 00:51:38 +0000 | |
---|---|---|
committer | 2005-04-15 00:51:38 +0000 | |
commit | 36081ae3d4a59e255d6d7ec5bfe5d310c0170e05 (patch) | |
tree | e1e572fe584ce5c2b20d79bc6377cd0e11e97bba | |
parent | No root user in default usermin config. (diff) | |
download | historical-36081ae3d4a59e255d6d7ec5bfe5d310c0170e05.tar.gz historical-36081ae3d4a59e255d6d7ec5bfe5d310c0170e05.tar.bz2 historical-36081ae3d4a59e255d6d7ec5bfe5d310c0170e05.zip |
Added missing var to export list.
Package-Manager: portage-2.0.51.19
-rw-r--r-- | app-admin/usermin/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/usermin/Manifest | 10 | ||||
-rw-r--r-- | app-admin/usermin/usermin-1.130.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-admin/usermin/ChangeLog b/app-admin/usermin/ChangeLog index a8134a6c728d..687e3dac4da3 100644 --- a/app-admin/usermin/ChangeLog +++ b/app-admin/usermin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/usermin # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/ChangeLog,v 1.56 2005/04/15 00:23:24 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/ChangeLog,v 1.57 2005/04/15 00:51:38 eradicator Exp $ + + 15 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org> + usermin-1.130.ebuild: + Added missing var to export list. *usermin-1.130 (15 Apr 2005) diff --git a/app-admin/usermin/Manifest b/app-admin/usermin/Manifest index f6ef4b5f5db5..8bacac89e3f2 100644 --- a/app-admin/usermin/Manifest +++ b/app-admin/usermin/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 53c49430b6c878d38e290b4014661f29 usermin-1.130.ebuild 2318 +MD5 8a26e2d95b7a8c84e4e8187f2c0ddf71 usermin-1.130.ebuild 2325 MD5 3923b6ae9bc25fc124e24e7747c8a802 metadata.xml 226 MD5 ec24d8da9b33f3d9a0b8f7618d7ef901 usermin-1.090.ebuild 2224 MD5 265e9776e08e5937b984ad1c1e79a746 usermin-1.100-r1.ebuild 2524 MD5 11318572e5aed7a413cb14a648f8b78a usermin-1.100.ebuild 2291 MD5 18ad4df490d7337b8ffe19a8da11986f usermin-1.110.ebuild 2546 MD5 58f6296c4ba73d107efb8f88319a9332 usermin-1.120.ebuild 2549 -MD5 66b151323e6c11098117feb353d07e55 ChangeLog 7764 +MD5 e5e8edcd03a497f7b7c6ffd841354358 ChangeLog 7882 MD5 4a8c93084becc5ae5beb4488282df537 files/digest-usermin-1.090 66 MD5 b3ae782d361d5f450212191c25bf4623 files/digest-usermin-1.100 66 MD5 b3ae782d361d5f450212191c25bf4623 files/digest-usermin-1.100-r1 66 @@ -22,7 +22,7 @@ MD5 790e601fcd965a2804ac85e89d9dee35 files/digest-usermin-1.130 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCXwqJArHZZzCEUG0RAgyxAJwMjhswoaTRxUOi6zrlsn7e57tObACfZZ87 -EUqu7pSvOG4iV5OdOdRlieQ= -=v3DW +iD8DBQFCXxAnArHZZzCEUG0RAvp2AJ91f/G1dyRvrAkFvDLc4jChiFVtwACeP9X8 +M/Ds1j1nQ7EKt4GmVkkUxi0= +=SaxO -----END PGP SIGNATURE----- diff --git a/app-admin/usermin/usermin-1.130.ebuild b/app-admin/usermin/usermin-1.130.ebuild index 5ee885dd1261..26b0adbf3b7c 100644 --- a/app-admin/usermin/usermin-1.130.ebuild +++ b/app-admin/usermin/usermin-1.130.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/app-admin/usermin/usermin-1.130.ebuild,v 1.2 2005/04/15 00:27:35 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-1.130.ebuild,v 1.3 2005/04/15 00:51:38 eradicator Exp $ IUSE="ssl" @@ -69,7 +69,7 @@ src_install() { nouninstall=1 noperlpath=1 tempdir="${T}" - export config_dir var_dir perl autoos port login crypt host ssl nochown autothird nouninstall nostart noperlpath tempdir + export config_dir var_dir perl autoos port login crypt host ssl atboot nostart nochown autothird nouninstall noperlpath tempdir ${D}/usr/libexec/usermin/setup.sh > ${T}/usermin-setup.out 2>&1 || die "Failed to create initial usermin configuration." # Fixup the config files to use their real locations |