HomeFreeBSD

The DEFAULTS changes caused the user specified config file to be opened
rS152937Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

The DEFAULTS changes caused the user specified config file to be opened
much later than before, and it is now after we do a mkdir ../compile/FILE.
As a result, if you do 'config DOESNOTEXIST', it now creates the directory
../config/DOESNOTEXIST. It did not do that before. If DEFAULTS does not
exist, it still fails early before any permanent changes.

This shameless hack restores the old behavior of ensuring the config file
actually exists before mkdiring its counterpart directory.

Now I can rmdir ../compile/D and it will stay dead, after my fingers keep
sabotaging me with 'config D<tab><enter>'. (Some of my kernel names
started with D, which used to be 1-character unique and my fingers knew
this very well...)

Details

Provenance
peterAuthored on
Parents
rS152936: Tell Rx radiotap that hardware leaves FCS at the end of the frame.
Branches
Unknown
Tags
Unknown

Event Timeline