]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
soundtracker: small update
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 1 Oct 2006 20:19:09 +0000 (20:19 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 1 Oct 2006 20:19:09 +0000 (20:19 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@300 370017ae-e619-0410-ac65-c121f96126d4

soundtracker/soundtracker.SlackBuild

index 823653133fb305a0dda71ae5808024eaaf12e782..e5057fc4d6fc1e1a2d85b20a597df78b735c0abf 100755 (executable)
@@ -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