Skip to Content.
Sympa Menu

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

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 (f470d22315d5de09ea7f4baeb43e428a05e1f650)
  • Date: Wed, 9 Aug 2006 04:54:28 -0500

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

smgl/smgl-fhs/HISTORY | 3 +++
smgl/smgl-fhs/INSTALL | 7 +++++++
2 files changed, 10 insertions(+)

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

smgl-fhs added creation of the group mail (it is used but not there...)
and /proc

diff --git a/smgl/smgl-fhs/HISTORY b/smgl/smgl-fhs/HISTORY
index d1b4776..59a0ae6 100644
--- a/smgl/smgl-fhs/HISTORY
+++ b/smgl/smgl-fhs/HISTORY
@@ -1,3 +1,6 @@
+2006-08-09 Thomas Orgis <soukus AT sourcemage.org>
+ * INSTALL: added creation of /proc and mail group
+
2006-07-08 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: removed UPDATED and BUILD_API=2
* INSTALL: added creation of /usr/games with right ownership and
diff --git a/smgl/smgl-fhs/INSTALL b/smgl/smgl-fhs/INSTALL
index 4f5f355..a4a75b5 100755
--- a/smgl/smgl-fhs/INSTALL
+++ b/smgl/smgl-fhs/INSTALL
@@ -21,6 +21,12 @@ done &&
fhs_mkdir /tmp 1777 &&

#
+# http://www.pathname.com/fhs/2.2/fhs-6.1.html
+# in the linux specific section, /proc is indeed mentioned
+#
+fhs_mkdir /proc &&
+
+#
# http://www.pathname.com/fhs/2.2/fhs-3.7.html
#
for etc_directory in opt X11 sgml
@@ -125,6 +131,7 @@ do
fhs_mkdir /var/spool/$spool_directory
done &&

+create_group mail &&
fhs_mkdir /var/spool/mail 3775 root mail &&

#



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f470d22315d5de09ea7f4baeb43e428a05e1f650), Thomas Orgis, 08/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page