mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
The chpass Makefile tried to set the fschg flag on the binaries, even if NO_FSCHG was passed to the installworld. This meant that if I installed FreeBSD into a Jail, I couldn't installworld from within the Jail anymore. Now that it listens to NO_FSCHG, we can just make it bail out when it fails, just like PRECIOUSPROG does. |
||
|---|---|---|
| .. | ||
| chpass.1 | ||
| chpass.c | ||
| chpass.h | ||
| edit.c | ||
| field.c | ||
| Makefile | ||
| table.c | ||
| util.c | ||