==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=6693

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

--- Comment #7 from Unnilennium <[email protected]> ---
I think the problem should be there in createlinks:

for my $event ( qw(
                mailman-update
                domain-create
                domain-delete
                bootstrap-console-save
                ))
{

    templates2events( "/usr/lib/mailman/Mailman/mm_cfg.py", $event);

    templates2events( "/etc/httpd/conf/httpd.conf", $event);

    safe_symlink("sigusr1",
        "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");

    safe_symlink("/usr/lib/mailman/bin/post-install",
        "root/etc/e-smith/events/$event/S20mailman-post-install");

    safe_symlink("restart",
        "root/etc/e-smith/events/$event/services2adjust/mailman");

}


IMHO bootstrap-console-save should not have any service to start and 
domain-create             domain-delete already have thingsa bout httpd ... 

I double check, fix and publish a version

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to