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, core82 has been updated via 48f989de1591ed83a614e7133649723a91d7e822 (commit) via 9bd0bfd233b2297a3c2e91e90b56fdfd96011c3b (commit) via 6b271ee283d7b62b92d099f5140a3f4e1b95257e (commit) from 05370b30da58d10f9935cf1c4cb8f23ab769b32e (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 48f989de1591ed83a614e7133649723a91d7e822 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Fri Aug 22 09:27:18 2014 +0200
core82: add iputils to update.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/iputils | 1 + config/rootfiles/core/82/filelists/iputils | 1 + lfs/iputils | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/82/filelists/iputils
Difference in files: diff --git a/config/rootfiles/common/iputils b/config/rootfiles/common/iputils index 7fb0426..3484cbb 100644 --- a/config/rootfiles/common/iputils +++ b/config/rootfiles/common/iputils @@ -1,2 +1,3 @@ bin/ping usr/bin/ping +usr/bin/tracepath diff --git a/config/rootfiles/core/82/filelists/iputils b/config/rootfiles/core/82/filelists/iputils new file mode 120000 index 0000000..361c28f --- /dev/null +++ b/config/rootfiles/core/82/filelists/iputils @@ -0,0 +1 @@ +../../../common/iputils \ No newline at end of file diff --git a/lfs/iputils b/lfs/iputils index 9310c1f..7741c0e 100644 --- a/lfs/iputils +++ b/lfs/iputils @@ -73,8 +73,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/iputils-20020927-headers.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/iputils-20020927-rh.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/iputils-glibckernheaders.patch - cd $(DIR_APP) && make ping + cd $(DIR_APP) && make ping tracepath cd $(DIR_APP) && install -m 4755 ping /usr/bin + cd $(DIR_APP) && install -m 0755 tracepath /usr/bin
# Some scripts expect ping in /bin/ping. ln -svf ../usr/bin/ping /bin/ping
hooks/post-receive -- IPFire 2.x development tree