diff -up smeserver-wordpress-1.0/createlinks.patch4 smeserver-wordpress-1.0/createlinks --- smeserver-wordpress-1.0/createlinks.patch4 2013-11-05 16:53:37.000000000 -0500 +++ smeserver-wordpress-1.0/createlinks 2013-11-05 17:07:49.000000000 -0500 @@ -13,3 +13,7 @@ use esmith::Build::CreateLinks qw(:all); # services to launch on event safe_symlink("sigusr1", "root/etc/e-smith/events/conf-wordpress/services2adjust/httpd-e-smith"); safe_symlink("restart", "root/etc/e-smith/events/conf-wordpress/services2adjust/mysql.init"); + +# actions to perform + safe_symlink("../actions/wordpress", "root/etc/e-smith/events/conf-wordpress/20wordpress"); + safe_symlink("../actions/wordpress", "root/etc/e-smith/events/bootstrap-console-save/20wordpress"); \ Pas de fin de ligne à la fin du fichier. diff -up smeserver-wordpress-1.0/root/etc/e-smith/events/actions/wordpress.patch4 smeserver-wordpress-1.0/root/etc/e-smith/events/actions/wordpress --- smeserver-wordpress-1.0/root/etc/e-smith/events/actions/wordpress.patch4 2013-11-05 17:03:03.000000000 -0500 +++ smeserver-wordpress-1.0/root/etc/e-smith/events/actions/wordpress 2013-11-05 17:03:23.000000000 -0500 @@ -0,0 +1,4 @@ +#!/usr/bin/perl + +system('chown www:root -R /usr/share/wordpress'); +