Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (62bd9f584f0cebd43e1743fc756e5c8ee717196a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (62bd9f584f0cebd43e1743fc756e5c8ee717196a)
  • Date: Sat, 31 Mar 2007 15:52:56 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-creation/chuck/DETAILS | 4 ++--
audio-creation/chuck/HISTORY | 3 +++
security/shadow/HISTORY | 5 +++++
security/shadow/INSTALL | 4 ++++
4 files changed, 14 insertions(+), 2 deletions(-)

New commits:
commit 62bd9f584f0cebd43e1743fc756e5c8ee717196a
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

fix overwriting of config files, install the useradd defaults as config
file

commit 465fb3d64eb6dc2da4a421388c70b6eda904c03c
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

chuck: update to 1.2.0.7

diff --git a/audio-creation/chuck/DETAILS b/audio-creation/chuck/DETAILS
index 7de4152..f10707f 100755
--- a/audio-creation/chuck/DETAILS
+++ b/audio-creation/chuck/DETAILS
@@ -1,9 +1,9 @@
SPELL=chuck
- VERSION=1.2.0.6
+ VERSION=1.2.0.7
SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://chuck.cs.princeton.edu/release/files/$SOURCE
-
SOURCE_HASH=sha512:52aef678d8259a47e51eee0cd229a6aa616619427f761c334b2e8fc9cd57fe22898d06e8889772ac5f0820963da3c45e44b57c95f66d0abdd04fe58801ba3724
+
SOURCE_HASH=sha512:a40606a98b829c044ee5e621f9607dc39ef90293506991ea8e4b71b7243cba53984562715142be09a9228bb57be1177cbe7d85dee5a5c783556f92efcb9c5348
WEB_SITE=http://chuck.cs.princeton.edu
ENTERED=20060727
LICENSE[0]=GPL
diff --git a/audio-creation/chuck/HISTORY b/audio-creation/chuck/HISTORY
index 7cda5db..1bc0595 100644
--- a/audio-creation/chuck/HISTORY
+++ b/audio-creation/chuck/HISTORY
@@ -1,3 +1,6 @@
+2007-03-31 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: updated to 1.2.0.7
+
2006-07-28 Unet <unet AT sourcemage.org>
* ALL: Created

diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 81b43cc..b2ff3ae 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,8 @@
+2007-03-31 Thomas Orgis <sobukus AT sourcemage.org>
+ * INSTALL: prevent make install from overwriting config files, install
+ /etc/defaults/useradd as config file (issues still open with this
one,
+ see bug 13505)
+
2007-03-08 Thomas Orgis <sobukus AT sourcemage.org>
* pam.d/*: replace all pam_unix_auth.so with pam-unix.so as only the
latter
remains with newer pam (but 13600)
diff --git a/security/shadow/INSTALL b/security/shadow/INSTALL
index ec5de2e..f5c9a1e 100755
--- a/security/shadow/INSTALL
+++ b/security/shadow/INSTALL
@@ -1,3 +1,6 @@
+# make sure that config files won't get overwritten by install
+echo "install:" > etc/Makefile &&
+echo "install:" > etc/pam.d/Makefile &&
make install DESTDIR=$INSTALL_ROOT &&

install_config_file etc/limits $INSTALL_ROOT/etc/limits &&
@@ -5,6 +8,7 @@ install_config_file etc/login.access $IN
install_config_file etc/login.defs $INSTALL_ROOT/etc/login.defs &&

mkdir -p $INSTALL_ROOT/etc/default &&
+install_config_file etc/useradd $INSTALL_ROOT/etc/default/useradd &&

cp -fv $SCRIPT_DIRECTORY/adduser $INSTALL_ROOT/usr/sbin &&
cp -fv $SCRIPT_DIRECTORY/deluser $INSTALL_ROOT/usr/sbin



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (62bd9f584f0cebd43e1743fc756e5c8ee717196a), Thomas Orgis, 03/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page