Re: options for menu packages

1997-12-17 Thread Yann Dirson
Avery Pennarun writes: > I see a couple of problems with this. First, "-i 2 -p 10" makes a bit of a > silly looking configuration file. Secondly, placing any of the above > commands in your "menu" entry seems wrong to me -- if the user runs pppload > from the command line, he doesn't get the

Re: options for menu packages

1997-12-17 Thread Avery Pennarun
On Tue, 16 Dec 1997, Adrian Bridgett wrote: > /usr/X11R6/bin/pppload -i 2 -p 10 [...] > /usr/X11R6/bin/pppload $(tail -n +2 /etc/pppload) [...] > /usr/X11R6/bin/pppload \ > $(grep -v ^\# \ > $(if [ -r ~/.pppload ]; then \ > echo ~/.pppload; \ > else \ > ec

options for menu packages

1997-12-16 Thread Adrian Bridgett
A wishlist priority bug report was filed against pppload as it's menu entry contained this as the command: /usr/X11R6/bin/pppload -i 2 -p 10 The bug reporter (bugger :-) - Yann Dirson suggested a conffile would be nice. So I made a new conffile /etc/pppload and changed command to this: /usr/