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@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@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