1 |
diff -Nur --no-dereference e-smith-proftpd-2.6.0.old/createlinks e-smith-proftpd-2.6.0/createlinks |
2 |
--- e-smith-proftpd-2.6.0.old/createlinks 2021-05-31 00:15:00.089000000 -0400 |
3 |
+++ e-smith-proftpd-2.6.0/createlinks 2021-05-31 00:19:26.756000000 -0400 |
4 |
@@ -38,6 +38,7 @@ |
5 |
remoteaccess-update |
6 |
password-modify |
7 |
e-smith-proftpd-update |
8 |
+ ssl-update |
9 |
)); |
10 |
|
11 |
foreach my $event (qw( |
12 |
@@ -65,6 +66,8 @@ |
13 |
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/ftp"); |
14 |
} |
15 |
|
16 |
+safe_symlink("restart", "root/etc/e-smith/events/ssl-update/services2adjust/ftp"); |
17 |
+ |
18 |
my $event = 'e-smith-proftpd-update'; |
19 |
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/ftp"); |
20 |
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/rsyslog"); |