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 fb2f6523e50a5dce84a266e7c2a7a6dea1bc4346 (commit) from c8d680dc8df1b2f7138ae3a8745fd021b0f7ae42 (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 fb2f6523e50a5dce84a266e7c2a7a6dea1bc4346 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Nov 3 19:38:19 2010 +0100
findutils: fix locate database updater.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/findutils | 7 ++++--- lfs/findutils | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/findutils b/config/rootfiles/common/findutils index d8e5c1b..13cae26 100644 --- a/config/rootfiles/common/findutils +++ b/config/rootfiles/common/findutils @@ -4,9 +4,9 @@ usr/bin/locate usr/bin/updatedb usr/bin/xargs #usr/lib/findutils -#usr/lib/findutils/bigram -#usr/lib/findutils/code -#usr/lib/findutils/frcode +usr/lib/findutils/bigram +usr/lib/findutils/code +usr/lib/findutils/frcode #usr/share/info/find-maint.info #usr/share/info/find.info #usr/share/man/man1/find.1 @@ -14,3 +14,4 @@ usr/bin/xargs #usr/share/man/man1/updatedb.1 #usr/share/man/man1/xargs.1 #usr/share/man/man5/locatedb.5 +var/lib/locate diff --git a/lfs/findutils b/lfs/findutils index 6321458..c05aca3 100644 --- a/lfs/findutils +++ b/lfs/findutils @@ -89,7 +89,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make $(EXTRA_INSTALL) install ifeq "$(ROOT)" "" mv -v /usr/bin/find /bin - sed -i -e 's/find:=${BINDIR}/find:=/bin/' /usr/bin/updatedb + sed -i -e 's|BINDIR=/usr/bin|BINDIR=/bin|' /usr/bin/updatedb + -mkdir -p /var/lib/locate endif @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree