Difference between revisions of "Tomcat 5"
From Briki
Line 4: | Line 4: | ||
## Change '''echo "waiting for processes to exit"''' to '''echo -n "."''' | ## Change '''echo "waiting for processes to exit"''' to '''echo -n "."''' | ||
## Add success after start and stop commands | ## Add success after start and stop commands | ||
− | |||
# In /usr/bin/dtomcat5 | # In /usr/bin/dtomcat5 | ||
## Comment out '''Using'''... lines | ## Comment out '''Using'''... lines | ||
− | |||
# In /usr/share/tomcat5/bin/relink | # In /usr/share/tomcat5/bin/relink | ||
## Reorder find arguments to put '''-type d''' after mindepth and maxdepth arguments | ## Reorder find arguments to put '''-type d''' after mindepth and maxdepth arguments |
Revision as of 16:29, 20 February 2006
Tidying up /etc/init.d/tomcat5 output
- In /etc/init.d/tomcat5
- Remove if statement around . /etc/init.d/rc.d/functions
- Change echo "waiting for processes to exit" to echo -n "."
- Add success after start and stop commands
- In /usr/bin/dtomcat5
- Comment out Using... lines
- In /usr/share/tomcat5/bin/relink
- Reorder find arguments to put -type d after mindepth and maxdepth arguments