Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (c2a354bee50b3d31b526a3bf3f4ce2a43398283a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (c2a354bee50b3d31b526a3bf3f4ce2a43398283a)
  • Date: Sat, 31 Mar 2007 20:54:13 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

kernels/speedtouch/FINAL | 1 +
kernels/speedtouch/HISTORY | 3 +++
kernels/speedtouch/POST_INSTALL | 7 -------
3 files changed, 4 insertions(+), 7 deletions(-)

New commits:
commit c2a354bee50b3d31b526a3bf3f4ce2a43398283a
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

speedtouch removed query from POST_INSTALL and moved message to FINAL

diff --git a/kernels/speedtouch/FINAL b/kernels/speedtouch/FINAL
new file mode 100755
index 0000000..89666c3
--- /dev/null
+++ b/kernels/speedtouch/FINAL
@@ -0,0 +1 @@
+message "${MESSAGE_COLOR}You should checkout the HowTo installed in
/usr/share/doc/speedtouch${DEFAULT_COLOR}"
diff --git a/kernels/speedtouch/HISTORY b/kernels/speedtouch/HISTORY
old mode 100755
new mode 100644
index b1909db..88dbffc
--- a/kernels/speedtouch/HISTORY
+++ b/kernels/speedtouch/HISTORY
@@ -1,3 +1,6 @@
+2007-03-31 David Brown <dmlb2000 AT gmail.com>
+ * POST_INSTALL: moved to FINAL and instead of a query just display msg
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/kernels/speedtouch/POST_INSTALL b/kernels/speedtouch/POST_INSTALL
deleted file mode 100755
index 8a596dd..0000000
--- a/kernels/speedtouch/POST_INSTALL
+++ /dev/null
@@ -1,7 +0,0 @@
-if query "${MESSAGE_COLOR}To see the howto enter a 'y': ${DEFAULT_COLOR}"
n; then
- lynx $SOURCE_DIRECTORY/doc-linux/howto/SpeedTouch-HOWTO-en.html
-else
- message "" \
- "${MESSAGE_COLOR}You chose not to see the HowTo, or you let the prompt
timeout. Anyway," \
- " it should have been installed in
/usr/share/doc/speedtouch${DEFAULT_COLOR}"
-fi



  • [SM-Commit] GIT changes to master grimoire by David Brown (c2a354bee50b3d31b526a3bf3f4ce2a43398283a), David Brown, 03/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page