Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e9529c8ff3eea597bcb70a856ff22c08deb9967d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e9529c8ff3eea597bcb70a856ff22c08deb9967d)
  • Date: Fri, 7 Jul 2006 17:47:08 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

smgl/smgl-fhs/DETAILS | 2 --
smgl/smgl-fhs/HISTORY | 5 +++++
smgl/smgl-fhs/INSTALL | 6 ++++++
3 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit e9529c8ff3eea597bcb70a856ff22c08deb9967d
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

DETAILS: removed UPDATED and BUILD_API=2
INSTALL: added creation of /usr/games with right ownership and
permissions, games group is created here too

diff --git a/smgl/smgl-fhs/DETAILS b/smgl/smgl-fhs/DETAILS
index f0b1240..81d3f51 100755
--- a/smgl/smgl-fhs/DETAILS
+++ b/smgl/smgl-fhs/DETAILS
@@ -2,10 +2,8 @@
VERSION=2.2.0
WEB_SITE=http://www.pathname.com/fhs/2.2/
ENTERED=20050513
- UPDATED=20050916
GATHER_DOCS="off"
LICENSE[0]="GPL"
- BUILD_API=2
PATCHLEVEL=1
KEYWORDS="filesystem smgl"
SHORT="Provides the Filesystem Hierarchy Standard layout"
diff --git a/smgl/smgl-fhs/HISTORY b/smgl/smgl-fhs/HISTORY
index adc3eac..d1b4776 100644
--- a/smgl/smgl-fhs/HISTORY
+++ b/smgl/smgl-fhs/HISTORY
@@ -1,3 +1,8 @@
+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
+ permissions, games group is created here too
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/smgl/smgl-fhs/INSTALL b/smgl/smgl-fhs/INSTALL
index f2ae615..4f5f355 100755
--- a/smgl/smgl-fhs/INSTALL
+++ b/smgl/smgl-fhs/INSTALL
@@ -45,6 +45,12 @@ do
done &&

#
+# For games
+#
+create_group games &&
+fhs_mkdir /usr/games 0750 root games &&
+
+#
# http://www.pathname.com/fhs/2.2/fhs-4.6.html
#
for include_directory in bsd



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (e9529c8ff3eea597bcb70a856ff22c08deb9967d), Pol Vinogradov, 07/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page