[man-pages-ja] - Add deprecated notice for the usage of PORT in sink directives. (#600321)

Akira TAGOH tagoh at fedoraproject.org
Fri Jan 14 05:02:49 UTC 2011


commit 5c7de5978559d42e892220aa6478e37c42fc05b7
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Fri Jan 14 14:02:36 2011 +0900

    - Add deprecated notice for the usage of PORT in sink directives. (#600321)

 man-pages-ja-600321-snmpd.conf.5.patch |   19 +++++++++++++++++++
 man-pages-ja.spec                      |    7 ++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/man-pages-ja-600321-snmpd.conf.5.patch b/man-pages-ja-600321-snmpd.conf.5.patch
new file mode 100644
index 0000000..ac71027
--- /dev/null
+++ b/man-pages-ja-600321-snmpd.conf.5.patch
@@ -0,0 +1,19 @@
+diff -pruN man-pages-ja-20101110.orig/manual/ucd-snmp/man5/snmpd.conf.5 man-pages-ja-20101110/manual/ucd-snmp/man5/snmpd.conf.5
+--- man-pages-ja-20101110.orig/manual/ucd-snmp/man5/snmpd.conf.5	2010-11-10 03:17:01.000000000 +0900
++++ man-pages-ja-20101110/manual/ucd-snmp/man5/snmpd.conf.5	2011-01-14 13:58:01.000000000 +0900
+@@ -457,6 +457,15 @@ COMMUNITY ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¡¢
+ °ÊÁ°¤Ë \fItrapcommunity\fR ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Ç»ØÄꤷ¤¿Ê¸»úÎ󤬻Ȥï¤ì¤ë¡£
+ PORT ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¡¢
+ Îɤ¯ÃΤé¤ì¤Æ¤¤¤ë SNMP ¥È¥é¥Ã¥×¥Ý¡¼¥È (162) ¤¬»È¤ï¤ì¤ë¡£
++.IP
++Ãí°Õ: ¤³¤Î»ÅÁȤߤÏÇÑ»ßͽÄê¤Ç¤¢¤ê¡¢´Æ»ë¥Ý¡¼¥È¤ÏÂå¤ï¤ê¤Ë¥È¥é¥ó¥¹¥Ý¡¼¥È»ÅÍÍ
++HOST ¤Ë¤è¤Ã¤Æ»ØÄꤵ¤ì¤ë¤Ù¤­¤Ç¤¢¤ë¡£
++.IP
++¤¤¤¯¤Ä¤â¤Îsink¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤¬»ØÄꤵ¤ì¤¿¾ì¹ç¡¢(ŬÀڤʥե©¡¼¥Þ¥Ã¥È¤Ç)¤½¤ì¤¾¤ì¤Î
++ÄÌÃΤÎÊ£¿ô¤Î¥³¥Ô¡¼¤¬À¸À®¤µ¤ì¤ë¡£
++.IP
++Ãí°Õ: Ʊ¤¸°¸Àè¤Ç2¤Ä(¤Ê¤¤¤·3¤ÄÁ´Éô)¤Îsink¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤òµ­ºÜ¤¹¤ë¤³¤È¤ÏÄ̾ï
++ŬÀڤǤϤʤ¤¡£
+ .IP "trapsess [SNMPCMD_ARGS] HOST [COMMUNITY]"
+ ¤³¤ì¤Ï¤è¤ê´ðËÜŪ¤Ê¥È¥é¥Ã¥×ÀßÄê¥È¡¼¥¯¥ó¤Ç¡¢
+ Ǥ°Õ¤Î¥È¥é¥Ã¥×Á÷¿®À西¥¤¥×¤ÈǤ°Õ¤Î SNMP ¥Ð¡¼¥¸¥ç¥ó¤ò»ØÄê¤Ç¤­¤ë¡£
diff --git a/man-pages-ja.spec b/man-pages-ja.spec
index 89ad090..adf2430 100644
--- a/man-pages-ja.spec
+++ b/man-pages-ja.spec
@@ -1,6 +1,6 @@
 Name: man-pages-ja
 Version: 20101205
-Release: 1%{?dist}
+Release: 2%{?dist}
 # Actual license for each Japanese manpages is the same to the original English manpages' license.
 License: Freely redistributable without restriction
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -33,6 +33,7 @@ Patch31: man-pages-ja-515467-strings.1.patch
 Patch32: man-pages-ja-527638-chgrp.1.patch
 Patch33: man-pages-ja-537103-ip.7.patch
 Patch35: man-pages-ja-565362-iptables.8.patch
+Patch36: man-pages-ja-600321-snmpd.conf.5.patch
 
 Summary: Japanese man (manual) pages from the Japanese Manual Project
 Group: Documentation
@@ -64,6 +65,7 @@ Japanese Manual pages, translated by JM-Project (Japanese Manual Project).
 %patch32 -p1 -b .32-chgrp
 %patch33 -p1 -b .33-ip
 %patch35 -p1 -b .35-iptables
+%patch36 -p1 -b .36-snmpd-conf
 
 %build
 perl %{SOURCE1} '$DESTDIR' | make
@@ -135,6 +137,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 14 2011 Akira TAGOH <tagoh at redhat.com> - 20101205-2
+- Add deprecated notice for the usage of PORT in sink directives. (#600321)
+
 * Mon Dec  6 2010 Akira TAGOH <tagoh at redhat.com> - 20101205-1
 - Updates to 20101205.
 


More information about the scm-commits mailing list