From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] which: update to 2.21 Date: Sun, 26 Jun 2016 10:01:08 +0200 Message-ID: <1466928068-15126-1-git-send-email-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0981121626452098147==" List-Id: --===============0981121626452098147== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- config/rootfiles/common/which | 4 ++-- lfs/which | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/which b/config/rootfiles/common/which index 08dc7a5..c6a6d2d 100644 --- a/config/rootfiles/common/which +++ b/config/rootfiles/common/which @@ -1,3 +1,3 @@ usr/bin/which -#usr/info/which.info -#usr/man/man1/which.1 +usr/share/info/which.info +usr/share/man/man1/which.1 diff --git a/lfs/which b/lfs/which index 68041db..75b47b9 100644 --- a/lfs/which +++ b/lfs/which @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2007-2016 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.16 +VER =3D 2.21 =20 THISAPP =3D which-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 830b83af48347a9a3520f561e47cbc9b +$(DL_FILE)_MD5 =3D 097ff1a324ae02e0a3b0369f07a7544a =20 install : $(TARGET) =20 --=20 1.9.1 --===============0981121626452098147==--