Re: Shadow TCP stacks

2014-10-11 Thread Ian Grant
On Sat, Oct 11, 2014 at 5:45 AM, Joachim Schipper wrote: > somewhat interesting> Moved back to tech for just this message: I am going to implement this inBSD, so I would still appreciate pointers and helpful tech advice, but please don't CC the list, just mail me privately. To prevent a flame

[SOLVED]: no respone on Passphrase after first boot on -current

2014-10-11 Thread Jiri Navratil
Thu, Oct 09, 2014 at 11:54:12AM CEST, s...@stsp.name napsal(a): > On Thu, Oct 09, 2014 at 06:23:17AM +0200, Jiri Navratil wrote: > > Hello, > > > > I bought acer TravelMate notebook TMB115-M-COEA to follow -current and > > partitipate on LibreSSL. > > > > I installed system from snapshot and used

Re: rcctl: un-hardcode /etc/rc.conf{.local}

2014-10-11 Thread Theo de Raadt
> i consider system code easier to understand, more predictable, > and hence easier to keep correct and secure when system files > and directories are not configurable. > > Consequently, i don't like the direction you are taking here. Hell yes. It is dangerously confusing abstraction. Only pur

Re: rcctl: un-hardcode /etc/rc.conf{.local}

2014-10-11 Thread Ingo Schwarze
Hi Craig, i consider system code easier to understand, more predictable, and hence easier to keep correct and secure when system files and directories are not configurable. Consequently, i don't like the direction you are taking here. Yours, Ingo Craig R. Skinner wrote on Sat, Oct 11, 2014 a

rcctl: un-hardcode /etc/rc.conf{.local}

2014-10-11 Thread Craig R. Skinner
Some notes to demo the diff below: # -=-=-=-=-=-=-= Assignment: me$ _STATIC_RCCONF='/etc/rc.conf' me$ _RCCONF="${_STATIC_RCCONF}.local" # -=-=-=-=-=-=-= Test 1: me$ print ${_STATIC_RCCONF} ${_RCCONF} /etc/rc.conf /etc/rc.conf.local me$ print ${_RCCONF%/*} ${_RCCONF##*/} /etc rc.conf.local