which: update to 2.21
Message ID | 1466928068-15126-1-git-send-email-marcel.lorenz@ipfire.org |
---|---|
State | Superseded |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 9785561C24 for <patchwork@ipfire.org>; Sun, 26 Jun 2016 10:01:08 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 928F6A21; Sun, 26 Jun 2016 10:01:07 +0200 (CEST) Received: from localhost.localdomain (ip5f5b7cdb.dynamic.kabel-deutschland.de [95.91.124.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 7BDE9969 for <development@lists.ipfire.org>; Sun, 26 Jun 2016 10:01:03 +0200 (CEST) From: Marcel Lorenz <marcel.lorenz@ipfire.org> 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> X-Mailer: git-send-email 1.9.1 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Marcel Lorenz
June 26, 2016, 6:01 p.m. UTC
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
config/rootfiles/common/which | 4 ++--
lfs/which | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
Comments
On Sun, 2016-06-26 at 10:01 +0200, Marcel Lorenz wrote: > Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org> > --- > 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 We don't ship man or info pages. > 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 <info@ipfire.org> > # > # > # > # 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 @@ > > include Config > > -VER = 2.16 > +VER = 2.21 > > THISAPP = which-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 830b83af48347a9a3520f561e47cbc9b > +$(DL_FILE)_MD5 = 097ff1a324ae02e0a3b0369f07a7544a > > install : $(TARGET) >