aboutsummaryrefslogtreecommitdiff
path: root/soundtracker/soundtracker.SlackBuild
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-01 20:19:09 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-01 20:19:09 +0000
commit4b7458deb74b0cec54224cba95c9aa3a246c1fb5 (patch)
tree810fa0c37515bd6cc35d5c3e2c804ea14f5eb5be /soundtracker/soundtracker.SlackBuild
parentc23e7d8b7a72fb28012cc52a195ad3df55ba956c (diff)
downloadslackbuilds-4b7458deb74b0cec54224cba95c9aa3a246c1fb5.tar.gz
slackbuilds-4b7458deb74b0cec54224cba95c9aa3a246c1fb5.tar.bz2
soundtracker: small update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@300 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'soundtracker/soundtracker.SlackBuild')
-rwxr-xr-xsoundtracker/soundtracker.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/soundtracker/soundtracker.SlackBuild b/soundtracker/soundtracker.SlackBuild
index 82365313..e5057fc4 100755
--- a/soundtracker/soundtracker.SlackBuild
+++ b/soundtracker/soundtracker.SlackBuild
@@ -119,14 +119,14 @@ echo '( echo ======================= )' >> install/doinst.sh
echo '( echo " " )' >> install/doinst.sh
echo '( echo By default, SoundTracker is installed suid root. This way, the audio )' >> install/doinst.sh
echo '( echo rendering part of the program runs under higher system priority and )' >> install/doinst.sh
-echo '( because of that, there are less skips and pops in the sound under load )' >> install/doinst.sh
+echo '( echo because of that, there are less skips and pops in the sound under load )' >> install/doinst.sh
echo '( echo " " )' >> install/doinst.sh
-echo '( This can be a security risk, however. If you are running this program )' >> install/doinst.sh
-echo '( on a multi-user machine -- that is, other users that you dont )' >> install/doinst.sh
-echo '( completely trust have access to this machine -- you should think about )' >> install/doinst.sh
-echo '( removing the suid flag by doing a )' >> install/doinst.sh
+echo '( echo This can be a security risk, however. If you are running this program )' >> install/doinst.sh
+echo '( echo on a multi-user machine -- that is, other users that you dont )' >> install/doinst.sh
+echo '( echo completely trust have access to this machine -- you should think about )' >> install/doinst.sh
+echo '( echo removing the suid flag by doing a )' >> install/doinst.sh
echo '( echo " " )' >> install/doinst.sh
-echo '( echo -e \tchmod -s /usr/bin/soundtracker )' >> install/doinst.sh
+echo '( echo -e "\t chmod -s /usr/bin/soundtracker" )' >> install/doinst.sh
echo '( echo " " )' >> install/doinst.sh
echo '( echo as root. )' >> install/doinst.sh