Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (70c6511086257e8246f3f4ab02f95bb27454749d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (70c6511086257e8246f3f4ab02f95bb27454749d)
  • Date: Wed, 20 Sep 2006 14:24:24 -0500

GIT changes to master grimoire by David Kowis <dkowis AT raziel.shlrm.org>:

telephony/asterisk/CONFIGURE | 6 ++++++
telephony/asterisk/HISTORY | 2 ++
telephony/asterisk/INSTALL | 5 +++++
3 files changed, 13 insertions(+)

New commits:
commit 70c6511086257e8246f3f4ab02f95bb27454749d
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT raziel.shlrm.org>

asterisk
added logic to optionally install the sample configs.
THen forget that you said Y so that it doesn't clobber your stuff next
time...

diff --git a/telephony/asterisk/CONFIGURE b/telephony/asterisk/CONFIGURE
new file mode 100755
index 0000000..8a328b8
--- /dev/null
+++ b/telephony/asterisk/CONFIGURE
@@ -0,0 +1,6 @@
+persistent_add ASTERISK_SAMPLES &&
+message "The spell author reccomends saying y to this the first time you
cast it." &&
+message "That way you have the sample configs to get started with." &&
+message "The spell WILL NOT REMEMBER that you said y, it's a one time deal."
&&
+query ASTERISK_SAMPLES \
+ "Do you want to install the sample configs (CLOBBERS EXISTING
CONFIG!!!!)?" n
diff --git a/telephony/asterisk/HISTORY b/telephony/asterisk/HISTORY
index 8f08ce9..463ae62 100644
--- a/telephony/asterisk/HISTORY
+++ b/telephony/asterisk/HISTORY
@@ -1,6 +1,8 @@
2006-09-20 David Kowis <dkowis AT shlrm.org>
* DETAILS: Version to 1.2.12.1
* DEPENDS: fixed depends info
+ * CONFIGURE: added logic to install configs
+ * INSTALL: added logic to forget about installing configs :)

2006-04-24 Unet <unet AT sourcemage.org>
* DETAILS: Updated to 1.2.7.1
diff --git a/telephony/asterisk/INSTALL b/telephony/asterisk/INSTALL
new file mode 100755
index 0000000..6731e8a
--- /dev/null
+++ b/telephony/asterisk/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+if [[ "$ASTERISK_SAMPLES" == "y" ]]; then
+ persistent_remove ASTERISK_SAMPLES &&
+ make samples
+fi



  • [SM-Commit] GIT changes to master grimoire by David Kowis (70c6511086257e8246f3f4ab02f95bb27454749d), David Kowis, 09/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page