1 |
jpp |
1.1 |
diff -Nur --no-dereference smeserver-bandwidthd-2.0.1.2.old/createlinks smeserver-bandwidthd-2.0.1.2/createlinks |
2 |
|
|
--- smeserver-bandwidthd-2.0.1.2.old/createlinks 2021-06-06 00:11:05.490000000 -0400 |
3 |
|
|
+++ smeserver-bandwidthd-2.0.1.2/createlinks 2021-06-06 00:13:33.334000000 -0400 |
4 |
|
|
@@ -15,13 +15,7 @@ |
5 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/conf-bandwidthd/services2adjust/bandwidthd"); |
6 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/conf-bandwidthd/services2adjust/httpd-e-smith"); |
7 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/conf-bandwidthd/services2adjust/mysql.init"); |
8 |
|
|
- |
9 |
|
|
-# links for rc.d from init.d |
10 |
|
|
-# service_link_enhanced("bandwidthd", "S85", "7"); |
11 |
|
|
-# service_link_enhanced("bandwidthd", "K45", "6"); |
12 |
|
|
-# service_link_enhanced("bandwidthd", "K45", "0"); |
13 |
|
|
-# service_link_enhanced("bandwidthd", "K45", "1"); |
14 |
|
|
- |
15 |
|
|
+ safe_symlink("reload-or-restart", "root/etc/e-smith/events/conf-bandwidthd/services2adjust/php74-php-fpm"); |
16 |
|
|
|
17 |
|
|
safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/var/www/bandwidthd/phphtdocs/config.conf/template-begin"); |
18 |
|
|
safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/var/www/bandwidthd/phphtdocs/config.conf/template-end"); |
19 |
|
|
@@ -56,3 +50,5 @@ |
20 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/bandwidthd"); |
21 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
22 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/mysql.init"); |
23 |
|
|
+safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/php74-php-fpm"); |
24 |
|
|
+ |