[Pkg-shadow-commits] sid/debian/patches 320_nscd_header.dpatch,NONE,1.1 007_lib.dpatch,1.2,1.3 00list,1.4,1.5

Nicolas FRAN??OIS pkg-shadow-devel@lists.alioth.debian.org
Sun, 17 Apr 2005 17:27:05 +0000


Update of /cvsroot/pkg-shadow/sid/debian/patches
In directory haydn:/tmp/cvs-serv26096

Modified Files:
	007_lib.dpatch 00list 
Added Files:
	320_nscd_header.dpatch 
Log Message:
Move the nscd.h header file from 007_lib to 320_nscd_header since it is
also added upstream.


Index: 007_lib.dpatch
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/patches/007_lib.dpatch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 007_lib.dpatch	22 Mar 2005 22:04:18 -0000	1.2
+++ 007_lib.dpatch	17 Apr 2005 17:27:03 -0000	1.3
@@ -636,18 +636,3 @@
  
  /* ttytype.c */
  extern void ttytype(const char *);
---- shadow-4.0.3.ori/lib/nscd.h	1970-01-01 01:00:00.000000000 +0100
-+++ shadow-4.0.3-31sarge1/lib/nscd.h	2005-01-11 11:37:02.000000000 +0100
-@@ -0,0 +1,12 @@
-+/* Copyright (c) 1999 SuSE GmbH Nuerenberg, Germany
-+   Author: Thorsten Kukuk <kukuk@suse.de> */
-+
-+#ifndef _FAILURE_H_
-+#define _FAILURE_H_
-+
-+/*
-+ * nscd_flush_cache - flush specyfied service bufor in nscd cache
-+ */
-+extern int nscd_flush_cache (char *service);
-+
-+#endif

Index: 00list
===================================================================
RCS file: /cvsroot/pkg-shadow/sid/debian/patches/00list,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- 00list	17 Apr 2005 09:22:35 -0000	1.4
+++ 00list	17 Apr 2005 17:27:03 -0000	1.5
@@ -53,6 +53,7 @@
 #317_lastlog_usage_249611
 318_passwd_src_warning
 319_time_structures
+320_nscd_header
 401_cppw_src
 #402_missing_debian_man_pages
 403_sg_symlink_162339_163652

--- NEW FILE: 320_nscd_header.dpatch ---
#! /bin/sh /usr/share/dpatch/dpatch-run
## 320_nscd_header.dpatch by Nicolas FRANCOIS <nicolas.francois@centraliens.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Add header file nscd.h (fixed upstrem)

@DPATCH@
--- shadow-4.0.3.ori/lib/nscd.h	1970-01-01 01:00:00.000000000 +0100
+++ shadow-4.0.3-31sarge1/lib/nscd.h	2005-01-11 11:37:02.000000000 +0100
@@ -0,0 +1,12 @@
+/* Copyright (c) 1999 SuSE GmbH Nuerenberg, Germany
+   Author: Thorsten Kukuk <kukuk@suse.de> */
+
+#ifndef _FAILURE_H_
+#define _FAILURE_H_
+
+/*
+ * nscd_flush_cache - flush specyfied service bufor in nscd cache
+ */
+extern int nscd_flush_cache (char *service);
+
+#endif