initial commit of file from CVS for smeserver-mod_deflate on Sat Sep 7 20:42:05 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:42:05 +10:00
parent 665799bd37
commit 6b978a3383
14 changed files with 527 additions and 2 deletions

11
createlinks Normal file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
# This script creates the symlinks needed by this RPM
# Specific support exists to create symlinks within e-smith web "panels"
# and for links from named "events" directories into the "actions" directory
$event = "smeserver-mod_deflate-update";
safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
templates2events("/etc/httpd-e-smith/conf/httpd.conf", $event);