]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - cups/patches/cups-0755.patch
cups: Update to latest stable release 1.6.1.
[people/amarx/ipfire-3.x.git] / cups / patches / cups-0755.patch
diff --git a/cups/patches/cups-0755.patch b/cups/patches/cups-0755.patch
deleted file mode 100644 (file)
index 7835592..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -up cups-1.4.5/Makedefs.in.0755 cups-1.4.5/Makedefs.in
---- cups-1.4.5/Makedefs.in.0755        2010-12-06 17:19:03.335315249 +0000
-+++ cups-1.4.5/Makedefs.in     2010-12-06 17:19:03.416307263 +0000
-@@ -41,13 +41,13 @@ SHELL              =       /bin/sh
- # Installation programs...
- #
--INSTALL_BIN   =       $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
-+INSTALL_BIN   =       $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
- INSTALL_CONFIG        =       $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
- INSTALL_DATA  =       $(INSTALL) -c -m 444
- INSTALL_DIR   =       $(INSTALL) -d
--INSTALL_LIB   =       $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
-+INSTALL_LIB   =       $(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
- INSTALL_MAN   =       $(INSTALL) -c -m 444
--INSTALL_SCRIPT        =       $(INSTALL) -c -m 555
-+INSTALL_SCRIPT        =       $(INSTALL) -c -m 755
- #
- # Default user, group, and system groups for the scheduler...
-diff -up cups-1.4.5/scheduler/Makefile.0755 cups-1.4.5/scheduler/Makefile
---- cups-1.4.5/scheduler/Makefile.0755 2010-12-06 17:28:58.562552167 +0000
-+++ cups-1.4.5/scheduler/Makefile      2010-12-06 17:29:07.087756415 +0000
-@@ -174,7 +174,7 @@ install-data:
- install-exec:
-       echo Installing programs in $(SBINDIR)...
-       $(INSTALL_DIR) -m 755 $(SBINDIR)
--      $(INSTALL_BIN) -m 500 cupsd $(SBINDIR)
-+      $(INSTALL_BIN) -m 755 cupsd $(SBINDIR)
-       $(INSTALL_BIN) cupsfilter $(SBINDIR)
-       -if test "x`uname`" = xDarwin; then \
-               $(INSTALL_DIR) $(BUILDROOT)/System/Library/Printers/Libraries; \