Re: [Apachetoolbox-devel] paging revisited
Brought to you by:
bryanandrews
From: Kevin J. M. Jr. <km...@WP...> - 2002-07-16 16:18:51
|
I changed my mind again. Since less and more should already be found by etc/external, I decided to make use of that (why duplicate the work?). Check it out in the new beta release I slapped up. Read the announcements section. Kevin J. Menard, Jr. wrote: > Toni Mueller wrote: > >> for i in /usr/bin/less /usr/local/bin/less \ >> /bin/less /usr/bin/more /bin/more ; do > > > I added a couple more search paths, so it's: > > for i in /usr/bin/less /usr/local/bin/less \ > /bin/less $LOCAL_PATH/bin/less /usr/bin/more \ > /usr/local/bin/more /bin/more $LOCAL_PATH/bin/more ; do > > But it works all fine for me. > > Thanks a lot for the cool patch. > |