]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove obsolete config variables
authorTimo Gurr <timo.gurr@gmail.com>
Thu, 2 Dec 2021 16:47:21 +0000 (17:47 +0100)
committerTimo Gurr <timo.gurr@gmail.com>
Thu, 2 Dec 2021 16:47:21 +0000 (17:47 +0100)
As 20d8b4bd361216edaa1b9d1c8289d20710c91afb removed the relevant
parts from configure these variables never get substituted.

conf/cups-files.conf.in

index af11fcce67c65d2c7e859693ade77784d3f9f092..93584a16d0d2ddd8288250745dcd233edd395b13 100644 (file)
@@ -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@