diff options
author | 2005-04-15 00:51:38 +0000 | |
---|---|---|
committer | 2005-04-15 00:51:38 +0000 | |
commit | 36081ae3d4a59e255d6d7ec5bfe5d310c0170e05 (patch) | |
tree | e1e572fe584ce5c2b20d79bc6377cd0e11e97bba /app-admin/usermin/usermin-1.130.ebuild | |
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
Diffstat (limited to 'app-admin/usermin/usermin-1.130.ebuild')
-rw-r--r-- | app-admin/usermin/usermin-1.130.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |