1 |
unnilennium |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-freepbx-0.1/createlinks mezzanine_patched_smeserver-freepbx-0.1/createlinks |
2 |
|
|
--- smeserver-freepbx-0.1/createlinks 2008-12-08 00:33:49.000000000 +0100 |
3 |
|
|
+++ mezzanine_patched_smeserver-freepbx-0.1/createlinks 2008-12-08 00:32:45.000000000 +0100 |
4 |
|
|
@@ -30,10 +30,10 @@ |
5 |
|
|
# Events links |
6 |
|
|
|
7 |
|
|
my $event = 'freepbx-update'; |
8 |
|
|
-templates2events("/etc/amportal.conf", qw(freepbx-update post-upgrade)); |
9 |
|
|
-templates2events("/etc/httpd/conf/httpd.conf", qw(freepbx-update post-upgrade)); |
10 |
|
|
-templates2events("/etc/httpd/fpbx-conf/httpd.conf", qw(freepbx-update post-upgrade conf-userpanel)); |
11 |
|
|
-templates2events("/etc/e-smith/sql/init/freepbx.sql", qw(freepbx-update post-upgrade)); |
12 |
|
|
+templates2events("/etc/amportal.conf", qw(freepbx-update bootstrap-console-save)); |
13 |
|
|
+templates2events("/etc/httpd/conf/httpd.conf", $event); |
14 |
|
|
+templates2events("/etc/httpd/fpbx-conf/httpd.conf", qw(freepbx-update bootstrap-console-save conf-userpanel)); |
15 |
|
|
+templates2events("/etc/e-smith/sql/init/freepbx.sql", qw(freepbx-update bootstrap-console-save)); |
16 |
|
|
|
17 |
|
|
event_link("freepbx-checkinstall", $event, "10"); |
18 |
|
|
event_link("freepbx-applypatch", $event, "20"); |