diff --git a/openldap2.changes b/openldap2.changes index 395e37a..559d279 100644 --- a/openldap2.changes +++ b/openldap2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 29 16:23:22 UTC 2018 - michael@stroeder.com + +- fixed shee-bang in openldap_update_modules_path.sh (bsc#1099705) + ------------------------------------------------------------------- Wed Jun 20 10:04:06 UTC 2018 - michael@stroeder.com diff --git a/openldap_update_modules_path.sh b/openldap_update_modules_path.sh index f2bdd77..fd184a9 100644 --- a/openldap_update_modules_path.sh +++ b/openldap_update_modules_path.sh @@ -1,4 +1,5 @@ -s 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: