Hi, How exactly is the correct layout for a sys5 rc script these days?
I just installed "spamassassin", and just like "cistron radius" it's invisible using "ntsysv". Is it a bug in "ntsysv" ? I can't really see what's that different between these two: [root@multi init.d]# head -10 spamassassin #!/bin/sh # # spamassassin This script starts and stops the spamd daemon # # chkconfig: 2345 80 30 # # description: spamd is a daemon process which uses SpamAssassin to check # email messages for SPAM. It is normally called by spamc # from a MDA. # processname: spamd [root@multi init.d]# head -10 squid #!/bin/bash # squid This shell script takes care of starting and stopping # Squid Internet Object Cache # # chkconfig: 345 90 25 # description: Squid - Internet Object Cache. Internet object caching is \ # a way to store requested Internet objects (i.e., data available \ # via the HTTP, FTP, and gopher protocols) on a system closer to the \ # requesting site than to the source. Web browsers can then use the \ # local Squid cache as a proxy HTTP server, reducing access time as \ -- Regards // Oden Eriksson
