From: msweet Date: Fri, 27 Feb 2015 12:30:26 +0000 (+0000) Subject: Install filename.default versions of cups-files.conf and snmp.conf X-Git-Tag: v2.2b1~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee8dca8b5c75745c18a9c4ce988e93c83700a5e;p=thirdparty%2Fcups.git Install filename.default versions of cups-files.conf and snmp.conf () git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12533 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/CHANGES.txt b/CHANGES.txt index 48b3ee334c..09a1e6f4c9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -CHANGES.txt - 2.1b1 - 2015-02-11 +CHANGES.txt - 2.1b1 - 2015-02-27 -------------------------------- CHANGES IN CUPS V2.1b1 @@ -22,3 +22,5 @@ CHANGES IN CUPS V2.1b1 web interface or printer sharing are enabled () - Added a PPD generator for IPP Everywhere printers (STR #4258) + - Now install "default" versions of more configuration files + () diff --git a/conf/Makefile b/conf/Makefile index 97df33f047..c6ff49c0a6 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -3,7 +3,7 @@ # # Configuration file makefile for CUPS. # -# Copyright 2007-2012 by Apple Inc. +# Copyright 2007-2015 by Apple Inc. # Copyright 1993-2006 by Easy Software Products. # # These coded instructions, statements, and computer programs are the @@ -76,8 +76,8 @@ install-data: else \ $(INSTALL_CONFIG) -g $(CUPS_GROUP) $$file $(SERVERROOT) ; \ fi ; \ + $(INSTALL_CONFIG) -g $(CUPS_GROUP) $$file $(SERVERROOT)/$$file.default; \ done - $(INSTALL_CONFIG) -g $(CUPS_GROUP) cupsd.conf $(SERVERROOT)/cupsd.conf.default $(INSTALL_DIR) -m 755 $(DATADIR)/mime for file in $(REPLACE); do \ if test -r $(DATADIR)/mime/$$file ; then \