9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
|
#!/usr/bin/perl -w
|
||
|
|
||
|
use esmith::Build::CreateLinks qw(:all);
|
||
|
|
||
|
my $event = "smeserver-mod_dav-update";
|
||
|
templates2events("/etc/httpd/conf/httpd.conf", $event);
|
||
|
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
|
||
|
|