~ubuntu-branches/ubuntu/feisty/samba/feisty-security

« back to all changes in this revision

Viewing changes to debian/patches/.svn/text-base/smbclient-pager.patch.svn-base

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-03-24 02:59:17 UTC
  • mfrom: (0.5.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060324025917-ztv23ezkut7lt4t1
Tags: 3.0.21c-1ubuntu1
* Merge with Debian for new upstream bugfixes, UVF exception by mdz.
* Remove dapper->dapper upgrade hack, which should be a non-issue now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: samba-3.0.21a.new/source/include/local.h
2
 
===================================================================
3
 
--- samba-3.0.21a.new.orig/source/include/local.h       2005-11-09 19:29:00.000000000 +0100
4
 
+++ samba-3.0.21a.new/source/include/local.h    2006-01-02 09:53:35.411016735 +0100
5
 
@@ -109,7 +109,7 @@
6
 
 /* the default pager to use for the client "more" command. Users can
7
 
    override this with the PAGER environment variable */
8
 
 #ifndef PAGER
9
 
-#define PAGER "more"
10
 
+#define PAGER "/usr/bin/pager"
11
 
 #endif
12
 
 
13
 
 /* the size of the uid cache used to reduce valid user checks */