Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (dafb4b809076bdf82cab8fdfbeb8b0dffd683911)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (dafb4b809076bdf82cab8fdfbeb8b0dffd683911)
  • Date: Wed, 11 Apr 2007 06:50:59 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

audio-drivers/nas/DETAILS | 3 ++-
audio-drivers/nas/HISTORY | 4 ++++
audio-drivers/nas/init.d/nasd | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 5eb42d1ab79fe8c39bf9ce9901256cacc203beea
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

nas: fixed path to nasd and wrapped description

diff --git a/audio-drivers/nas/DETAILS b/audio-drivers/nas/DETAILS
index c7dd444..b204210 100755
--- a/audio-drivers/nas/DETAILS
+++ b/audio-drivers/nas/DETAILS
@@ -15,5 +15,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="drivers audio"
SHORT='The Network Audio System (NAS)'
cat << EOF
-The Network Audio System is a network transparent, client/server audio
transport system. It can be described as the audio equivalent of an X server.
+The Network Audio System is a network transparent, client/server audio
transport system.
+It can be described as the audio equivalent of an X server.
EOF
diff --git a/audio-drivers/nas/HISTORY b/audio-drivers/nas/HISTORY
index ccb4c3e..97933df 100644
--- a/audio-drivers/nas/HISTORY
+++ b/audio-drivers/nas/HISTORY
@@ -1,3 +1,7 @@
+2007-04-09 Arjan Bouter <abouter AT sourcemage.org
+ * DETAILS: wrapped description line
+ * init.d/nasd: fixed nasd path
+
2007-03-26 Arjan Bouter <abouter AT sourcemage.org
* DETAILS,PREPARE: added the dev version

diff --git a/audio-drivers/nas/init.d/nasd b/audio-drivers/nas/init.d/nasd
index 004431c..482c236 100755
--- a/audio-drivers/nas/init.d/nasd
+++ b/audio-drivers/nas/init.d/nasd
@@ -1,6 +1,6 @@
#!/bin/bash

-PROGRAM="/usr/X11R6/bin/nasd"
+PROGRAM="/usr/bin/nasd"
RUNLEVEL=3
NEEDS="+remote_fs alsa"





Archive powered by MHonArc 2.6.24.

Top of Page