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