initial commit of file from CVS for smeserver-remoteuseraccess on Sat Sep 7 21:00:51 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:00:51 +10:00
parent 4589b3a7a2
commit f579aa9b88
41 changed files with 2983 additions and 2 deletions

10
createlinks Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
panel_link("remoteuseraccess", 'manager');
foreach $event (qw( create delete modify ))
{
templates2events("/etc/proftpd.conf", "user-${event}");
templates2events("/etc/sudoers", "user-${event}");
}