Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c85c784e749e912b8a7099ef7d379a917f33399a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c85c784e749e912b8a7099ef7d379a917f33399a)
  • Date: Mon, 13 Feb 2017 00:45:33 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

smgl/init.d/DETAILS | 2 +-
smgl/init.d/HISTORY | 4 ++++
smgl/init.d/init.d/mountall.sh | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit c85c784e749e912b8a7099ef7d379a917f33399a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

init.d: mountall.sh: Fix typo

diff --git a/smgl/init.d/DETAILS b/smgl/init.d/DETAILS
index 5c3e7ad..1b2bb69 100755
--- a/smgl/init.d/DETAILS
+++ b/smgl/init.d/DETAILS
@@ -2,7 +2,7 @@
VERSION=2.2.15
LICENSE[0]=GPL
GATHER_DOCS=off
- PATCHLEVEL=3
+ PATCHLEVEL=4
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="smgl"
ENTERED=20030505
diff --git a/smgl/init.d/HISTORY b/smgl/init.d/HISTORY
index 468cba4..69a532b 100644
--- a/smgl/init.d/HISTORY
+++ b/smgl/init.d/HISTORY
@@ -1,3 +1,7 @@
+2017-02-12 Ismael Luceno <ismael AT sourcemage.org>
+ * init.d/mountall.sh: Fixed typo
+ * DETAILS: PATCHLEVEL++
+
2017-02-09 Ismael Luceno <ismael AT sourcemage.org>
* init.d/mountall.sh: Fixed write to mtab
* DETAILS: PATCHLEVEL++
diff --git a/smgl/init.d/init.d/mountall.sh b/smgl/init.d/init.d/mountall.sh
index a1e26cf..ffe2c22 100755
--- a/smgl/init.d/init.d/mountall.sh
+++ b/smgl/init.d/init.d/mountall.sh
@@ -150,7 +150,7 @@ start()
evaluate_retval

# bug 7311 - if proc was mounted, list it in mtab; awk is /usr friendly
- if ! [[ -h /etc/mtab]] && awk 'BEGIN{proc=1} /\/proc/{proc=0} END{exit
proc}' /proc/mounts; then
+ if ! [[ -h /etc/mtab ]] && awk 'BEGIN{proc=1} /\/proc/{proc=0} END{exit
proc}' /proc/mounts; then
builtin echo 'none /proc proc rw 0 0' >> /etc/mtab
fi




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c85c784e749e912b8a7099ef7d379a917f33399a), Ismael Luceno, 02/12/2017

Archive powered by MHonArc 2.6.24.

Top of Page