Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/05/2000 05:34:00
Module Name:	pkgsrc
Committed By:	he
Date:		Wed Jul  5 12:34:00 UTC 2000

Modified Files:
	pkgsrc/net/scotty/files: patch-sum
	pkgsrc/net/scotty/patches: patch-aa patch-af patch-ag patch-ah
Added Files:
	pkgsrc/net/scotty/patches: patch-aj

Log Message:
As per message to tech-pkg and current-users, convert the wrapper
shell script for scotty (and tkined, while here) to real honest-to-God
binary executables from interpreted shell scripts.  This is so that
the #!/usr/pkg/bin/scotty construct can be allowed to work.

The problem is that our execve(2) does not permit an interpreted
script to be used as an interpreter (this is currently undocumented,
but that will be fixed shortly).  The symptom is that the scotty
script (tcl code) gets fed to the shell.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/scotty/files/patch-sum
cvs rdiff -r1.4 -r1.5 pkgsrc/net/scotty/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/net/scotty/patches/patch-af
cvs rdiff -r1.1 -r1.2 pkgsrc/net/scotty/patches/patch-ag \
    pkgsrc/net/scotty/patches/patch-ah
cvs rdiff -r0 -r1.1 pkgsrc/net/scotty/patches/patch-aj

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.