summaryrefslogtreecommitdiff
path: root/openwrt/package/cups/files
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/cups/files')
-rw-r--r--openwrt/package/cups/files/cupsd.init4
-rw-r--r--openwrt/package/cups/files/etc/cups/classes.conf7
-rw-r--r--openwrt/package/cups/files/etc/cups/client.conf9
-rw-r--r--openwrt/package/cups/files/etc/cups/cupsd.conf50
-rw-r--r--openwrt/package/cups/files/etc/cups/printers.conf23
5 files changed, 0 insertions, 93 deletions
diff --git a/openwrt/package/cups/files/cupsd.init b/openwrt/package/cups/files/cupsd.init
deleted file mode 100644
index 8e5fd63..0000000
--- a/openwrt/package/cups/files/cupsd.init
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-mkdir -p /tmp/cups
-mkdir -p /tmp/spool/cups/tmp
-exec /usr/sbin/cupsd
diff --git a/openwrt/package/cups/files/etc/cups/classes.conf b/openwrt/package/cups/files/etc/cups/classes.conf
deleted file mode 100644
index 15afda7..0000000
--- a/openwrt/package/cups/files/etc/cups/classes.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-########################################################################
-# #
-# This is a sample class configuration file. This file is included #
-# from the main configuration file (cups.conf) and lists all of the #
-# printer classes known to the system. #
-# #
-########################################################################
diff --git a/openwrt/package/cups/files/etc/cups/client.conf b/openwrt/package/cups/files/etc/cups/client.conf
deleted file mode 100644
index c8d9f91..0000000
--- a/openwrt/package/cups/files/etc/cups/client.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-########################################################################
-# #
-# This is the CUPS client configuration file. This file is used to #
-# define client-specific parameters, such as the default server or #
-# default encryption settings. #
-# #
-########################################################################
-
-Encryption Never
diff --git a/openwrt/package/cups/files/etc/cups/cupsd.conf b/openwrt/package/cups/files/etc/cups/cupsd.conf
deleted file mode 100644
index e84de45..0000000
--- a/openwrt/package/cups/files/etc/cups/cupsd.conf
+++ /dev/null
@@ -1,50 +0,0 @@
-########################################################################
-# #
-# This is the CUPS configuration file. If you are familiar with #
-# Apache or any of the other popular web servers, we've followed the #
-# same format. Any configuration variable used here has the same #
-# semantics as the corresponding variable in Apache. If we need #
-# different functionality then a different name is used to avoid #
-# confusion... #
-# #
-########################################################################
-
-
-AccessLog syslog
-ErrorLog syslog
-LogLevel info
-PageLog syslog
-PreserveJobHistory No
-PreserveJobFiles No
-AutoPurgeJobs Yes
-MaxJobs 25
-MaxPrinterHistory 10
-#Printcap /etc/printcap
-#PrintcapFormat BSD
-RequestRoot /tmp/cups
-#RemoteRoot remroot
-User root
-Group root
-RIPCache 512k
-TempDir /tmp/cups
-Port 631
-HostNameLookups Off
-KeepAlive On
-Browsing On
-BrowseProtocols cups
-
-<Location />
-AuthType Basic
-AuthClass System
-Order Allow,Deny
-Allow From All
-</Location>
-
-<Location /admin>
-AuthType Basic
-AuthClass System
-
-Order Allow,Deny
-Allow From All
-</Location>
-
diff --git a/openwrt/package/cups/files/etc/cups/printers.conf b/openwrt/package/cups/files/etc/cups/printers.conf
deleted file mode 100644
index 88bba1b..0000000
--- a/openwrt/package/cups/files/etc/cups/printers.conf
+++ /dev/null
@@ -1,23 +0,0 @@
-<DefaultPrinter USB>
-Info USB Printer
-Location
-DeviceURI usb:/dev/usb/lp0
-State Idle
-Accepting Yes
-JobSheets none none
-QuotaPeriod 0
-PageLimit 0
-KLimit 0
-</Printer>
-
-<Printer LP>
-Info Parallel Port Printer
-Location
-DeviceURI parallel:/dev/printers/0
-State Idle
-Accepting Yes
-JobSheets none none
-QuotaPeriod 0
-PageLimit 0
-KLimit 0
-</Printer>