Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (7b725e457717e2c26cf428fa0708d49ca4eec912)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (7b725e457717e2c26cf428fa0708d49ca4eec912)
  • Date: Tue, 1 Jun 2010 00:08:44 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

security/shadow/HISTORY | 3 +++
security/shadow/INSTALL | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit 7b725e457717e2c26cf428fa0708d49ca4eec912
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

shadow: Fails to install de/man8/ with multiple make jobs

diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 0f4f049..fd39bd7 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,6 @@
+2010-05-31 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fails to install de/man8/ with multiple make jobs
+
2009-09-30 Arjan Bouter <abouter AT sourcemage.org>
* INSTALL: make sure the SHADOW_HOME dir exists.

diff --git a/security/shadow/INSTALL b/security/shadow/INSTALL
index 049e6ee..fa2faf1 100755
--- a/security/shadow/INSTALL
+++ b/security/shadow/INSTALL
@@ -1,7 +1,9 @@
# make sure that config files won't get overwritten by install
echo "install:" > etc/Makefile &&
echo "install:" > etc/pam.d/Makefile &&
+make_single &&
make install DESTDIR=$INSTALL_ROOT &&
+make_normal &&

install_config_file etc/limits $INSTALL_ROOT/etc/limits &&
install_config_file etc/login.access $INSTALL_ROOT/etc/login.access &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (7b725e457717e2c26cf428fa0708d49ca4eec912), Eric Sandall, 06/01/2010

Archive powered by MHonArc 2.6.24.

Top of Page