Skip to Content.
Sympa Menu

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

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 (8e437ae544f8e6272f9fc90ede1da2454d528612)
  • Date: Fri, 19 Jan 2007 18:50:30 -0600

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

ChangeLog | 3 +++
accounts | 2 ++
groups | 1 +
3 files changed, 6 insertions(+)

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

adding nobody and root definitions

diff --git a/ChangeLog b/ChangeLog
index 368cda9..6563666 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-01-20 Thomas Orgis <sobukus AT orgis.org>
+ * adding nobody and root definitions to accounts/groups
+
2007-01-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* http/netrik: new text mode browser with vi key bindings

diff --git a/accounts b/accounts
index 0bf66b9..12b3219 100755
--- a/accounts
+++ b/accounts
@@ -1,5 +1,6 @@
# FORMAT: <account>:<UID>:<Primary GID>:<GID>:<GID>:... etc.

+root:0:0
daemon:1:1
mail:8:8
news:9:9
@@ -62,3 +63,4 @@ pascal:153:153
wnn:154:154
musicdaemon:155:29
iplog:156:156
+nobody:65534:65534
diff --git a/groups b/groups
index 2e4aa01..808ea62 100755
--- a/groups
+++ b/groups
@@ -1,5 +1,6 @@
# FORMAT: <group>:<GID>:

+root:0:
daemon:1:
tty:5:
disk:6:



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8e437ae544f8e6272f9fc90ede1da2454d528612), Thomas Orgis, 01/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page