diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-30 06:19:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-30 06:19:09 +0800 |
commit | d285e87cf0868aa15c048a8d1193b2ca9cb1d7ae (patch) | |
tree | 317c0bff100eaaba070b0bbc11cb932a7d941b8a /sysutils/fconfig/pkg-descr | |
parent | e4348535edfebf9e06f3fa273905d40aa29afa5e (diff) | |
download | freebsd-ports-gnome-d285e87cf0868aa15c048a8d1193b2ca9cb1d7ae.tar.gz freebsd-ports-gnome-d285e87cf0868aa15c048a8d1193b2ca9cb1d7ae.tar.zst freebsd-ports-gnome-d285e87cf0868aa15c048a8d1193b2ca9cb1d7ae.zip |
fconfig is an application that allows to read and write RedBoot's configuration
parameters.
Examples,
fconfig -l
fconfig -w -n console_baud_rate -x 115200
WWW: http://andrzejekiert.ovh.org/software.html.en
PR: ports/139977
Submitted by: thompsa at FreeBSD.org
Diffstat (limited to 'sysutils/fconfig/pkg-descr')
-rw-r--r-- | sysutils/fconfig/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/fconfig/pkg-descr b/sysutils/fconfig/pkg-descr new file mode 100644 index 000000000000..5a2b74cc93a7 --- /dev/null +++ b/sysutils/fconfig/pkg-descr @@ -0,0 +1,8 @@ +fconfig is an application that allows to read and write RedBoot's configuration +parameters. + +Examples, + fconfig -l + fconfig -w -n console_baud_rate -x 115200 + +WWW: http://andrzejekiert.ovh.org/software.html.en |