g'day all, apologies if this has been raised before, but i searched and couldn't find anything.
I'd like to be able to have a comments field in the documentation element so that i can put in some freeform text which is displayed when i do (using Apache2 as an example) svcs -x[v] apache2 As an example i'd like to display the location of the Apache access and error logs which we have in a non-standard directory (it's actually in a loopback filesystem mount from a zone). This is mainly for when you are in the computer room on a VT100 terminal with no access to a browser to view the server sysadmin guide (and no, lynx is not installed :-) ) I know i can set a property and view it thus: svcprop apache2 | grep log But it would be useful and make more sense to have it appear in svcs -x with the other things like the man page, URI(s) and location of the http:apache2.log. i'd prefer not to modify service_bundle.dtd.1 with a non-standard element in case patches/upgrades overwrite it. any suggestions or comments welcomed. cheers peter This message posted from opensolaris.org