From: rhatto Date: Sun, 1 Oct 2006 20:19:09 +0000 (+0000) Subject: soundtracker: small update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4b7458deb74b0cec54224cba95c9aa3a246c1fb5;p=slackbuilds.git soundtracker: small update git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@300 370017ae-e619-0410-ac65-c121f96126d4 --- 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