From 1fabc756b129b988ffae873dac8260391b339104 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 6 Mar 2018 10:37:24 +0100 Subject: [PATCH 1/4] Clean README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a8ae0a..86fbb4c 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Intégration LemonLDAP::NG pour EOLE Gen_config -> Mode Expert -> Dépôts tiers -> Libellé du dépôt -*# LemonLDAP::NG repository -deb https://lemonldap-ng.org/deb stable main -deb-src https://lemonldap-ng.org/deb stable main -Key URL : https://lemonldap-ng.org/_media/rpm-gpg-key-ow2 + *# LemonLDAP::NG repository + deb https://lemonldap-ng.org/deb stable main + deb-src https://lemonldap-ng.org/deb stable main + Key URL : https://lemonldap-ng.org/_media/rpm-gpg-key-ow2 From 32c214343d5ac5725eed7586d70c90fea6fa7ce0 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 6 Mar 2018 10:38:56 +0100 Subject: [PATCH 2/4] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86fbb4c..adf55c9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Intégration LemonLDAP::NG pour EOLE Gen_config -> Mode Expert -> Dépôts tiers -> Libellé du dépôt - *# LemonLDAP::NG repository + ### LemonLDAP::NG repository deb https://lemonldap-ng.org/deb stable main deb-src https://lemonldap-ng.org/deb stable main Key URL : https://lemonldap-ng.org/_media/rpm-gpg-key-ow2 From e52faa122b9775cd087d1628d081b6e7a525a665 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 6 Mar 2018 10:39:29 +0100 Subject: [PATCH 3/4] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adf55c9..df73a11 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Intégration LemonLDAP::NG pour EOLE Gen_config -> Mode Expert -> Dépôts tiers -> Libellé du dépôt ### LemonLDAP::NG repository - deb https://lemonldap-ng.org/deb stable main - deb-src https://lemonldap-ng.org/deb stable main - Key URL : https://lemonldap-ng.org/_media/rpm-gpg-key-ow2 + +* deb https://lemonldap-ng.org/deb stable main +* deb-src https://lemonldap-ng.org/deb stable main +* Key URL : https://lemonldap-ng.org/_media/rpm-gpg-key-ow2 From 92de21a49b14269970094171f44d5803027b1ecd Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 8 Mar 2018 15:47:20 +0100 Subject: [PATCH 4/4] Fixing typo in posttemplate --- posttemplate/70-lemon-nginx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posttemplate/70-lemon-nginx b/posttemplate/70-lemon-nginx index 14d5fcb..e64a304 100755 --- a/posttemplate/70-lemon-nginx +++ b/posttemplate/70-lemon-nginx @@ -2,8 +2,8 @@ ENABLE=$(CreoleGet activerLemon 'non') CONF_FILES='manager-nginx.conf' -CONF_FILES='${CONF_FILE} handler-nginx.conf' -CONF_FILES='${CONF_FILE} portal-nginx.conf' +CONF_FILES='${CONF_FILES} handler-nginx.conf' +CONF_FILES='${CONF_FILES} portal-nginx.conf' for CONF_FILE in ${CONF_FILES} do