You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2002/03/24 19:57:27 UTC

cvs commit: jakarta-commons-sandbox/daemon/src/samples README.txt

jfclere     02/03/24 10:57:26

  Modified:    daemon/src/samples README.txt
  Log:
  The '=' were missing.
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-commons-sandbox/daemon/src/samples/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/samples/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	3 Mar 2002 19:07:43 -0000	1.1
  +++ README.txt	24 Mar 2002 18:57:26 -0000	1.2
  @@ -25,9 +25,9 @@
   name = string to start the program
   
   For example:
  -sshd /usr/sbin/sshd -D
  -router1 /home/Standard/router/router pop3 pop3.example.net
  -router2 /home/Standard/router/smtp smtp.example.net
  -socks5  /usr/local/bin/socks5 -f
  +sshd=/usr/sbin/sshd -D
  +router1=/home/Standard/router/router pop3 pop3.example.net
  +router2=/home/Standard/router/smtp smtp.example.net
  +socks5=/usr/local/bin/socks5 -f
   
   To run it adapt the ServiceDaemon.sh file. 
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>