--On Sunday, July 15, 2001 1:07 PM -0600 "Ashley M. Kirchner" 
<[EMAIL PROTECTED]> wrote:

>     Generally, you create a script under /etc/init.d called 'mailman' and
> you soft link it to the run level:
>
>   ln -sf /etc/init.d/mailman /etc/rc2.d/S99mailman  (for startup)
>   ln -sf /etc/init.d/mailman /etc/rc6.d/S99mailman  (for shutdown)
>
>   [ note: the latter one needs to have a 'stop' clause in the script ]

Ummm... no. Not under Solaris. Is this some Linux weirdness? Under Solaris, 
there is no rc6.d, and stop scripts are called Knnfoo. /etc/rc6 invokes the 
scripts in shutdown.d (which is old deprecated SysV stuff) and rc0.d. Stop 
scripts should be in every run level directory lower than the one the start 
script is in (this is slightly over-simplified, but is true for the default 
Solaris run levels). So a standard solaris setup would be:

/etc/rc2.d/S99mailman
/etc/rc1.d/K01mailman
/etc/rc0.d/K01mailman

-- 
Carson Gaspar - [EMAIL PROTECTED]
Queen Trapped in a Butch Body


------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to