summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-12-27 07:58:59 +0000
committerphk <phk@FreeBSD.org>2002-12-27 07:58:59 +0000
commit27cb79fe10ea76aa6296c264b36bebab313f7a69 (patch)
treecbc88c8d174e7e313794056992042374b10c2819
parenta221c3d42210dd3ee0ab8e04d36ee6dda21c1278 (diff)
downloadFreeBSD-src-27cb79fe10ea76aa6296c264b36bebab313f7a69.zip
FreeBSD-src-27cb79fe10ea76aa6296c264b36bebab313f7a69.tar.gz
Remove the "ascii" attribute from the sysctls so that "sysctl -a" will
skip them.
-rw-r--r--sys/geom/geom_kern.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/geom/geom_kern.c b/sys/geom/geom_kern.c
index 3a20889..ae319c3 100644
--- a/sys/geom/geom_kern.c
+++ b/sys/geom/geom_kern.c
@@ -216,15 +216,15 @@ sysctl_kern_geom_confxml(SYSCTL_HANDLER_ARGS)
SYSCTL_NODE(_kern, OID_AUTO, geom, CTLFLAG_RW, 0, "GEOMetry management");
SYSCTL_PROC(_kern_geom, OID_AUTO, confxml, CTLTYPE_STRING|CTLFLAG_RD,
- 0, 0, sysctl_kern_geom_confxml, "A",
+ 0, 0, sysctl_kern_geom_confxml, "",
"Dump the GEOM config in XML");
SYSCTL_PROC(_kern_geom, OID_AUTO, confdot, CTLTYPE_STRING|CTLFLAG_RD,
- 0, 0, sysctl_kern_geom_confdot, "A",
+ 0, 0, sysctl_kern_geom_confdot, "",
"Dump the GEOM config in dot");
SYSCTL_PROC(_kern_geom, OID_AUTO, conftxt, CTLTYPE_STRING|CTLFLAG_RD,
- 0, 0, sysctl_kern_geom_conftxt, "A",
+ 0, 0, sysctl_kern_geom_conftxt, "",
"Dump the GEOM config in txt");
SYSCTL_INT(_kern_geom, OID_AUTO, debugflags, CTLFLAG_RW,
OpenPOWER on IntegriCloud