Jappix integration on SME Server
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

16 righe
578 B

#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
# Templates to expand
foreach my $event (qw/webapps-update bootstrap-console-save/){
templates2events("/etc/jappix/hosts.xml", $event);
templates2events("/etc/jappix/main.xml", $event);
templates2events("/etc/jappix/installed.xml", $event);
}
# Conf are XML files
safe_touch("root/etc/e-smith/templates/etc/jappix/hosts.xml/template-begin");
safe_touch("root/etc/e-smith/templates/etc/jappix/main.xml/template-begin");
safe_touch("root/etc/e-smith/templates/etc/jappix/installed.xml/template-begin");