Re: poff quesition.....

1999-07-18 Thread Bill Leach
Yes; but /usr/local/bin should precede /usr/bin and /bin. On Sat, Jul 17, 1999 at 02:49:29PM -0600, David Karlin wrote: > > Better write your own poff version, which does the stuff you want and > > then calls poff and place it into /usr/local/bin. > > > > If you change poff directly, the changes

Re: poff quesition.....

1999-07-17 Thread Martin Bialasinski
>> "David" == David Karlin <[EMAIL PROTECTED]> wrote: David> and my path (user) is: David> /sbin:/bin:/usr/bin:/usr/bin:/usr/bin/X11:/usr/local/sbin:/usr/local/bin, David> wouldn't the original, /usr/bin/poff, be called instead of my new version, David> /usr/local/bin/poff? Yes. But what is th

Re: poff quesition.....

1999-07-17 Thread David Karlin
> Better write your own poff version, which does the stuff you want and > then calls poff and place it into /usr/local/bin. > > If you change poff directly, the changes will be gone with the next > upgrade of ppp. > > Ciao, > Martin > If my path (root) is: /sbin:/bin:/usr/sbin:/usr/bin:/u

Re: poff quesition.....

1999-07-17 Thread Martin Bialasinski
>> "David" == David Karlin <[EMAIL PROTECTED]> wrote: David> Instead, it seems that my script should be incorporated into David> (or called by) poff. Should I put my command(s) at the very David> to of /usr/bin/poff, or is there a more appropriate location? Better write your own poff version, w