sean finney <[EMAIL PROTECTED]> wrote:

> sysloginits="inetutils-syslogd metalog socklog-run sysklogd syslog-ng"
> for s in $sysloginits; do
>       test -x /etc/init.d/$s && invoke-rc.d $s restart || true
> done

Well, that would try to start each installed service, even if that is
not intended by the local admin (no start links in /etc/rc?.d/).

Regards, Frank


-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)

Reply via email to