Thanks!

----- Original Message -----
From: Maxim Solodovnik
Sent: 08/06/12 01:47 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: /etc/init.d/red5 format issues

 here is the link to the plain text version:

http://osflash.org/pipermail/red5_osflash.org/2007-June/012796.html 

 On Mon, Aug 6, 2012 at 8:12 AM, da sdv < utu...@gmx.com > wrote:
Following the Installing OM2.x On Ubuntu64 - Headless guide, I'm having trouble 
with step 10.

 When it comes to editing the /etc/init.d/red5 file, I can't preserve the 
formatting of the text to be added. ie when I copy and paste, the tabbed 
structure of the text isn't preserved.
 This happens with libre office writer, okular and the Ubuntu default pdf 
viewer.

 Is there a way to do this I'm not thinking of; or a plain text file somewhere?

 Here's what the pasted text looks like:

 RETVAL=0
 case "$1" in
 start)
 cd $RED5_HOME
 start-stop-daemon --start -c nobody --pidfile $PIDFILE \
 --chdir $RED5_HOME --background --make-pidfile \
 --exec $DAEMON >/dev/null 2>/dev/null &
 RETVAL=$?
 if [ $RETVAL -eq 0 ]; then
 echo $! > $PIDFILE
 fi
 echo
 ;;
 stop)


 --
 WBR
 Maxim aka solomax

Reply via email to