initial commit of file from CVS for smeserver-email-management on Sat Sep 7 20:23:14 AEST 2024
This commit is contained in:
19
createlinks
Normal file
19
createlinks
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
use esmith::Build::CreateLinks qw(:all);
|
||||
use File::Basename;
|
||||
use File::Path;
|
||||
|
||||
#wrong way
|
||||
#safe_symlink("/etc/e-smith/web/functions/wrapper","root/etc/e-smith/web/panels/manager/cgi-bin/user-email");
|
||||
#real way
|
||||
panel_link("user-email","manager");
|
||||
|
||||
#--------------------------------------------------
|
||||
# actions for smeserver-durep-update:
|
||||
#--------------------------------------------------
|
||||
my $event = "smeserver-email-management-update";
|
||||
|
||||
# yum plugin already call this
|
||||
#event_link("navigation-conf", $event, "50");
|
||||
|
Reference in New Issue
Block a user