Skip to Content.
Sympa Menu

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

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 (130a0953ea5cf7d2002aac28aa56e5520293d0c9)
  • Date: Sat, 26 Jun 2010 09:59:49 -0500

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

audio-drivers/nas/HISTORY | 2 +-
audio-drivers/nas/INSTALL | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 130a0953ea5cf7d2002aac28aa56e5520293d0c9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nas: install missing init config file

diff --git a/audio-drivers/nas/HISTORY b/audio-drivers/nas/HISTORY
index 5cef2e9..187c929 100644
--- a/audio-drivers/nas/HISTORY
+++ b/audio-drivers/nas/HISTORY
@@ -1,5 +1,5 @@
2010-06-26 Vlad Glagolev <stealth AT sourcemage.org>
- * INSTALL: fixed man installation dir
+ * INSTALL: fixed man installation dir; install init config
* DETAILS: PATCHLEVEL=1

2010-06-20 Vlad Glagolev <stealth AT sourcemage.org>
diff --git a/audio-drivers/nas/INSTALL b/audio-drivers/nas/INSTALL
index 037dace..da40f61 100755
--- a/audio-drivers/nas/INSTALL
+++ b/audio-drivers/nas/INSTALL
@@ -2,4 +2,9 @@ make install &&

make MANPATH="$INSTALL_ROOT/usr/share/man" install.man &&

+if [[ $INIT_INSTALLED ]]; then
+ install_config_file "$SPELL_DIRECTORY/init.d/nasd.conf" \
+ "$INSTALL_ROOT/etc/sysconfig/nasd"
+fi &&
+
install_config_file server/nasd.conf.eg "$INSTALL_ROOT/etc/nasd.conf"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (130a0953ea5cf7d2002aac28aa56e5520293d0c9), Vlad Glagolev, 06/26/2010

Archive powered by MHonArc 2.6.24.

Top of Page