From 887e84638793944596f348796685d71e2ebe5d04 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 3 Jul 2013 15:46:51 +0200 Subject: [PATCH] Expand templates for first_run_passed and admin_counted in webapps-update and bootstrap-console-save --- createlinks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/createlinks b/createlinks index b664b3b..25ece5b 100644 --- a/createlinks +++ b/createlinks @@ -4,6 +4,8 @@ use esmith::Build::CreateLinks qw(:all); templates2events("/etc/ajaxplorer/bootstrap_plugins.php", qw(webapps-update bootstrap-console-save)); templates2events("/var/cache/ajaxplorer/diag_result.php", qw(webapps-update bootstrap-console-save)); +templates2events("/var/cache/ajaxplorer/first_run_passed", qw(webapps-update bootstrap-console-save)); +templates2events("/var/cache/ajaxplorer/admin_counted", qw(webapps-update bootstrap-console-save)); templates2events("/etc/ajaxplorer/bootstrap_repositories.php", qw(webapps-update bootstrap-console-save share-create share-delete share-modify share-modify-servers)); templates2events("/var/lib/ajaxplorer/plugins/auth.serial/roles.ser", qw(webapps-update bootstrap-console-save share-create share-delete share-modify share-modify-servers)); templates2events("/var/lib/ajaxplorer/plugins/auth.serial/users.ser", qw(webapps-update bootstrap-console-save user-create user-delete));