Magellan Linux

Contents of /trunk/dovecot/patches/dovecot-1.0.5-config-install.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 376 - (show annotations) (download)
Mon Oct 15 23:31:32 2007 UTC (16 years, 7 months ago) by niro
File size: 1458 byte(s)
-magellan patches

1 diff -Naur dovecot-1.0.5/doc/Makefile.am dovecot-1.0.5-magellan/doc/Makefile.am
2 --- dovecot-1.0.5/doc/Makefile.am 2007-07-15 21:51:07.000000000 +0200
3 +++ dovecot-1.0.5-magellan/doc/Makefile.am 2007-10-16 01:31:57.000000000 +0200
4 @@ -3,9 +3,7 @@
5 docdir = $(datadir)/doc/dovecot
6
7 confdir = $(sysconfdir)
8 -conf_DATA = \
9 - dovecot-ldap-example.conf \
10 - dovecot-sql-example.conf
11 +conf_DATA =
12
13 doc_DATA = \
14 auth-protocol.txt \
15 diff -Naur dovecot-1.0.5/doc/Makefile.in dovecot-1.0.5-magellan/doc/Makefile.in
16 --- dovecot-1.0.5/doc/Makefile.in 2007-09-09 02:59:47.000000000 +0200
17 +++ dovecot-1.0.5-magellan/doc/Makefile.in 2007-10-16 01:32:15.000000000 +0200
18 @@ -203,9 +203,7 @@
19 target_alias = @target_alias@
20 SUBDIRS = wiki
21 confdir = $(sysconfdir)
22 -conf_DATA = \
23 - dovecot-ldap-example.conf \
24 - dovecot-sql-example.conf
25 +conf_DATA =
26
27 doc_DATA = \
28 auth-protocol.txt \
29 diff -Naur dovecot-1.0.5/Makefile.in dovecot-1.0.5-magellan/Makefile.in
30 --- dovecot-1.0.5/Makefile.in 2007-09-09 02:59:51.000000000 +0200
31 +++ dovecot-1.0.5-magellan/Makefile.in 2007-10-16 01:30:49.000000000 +0200
32 @@ -317,7 +317,7 @@
33 test -z "$(confdir)" || $(mkdir_p) "$(DESTDIR)$(confdir)"
34 @list='$(conf_DATA)'; for p in $$list; do \
35 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
36 - f=$(am__strip_dir) \
37 + f=dovecot.conf \
38 echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \
39 $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \
40 done