Re: I have a program I wish to submit for the base

2016-01-31 Thread Luke Small
the program overwrites ONLY the installpath variable(s) in /etc/pkg.conf. The rest of the variables will remain. PKG_PATH environment variable takes precedence over any installpath initializations. I'm running 5.8. I don't know how to pledge it. I will make sure to, past the 5.9 release. I'm sure

Re: I have a program I wish to submit for the base

2016-01-31 Thread Luke Small
I suspect I'm not going to appease the C or scripting purists out there. The ridiculous "you should rewrite in in perl" folks and the C people that think calling ftp() from C, which cuts down on code complexity, etc. will be looked down upon. It will probably be like how corporate Linux users like

Re: I have a program I wish to submit for the base

2016-01-30 Thread lists
Fri, 29 Jan 2016 16:35:12 -0600 Luke Small > I have secure architectures with openbsd. Looks like public learning from a viewer's point, thanks for sharing your work so far. This is the right thing to show progress and ask reviews. Please try to very carefully listen what devs tell you, comment

Re: I have a program I wish to submit for the base

2016-01-29 Thread lists
Fri, 29 Jan 2016 04:00:31 -0600 Luke Small > I wanted to use kqueue. Name another script or programming language that > offers it from the base install. NONE! Keep calm ;-) > Why should I write it in another language. I already did it in C. Is there > another way other than kqueue that you can w

Re: I have a program I wish to submit for the base

2016-01-29 Thread lists
Fri, 29 Jan 2016 08:19:14 + Nicholas Marriott > Firstly, I don't think we need this in base and I think there is little > to no chance of it being taken, even if the code is improved. Many folks tried this part (advising Luke), he takes none and keeps repeating wrong concepts, his assignment l

Re: I have a program I wish to submit for the base

2016-01-29 Thread Luke Small
I wanted to use kqueue. Name another script or programming language that offers it from the base install. NONE! Why should I write it in another language. I already did it in C. Is there another way other than kqueue that you can wait for the ftp call to quit, while being able to kill it if it tak