initial commit of file from CVS for smeserver-remoteuseraccess on Sat Sep 7 21:00:51 AEST 2024
This commit is contained in:
10
createlinks
Normal file
10
createlinks
Normal 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}");
|
||||
}
|
Reference in New Issue
Block a user