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