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 2022-07-25 21:28:35.305000000 -0400 |
3 |
|
|
+++ smeserver-bandwidthd-2.0.1.2/createlinks 2022-07-25 21:36:25.929000000 -0400 |
4 |
|
|
@@ -52,3 +52,8 @@ |
5 |
|
|
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/mysql.init"); |
6 |
|
|
safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/php74-php-fpm"); |
7 |
|
|
|
8 |
|
|
+ |
9 |
|
|
+use esmith::Build::Backup qw(:all); |
10 |
|
|
+backup_includes("smeserver-bandwidthd", qw( |
11 |
|
|
+/var/www/bandwidthd/ |
12 |
|
|
+)); |