Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b00c867f90efba92487e059ecff4fb817262dbfc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b00c867f90efba92487e059ecff4fb817262dbfc)
  • Date: Wed, 17 Aug 2016 21:42:49 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

net/ifupdown/DETAILS | 2 +-
net/ifupdown/HISTORY | 4 ++++
net/ifupdown/INSTALL | 8 ++++----
3 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit b00c867f90efba92487e059ecff4fb817262dbfc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ifupdown: Fix permissions on installed docs, PATCHLEVEL++

diff --git a/net/ifupdown/DETAILS b/net/ifupdown/DETAILS
index 3124f17..530ca7e 100755
--- a/net/ifupdown/DETAILS
+++ b/net/ifupdown/DETAILS
@@ -5,7 +5,7 @@
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
SOURCE_URL[0]=http://ftp.de.debian.org/debian/pool/main/i/ifupdown/$SOURCE
LICENSE[0]=GPL
- PATCHLEVEL=1
+ PATCHLEVEL=2
WEB_SITE=https://packages.debian.org/source/sid/ifupdown
ENTERED=20080123
KEYWORDS="tools net"
diff --git a/net/ifupdown/HISTORY b/net/ifupdown/HISTORY
index 1bf476c..ca7b1cb 100644
--- a/net/ifupdown/HISTORY
+++ b/net/ifupdown/HISTORY
@@ -1,3 +1,7 @@
+2016-08-17 Ismael Luceno <ismael AT sourcemage.org>
+ * INSTALL: Fixed permissions on installed documentation files
+ * DETAILS: PATCHLEVEL++
+
2016-06-01 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.8.12
WEB_SITE refreshed
diff --git a/net/ifupdown/INSTALL b/net/ifupdown/INSTALL
index fda0e79..5ad1063 100755
--- a/net/ifupdown/INSTALL
+++ b/net/ifupdown/INSTALL
@@ -6,12 +6,12 @@ fi &&
BASEDIR=$INSTALL_ROOT default_install &&

# install the man pages to smart places
-cp *.8.gz $INSTALL_ROOT/usr/share/man/man8/. &&
-cp *.5.gz $INSTALL_ROOT/usr/share/man/man5/. &&
+install -v -m644 -D -t "$INSTALL_ROOT"/usr/share/man/man8/ *.8.gz &&
+install -v -m644 -D -t "$INSTALL_ROOT"/usr/share/man/man5/ *.5.gz &&

# install the documentation type things
-mkdir -p $INSTALL_ROOT/usr/share/doc/$SPELL &&
-cp -va examples $INSTALL_ROOT/usr/share/doc/$SPELL/. &&
+install -v -m644 -D -t "$INSTALL_ROOT/usr/share/doc/$SPELL/examples" \
+ examples/* &&

# make the default directories
mkdir -p $INSTALL_ROOT/etc/network &&



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b00c867f90efba92487e059ecff4fb817262dbfc), Ismael Luceno, 08/17/2016

Archive powered by MHonArc 2.6.24.

Top of Page