Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (3db3860a45bb3b9665cda39c1c17627048785ebf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (3db3860a45bb3b9665cda39c1c17627048785ebf)
  • Date: Sun, 27 May 2007 00:37:06 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

net/iputils-ping/DETAILS | 1 +
net/iputils-ping/HISTORY | 4 ++++
net/iputils-ping/INSTALL | 6 +++---
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 3db3860a45bb3b9665cda39c1c17627048785ebf
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

net/iputils-ping: fixed install permissions

diff --git a/net/iputils-ping/DETAILS b/net/iputils-ping/DETAILS
index 8cee1c0..6f25b92 100755
--- a/net/iputils-ping/DETAILS
+++ b/net/iputils-ping/DETAILS
@@ -1,5 +1,6 @@
SPELL=iputils-ping
VERSION=20020927-2
+ PATCHLEVEL=1
SOURCE=iputils_20020927.orig.tar.gz
SOURCE2=iputils_20020927-2.diff.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/iputils
diff --git a/net/iputils-ping/HISTORY b/net/iputils-ping/HISTORY
index 6c70a76..c5b8ecb 100644
--- a/net/iputils-ping/HISTORY
+++ b/net/iputils-ping/HISTORY
@@ -1,3 +1,7 @@
+2007-05-27 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS: PATCHLEVEL++
+ INSTALL: Fixed install permissions.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/net/iputils-ping/INSTALL b/net/iputils-ping/INSTALL
index 622c5f1..b0d98ca 100755
--- a/net/iputils-ping/INSTALL
+++ b/net/iputils-ping/INSTALL
@@ -1,3 +1,3 @@
- install ping ping6 $INSTALL_ROOT/usr/bin &&
- install doc/ping.8 $INSTALL_ROOT/usr/share/man/man8/ping.8 &&
- install doc/ping.8 $INSTALL_ROOT/usr/share/man/man8/ping6.8
+install -m 4755 ping ping6 $INSTALL_ROOT/usr/bin &&
+install -m 644 doc/ping.8 $INSTALL_ROOT/usr/share/man/man8/ping.8 &&
+install -m 644 doc/ping.8 $INSTALL_ROOT/usr/share/man/man8/ping6.8



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (3db3860a45bb3b9665cda39c1c17627048785ebf), Alexander Tsamutali, 05/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page