Skip to content

cupsctl wrongly edits cupsd.conf for options from cups-files.conf #5530

@OdyX

Description

@OdyX

Paul Menzel reported in https://bugs.debian.org/923115 that cupsctl edits /etc/cups/cupsd.conf instead of /etc/cups/cups-files.conf for the options that should live in the latter:

/etc$ /usr/sbin/cupsctl FileDevices=No
/etc$ sudo git diff
diff --git a/cups/cupsd.conf b/cups/cupsd.conf
index 02afed2..c347852 100644
--- a/cups/cupsd.conf
+++ b/cups/cupsd.conf
@@ -119,3 +119,4 @@ WebInterface Yes
     Order deny,allow
   </Limit>
 </Policy>
+FileDevice Yes

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions