View | Details | Raw Unified | Return to bug 48512
Collapse All | Expand All

(-)a/base/univention-lib/shell/ldap.sh (-2 / +2 lines)
 Lines 314-319   ucs_isServiceUnused () { # <servicename> Link Here 
314
#
314
#
315
ucs_registerLDAPExtension () {
315
ucs_registerLDAPExtension () {
316
       local SH_FUNCNAME
316
       local SH_FUNCNAME
317
       local package_name
318
       local package_version
317
       SH_FUNCNAME=ucs_registerLDAPExtension
319
       SH_FUNCNAME=ucs_registerLDAPExtension
318
320
319
       package_options_are_passed() {
321
       package_options_are_passed() {
 Lines 326-333   ucs_registerLDAPExtension () { Link Here 
326
               exit 1
328
               exit 1
327
       }
329
       }
328
330
329
               local package_name
330
               local package_version
331
               while [ $# -gt 0 ]; do
331
               while [ $# -gt 0 ]; do
332
                       case "$1" in
332
                       case "$1" in
333
                               --packagename)
333
                               --packagename)

Return to bug 48512