[Ultrapossum-cvs 1114] plugin/slapd 1.2, 1.3, 09slapd 1.7, 1.8, configure.in

Back to archive index

Masato Taruishi taru****@users*****
2004年 11月 4日 (木) 14:45:12 JST


===================================================================
RCS file: plugin/slapd/09slapd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin/slapd/09slapd	2004/07/16 06:41:34	1.2
+++ plugin/slapd/09slapd	2004/11/04 05:45:12	1.3
@@ -22,13 +22,15 @@
 
 # Defining Variables
 if test "x$cache" = "x"; then
- SLAPDCONF=$(ultrapossum_getconf SLAPDCONF "$SYSCONFDIR/slapd/openldap/slapd.conf")
- SLAPD=$(ultrapossum_getconf SLAPD "$MODULEDIR/slapd/libexec/slapd")
- SLURPD=$(ultrapossum_getconf SLURPD "$MODULEDIR/slapd/libexec/slurpd")
- SLAPADD=$(ultrapossum_getconf SLAPADD "$MODULEDIR/slapd/sbin/slapadd")
- SLAPCAT=$(ultrapossum_getconf SLAPCAT "$MODULEDIR/slapd/sbin/slapcat")
- SLAPINDEX=$(ultrapossum_getconf SLAPINDEX "$MODULEDIR/slapd/sbin/slapindex")
- SLAPPASSWD=$(ultrapossum_getconf SLAPPASSWD "$MODULEDIR/slapd/sbin/slappasswd")
+ OPENLDAPDIR=$(ultrapossum_getconf OPENLDAPDIR "$MODULEDIR/slapd")
+ OPENLDAPSYSCONFDIR=$(ultrapossum_getconf OPENLDAPSYSCONFDIR "$SYSCONFDIR/slapd")
+ SLAPDCONF=$(ultrapossum_getconf SLAPDCONF "$OPENLDAPSYSCONFDIR/openldap/slapd.conf")
+ SLAPD=$(ultrapossum_getconf SLAPD "$OPENLDAPDIR/libexec/slapd")
+ SLURPD=$(ultrapossum_getconf SLURPD "$OPENLDAPDIR/libexec/slurpd")
+ SLAPADD=$(ultrapossum_getconf SLAPADD "$OPENLDAPDIR/sbin/slapadd")
+ SLAPCAT=$(ultrapossum_getconf SLAPCAT "$OPENLDAPDIR/sbin/slapcat")
+ SLAPINDEX=$(ultrapossum_getconf SLAPINDEX "$OPENLDAPDIR/sbin/slapindex")
+ SLAPPASSWD=$(ultrapossum_getconf SLAPPASSWD "$OPENLDAPDIR/sbin/slappasswd")
 fi
 
 # Parsing configuration file
===================================================================
RCS file: plugin/slapd/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- plugin/slapd/configure.in	2004/11/01 13:41:00	1.7
+++ plugin/slapd/configure.in	2004/11/04 05:45:12	1.8
@@ -2,8 +2,8 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.50)
-AC_INIT(ultrapossum-slapd, 0.0.1+2.2.18sb3, taru****@ultra*****)
-AM_INIT_AUTOMAKE(ultrapossum-slapd, 0.0.1+2.2.18sb3)
+AC_INIT(ultrapossum-slapd, 0.0.1+2.2.18sb4, taru****@ultra*****)
+AM_INIT_AUTOMAKE(ultrapossum-slapd, 0.0.1+2.2.18sb4)
 
 AM_ULTRAPOSSUM_MODULE
 



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