On Sat, Nov 22, 2003, Thomas Lotterer wrote:

>   +        -e 's;libexec/slapd;libexec/openldap/slapd;' \
>   +        -e 's;etc/rc.d/rc.kolab start;etc/rc all start;' \
>            -e 's:print " running:my $cfg; open(FH, "<@l_prefix@/etc/rc.conf") || 
> die; $cfg .= $_ while (<FH>); close(FH); $cfg =~ 
> s/\\n((openldap_url|sasl_authmech)\\S*=[^\\n]*)/#\\1\\n/sg; $cfg .= 
> "openldap_url=\\"\\"\\nsasl_authmech=\\"ldap\\"\\n"; open(FH, 
> ">@l_prefix@/etc/rc.conf") || die; print FH $cfg; close(FH); undef $cfg; print " 
> running:' \
>   +        -e 's;killall -INT slapd >/dev/null 2>&1;$kolab_prefix/etc/rc slapd 
> stop;' \
>   +        -e 's;\(system("killall -9 slapd >/dev/null 2>&1")\);#\1;' \
>            kolab_bootstrap

There is no "slapd" package, so you cannot use "rc slapd stop".
You have to use "rc openldap stop"...

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to