initial commit of file from CVS for smeserver-qmail-notify on Sat Sep 7 20:57:46 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:57:46 +10:00
parent 0cbc0c2ab7
commit 6815a080d0
10 changed files with 156 additions and 2 deletions

11
createlinks Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
foreach $file (
qw( /etc/crontab ))
{
templates2events($file, qw(bootstrap-console-save email-update smeserver-qmail-notify-update));
}
exit 0