[Pkg-shadow-commits] r366 - in trunk/debian: . patches

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Sun, 10 Jul 2005 07:20:35 +0000


Author: bubulle
Date: 2005-07-10 07:20:31 +0000 (Sun, 10 Jul 2005)
New Revision: 366

Modified:
   trunk/debian/changelog
   trunk/debian/patches/206_ko-manpages.dpatch
   trunk/debian/patches/443_chage_exit_values
Log:
Really deal with the korean man page issue (without removing the file)
Fix Nicolas mistakes..:-)
Some cosmectic changes to changelog


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-07-10 04:54:33 UTC (rev 365)
+++ trunk/debian/changelog	2005-07-10 07:20:31 UTC (rev 366)
@@ -1,5 +1,6 @@
 shadow (1:4.0.3-37) unstable; urgency=low
 
+  * The "Camembert" release
   * Upstream bugs not fixed in upstream releases or CVS:
     - 442_useradd.8-O
       Document useradd's "-O" option
@@ -10,6 +11,9 @@
     - Vietnamese added (sent by translator to Christian Perrier)
     - Wolof added (sent by translator to Christian Perrier)
       Closes: #317532
+  * Man pages translation updates:
+    - Really remove the too outdated Korean translation of newgrp.1
+      which doesn't even mention sg
   * Programs translation updates:
     - debian/patches/117_id:
       - Indonesian translation update (sent by translator to Christian Perrier)

Modified: trunk/debian/patches/206_ko-manpages.dpatch
===================================================================
--- trunk/debian/patches/206_ko-manpages.dpatch	2005-07-10 04:54:33 UTC (rev 365)
+++ trunk/debian/patches/206_ko-manpages.dpatch	2005-07-10 07:20:31 UTC (rev 366)
@@ -1,34 +1,12 @@
-Index: shadow-4.0.3/man/ko/newgrp.1
+Index: shadow-4.0.3/man/ko/Makefile.am
 ===================================================================
---- shadow-4.0.3.orig/man/ko/newgrp.1	2000-04-22 14:59:03.000000000 +0200
-+++ /dev/null	1970-01-01 00:00:00.000000000 +0000
-@@ -1,29 +0,0 @@
--.\" Original author unknown.  This man page is in the public domain.
--.\" Modified Sat Oct  9 17:46:48 1993 by faith@cs.unc.edu
--.TH NEWGRP 1 "9 October 1993" "Linux 1.2" "Linux Programmer's Manual"
--.SH NAME
--newgrp \- ÀÚ½ÅÀÌ ¼Ò¼ÓµÈ ±×·ìÀ» »õ ±×·ìÀ¸·Î ¹Ù²Û´Ù.
--.SH SYNOPSIS
--.BI "newgrp [ " group " ]"
--.SH DESCRIPTION
--.B Newgrp
--¸í·ÉÀº 
--changes the group identification of its caller, analogously to
--.BR login (1).
--¸í·ÉÀ¸·Î ·Î±×ÀÎ ÇÒ ¶§ ½Äº°µÇ´Â ±×·ìÀ» ¹Ù²Û´Ù. 
--\fIgroup\fRÀ¸·Î »ç¿ëµÉ ¼ö ÀÖ´Â °ªÀº /etc/group ÆÄÀϾȿ¡ 
--ÀÖ´Â ±×·ìÀÇ À̸§À̳ª, GID °ªÀÌ¿©¾ß Çϸç, 
--¸í·ÉÇà ÀÎÀÚ¿¡¼­ ÀÌ °ªÀ» Ưº°È÷ ÁöÁ¤ÇÏÁö ¾ÊÀ¸¸é, ÇöÀç ÀÚ½ÅÀÇ 
--±×·ìÀ¸·Î ¹Ù²Û´Ù. 
--.LP
--.SH FILES
--.I /etc/group
--.br
--.I /etc/passwd
--
--.SH "SEE ALSO"
--.BR login "(1), " group (5)
--
--.SH AUTHOR
--Originally by Michael Haardt. Currently maintained by 
--Peter Orbaek (poe@daimi.aau.dk).
+--- shadow-4.0.3.orig/man/ko/Makefile.am	2002-03-13 20:02:02.000000000 +0100
++++ shadow-4.0.3/man/ko/Makefile.am	2005-07-10 07:05:18.986091905 +0200
+@@ -5,7 +5,6 @@
+ 	chfn.1 \
+ 	chsh.1 \
+ 	login.1 \
+-	newgrp.1 \
+ 	passwd.5
+ 
+ EXTRA_DIST = $(man_MANS) \

Modified: trunk/debian/patches/443_chage_exit_values
===================================================================
--- trunk/debian/patches/443_chage_exit_values	2005-07-10 04:54:33 UTC (rev 365)
+++ trunk/debian/patches/443_chage_exit_values	2005-07-10 07:20:31 UTC (rev 366)
@@ -13,8 +13,8 @@
 
 Index: shadow-4.0.3/man/chage.1
 ===================================================================
---- shadow-4.0.3.orig/man/chage.1	2005-07-08 03:22:45.000000000 +0200
-+++ shadow-4.0.3/man/chage.1	2005-07-08 04:23:39.000000000 +0200
+--- shadow-4.0.3.orig/man/chage.1	2005-07-10 08:47:02.411174826 +0200
++++ shadow-4.0.3/man/chage.1	2005-07-10 08:47:03.760862158 +0200
 @@ -101,6 +101,12 @@
  /etc/passwd \- user account information
  .br
@@ -30,8 +30,8 @@
  .BR shadow (5)
 Index: shadow-4.0.3/src/chage.c
 ===================================================================
---- shadow-4.0.3.orig/src/chage.c	2005-07-08 03:22:45.000000000 +0200
-+++ shadow-4.0.3/src/chage.c	2005-07-08 04:22:48.000000000 +0200
+--- shadow-4.0.3.orig/src/chage.c	2005-07-10 08:47:03.627892961 +0200
++++ shadow-4.0.3/src/chage.c	2005-07-10 08:48:55.314019796 +0200
 @@ -86,6 +86,13 @@
  
  #define	EPOCH		"1969-12-31"
@@ -40,7 +40,7 @@
 + * exit status values
 + */
 +#define E_SUCCESS	0
-+#define E_NOPERM>·······1>······/* permission denied */
++#define E_NOPERM	1	/* permission denied */
 +#define E_NOT_SHADOWED 	3	/* no shadow password file */
 +
  /* local function prototypes */