[Pkg-cups-devel] r359 - in cupsys/branches/cups-1.2/debian: . patches

Martin Pitt mpitt at costa.debian.org
Fri Sep 8 09:28:32 UTC 2006


Author: mpitt
Date: Fri Sep  8 09:28:32 2006
New Revision: 359

Modified:
   cupsys/branches/cups-1.2/debian/changelog
   cupsys/branches/cups-1.2/debian/patches/44_fixconfdirperms.dpatch

Log:
* debian/patches/44_fixconfdirperms.dpatch: Fix file mode specification:
  3755 -> 03755 (regression of svn commit 353).

Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog	(original)
+++ cupsys/branches/cups-1.2/debian/changelog	Fri Sep  8 09:28:32 2006
@@ -4,8 +4,10 @@
 
   [ Martin Pitt ]
   * Add appropriate Replaces: to cupsys-common to unbreak upgrades.
+  * debian/patches/44_fixconfdirperms.dpatch: Fix file mode specification:
+    3755 -> 03755 (regression of svn commit 353).
 
- -- Kenshi Muto <kmuto at debian.org>  Mon,  4 Sep 2006 08:54:34 +0200
+ -- Kenshi Muto <kmuto at debian.org>  Fri,  8 Sep 2006 11:28:12 +0200
 
 cupsys (1.2.2-2) unstable; urgency=high
 

Modified: cupsys/branches/cups-1.2/debian/patches/44_fixconfdirperms.dpatch
==============================================================================
--- cupsys/branches/cups-1.2/debian/patches/44_fixconfdirperms.dpatch	(original)
+++ cupsys/branches/cups-1.2/debian/patches/44_fixconfdirperms.dpatch	Fri Sep  8 09:28:32 2006
@@ -71,7 +71,7 @@
        check_permissions(StateDir, "certs", RunUser ? 0711 : 0511, User,
                  	SystemGroupIDs[0], 1, 1) < 0 ||
 -      check_permissions(ServerRoot, NULL, 0755, RunUser, Group, 1, 0) < 0 ||
-+      check_permissions(ServerRoot, NULL, 3755, RunUser, Group, 1, 0) < 0 ||
++      check_permissions(ServerRoot, NULL, 03755, RunUser, Group, 1, 0) < 0 ||
        check_permissions(ServerRoot, "ppd", 0755, RunUser, Group, 1, 1) < 0 ||
        check_permissions(ServerRoot, "ssl", 0700, RunUser, Group, 1, 0) < 0 ||
 +      /* Never alter permissions of central conffile



More information about the Pkg-cups-devel mailing list