X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=net%2Fcups%2Fpatches%2F130-no_chown.patch;h=eceb8e9c0faff3cfebe3d2e6d7ba33bf958d1a68;hb=976d40ceefe982226f97ecbd6ef8c8769379386d;hp=5fb27f9b485b41b6df3443add01a12ad9dcfe7e0;hpb=efbe258198ecd16d5e10f9afe4c2de2f7b9d1e53;p=packages.git diff --git a/net/cups/patches/130-no_chown.patch b/net/cups/patches/130-no_chown.patch index 5fb27f9b4..eceb8e9c0 100644 --- a/net/cups/patches/130-no_chown.patch +++ b/net/cups/patches/130-no_chown.patch @@ -1,11 +1,12 @@ ---- cups-1.1.23/systemv/Makefile.old Sun Oct 15 03:33:34 2006 -+++ cups-1.1.23/systemv/Makefile Sun Oct 15 03:33:55 2006 -@@ -77,7 +77,7 @@ +diff -urN cups-1.3.7/systemv/Makefile cups-1.3.7.new/systemv/Makefile +--- cups-1.3.7/systemv/Makefile 2007-07-11 23:46:42.000000000 +0200 ++++ cups-1.3.7.new/systemv/Makefile 2008-07-13 16:15:46.000000000 +0200 +@@ -70,7 +70,7 @@ $(INSTALL_BIN) lp $(BINDIR) $(INSTALL_BIN) lpoptions $(BINDIR) $(INSTALL_BIN) lpstat $(BINDIR) -- -$(INSTALL_BIN) -m 4755 -o $(CUPS_USER) -g $(CUPS_GROUP) lppasswd $(BINDIR) -+ -$(INSTALL_BIN) lppasswd $(BINDIR) - if test ! -x $(BINDIR)/lppasswd; then \ - chmod 755 $(BINDIR)/lppasswd; \ - fi +- $(INSTALL_BIN) -m 4755 -o root lppasswd $(BINDIR) || $(INSTALL_BIN) lppasswd $(BINDIR) ++ $(INSTALL_BIN) lppasswd $(BINDIR) + if test "x$(SYMROOT)" != "x"; then \ + $(INSTALL_DIR) $(SYMROOT); \ + for file in $(TARGETS); do \