summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gzip/znew
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>1999-05-28 13:23:27 +0000
committerkris <kris@FreeBSD.org>1999-05-28 13:23:27 +0000
commit2c39f0fd7d079a2cea7dcf8425e931366294a5fe (patch)
treeb7264041624866114e0a4caf0ce7bc6061adc968 /gnu/usr.bin/gzip/znew
parent7e52c731df6a87ccbaa50164c708a3fc6d4800f8 (diff)
downloadFreeBSD-src-2c39f0fd7d079a2cea7dcf8425e931366294a5fe.zip
FreeBSD-src-2c39f0fd7d079a2cea7dcf8425e931366294a5fe.tar.gz
Fixes from OpenBSD:
Add $Id$ Removes temp file exploits in gzexe (predictable filenames) Fixes some typos Fixes a buffer overrun in gzip -S Don't prepend /usr/local/bin to path in scripts Correct location of /usr/share/misc/termcap Obtained from: OpenBSD
Diffstat (limited to 'gnu/usr.bin/gzip/znew')
-rw-r--r--gnu/usr.bin/gzip/znew3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gzip/znew b/gnu/usr.bin/gzip/znew
index 5c832e8..53226c3 100644
--- a/gnu/usr.bin/gzip/znew
+++ b/gnu/usr.bin/gzip/znew
@@ -1,6 +1,7 @@
#!/bin/sh
+#
+# $Id$
-PATH="/usr/local/bin:$PATH"; export PATH
check=0
pipe=0
opt=
OpenPOWER on IntegriCloud