rpms/man-pages-ja/devel man-pages-ja-358081-sysctl-warn.patch, NONE, 1.1 .cvsignore, 1.52, 1.53 man-pages-ja.spec, 1.60, 1.61 sources, 1.51, 1.52

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Thu Feb 21 01:40:54 UTC 2008


Author: tagoh

Update of /cvs/pkgs/rpms/man-pages-ja/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10583

Modified Files:
	.cvsignore man-pages-ja.spec sources 
Added Files:
	man-pages-ja-358081-sysctl-warn.patch 
Log Message:
* Thu Feb 21 2008 Akira TAGOH <tagoh at redhat.com> - 20080215-1
- updates to 20080215.
- Apply man-pages-ja-358081-sysctl-warn.patch from RHEL.

man-pages-ja-358081-sysctl-warn.patch:

--- NEW FILE man-pages-ja-358081-sysctl-warn.patch ---
diff -ruN man-pages-ja-20060815.orig/manual/procps/man8/sysctl.8 man-pages-ja-20060815/manual/procps/man8/sysctl.8
--- man-pages-ja-20060815.orig/manual/procps/man8/sysctl.8	2006-08-15 00:07:24.000000000 +0900
+++ man-pages-ja-20060815/manual/procps/man8/sysctl.8	2007-12-27 19:34:04.000000000 +0900
@@ -68,10 +68,10 @@
 (¥Õ¥¡¥¤¥ë»ØÄ꤬¤Ê¤±¤ì¤Ð /etc/sysctl.conf ¤«¤é)¡£
 .TP
 .B "-a"
-¸½ºßÍøÍѤǤ­¤ëÁ´¤Æ¤ÎÃͤòɽ¼¨¤¹¤ë¡£
+¸½ºßÍøÍѤǤ­¤ëÁ´¤Æ¤ÎÃͤòɽ¼¨¤¹¤ë¡£\fBÃíµ­\fR¤ò»²¾È¡£
 .TP
 .B "-A"
-¸½ºßÍøÍѤǤ­¤ëÁ´¤Æ¤ÎÃͤòɽ·Á¼°¤Çɽ¼¨¤¹¤ë¡£
+¸½ºßÍøÍѤǤ­¤ëÁ´¤Æ¤ÎÃͤòɽ·Á¼°¤Çɽ¼¨¤¹¤ë¡£\fBÃíµ­\fR¤ò»²¾È¡£
 .SH Îã
 .TP
 /sbin/sysctl -a
@@ -81,6 +81,9 @@
 /sbin/sysctl -w kernel.domainname="example.com"
 .TP
 /sbin/sysctl -p /etc/sysctl.conf 
+.SH Ãíµ­
+²Äǽ¤Ê¤é¤Ð¡¢\fB-a\fR¤ä\fB-A\fR¥ª¥×¥·¥ç¥ó¤ÎÍøÍѤÏÈò¤±¤ë¤³¤È¡£¤³¤ì¤é¤Î¥ª¥×¥·¥ç¥ó¤òÍøÍѤ¹¤ë¤³¤È¤Ï¡¢
+¾­ÍèÇÑ»ßͽÄê¤Îsysctl¤ÎÍøÍѤ˴ؤ¹¤ë¥«¡¼¥Í¥ë¤Î·Ù¹ð¤ò°ú¤­µ¯¤³¤¹²ÄǽÀ­¤¬¤¢¤ë¡£
 .SH ¥Õ¥¡¥¤¥ë
 .I /proc/sys
 .I /etc/sysctl.conf


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-ja/devel/.cvsignore,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- .cvsignore	17 Dec 2007 03:31:47 -0000	1.52
+++ .cvsignore	21 Feb 2008 01:40:17 -0000	1.53
@@ -39,3 +39,4 @@
 man-pages-ja-20071015.tar.gz
 man-pages-ja-20071119.tar.gz
 man-pages-ja-20071215.tar.gz
+man-pages-ja-20080215.tar.gz


Index: man-pages-ja.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-ja/devel/man-pages-ja.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- man-pages-ja.spec	17 Dec 2007 03:31:47 -0000	1.60
+++ man-pages-ja.spec	21 Feb 2008 01:40:17 -0000	1.61
@@ -1,7 +1,7 @@
 %define	use_utf8	1
 
 Name: man-pages-ja
-Version: 20071215
+Version: 20080215
 Release: 1%{?dist}
 # Actual license for each Japanese manpages is the same to the original English manpages' license.
 License: Freely redistributable without restriction
@@ -21,6 +21,7 @@
 Patch12: man-pages-ja-missing-pkglist.patch
 Patch13: man-pages-ja-fix-uninitialized-value.patch
 Patch14: man-pages-ja-timestamp.patch
+Patch15: man-pages-ja-358081-sysctl-warn.patch
 
 Summary: Japanese man (manual) pages from the Japanese Manual Project
 Group: Documentation
@@ -41,6 +42,7 @@
 %patch12 -p1 -b .pkglist
 %patch13 -p1 -b .uninitval
 %patch14 -p1 -b .timestamp
+%patch15 -p1 -b .sysctl
 
 %build
 perl %{SOURCE1} '$DESTDIR' | make
@@ -113,6 +115,10 @@
 
 
 %changelog
+* Thu Feb 21 2008 Akira TAGOH <tagoh at redhat.com> - 20080215-1
+- updates to 20080215.
+- Apply man-pages-ja-358081-sysctl-warn.patch from RHEL.
+
 * Mon Dec 17 2007 Akira TAGOH <tagoh at redhat.com> - 20071215-1
 - updates to 20071215.
 - remove vipw.8 to solve the file conflict to shadow-utils.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-ja/devel/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- sources	17 Dec 2007 03:31:47 -0000	1.51
+++ sources	21 Feb 2008 01:40:17 -0000	1.52
@@ -1 +1 @@
-1990ef99a32ee5fa7c0cdf74e331d30f  man-pages-ja-20071215.tar.gz
+ce8820c74168ca73afc6aa5543a6f900  man-pages-ja-20080215.tar.gz




More information about the fedora-extras-commits mailing list