Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (035c577c1c27ef494b1cc01fe6c554ab1b9acb7f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (035c577c1c27ef494b1cc01fe6c554ab1b9acb7f)
  • Date: Fri, 10 Oct 2008 14:44:21 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

New commits:
commit 035c577c1c27ef494b1cc01fe6c554ab1b9acb7f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

smgl-fhs: really bump to 2.2.1, small fixes

diff --git a/smgl/smgl-fhs/DETAILS b/smgl/smgl-fhs/DETAILS
index c34da6d..bb1c0e5 100755
--- a/smgl/smgl-fhs/DETAILS
+++ b/smgl/smgl-fhs/DETAILS
@@ -1,12 +1,11 @@
SPELL=smgl-fhs
- VERSION=2.2.0
+ VERSION=2.2.1
WEB_SITE=http://www.pathname.com/fhs/2.2/
ENTERED=20050513
GATHER_DOCS="off"
LICENSE[0]="GPL"
- PATCHLEVEL=2
KEYWORDS="filesystem smgl"
- SHORT="Provides the Filesystem Hierarchy Standard layout"
+ SHORT="filesystem hierarchy standard layout"
cat << EOF
Provides the Filesystem Hierarchy Standard layout 2.2 for Source Mage
GNU/Linux.

diff --git a/smgl/smgl-fhs/HISTORY b/smgl/smgl-fhs/HISTORY
index aa3ad7f..58593cf 100644
--- a/smgl/smgl-fhs/HISTORY
+++ b/smgl/smgl-fhs/HISTORY
@@ -1,7 +1,7 @@
2008-10-10 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: version bumped to 2.2.1
+ * DETAILS: version bumped to 2.2.1; corrected short desc
* INSTALL: don't install modules dir for X11 since mesalib and
xorg-server
- use dri one
+ use dri one; create root's homedir only if the account doesn't exist

2007-10-13 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: fhs_mkdir already applies $INSTALL_ROOT
diff --git a/smgl/smgl-fhs/INSTALL b/smgl/smgl-fhs/INSTALL
index 929b49a..cb637ef 100755
--- a/smgl/smgl-fhs/INSTALL
+++ b/smgl/smgl-fhs/INSTALL
@@ -182,7 +182,9 @@ done &&
# Doesn't mention permissions, but usually you don't want other users
# able to access a different users folders, so why would root be different?
#
-fhs_mkdir root 0750 &&
+if ! exists_account root; then
+ fhs_mkdir root 0750
+fi &&

create_group utmp &&




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (035c577c1c27ef494b1cc01fe6c554ab1b9acb7f), Vlad Glagolev, 10/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page