#!/bin/sh # # Copyright (c) 2007, Mario Fetka # # 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