diff -Nur --no-dereference smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py --- smeserver-yum-2.6.0.old/root/usr/lib/yum-plugins/smeserver.py 2021-03-30 12:16:36.461000000 -0400 +++ smeserver-yum-2.6.0/root/usr/lib/yum-plugins/smeserver.py 2021-03-30 12:21:31.608000000 -0400 @@ -216,7 +216,7 @@ # thispo.dirlist thispo.ghostlist thispo.filelist if "/etc/e-smith/web/panels/manager/cgi-bin" in thispo.dirlist: log(" ==> pannel detected : adding navigation-conf") - actionlist['S80navigation-conf']="../actions/navigation-conf" + actionlist['S80navigation-conf']="/etc/e-smith/events/actions/navigation-conf" else: if (n.startswith('smeserver') or n.startswith('e-smith')) and not n.startswith('smeserver-locale'): @@ -351,7 +351,7 @@ # thispo.dirlist thispo.ghostlist thispo.filelist if "/etc/e-smith/web/panels/manager/cgi-bin" in thispo.dirlist: log(" ==> pannel detected : adding navigation-conf") - actionlist['S80navigation-conf']="../actions/navigation-conf" + actionlist['S80navigation-conf']="/etc/e-smith/events/actions/navigation-conf" else: if (n.startswith('smeserver') or n.startswith('e-smith')) and not n.startswith('smeserver-locale') and not (n in removenorebootok): @@ -401,18 +401,18 @@ if len(actionlist)>0: print " Adding actions to execute" for kactions in actionlist: - log(" " + kactions) if os.path.isfile(actionlist[kactions]): + log(" " + kactions) os.symlink(actionlist[kactions],'/etc/e-smith/events/temp/' + kactions) # fill it with our list of templates to expand if len(templateslist)>0: print " Adding templates to expand" for ktemplates in templateslist: - log(" " + ktemplates) mytemplatedir = '/etc/e-smith/templates/' + ktemplates mytemplatemeta = '/etc/e-smith/templates.metadata/' + ktemplates if os.path.exists(mytemplatedir) or os.path.exists(mytemplatemeta): + log(" " + ktemplates) addtemplate2expand(ktemplates) if len(serviceslist)>0: