From 9aaa950d3a0d5518709f84c80b06fd761f992fe8 Mon Sep 17 00:00:00 2001 From: Denys Nykula Date: Mon, 23 Sep 2019 05:15:02 +0300 Subject: noop gzip -n. Add mock gzip -n to satisfy pkgsrc. --- toys/lsb/gzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/lsb/gzip.c b/toys/lsb/gzip.c index 0fa9b7e1..3038495e 100644 --- a/toys/lsb/gzip.c +++ b/toys/lsb/gzip.c @@ -8,7 +8,7 @@ * todo: qtv --rsyncable // gzip.net version allows all options for all commands. -USE_GZIP(NEWTOY(gzip, "cdfk123456789[-123456789]", TOYFLAG_USR|TOYFLAG_BIN)) +USE_GZIP(NEWTOY(gzip, "ncdfk123456789[-123456789]", TOYFLAG_USR|TOYFLAG_BIN)) USE_GUNZIP(NEWTOY(gunzip, "cdfk123456789[-123456789]", TOYFLAG_USR|TOYFLAG_BIN)) USE_ZCAT(NEWTOY(zcat, "cdfk123456789[-123456789]", TOYFLAG_USR|TOYFLAG_BIN)) -- cgit v1.2.3