diff options
author | ceri <ceri@FreeBSD.org> | 2006-02-16 20:38:09 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2006-02-16 20:38:09 +0000 |
commit | e32d79b3f8cf14e5441aff30af93882957827126 (patch) | |
tree | 43fb615b5eafd31bf7d6e3bbe17273b2255820df /etc/snmpd.config | |
parent | e83c574f873ca62a647c1d708a65c507c50a3b52 (diff) | |
download | FreeBSD-src-e32d79b3f8cf14e5441aff30af93882957827126.zip FreeBSD-src-e32d79b3f8cf14e5441aff30af93882957827126.tar.gz |
Use example.com rather than bar.com for the system contact example.
Requested by: glebius
Diffstat (limited to 'etc/snmpd.config')
-rw-r--r-- | etc/snmpd.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/snmpd.config b/etc/snmpd.config index 1956f4b..34dd094 100644 --- a/etc/snmpd.config +++ b/etc/snmpd.config @@ -8,7 +8,7 @@ # host := foobar location := "Room 200" -contact := "sysmeister@bar.com" +contact := "sysmeister@example.com" system := 1 # FreeBSD traphost := localhost trapport := 162 |