OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.4 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../qmail-autoresponder/without-mysql.diff
  5. # Copyright (C) 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2004 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- T2-COPYRIGHT-NOTE-END ---
  17. --- ./Makefile.orig 2004-05-06 19:52:42.000000000 -0400
  18. +++ ./Makefile 2004-05-06 19:52:54.000000000 -0400
  19. @@ -61,7 +61,7 @@
  20. main.o: compile main.c qmail-autoresponder.h
  21. ./compile main.c
  22. -programs: qmail-autoresponder qmail-autoresponder-mysql
  23. +programs: qmail-autoresponder
  24. qmail-autoresponder: load qmail-autoresponder.o main.o
  25. ./load qmail-autoresponder main.o -lbg-iobuf -lbg-str
  26. --- ./insthier.c.orig 2004-05-06 19:52:58.000000000 -0400
  27. +++ ./insthier.c 2004-05-06 19:53:03.000000000 -0400
  28. @@ -8,7 +8,6 @@
  29. int man1;
  30. c(bin, "qmail-autoresponder", -1, -1, 0755);
  31. - c(bin, "qmail-autoresponder-mysql", -1, -1, 0755);
  32. man1 = d(man, "man1", -1, -1, 0755);
  33. c(man1, "qmail-autoresponder.1", -1, -1, 0644);