initial commit of file from CVS for smeserver-qmail-notify on Sat Sep 7 20:57:46 AEST 2024
This commit is contained in:
11
createlinks
Executable file
11
createlinks
Executable 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
|
Reference in New Issue
Block a user