diff --git a/createlinks b/createlinks index 05669f1..00304f0 100644 --- a/createlinks +++ b/createlinks @@ -3,7 +3,6 @@ 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("/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)); @@ -12,8 +11,8 @@ templates2events("/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser", safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_plugins.php/template-begin"); safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_repositories.php/template-begin"); -safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/ajaxplorer/boostrap_plugins.php/template-end"); -safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/ajaxplorer/boostrap_repositories.php/template-end"); +safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_plugins.php/template-end"); +safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/ajaxplorer/bootstrap_repositories.php/template-end"); safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/var/cache/ajaxplorer/diag_result.php/template-begin"); safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/var/cache/ajaxplorer/diag_result.php/template-end"); diff --git a/smeserver-ajaxplorer.spec b/smeserver-ajaxplorer.spec index 5850f41..a976195 100644 --- a/smeserver-ajaxplorer.spec +++ b/smeserver-ajaxplorer.spec @@ -3,7 +3,7 @@ %define name smeserver-ajaxplorer %define version 0.1.1 -%define release 11 +%define release 1.beta0 Summary: sme server integration of ajaxplorer Name: %{name} Version: %{version} @@ -32,6 +32,7 @@ This contrib works with the smeserver-shared-folders addon * Fri Apr 06 2012 Daniel Berteaud 0.1.1-1 - Migrate to GIT - make all shares accessible with open_basedir +- Remove obsolete tempaltes expansion for diag_result * Sat Feb 18 2012 Daniel Berteaud 0.1-11 - Support user level ACL