[Ultrapossum-cvs 346] ultrapossum/module/startTLS 1.10, 1.11, update-startTLS

Back to archive index

Masato Taruishi taru****@sourc*****
2004年 7月 29日 (木) 17:32:59 JST


===================================================================
RCS file: ultrapossum/module/startTLS/update-startTLS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ultrapossum/module/startTLS/update-startTLS	2004/07/01 19:16:58	1.10
+++ ultrapossum/module/startTLS/update-startTLS	2004/07/29 08:32:59	1.11
@@ -79,10 +79,10 @@
 }
 
 sanity() {
-  if ! ldd $ldaplibexecdir/slapd | grep ssl > /dev/null &&
-      ! ldd $ldaplibexecdir/slapd | grep tls > /dev/null
+  if ! ldd $SLAPD | grep ssl > /dev/null &&
+      ! ldd $SLAPD | grep tls > /dev/null
   then
-    echo "E: $ldaplibexecdir/slapd doesn't support SSL/TLS" 1>&2
+    echo "E: $SLAPD doesn't support SSL/TLS" 1>&2
     exit 1
   fi
   if test -f "$TLSCERTIFICATEKEYFILE" && ! test -f "$TLSCERTIFICATEFILE"; then



Ultrapossum-cvs メーリングリストの案内
Back to archive index