summaryrefslogtreecommitdiffstats
path: root/printer/opencups/init.d/cups
blob: c35f34ee0413c258bf103c16e0fb30cfc4617289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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