[Pkg-shadow-commits] r595 - trunk/debian/patches

Nicolas FRANCOIS nekral-guest at costa.debian.org
Wed Oct 12 20:34:37 UTC 2005


Author: nekral-guest
Date: 2005-10-12 20:34:36 +0000 (Wed, 12 Oct 2005)
New Revision: 595

Modified:
   trunk/debian/patches/456_configure_typo_logdir
Log:
Patching configure.in is sufficient, and patching configure doesn't permit
to build and unpatch afterward.


Modified: trunk/debian/patches/456_configure_typo_logdir
===================================================================
--- trunk/debian/patches/456_configure_typo_logdir	2005-10-12 20:11:44 UTC (rev 594)
+++ trunk/debian/patches/456_configure_typo_logdir	2005-10-12 20:34:36 UTC (rev 595)
@@ -15,16 +15,3 @@
  		break
  	fi
  done])
-Index: shadow-4.0.13/configure
-===================================================================
---- shadow-4.0.13.orig/configure	2005-10-12 00:47:12.000000000 +0200
-+++ shadow-4.0.13/configure	2005-10-12 01:22:04.000000000 +0200
-@@ -23060,7 +23060,7 @@
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   for shadow_cv_logdir in /var/log /var/adm /usr/adm /etc; do
--	if test -d $logdir; then
-+	if test -d $shadow_cv_logdir; then
- 		break
- 	fi
- done




More information about the Pkg-shadow-commits mailing list