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