1 |
diff -Nus smeserver-php-3.0.0.old/createlinks smeserver-php-3.0.0/createlinks |
diff -Nus smeserver-php-3.0.0.old/createlinks smeserver-php-3.0.0/createlinks |
2 |
--- smeserver-php-3.0.0.old/createlinks 2020-11-08 21:14:58.600000000 -0500 |
--- smeserver-php-3.0.0.old/createlinks 2020-11-08 21:14:58.600000000 -0500 |
3 |
+++ smeserver-php-3.0.0/createlinks 2020-11-08 21:29:38.439000000 -0500 |
+++ smeserver-php-3.0.0/createlinks 2020-11-08 21:29:38.439000000 -0500 |
4 |
@@ -105,3 +105,10 @@ |
@@ -105,3 +105,9 @@ |
5 |
$service = "php-fpm.service"; |
$service = "php-fpm.service"; |
6 |
safe_symlink("../$service", "root/usr/lib/systemd/system/multi-user.target.wants/$service"); |
safe_symlink("../$service", "root/usr/lib/systemd/system/multi-user.target.wants/$service"); |
7 |
safe_symlink("../$service", "root/usr/lib/systemd/system/sme-server.target.wants/$service"); |
safe_symlink("../$service", "root/usr/lib/systemd/system/sme-server.target.wants/$service"); |
11 |
+templates2events("/etc/my.cnf", $event); |
+templates2events("/etc/my.cnf", $event); |
12 |
+ |
+ |
13 |
+safe_symlink("start", "root/etc/e-smith/events/$event/services2adjust/mysql.init"); |
+safe_symlink("start", "root/etc/e-smith/events/$event/services2adjust/mysql.init"); |
|
+safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
|
|
Les sous-répertoires smeserver-php-3.0.0.old/root et smeserver-php-3.0.0/root sont identiques |
|