diff options
author | 2005-05-28 12:49:44 +0000 | |
---|---|---|
committer | 2005-05-28 12:49:44 +0000 | |
commit | 88b8d64a73ec8e139afbfd523931be3b3d5f5c83 (patch) | |
tree | ac59f404c20c7066f82a7703f0eb673539495b20 /sci-misc | |
parent | Dont make use of the deprecated oggvorbis useflag any longer, see #94254. (diff) | |
download | gentoo-2-88b8d64a73ec8e139afbfd523931be3b3d5f5c83.tar.gz gentoo-2-88b8d64a73ec8e139afbfd523931be3b3d5f5c83.tar.bz2 gentoo-2-88b8d64a73ec8e139afbfd523931be3b3d5f5c83.zip |
Give the boinc user /bin/false as shell.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/ChangeLog | 6 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-4.19.ebuild | 4 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-4.32.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index 7f342ec3e386..79fc8b0334f6 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/boinc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.2 2005/05/24 16:39:35 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.3 2005/05/28 12:49:44 cryos Exp $ + + 28 May 2005; Marcus D. Hanwell <marcus@gentoo.org> boinc-4.19.ebuild, + boinc-4.32.ebuild: + Give the boinc user /bin/false as shell. 24 May 2005; Marcus D. Hanwell <cryos@gentoo.org> metadata.xml: Fix up metadata, thanks to squinky86 in bug 93744. diff --git a/sci-misc/boinc/boinc-4.19.ebuild b/sci-misc/boinc/boinc-4.19.ebuild index dadc583a9a93..75080b148e53 100644 --- a/sci-misc/boinc/boinc-4.19.ebuild +++ b/sci-misc/boinc/boinc-4.19.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/sci-misc/boinc/boinc-4.19.ebuild,v 1.1 2005/04/21 16:25:58 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-4.19.ebuild,v 1.2 2005/05/28 12:49:44 cryos Exp $ inherit eutils @@ -69,7 +69,7 @@ src_install() { pkg_preinst() { enewgroup boinc - enewuser boinc -1 /bin/bash /var/lib/boinc boinc + enewuser boinc -1 /bin/false /var/lib/boinc boinc } pkg_postinst() { diff --git a/sci-misc/boinc/boinc-4.32.ebuild b/sci-misc/boinc/boinc-4.32.ebuild index b7b9332893da..19288b03ce87 100644 --- a/sci-misc/boinc/boinc-4.32.ebuild +++ b/sci-misc/boinc/boinc-4.32.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/sci-misc/boinc/boinc-4.32.ebuild,v 1.1 2005/04/21 16:25:58 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-4.32.ebuild,v 1.2 2005/05/28 12:49:44 cryos Exp $ inherit eutils @@ -72,7 +72,7 @@ src_install() { pkg_preinst() { enewgroup boinc - enewuser boinc -1 /bin/bash /var/lib/boinc boinc + enewuser boinc -1 /bin/false /var/lib/boinc boinc } pkg_postinst() { |