initial commit of file from CVS for smeserver-support on Mon 10 Jul 08:43:33 BST 2023

This commit is contained in:
Brian Read
2023-07-10 08:43:33 +01:00
parent f3dcd239bb
commit 56eab664a2
40 changed files with 2032 additions and 2 deletions

19
createlinks Normal file
View File

@@ -0,0 +1,19 @@
#!/usr/bin/perl -w
# 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
use esmith::Build::CreateLinks qw(:all);
my $panel = "manager";
panel_link("support", $panel);
templates2events("/etc/$_", qw(post-install post-upgrade smeserver-support-update))
for (qw(issue issue.net motd redhat-release system-release sysconfig/hw-uuid));
templates2events("/etc/$_", qw(post-install post-upgrade console-save smeserver-support-update))
for (qw( os-release ));
templates2events("/etc/motd", qw(console-save remoteaccess-update smeserver-support-update));