Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master cauldron by Karsten "BearPerson" Behrmann (8e7fc98611c6183a5fdf79a81cf7a4f17352f650)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Karsten BearPerson Behrmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master cauldron by Karsten "BearPerson" Behrmann (8e7fc98611c6183a5fdf79a81cf7a4f17352f650)
  • Date: Thu, 20 Mar 2008 14:28:22 -0500

GIT changes to master cauldron by Karsten "BearPerson" Behrmann
<karsten AT homebase.bearperson.de>:

iso/usr/share/doc/smgl.install/steps/user-setup | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8e7fc98611c6183a5fdf79a81cf7a4f17352f650
Author: Karsten "BearPerson" Behrmann <karsten AT homebase.bearperson.de>
Commit: Karsten "BearPerson" Behrmann <karsten AT homebase.bearperson.de>

make the useradd example line actually work

diff --git a/iso/usr/share/doc/smgl.install/steps/user-setup
b/iso/usr/share/doc/smgl.install/steps/user-setup
index cb7040f..e4dc329 100644
--- a/iso/usr/share/doc/smgl.install/steps/user-setup
+++ b/iso/usr/share/doc/smgl.install/steps/user-setup
@@ -12,7 +12,7 @@ forget. Also, bear in mind that it can be bypassed with a
screwdriver.):

If you would like to add additional users at this time, you may feel free
to do so by typing the following:
-useradd -b /home -m mbolton
+useradd -d /home/mbolton -m -g users mbolton
passwd mbolton

Of course, you may not want to be called mbolton, so replace that with
whatever



  • [SM-Commit] GIT changes to master cauldron by Karsten "BearPerson" Behrmann (8e7fc98611c6183a5fdf79a81cf7a4f17352f650), Karsten BearPerson Behrmann, 03/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page