diff options
author | Simo Sorce <idra@samba.org> | 2005-10-29 13:31:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:15 -0500 |
commit | 7ec71aa20d43fd45dd9321e42ada93ee10fd1d45 (patch) | |
tree | 829da267bc12da10dbdb2b3cf735d5de27639dd5 /packaging/Debian/debian-unstable/patches/cups.patch | |
parent | fa75e8c1d482cdbad2ff074eccb2baf8d5bba856 (diff) | |
download | samba-7ec71aa20d43fd45dd9321e42ada93ee10fd1d45.tar.gz samba-7ec71aa20d43fd45dd9321e42ada93ee10fd1d45.tar.bz2 samba-7ec71aa20d43fd45dd9321e42ada93ee10fd1d45.zip |
r11398: Keep s3 in sync with trunk
(This used to be commit 7fc05b79643c93eaf0ef028a7337889ed21c52ba)
Diffstat (limited to 'packaging/Debian/debian-unstable/patches/cups.patch')
-rw-r--r-- | packaging/Debian/debian-unstable/patches/cups.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/Debian/debian-unstable/patches/cups.patch b/packaging/Debian/debian-unstable/patches/cups.patch new file mode 100644 index 0000000000..8b1b8653d9 --- /dev/null +++ b/packaging/Debian/debian-unstable/patches/cups.patch @@ -0,0 +1,14 @@ +--- samba-3.0.10.orig/source/include/includes.h ++++ samba-3.0.10/source/include/includes.h +@@ -940,10 +940,7 @@ + #endif + + #ifndef DEFAULT_PRINTING +-#ifdef HAVE_CUPS +-#define DEFAULT_PRINTING PRINT_CUPS +-#define PRINTCAP_NAME "cups" +-#elif defined(SYSV) ++#if defined(SYSV) + #define DEFAULT_PRINTING PRINT_SYSV + #define PRINTCAP_NAME "lpstat" + #else |