13 lines
321 B
Plaintext
13 lines
321 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Copyright (c) 2007, Mario Fetka <mario-fetka@gmx.at>
|
||
|
#
|
||
|
# Licensed under the GNU General Public License, v2
|
||
|
|
||
|
# fake initd for stupid /usr/sbib/ndsconfig
|
||
|
# and the real nldap start script is named nldapd
|
||
|
|
||
|
echo "!!!! fake init.d script !!!!"
|
||
|
echo " use the nldapd init script"
|
||
|
|
||
|
eval exec rc-config start nldapd
|