Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 1999 02:57:24 +0100 (CET)
From:      ob@seicom.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15326: tcsh modification
Message-ID:  <199912070157.CAA32954@bs-tosh.breuninger.org>

next in thread | raw e-mail | index | archive | help

>Number:         15326
>Category:       ports
>Synopsis:       tcsh modification
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec  6 18:00:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Breuninger
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
>Environment:
>Description:

The 'D'-option doesn't work. It's enabled for apollo environment only.

>How-To-Repeat:
>Fix:
     
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	patches
#	patches/patch-D-option
#
echo c - patches
mkdir -p patches > /dev/null 2>&1
echo x - patches/patch-D-option
sed 's/^X//' >patches/patch-D-option << 'END-of-patches/patch-D-option'
X--- sh.c.orig	Fri Aug 13 18:32:51 1999
X+++ sh.c	Tue Dec  7 02:36:07 1999
X@@ -833,5 +833,4 @@
X 		break;
X 
X-#ifdef apollo
X 	    case 'D':		/* -D	Define environment variable */
X 		{
X@@ -848,5 +847,4 @@
X 		*tcp = '\0'; 	/* done with this argument */
X 		break;
X-#endif /* apollo */
X 
X 	    case 'e':		/* -e	Exit on any error */
END-of-patches/patch-D-option
exit


>Release-Note:
>Audit-Trail:
>Unformatted:
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912070157.CAA32954>