Use the pager alternative as pager is PAGER is undefined
authorSteve Langasek <vorlon@debian.org>
Fri, 17 Apr 2026 08:02:47 +0000 (11:02 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 17 Apr 2026 08:02:47 +0000 (11:02 +0300)
Bug-Debian: http://bugs.debian.org/135603
Forwarded: not-needed

Gbp-Pq: Name smbclient-pager.patch

source3/include/local.h

index 0b2f92177096088db61e0ac1908b1d831fb2cf96..2c29dc49f98d9d3133b2e57781b63e72be49c377 100644 (file)
@@ -64,7 +64,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 */