Re: [Christos Zoulas] CVS commit: src/usr.bin/ftp

2022-09-02 Thread Pierre-Philipp Braun
On 02/09/2022 18:32, Martin Husemann wrote: Could be something easy like using the mozilla root certs from last quarters pkgsrc branch, downloadable from some well known NetBSD.org URL. Either the original bin pkg and a (special) base system script to unpack and update (w/o pkg_add and architect

Re: Shell Command Substitution and fork()

2016-06-21 Thread Pierre-Philipp Braun
Hello Edgar, so why don't you use PDKSH (/bin/ksh) or pkgsrc's ast-ksh instead of ash (/bin/sh) ? Even pkgsrc's GNU Bash would do. I do x=`command` which is almost the same as $(command), using any KSH or BASH as interpreter. I don't really care about POSIX here as KSH and BASH syntax is m