From 1ed6628dbebc8c13fe34cc09eaa59f38b27ce7e889185a9bbae6d4946b87a882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 29 Jun 2018 16:22:52 +0000 Subject: [PATCH 1/5] OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=215 --- openldap_update_modules_path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openldap_update_modules_path.sh b/openldap_update_modules_path.sh index f2bdd77..006a71d 100644 --- a/openldap_update_modules_path.sh +++ b/openldap_update_modules_path.sh @@ -1,4 +1,4 @@ -s script has been created to update the OpenLDAP modules path in cn=config +# this script has been created to update the OpenLDAP modules path in cn=config # For details of changing the configuration items' location read these: # https://www.openldap.org/lists/openldap-software/200812/msg00080.html # This script writes over the config entry of backend databases location, which files are necessary to run LDAP. The procedure has been created upon this description: From 8f540be24769f0de1826f2874bda3b924b5557d7f1d1220101becdcd9ec07711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 29 Jun 2018 16:24:09 +0000 Subject: [PATCH 2/5] OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=216 --- openldap2.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openldap2.changes b/openldap2.changes index 395e37a..cb75df7 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 29 16:23:22 UTC 2018 - michael@stroeder.com + +- fixed comment in openldap_update_modules_path.sh (bsc#1099705) + ------------------------------------------------------------------- Wed Jun 20 10:04:06 UTC 2018 - michael@stroeder.com From c5d622485f6d9f606b192cf438e9f3b4ed1fd9340acc9ea2d80ed4828daf0f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 29 Jun 2018 16:25:17 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=217 --- openldap_update_modules_path.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openldap_update_modules_path.sh b/openldap_update_modules_path.sh index 006a71d..1e7bf0c 100644 --- a/openldap_update_modules_path.sh +++ b/openldap_update_modules_path.sh @@ -1,3 +1,4 @@ +#!/bin/sh # this script has been created to update the OpenLDAP modules path in cn=config # For details of changing the configuration items' location read these: # https://www.openldap.org/lists/openldap-software/200812/msg00080.html From 8bb40025778139ba54dfca3f9202d5d07c5ea86e0e443d5167289df8f6235d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 29 Jun 2018 16:30:55 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=218 --- openldap_update_modules_path.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openldap_update_modules_path.sh b/openldap_update_modules_path.sh index 1e7bf0c..fd184a9 100644 --- a/openldap_update_modules_path.sh +++ b/openldap_update_modules_path.sh @@ -1,5 +1,5 @@ -#!/bin/sh -# this script has been created to update the OpenLDAP modules path in cn=config +#!/bin/bash +# This script has been created to update the OpenLDAP modules path in cn=config # For details of changing the configuration items' location read these: # https://www.openldap.org/lists/openldap-software/200812/msg00080.html # This script writes over the config entry of backend databases location, which files are necessary to run LDAP. The procedure has been created upon this description: From 4f97013a77a078726c66bb5c35d97c8015e267c367cd62a689202a909ad4279e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Fri, 29 Jun 2018 16:33:56 +0000 Subject: [PATCH 5/5] OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=219 --- openldap2.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openldap2.changes b/openldap2.changes index cb75df7..559d279 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Fri Jun 29 16:23:22 UTC 2018 - michael@stroeder.com -- fixed comment in openldap_update_modules_path.sh (bsc#1099705) +- fixed shee-bang in openldap_update_modules_path.sh (bsc#1099705) ------------------------------------------------------------------- Wed Jun 20 10:04:06 UTC 2018 - michael@stroeder.com