summaryrefslogtreecommitdiffstats
path: root/printer/opencups/init.d/cups
diff options
context:
space:
mode:
Diffstat (limited to 'printer/opencups/init.d/cups')
-rwxr-xr-xprinter/opencups/init.d/cups13
1 files changed, 0 insertions, 13 deletions
diff --git a/printer/opencups/init.d/cups b/printer/opencups/init.d/cups
deleted file mode 100755
index c35f34ee04..0000000000
--- a/printer/opencups/init.d/cups
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-PROGRAM=/usr/sbin/cupsd
-RUNLEVEL=3
-if [ -x /usr/sbin/ptal-init ]; then
- NEEDS="hpoj +network +remote_fs"
-elif [ -x /usr/sbin/hpiod ]; then
- NEEDS="hplip +network +remote_fs"
-else
- NEEDS="+network +remote_fs"
-fi
-
-. /etc/init.d/smgl_init