The end of  /opt/bootlocal.sh calls /pcp_startup.sh

Code:
--------------------
    
  /home/tc/www/cgi-bin/pcp_startup.sh 2>&1 | tee -a /var/log/pcp_boot.log
  
--------------------


So - if you edit that to send output directly to /var/log/pcp_boot.log
rather than to tee then it might well do what you want.
perhaps

Code:
--------------------
    
  /home/tc/www/cgi-bin/pcp_startup.sh > /var/log/pcp_boot.log 2>&1
  
--------------------


and then remember to do it again each time you update.



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin
------------------------------------------------------------------------
Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=109777

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to