public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. db27cae56e627a887159c46198d9141be760b777
@ 2022-04-09 10:45 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-04-09 10:45 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 1721 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  db27cae56e627a887159c46198d9141be760b777 (commit)
      from  4b8ae872584947c0527eb5f76f06444f7b060cb4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit db27cae56e627a887159c46198d9141be760b777
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date:   Sat Apr 9 10:44:10 2022 +0000

    gzip: Symlink /usr/bin/zless to /usr/bin/zmore
    
    gzip 1.12 no longer features zless. For convenience reasons, symlink
    /usr/bin/zless to /usr/bin/zmore, so users won't need to relearn any
    commands they were previously used to.
    
    Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 lfs/gzip | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Difference in files:
diff --git a/lfs/gzip b/lfs/gzip
index 809c6a91f..c669c235f 100644
--- a/lfs/gzip
+++ b/lfs/gzip
@@ -84,7 +84,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	cd $(DIR_APP) && make install
 ifeq "$(ROOT)" ""
 	mv -v /bin/{gzexe,zcmp,zdiff,zegrep} /usr/bin
-	mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin
+	mv -v /bin/{zfgrep,zforce,zgrep,zmore,znew} /usr/bin
+	ln -s /usr/bin/zmore /usr/bin/zless
 endif
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-09 10:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09 10:45 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. db27cae56e627a887159c46198d9141be760b777 Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox