1 |
diff -Nur smeserver-email-management-1.3.old/createlinks smeserver-email-management-1.3/createlinks |
2 |
--- smeserver-email-management-1.3.old/createlinks 2016-08-08 07:37:02.000000000 -0400 |
3 |
+++ smeserver-email-management-1.3/createlinks 2021-02-22 22:48:08.171000000 -0500 |
4 |
@@ -4,3 +4,16 @@ |
5 |
use File::Basename; |
6 |
use File::Path; |
7 |
|
8 |
+#wrong way |
9 |
+#safe_symlink("/etc/e-smith/web/functions/wrapper","root/etc/e-smith/web/panels/manager/cgi-bin/user-email"); |
10 |
+#real way |
11 |
+panel_link("user-email","manager"); |
12 |
+ |
13 |
+#-------------------------------------------------- |
14 |
+# actions for smeserver-durep-update: |
15 |
+#-------------------------------------------------- |
16 |
+my $event = "smeserver-email-management-update"; |
17 |
+ |
18 |
+# yum plugin already call this |
19 |
+#event_link("navigation-conf", $event, "50"); |
20 |
+ |