Skip to Content.
Sympa Menu

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

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 (81601a62f3b061a37791175d95ba434750538e53)
  • Date: Sun, 11 Mar 2007 06:50:56 -0500

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

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

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

shadow: additional fix for bug 13505; place users instead of 1000 in
useradd config, prevents the error when gid of users is != 1000

diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 3d8bd2c..3b63ec0 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,5 +1,6 @@
2007-03-11 Thomas Orgis <sobukus AT sourcemage.org>
- * INSTALL: create users group (gid 1000), which is default upstream
+ * INSTALL: create users group, which is default upstream, change
+ default useradd to GROUP=users instead of GROUP=1000
* 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 59f0ae6..1d70fb8 100755
--- a/security/shadow/INSTALL
+++ b/security/shadow/INSTALL
@@ -6,7 +6,7 @@ make install DESTDIR=$INSTALL_ROOT
install_config_file etc/limits $INSTALL_ROOT/etc/limits &&
install_config_file etc/login.access $INSTALL_ROOT/etc/login.access &&
install_config_file etc/login.defs $INSTALL_ROOT/etc/login.defs &&
-sed -i 's,^HOME=.*$,HOME='"$SHADOW_HOME"',' etc/useradd &&
+sed -i -e 's,^HOME=.*$,HOME='"$SHADOW_HOME"',' -e
's,GROUP=1000,GROUP=users,' etc/useradd &&
mkdir -p $INSTALL_ROOT/etc/default &&
install_config_file etc/useradd $INSTALL_ROOT/etc/default/useradd &&




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (81601a62f3b061a37791175d95ba434750538e53), Thomas Orgis, 03/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page