~ubuntu-branches/ubuntu/karmic/perdition/karmic

« back to all changes in this revision

Viewing changes to etc/rc.d/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon Horman
  • Date: 2005-07-04 21:29:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050704212928-68r74ktjnb1zcr6u
Tags: 1.17-3
Revert to using ldap_init() instead of ldap_initialize()
which seems to be broken on debian's ldap, 2.1.30.
I am not sure what version it works for, if any.
http://www.openldap.org/lists/openldap-software/200406/msg00688.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#
17
17
# perdition
18
18
# Mail retrieval proxy server
19
 
# Copyright (C) 1999-2004  Horms <horms@verge.net.au>
 
19
# Copyright (C) 1999-2005  Horms <horms@verge.net.au>
20
20
21
21
# This program is free software; you can redistribute it and/or
22
22
# modify it under the terms of the GNU General Public License as
106
106
OBJDUMP = @OBJDUMP@
107
107
OBJEXT = @OBJEXT@
108
108
PACKAGE = @PACKAGE@
 
109
PG_CONFIG = @PG_CONFIG@
109
110
RANLIB = @RANLIB@
110
111
RC = @RC@
111
112
STRIP = @STRIP@
112
113
VERSION = @VERSION@
113
 
bdb_build_dir = @bdb_build_dir@
114
114
crypt_lib = @crypt_lib@
115
 
daemon_map_build_dir = @daemon_map_build_dir@
116
115
dl_lib = @dl_lib@
117
116
dmalloc_lib = @dmalloc_lib@
118
117
dvips = @dvips@
119
 
gdbm_build_dir = @gdbm_build_dir@
120
118
gunzip = @gunzip@
121
119
latex = @latex@
122
 
ldap_build_dir = @ldap_build_dir@
123
 
ldap_doc_dir = @ldap_doc_dir@
124
120
ldap_includes = @ldap_includes@
125
121
ldap_libs = @ldap_libs@
126
122
ldap_schemadir = @ldap_schemadir@
127
 
makebdb_build_dir = @makebdb_build_dir@
128
 
makegdbm_build_dir = @makegdbm_build_dir@
129
 
mysql_build_dir = @mysql_build_dir@
130
123
mysql_includes = @mysql_includes@
131
124
mysql_libs = @mysql_libs@
132
 
nis_build_dir = @nis_build_dir@
133
125
nsl_lib = @nsl_lib@
134
 
odbc_build_dir = @odbc_build_dir@
135
126
odbc_includes = @odbc_includes@
136
127
odbc_libs = @odbc_libs@
137
 
pam_dir = @pam_dir@
138
128
pam_lib = @pam_lib@
139
 
pam_source = @pam_source@
140
 
pg_build_dir = @pg_build_dir@
141
129
pg_includes = @pg_includes@
142
130
pg_libs = @pg_libs@
143
 
posix_regex_build_dir = @posix_regex_build_dir@
144
131
posix_regex_libs = @posix_regex_libs@
145
132
ps2pdf = @ps2pdf@
146
133
resolv_lib = @resolv_lib@