X-Git-Url: http://git.maemo.org/git/?p=samba;a=blobdiff_plain;f=packaging%2FDebian%2Fdebian-woody%2Fpatches%2Fsmbclient-pager.patch;fp=packaging%2FDebian%2Fdebian-woody%2Fpatches%2Fsmbclient-pager.patch;h=3ee85d4118cd5b22bf1aa18bfd77d3c77d7098b8;hp=0000000000000000000000000000000000000000;hb=6bca4ca307d55b6dc888e56cee47aebcddbce786;hpb=7fd70fa738b636089bcc6c961aa3eaa02f20dda2 diff --git a/packaging/Debian/debian-woody/patches/smbclient-pager.patch b/packaging/Debian/debian-woody/patches/smbclient-pager.patch new file mode 100644 index 0000000..3ee85d4 --- /dev/null +++ b/packaging/Debian/debian-woody/patches/smbclient-pager.patch @@ -0,0 +1,12 @@ +diff -uNr samba-2.999+3.0cvs20020906.orig/source/include/local.h samba-2.999+3.0cvs20020906/source/include/local.h +--- samba-2.999+3.0cvs20020906.orig/source/include/local.h 2002-09-04 14:13:06.000000000 -0500 ++++ samba-2.999+3.0cvs20020906/source/include/local.h 2002-09-08 14:19:24.000000000 -0500 +@@ -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 */