Initial import
[samba] / debian / patches / smbclient-pager.patch
diff --git a/debian/patches/smbclient-pager.patch b/debian/patches/smbclient-pager.patch
new file mode 100644 (file)
index 0000000..db6a96b
--- /dev/null
@@ -0,0 +1,13 @@
+Index: samba-3.0.21c/source/include/local.h
+===================================================================
+--- samba-3.0.21c.orig/source/include/local.h  2006-02-25 11:57:10.314617157 +0100
++++ samba-3.0.21c/source/include/local.h       2006-02-25 11:58:24.566635487 +0100
+@@ -109,7 +109,7 @@
+ /* the default pager to use for the client "more" command. Users can
+    override this with the PAGER environment variable */
+ #ifndef PAGER
+-#define PAGER "more"
++#define PAGER "/usr/bin/pager"
+ #endif
+ /* the size of the uid cache used to reduce valid user checks */