From 34f53b2c966ade7d7292b7eb977111f48864c849 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 4 Apr 2012 14:49:08 +0200 Subject: [PATCH] Fix WPKG ini --- .../home/e-smith/files/shares/wpkg/files/config.xml/30lang | 8 ++------ .../files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/10All | 6 ++++-- .../wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/template-begin | 0 root/home/e-smith/files/shares/wpkg/files/profiles.xml | 9 +++++++++ 4 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/template-begin diff --git a/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/config.xml/30lang b/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/config.xml/30lang index f8c8d67..5e56c9d 100644 --- a/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/config.xml/30lang +++ b/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/config.xml/30lang @@ -1,12 +1,8 @@ - Déploiement de mises à jour en cours, veuillez sauvegarder tous vos documents ouverts, car un redémarrage peut être nécessaire. - - Le déploiement des mises à jour est terminé. - + Le déploiement des mises à jour est terminé. Le déploiement des mises à jour a échoué. - - Un rédémarrage est nécessaire pour compléter l'installation ou la mise à jour. + Un redémarrage est nécessaire pour compléter l'installation ou la mise à jour. diff --git a/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/10All b/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/10All index 70e95d3..cd2f749 100644 --- a/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/10All +++ b/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/10All @@ -4,7 +4,7 @@ my $ip = $InternalInterface{'IPAddress'}; my $wg = $smb{'Workgroup'}; my $secret = $wpkg{'UserPassword'} || 'secret'; -$OUT .=<<"EOF"; +my $out .=<<"EOF"; [WpkgConfig] EnableViaLGP = 1 @@ -28,7 +28,9 @@ IPASSERELLE_IP = $ip EOF -$OUT =~ s/\n/\r\n/g; +$out =~ s/\n/\r\n/g; + +$OUT = $out; } diff --git a/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/template-begin b/root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/template-begin new file mode 100644 index 0000000..e69de29 diff --git a/root/home/e-smith/files/shares/wpkg/files/profiles.xml b/root/home/e-smith/files/shares/wpkg/files/profiles.xml index 31c3189..1f618de 100644 --- a/root/home/e-smith/files/shares/wpkg/files/profiles.xml +++ b/root/home/e-smith/files/shares/wpkg/files/profiles.xml @@ -31,6 +31,15 @@ + + + + + + + + +