1 |
jpp |
1.1 |
diff -Nur --no-dereference smeserver-denyhosts-2.9.old/createlinks smeserver-denyhosts-2.9/createlinks |
2 |
|
|
--- smeserver-denyhosts-2.9.old/createlinks 2022-07-22 01:38:50.488000000 -0400 |
3 |
|
|
+++ smeserver-denyhosts-2.9/createlinks 2022-07-22 01:39:59.025000000 -0400 |
4 |
|
|
@@ -25,6 +25,11 @@ |
5 |
|
|
safe_symlink('restart', "root/etc/e-smith/events/$event/services2adjust/denyhosts"); |
6 |
|
|
event_link("navigation-conf", $event, "80"); |
7 |
|
|
|
8 |
|
|
- |
9 |
|
|
+use esmith::Build::Backup qw(:all); |
10 |
|
|
+backup_includes("smeserver-denyhosts", qw( |
11 |
|
|
+/var/lib/denyhosts/ |
12 |
|
|
+/etc/hosts.deny_ssh |
13 |
|
|
+/etc/hosts.deny_ssh.purge.bak |
14 |
|
|
+)); |
15 |
|
|
|
16 |
|
|
exit 0; |