Re: Perl hard-coded /bin/less

2005-11-15 Thread Archaic
On Wed, Nov 16, 2005 at 08:15:44AM +0500, Alexander E. Patrakov wrote: > > This is needed for the "perldoc" script, that displas "^]..." instead of > showing bold text if the -Dpager=... option is not given. Okay. Just seeking confirmation that Dpager still needs passed, just a different path to

Re: Perl hard-coded /bin/less

2005-11-15 Thread Alexander E. Patrakov
Archaic wrote: On Tue, Nov 15, 2005 at 02:51:40PM -0800, Dan Nicholson wrote: ./configure.gnu --prefix=/usr -Dpager="/bin/less -isR" If we remove the Dpager option, do you know if less defaults to /usr/bin/less -isR, or just /usr/bin/less/ Just the place where "less" is found, wit

Re: Perl hard-coded /bin/less

2005-11-15 Thread Dan Nicholson
On 11/15/05, Archaic <[EMAIL PROTECTED]> wrote: > On Tue, Nov 15, 2005 at 02:51:40PM -0800, Dan Nicholson wrote: > > > > ./configure.gnu --prefix=/usr -Dpager="/bin/less -isR" > > If we remove the Dpager option, do you know if less defaults to > /usr/bin/less -isR, or just /usr/bin/less? I could b

Re: Perl hard-coded /bin/less

2005-11-15 Thread Archaic
On Tue, Nov 15, 2005 at 02:51:40PM -0800, Dan Nicholson wrote: > > ./configure.gnu --prefix=/usr -Dpager="/bin/less -isR" If we remove the Dpager option, do you know if less defaults to /usr/bin/less -isR, or just /usr/bin/less? -- Archaic Want control, education, and security from your operat

Perl hard-coded /bin/less

2005-11-15 Thread Dan Nicholson
Hi, In the recent change to install less to /usr/bin/less, it appears that in perl the pager variable is still being hardcoded to /bin/less in the configure statement. >From SVN, http://www.linuxfromscratch.org/lfs/view/development/chapter06/perl.html the configure command is ./configure.gnu --pr