# HG changeset patch # User jlarmour # Date 1046097070 0 # Node ID b155105b4d51a4b122f537974f03826244c42137 # Parent 290dec54c7305655def29a77922b3c47605a19c6 * cdl/snmpagent.cdl: Add doc link. * doc/prepare-manpages.sh: Generate namespaced IDs, without shouting. * doc/snmp-manpages.sgml: Regenerated. diff --git a/packages/net/snmp/agent/current/ChangeLog b/packages/net/snmp/agent/current/ChangeLog --- a/packages/net/snmp/agent/current/ChangeLog +++ b/packages/net/snmp/agent/current/ChangeLog @@ -1,3 +1,10 @@ +2003-02-24 Jonathan Larmour + + * cdl/snmpagent.cdl: Add doc link. + + * doc/prepare-manpages.sh: Generate namespaced IDs, without shouting. + * doc/snmp-manpages.sgml: Regenerated. + 2003-02-14 Jonathan Larmour * cdl/snmpagent.cdl: Explicitly require OpenBSD stack since we don't diff --git a/packages/net/snmp/agent/current/cdl/snmpagent.cdl b/packages/net/snmp/agent/current/cdl/snmpagent.cdl --- a/packages/net/snmp/agent/current/cdl/snmpagent.cdl +++ b/packages/net/snmp/agent/current/cdl/snmpagent.cdl @@ -52,7 +52,7 @@ cdl_package CYGPKG_SNMPAGENT { display "SNMP agent" parent CYGPKG_NET -# doc doc/index.html + doc ref/net-snmp-ecos-port.html include_dir ucd-snmp requires CYGPKG_IO requires { 0 != CYGINT_ISO_STRING_STRFUNCS } diff --git a/packages/net/snmp/agent/current/doc/prepare-manpages.sh b/packages/net/snmp/agent/current/doc/prepare-manpages.sh --- a/packages/net/snmp/agent/current/doc/prepare-manpages.sh +++ b/packages/net/snmp/agent/current/doc/prepare-manpages.sh @@ -20,11 +20,11 @@ for manpage in $MANPAGE_LIST do echo "processing $manpage" # get the title for this section - manpage_title=`egrep '^\.TH' $manpage | awk '{print $2}'` + manpage_title=`egrep '^\.TH' $manpage | awk '{print $2}' | tr 'A-Z' 'a-z'` # note that _ is illegal in an id, so we canonicalize it to - docbook_section_id=`echo $manpage_title | sed 's/_/-/g'` # now prepare out a section and title - echo " " >> snmp-manpages.sgml + echo " " >> snmp-manpages.sgml echo " $manpage_title" >> snmp-manpages.sgml # we make it so that it is a monospaced font echo " " >> snmp-manpages.sgml diff --git a/packages/net/snmp/agent/current/doc/snmp-manpages.sgml b/packages/net/snmp/agent/current/doc/snmp-manpages.sgml --- a/packages/net/snmp/agent/current/doc/snmp-manpages.sgml +++ b/packages/net/snmp/agent/current/doc/snmp-manpages.sgml @@ -4,8 +4,8 @@ - - SNMPD.CONF + + snmpd.conf SNMPD.CONF(5) SNMPD.CONF(5) diff --git a/packages/net/snmp/agent/current/doc/snmp.sgml b/packages/net/snmp/agent/current/doc/snmp.sgml --- a/packages/net/snmp/agent/current/doc/snmp.sgml +++ b/packages/net/snmp/agent/current/doc/snmp.sgml @@ -302,7 +302,7 @@ in the usual way as with the standard UC Traps The support of the trapsink command in the -snmpd.conf file is not tested +snmpd.conf file is not tested and there may be problems for it working as expected. Moreover, in systems that do not have filesystem support, there is no way to configure a trap-session in the conventional way. @@ -346,7 +346,7 @@ Using snmpd.conf requires the inclusion SNMP sub-system will read the snmpd.conf file from the location specified in SNMPCONFPATH, or the standard builtin locations, and use these profiles. Only the profiles specified in the ACCESS-CONTROL -section of snmpd.conf file have +section of snmpd.conf file have been tested and shown to work. Other profiles which have been implemented in UCD-SNMP-4.1.2's snmpd.conf may not work because the sole purpose of adding support for the snmpd.conf file has been to