Parent Directory | Revision Log | Revision Graph
* Sun Feb 28 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.1-4.sme - add createlinks and add -update event [SME: 11070]
1 | jpp | 1.1 | diff -Nur smeserver-mod_dav-1.1.old/createlinks smeserver-mod_dav-1.1/createlinks |
2 | --- smeserver-mod_dav-1.1.old/createlinks 1969-12-31 19:00:00.000000000 -0500 | ||
3 | +++ smeserver-mod_dav-1.1/createlinks 2021-02-28 23:12:35.438000000 -0500 | ||
4 | @@ -0,0 +1,8 @@ | ||
5 | +#!/usr/bin/perl -w | ||
6 | + | ||
7 | +use esmith::Build::CreateLinks qw(:all); | ||
8 | + | ||
9 | +my $event = "smeserver-mod_dav-update"; | ||
10 | +templates2events("/etc/httpd/conf/httpd.conf", $event); | ||
11 | +safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); | ||
12 | + |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |