FreeBSD Bugzilla – Attachment 7116 Details for
Bug 15662
[PATCH] perl5 Sys::Hostname fails if no PATH set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 440 bytes, created by
Phil Homewood
on 1999-12-24 02:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Phil Homewood
Created:
1999-12-24 02:50:02 UTC
Size:
440 bytes
patch
obsolete
>--- Hostname.pm.orig Fri Oct 1 09:31:37 1999 >+++ Hostname.pm Fri Dec 24 12:30:54 1999 >@@ -98,6 +98,7 @@ > local $SIG{__DIE__}; > $host = `(hostname) 2>/dev/null`; # bsdish > $ENV{'PATH'} = $pathstack; >+ $host; > } > > # method 4 - sysV uname command (may truncate) >@@ -107,6 +108,7 @@ > local $SIG{__DIE__}; > $host = `uname -n 2>/dev/null`; ## sysVish > $ENV{'PATH'} = $pathstack; >+ $host; > } > > # method 5 - Apollo pre-SR10
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15662
: 7116