summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-02-27 12:30:26 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-02-27 12:30:26 +0000
commit6ee8dca8b5c75745c18a9c4ce988e93c83700a5e (patch)
tree29aee5fbf46377a27157ab00ff700a46c604f758 /conf
parentfe750b86585c6b094daa7f64a61e987168697234 (diff)
downloadcups-6ee8dca8b5c75745c18a9c4ce988e93c83700a5e.tar.gz
Install filename.default versions of cups-files.conf and snmp.conf
(<rdar://problem/19024491>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12533 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/Makefile b/conf/Makefile
index 97df33f04..c6ff49c0a 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 \