components/gzip/patches/znew.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 16 Jun 2016 23:00:26 -0700
changeset 6236 9ecffda25374
parent 5880 caab292318a0
permissions -rw-r--r--
Added tag s12-102 for changeset 309c116f1e44

Still need to add a PATH with /usr/gnu/bin at the front, to get it to pick
up GNU versions of utilities like chmod that use command line options that
are not present in the Solaris supplied utilities in /usr/bin.

This patch is Solaris specific and will not be sent upstream.

--- gzip-1.8/znew.in.orig	2016-04-27 06:31:30.480064454 -0700
+++ gzip-1.8/znew.in	2016-04-27 06:31:59.295495761 -0700
@@ -18,6 +18,8 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
+PATH=/usr/gnu/bin:$bindir:$PATH; export PATH
+
 version="znew (gzip) @VERSION@
 Copyright (C) 2010-2016 Free Software Foundation, Inc.
 This is free software.  You may redistribute copies of it under the terms of