bug-gzip
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25699: GZIPs deprecated environment variable


From: Paul Eggert
Subject: bug#25699: GZIPs deprecated environment variable
Date: Sun, 12 Feb 2017 18:28:58 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

Bachsau wrote:
I can use an alias or script as suggested by gzip itself, but that will
not be picked up by update scripts and such stuff

Sure it will. Just rename /bin/gzip to /bin/gzip.real, and create a shell script /bin/gzip that looks like this:

#!/bin/sh
exec gzip.real -9 "$@"

You're the sysadmin, so you can do this. (And if you were not the sysadmin, you wouldn't be able to edit any global configuration file either.)

The GZIP environment variable leads to functionality and security problems, which is why it's being deprecated.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]