mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
b29df7a076
in configuration files. This port had been added from a temporary directory by accident is moved to its correct place with this commit. A commit to "modules" will follow immdetiately thereafter. Sorry! PR: 163679 Submitted by: Devin Teske (dteske@ at vicor dot com) Feature safe: yes
13 lines
522 B
Plaintext
13 lines
522 B
Plaintext
Sysrc is a robust utility for managing rc.conf(5) from the command-line without
|
|
a text-editor. Feature-highlights include (but are not limited to):
|
|
- Environment variable taint prevention
|
|
- Shell taint checking (aka boot-regression prevention)
|
|
- File-access race-condition prevention
|
|
- File-structure sensitivity/preservation
|
|
- Intelligent syntax handling
|
|
- Execution performance optimizations
|
|
- Detailed safety measures
|
|
- Support for jails (both legacy and current)
|
|
|
|
WWW: http://druidbsd.sourceforge.net/
|