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
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
> 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
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
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