From: Timo Gurr Date: Thu, 2 Dec 2021 16:47:21 +0000 (+0100) Subject: Remove obsolete config variables X-Git-Tag: v2.4.1~25^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a0f685f14392acefe722f0c9c3dccff0d0af1eb;p=thirdparty%2Fcups.git Remove obsolete config variables As 20d8b4bd361216edaa1b9d1c8289d20710c91afb removed the relevant parts from configure these variables never get substituted. --- diff --git a/conf/cups-files.conf.in b/conf/cups-files.conf.in index af11fcce67..93584a16d0 100644 --- a/conf/cups-files.conf.in +++ b/conf/cups-files.conf.in @@ -49,12 +49,6 @@ AccessLog @CUPS_LOGDIR@/access_log # directive in cupsd.conf. ErrorLog @CUPS_LOGDIR@/error_log -# Location of fonts used by older print filters... -#FontPath @CUPS_FONTPATH@ - -# Location of LPD configuration -#LPDConfigFile @CUPS_DEFAULT_LPD_CONFIG_FILE@ - # Location of the file logging all pages printed by the scheduler and any # helper programs; may be the name "syslog". If not an absolute path, the value # of ServerRoot is used as the root directory. Also see the "PageLogFormat" @@ -81,9 +75,6 @@ PageLog @CUPS_LOGDIR@/page_log # Location of other configuration files... #ServerRoot @CUPS_SERVERROOT@ -# Location of Samba configuration file... -#SMBConfigFile @CUPS_DEFAULT_SMB_CONFIG_FILE@ - # Location of scheduler state files... #StateDir @CUPS_STATEDIR@