1 |
diff -Nur --no-dereference smeserver-mod_maxminddb-1.1.0.old/createlinks smeserver-mod_maxminddb-1.1.0/createlinks |
2 |
--- smeserver-mod_maxminddb-1.1.0.old/createlinks 1969-12-31 19:00:00.000000000 -0500 |
3 |
+++ smeserver-mod_maxminddb-1.1.0/createlinks 2021-04-02 15:28:04.525000000 -0400 |
4 |
@@ -0,0 +1,7 @@ |
5 |
+#!/usr/bin/perl -w |
6 |
+ |
7 |
+use esmith::Build::CreateLinks qw(:all); |
8 |
+my $event ="e-smith-packetfilter-update"; |
9 |
+safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
10 |
+templates2events("/etc/httpd-e-smith/conf/httpd.conf", $event); |
11 |
+ |