mgorny 14/10/06 22:22:18 Added: sh.eselect-0.4-r2 Removed: sh.eselect-0.4-r1 Log: Remove zsh due to POSIX incompatibilities, bug #524572. Also remove busybox, this time for real. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.1 app-admin/eselect-sh/files/sh.eselect-0.4-r2 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-sh/files/sh.eselect-0.4-r2?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-sh/files/sh.eselect-0.4-r2?rev=1.1&content-type=text/plain Index: sh.eselect-0.4-r2 =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id: sh.eselect-0.4-r2,v 1.1 2014/10/06 22:22:18 mgorny Exp $ DESCRIPTION="Manage /bin/sh (POSIX shell) implementations" MAINTAINER="mgo...@gentoo.org" VERSION="0.4" SYMLINK_PATH=/bin/sh SYMLINK_TARGETS=( bash dash posh mksh ) SYMLINK_DESCRIPTION='POSIX shell' SYMLINK_CRUCIAL=1 inherit bin-symlink