5878N/AStill need to add a PATH with /usr/gnu/bin at the front, to get it to pick
5878N/Aup GNU versions of utilities like chmod that use command line options that
5878N/Aare not present in the Solaris supplied utilities in /usr/bin.
5878N/A
5878N/AThis patch is Solaris specific and will not be sent upstream.
2062N/A
5878N/A--- gzip-1.8/znew.in.orig 2016-04-27 06:31:30.480064454 -0700
5878N/A+++ gzip-1.8/znew.in 2016-04-27 06:31:59.295495761 -0700
5878N/A@@ -18,6 +18,8 @@
5878N/A # with this program; if not, write to the Free Software Foundation, Inc.,
5878N/A # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2062N/A
5878N/A+PATH=/usr/gnu/bin:$bindir:$PATH; export PATH
5878N/A+
5878N/A version="znew (gzip) @VERSION@
5878N/A Copyright (C) 2010-2016 Free Software Foundation, Inc.
5878N/A This is free software. You may redistribute copies of it under the terms of