diff options
author | Roy Marples <uberlord@gentoo.org> | 2005-08-23 13:26:43 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2005-08-23 13:26:43 +0000 |
commit | a8c7c20653314263c73515770ff7342ac73b300c (patch) | |
tree | dc85ea301b0f486d8491926513339fe64f7afe27 /net-ftp/ftpbase | |
parent | Use -1 for shell argument to enewuser. Bug #103421. (diff) | |
download | historical-a8c7c20653314263c73515770ff7342ac73b300c.tar.gz historical-a8c7c20653314263c73515770ff7342ac73b300c.tar.bz2 historical-a8c7c20653314263c73515770ff7342ac73b300c.zip |
Changed default shell from /bin/false to -1 so enewuser can pick the
correct nologin shell based on userland wrt bug #103421
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-ftp/ftpbase')
-rw-r--r-- | net-ftp/ftpbase/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/ftpbase/Manifest | 18 | ||||
-rw-r--r-- | net-ftp/ftpbase/ftpbase-0.00.ebuild | 4 |
3 files changed, 11 insertions, 17 deletions
diff --git a/net-ftp/ftpbase/ChangeLog b/net-ftp/ftpbase/ChangeLog index f835690f2ca6..2b63d60052c0 100644 --- a/net-ftp/ftpbase/ChangeLog +++ b/net-ftp/ftpbase/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/ftpbase # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ChangeLog,v 1.7 2005/07/31 12:01:08 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ChangeLog,v 1.8 2005/08/23 13:26:43 uberlord Exp $ + + 23 Aug 2005; Roy Marples <uberlord@gentoo.org> ftpbase-0.00.ebuild: + Changed default shell from /bin/false to -1 so enewuser can pick the + correct nologin shell based on userland wrt bug #103421 31 Jul 2005; Fernando J. Pereda <ferdy@gentoo.org> ftpbase-0.00.ebuild: stable on alpha diff --git a/net-ftp/ftpbase/Manifest b/net-ftp/ftpbase/Manifest index f4482453a98f..b9f0ab020945 100644 --- a/net-ftp/ftpbase/Manifest +++ b/net-ftp/ftpbase/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 b41ea0c7f0841aabd21b403075b77e13 ftpbase-0.00.ebuild 2442 +MD5 7512fdabdfabb4e673442547ef940b45 ChangeLog 1414 MD5 f545d2bcdb5641a7863b64be435382e2 metadata.xml 285 -MD5 43c108c3ecb6bd5c7551932d03751454 ftpbase-0.00.ebuild 2448 -MD5 99ac742285f0557e40b5382715e2f77d ChangeLog 1211 -MD5 bd59faca8d7138ac67e99d94507b04f9 files/ftpusers 407 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-ftpbase-0.00 0 -MD5 7be20c7c1b62bb7e65994bd7a686695e files/ftp-pamd 807 MD5 9e7d64873559cebdc60ee1d0d7845ce7 files/ftp-pamd-include 747 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFC/sO3gIKl8Uu19MoRAvWcAJ91E0ym4jEab10XANr35FAPE4w6mACeLQQf -4ddkKtaJjJIRxpAvYrFcIWM= -=MqyB ------END PGP SIGNATURE----- +MD5 bd59faca8d7138ac67e99d94507b04f9 files/ftpusers 407 +MD5 7be20c7c1b62bb7e65994bd7a686695e files/ftp-pamd 807 diff --git a/net-ftp/ftpbase/ftpbase-0.00.ebuild b/net-ftp/ftpbase/ftpbase-0.00.ebuild index 8e7d2dad4692..94e59359d9c5 100644 --- a/net-ftp/ftpbase/ftpbase-0.00.ebuild +++ b/net-ftp/ftpbase/ftpbase-0.00.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-ftp/ftpbase/ftpbase-0.00.ebuild,v 1.8 2005/08/14 04:07:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ftpbase-0.00.ebuild,v 1.9 2005/08/23 13:26:43 uberlord Exp $ inherit eutils pam @@ -58,7 +58,7 @@ pkg_setup() { src_install() { # Add our default ftp user enewgroup ftp 21 - enewuser ftp 21 /bin/false /home/ftp ftp + enewuser ftp 21 -1 /home/ftp ftp # The ftpusers file is a list of people who are NOT allowed # to use the ftp service. |