diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-08-20 12:32:23 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-08-20 12:32:23 +0000 |
commit | 41da30a8dad99e85adc2a75b0a32cbc23656daae (patch) | |
tree | 9786f9224f0fbcfd48d0d7e125fc8916ef73c2d5 /gnustep-base/gnustep-make/files | |
parent | Stable on amd64 wrt bug #333193 (diff) | |
download | historical-41da30a8dad99e85adc2a75b0a32cbc23656daae.tar.gz historical-41da30a8dad99e85adc2a75b0a32cbc23656daae.tar.bz2 historical-41da30a8dad99e85adc2a75b0a32cbc23656daae.zip |
Drop old stable versions, security bug #325577
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'gnustep-base/gnustep-make/files')
-rw-r--r-- | gnustep-base/gnustep-make/files/gnustep-2.csh | 19 | ||||
-rw-r--r-- | gnustep-base/gnustep-make/files/gnustep-2.sh | 23 |
2 files changed, 0 insertions, 42 deletions
diff --git a/gnustep-base/gnustep-make/files/gnustep-2.csh b/gnustep-base/gnustep-make/files/gnustep-2.csh deleted file mode 100644 index a9af0de85e98..000000000000 --- a/gnustep-base/gnustep-make/files/gnustep-2.csh +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env csh -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/files/gnustep-2.csh,v 1.2 2007/11/20 19:12:13 grobian Exp $ - -# Test for an interactive shell -if ( $?prompt ) then - - setenv GNUSTEP_SYSTEM_TOOLS /usr/GNUstep/System/Tools - - if ( -x $GNUSTEP_SYSTEM_TOOLS/make_services ) then - $GNUSTEP_SYSTEM_TOOLS/make_services - endif - - if ( -x $GNUSTEP_SYSTEM_TOOLS/gdnc ) then - $GNUSTEP_SYSTEM_TOOLS/gdnc - endif - -endif diff --git a/gnustep-base/gnustep-make/files/gnustep-2.sh b/gnustep-base/gnustep-make/files/gnustep-2.sh deleted file mode 100644 index e69e18bc8f1b..000000000000 --- a/gnustep-base/gnustep-make/files/gnustep-2.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env sh -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/files/gnustep-2.sh,v 1.2 2007/11/20 19:12:13 grobian Exp $ - -# Test for an interactive shell -case $- in - *i*) - ;; - *) - return - ;; -esac - -GNUSTEP_SYSTEM_TOOLS=/usr/GNUstep/System/Tools - -if [ -x ${GNUSTEP_SYSTEM_TOOLS}/make_services ]; then - ${GNUSTEP_SYSTEM_TOOLS}/make_services -fi - -if [ -x ${GNUSTEP_SYSTEM_TOOLS}/gdnc ]; then - ${GNUSTEP_SYSTEM_TOOLS}/gdnc -fi |