~ubuntu-branches/ubuntu/precise/net-snmp/precise

« back to all changes in this revision

Viewing changes to man/netsnmp_read_config.3

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-11-26 01:27:00 UTC
  • mfrom: (1.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091126012700-pox7w0a5j2x305h9
Tags: 5.4.2.1~dfsg-3ubuntu1
* Merge from debian testing.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.
    (LP: #426813).
 * Dropped patches:
   - debian/patches/101-fix-ipalias.patch: Applied upstream.
   - debian/patches/99-fix-net-snmp-syslog.patch: Applied upstream.
   - debian/patches/99-fix-perl-counter-in-subagent.patch: Applied upstream.
   - ebian/patches/103-fix-ubuntu-lmsensors.patch: No longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "parsing various configuration files at run time" 3 "27 Jul 2007" "Version 5.4.1" "net-snmp" \" -*- nroff -*-
 
1
.TH "parsing various configuration files at run time" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
253
253
.PP
254
254
 
255
255
.PP
256
 
Definition at line 1830 of file read_config.c.
 
256
Definition at line 1831 of file read_config.c.
257
257
.PP
258
258
References NULL, read_config_read_objid(), read_config_read_octet_string(), and skip_token().
259
259
.PP
278
278
.PP
279
279
 
280
280
.PP
281
 
Definition at line 1266 of file read_config.c.
 
281
Definition at line 1267 of file read_config.c.
282
282
.PP
283
283
References get_persistent_directory(), netsnmp_ds_get_boolean(), netsnmp_getenv(), NULL, and snmp_log().
284
284
.PP
321
321
.PP
322
322
 
323
323
.PP
324
 
Definition at line 1989 of file read_config.c.
 
324
Definition at line 1990 of file read_config.c.
325
325
.PP
326
326
References read_config_store_data_prefix().
327
327
.SS "struct \fBconfig_line\fP* register_config_handler (const char * type, const char * token, void(*)(const char *, char *) parser, void(*)(void) releaser, const char * help)"
332
332
.PP
333
333
\fBParameters:\fP
334
334
.RS 4
335
 
\fItype_param\fP the configuration file used, e.g., if snmp.conf is the file where the token is located use 'snmp' here. Multiple colon separated tokens might be used. If NULL or '' then the configuration file used will be <application>.conf.
 
335
\fItype\fP the configuration file used, e.g., if snmp.conf is the file where the token is located use 'snmp' here. Multiple colon separated tokens might be used. If NULL or '' then the configuration file used will be <application>.conf.
336
336
.br
337
337
\fItoken\fP the token being parsed from the file. Must be non-NULL.
338
338
.br
350
350
.PP
351
351
 
352
352
.PP
353
 
Definition at line 283 of file read_config.c.
 
353
Definition at line 284 of file read_config.c.
354
354
.PP
355
355
Referenced by netsnmp_ds_register_config(), netsnmp_register_save_list(), register_app_config_handler(), and register_mib_handlers().
356
356
.SS "void unregister_config_handler (const char * type_param, const char * token)"
371
371
.PP
372
372
 
373
373
.PP
374
 
Definition at line 314 of file read_config.c.
 
374
Definition at line 315 of file read_config.c.
375
375
.PP
376
376
References config_files, netsnmp_ds_get_string(), config_line::next, NULL, SNMP_FREE, and unregister_config_handler().
377
377
.PP