Skip to Content.
Sympa Menu

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

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 (6bad5cd6efa2bbadfee1ea69be7bf9fabf906729)
  • Date: Sun, 11 Mar 2007 05:52:20 -0500

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

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

New commits:
commit 6bad5cd6efa2bbadfee1ea69be7bf9fabf906729
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

shadow: ensure users group is there

diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index f7f801d..3d8bd2c 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,4 +1,5 @@
2007-03-11 Thomas Orgis <sobukus AT sourcemage.org>
+ * INSTALL: create users group (gid 1000), which is default upstream
* CONFIGURE,INSTALL: fix general config file install (prevent make
install
from overwriting) while applying a fix according to bug 13505, now
asks
for $HOME prefix to make adduser possibly work out of the box
diff --git a/security/shadow/INSTALL b/security/shadow/INSTALL
index 775f67c..59f0ae6 100755
--- a/security/shadow/INSTALL
+++ b/security/shadow/INSTALL
@@ -10,5 +10,7 @@ sed -i 's,^HOME=.*$,HOME='"$SHADOW_HOME"
mkdir -p $INSTALL_ROOT/etc/default &&
install_config_file etc/useradd $INSTALL_ROOT/etc/default/useradd &&

+create_group users &&
+
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 (6bad5cd6efa2bbadfee1ea69be7bf9fabf906729), Thomas Orgis, 03/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page