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 &&