1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-BackupPC-0.1/createlinks mezzanine_patched_smeserver-BackupPC-0.1/createlinks |
2 |
--- smeserver-BackupPC-0.1/createlinks 2008-12-11 14:03:43.000000000 +0100 |
3 |
+++ mezzanine_patched_smeserver-BackupPC-0.1/createlinks 2008-12-11 14:02:53.000000000 +0100 |
4 |
@@ -29,7 +29,7 @@ |
5 |
my $event = 'backuppc-update'; |
6 |
templates2events("/etc/httpd/conf/httpd.conf", $event); |
7 |
templates2events("/etc/sudoers", $event); |
8 |
-templates2events("/etc/httpd/bkpc-conf/httpd.conf", qw(backuppc-update post-upgrade)); |
9 |
+templates2events("/etc/httpd/bkpc-conf/httpd.conf", qw(backuppc-update bootstrap-console-save)); |
10 |
|
11 |
event_link("backuppc-checkupgrade", $event, "10"); |
12 |
|