On RedHat/CentOS systems, all of the service management scripts in /etc/init.d (and also run by the "service" command) produce color output. (i.e. the "[ OK ]" and "[FAILED]" strings.) How do I disable this? (The color-producing escape sequences are making the webistrano output more ugly than it needs to be.)
feedback
|
|
Check out
Changing the BOOTUP line to something like If you just want to disable formatting on one of your scripts, add:
after the line that reads:
| |||||
feedback
|