Re: Openbsd update recommendation

2018-06-02 Thread Jungle Boogie
Hey Jason, On Sat 02 Jun 2018 4:39 PM, Jason A. Donenfeld wrote: > Hey Jungle, > > On Sat, Jun 2, 2018 at 9:08 AM, Jungle Boogie wrote: > > Interesting behavior. I don't know the reason behind it, though. > > I figured the whole thing out, and wrote up a really detailed commit here: >

Re: Openbsd update recommendation

2018-06-02 Thread Jason A. Donenfeld
Hey Jungle, On Sat, Jun 2, 2018 at 9:08 AM, Jungle Boogie wrote: > Interesting behavior. I don't know the reason behind it, though. I figured the whole thing out, and wrote up a really detailed commit here: https://git.zx2c4.com/wireguard-go/commit/?id=a050431f2660d73e191ab8100d2f0934c8aedbf9

Re: Openbsd update recommendation

2018-06-02 Thread Matthias Urlichs
On 02.06.2018 05:15, Jason A. Donenfeld wrote: > # ksh -c pwd > /root/a > > That's pretty weird behavior, but maybe there's an interesting reason > for it Yes. # mv ../a ../xx # /bin/pwd Basically you have three choices, (a) check whether $PWD points to the current directory, (b) reconstruct

Re: Openbsd update recommendation

2018-06-02 Thread Jungle Boogie
Hi Jason, On Sat 02 Jun 2018 5:15 AM, Jason A. Donenfeld wrote: > Hey Jungle, > > On Sat, Jun 2, 2018 at 1:26 AM, jungle Boogie wrote: > > Hi All, > > > > For openBSD instructions here: > > https://www.wireguard.com/install/#packages > > > > Curl is not apart of base, so you can either assume

Re: Openbsd update recommendation

2018-06-01 Thread Jason A. Donenfeld
Hey Jungle, On Sat, Jun 2, 2018 at 1:26 AM, jungle Boogie wrote: > Hi All, > > For openBSD instructions here: > https://www.wireguard.com/install/#packages > > Curl is not apart of base, so you can either assume the users have > curl installed, or use ftp(1) in the example. If you're doing the >

Openbsd update recommendation

2018-06-01 Thread jungle Boogie
Hi All, For openBSD instructions here: https://www.wireguard.com/install/#packages Curl is not apart of base, so you can either assume the users have curl installed, or use ftp(1) in the example. If you're doing the latter, you'll need a pkg_add to also include curl.