[37320] in SIPB bug reports
Re: th is completely useless
daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Aug 9 14:12:21 2010
From jhawk@MIT.EDU Mon Aug 09 18:12:21 2010
Return-Path: <jhawk@MIT.EDU>
Delivered-To: bug-sipb-mtg@CHARON.mit.edu
Received: (qmail 1288 invoked from network); 9 Aug 2010 18:12:21 -0000
Received: from mailhub-auth-1.mit.edu (18.9.21.35)
by charon.mit.edu with SMTP; 9 Aug 2010 18:12:21 -0000
Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103])
by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id o79ICKB1024806;
Mon, 9 Aug 2010 14:12:20 -0400
Received: from multics.mit.edu (MULTICS.MIT.EDU [18.187.1.73])
(authenticated bits=56)
(User authenticated as jhawk@ATHENA.MIT.EDU)
by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id o79ICIvH024049
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Mon, 9 Aug 2010 14:12:19 -0400 (EDT)
Received: (from jhawk@localhost) by multics.mit.edu (8.12.9.20060308)
id o79ICHM6001059; Mon, 9 Aug 2010 14:12:17 -0400 (EDT)
Date: Mon, 9 Aug 2010 14:12:16 -0400
From: John Hawkinson <jhawk@MIT.EDU>
To: Geoffrey Thomas <geofft@MIT.EDU>
Cc: Jacob Morzinski <jmorzins@MIT.EDU>, "bug-sipb@MIT.EDU" <bug-sipb@MIT.EDU>
Subject: Re: th is completely useless
Message-ID: <20100809181216.GM17326@multics.mit.edu>
References: <alpine.DEB.1.10.1008090139470.32552@dr-wily.mit.edu> <20100809135647.GA17326@multics.mit.edu> <C0AE216D81AD0C40BFB86028AC7BCBE101EE61CF2E@EXPO6.exchange.mit.edu> <alpine.DEB.1.10.1008091315460.10567@dr-wily.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <alpine.DEB.1.10.1008091315460.10567@dr-wily.mit.edu>
User-Agent: Mutt/1.5.17+jhawk (2007-11-01)
My inclination is to point out that it actually works on Solaris-Athena
and if anyone cared about Linux they would have complained earlier.
Fix it in a way that doesn't break other OSes. If you want to break
the symlink and ahve two versions, that sounds good ot me.
Though I do think /usr/bin/perl works under Solaris, though
maybe not under 7.7. I'm of mixed opinions there -- if you change it,
break the symlink for any 7.7 architectures, please.
--jhawk
Geoffrey Thomas <geofft@MIT.EDU> wrote on Mon, 9 Aug 2010
at 13:17:01 -0400 in <alpine.DEB.1.10.1008091315460.10567@dr-wily.mit.edu>:
> Oh, awesome. My inclination is to point out that Solaris-Athena is
> desupported and just change the shebang to #!/usr/bin/perl like on any sane
> system, but if people care strongly about Solaris-Athena compatibility, you
> could probably add a couple lines at the top to re-exec the script with
> locker perl if the running interpreter is too old.
>
> Thanks for looking into this.