|
@@ -9,6 +9,11 @@
|
|
|
|
|
|
# Check if ndsd is present on the system, if not then exit (nothing to do)
|
|
|
# This assumes that you have exported the environment variables when installing eDirectory
|
|
|
+
|
|
|
+# (c) Michael Honkoop <mhonkoop@comsolve.nl>
|
|
|
+
|
|
|
+# License: GNU General Public License v2
|
|
|
+
|
|
|
/usr/bin/which ndsd >/dev/null 2>&1
|
|
|
if [ $? -ne 0 ]; then
|
|
|
exit;
|