aboutsummaryrefslogtreecommitdiff
path: root/print/hplip3/files/hpssd.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'print/hplip3/files/hpssd.sh.in')
-rw-r--r--print/hplip3/files/hpssd.sh.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/print/hplip3/files/hpssd.sh.in b/print/hplip3/files/hpssd.sh.in
deleted file mode 100644
index 90d0d0b0f123..000000000000
--- a/print/hplip3/files/hpssd.sh.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: hpssd
-# BEFORE: cupsd
-# KEYWORD: shutdown
-
-. %%RC_SUBR%%
-
-name=hpssd
-rcvar=${name}_enable
-
-command="%%PREFIX%%/sbin/${name}"
-command_interpreter="%%PREFIX%%/bin/python"
-pidfile="/var/run/${name}.pid"
-hpssd_user=nobody
-command_args=">/dev/null"
-
-start_precmd="hpssd_prestart"
-
-load_rc_config $name
-
-: ${hpssd_enable="NO"}
-
-hpssd_prestart()
-{
- touch ${pidfile}
- chown ${hpssd_user} ${pidfile}
-}
-
-run_rc_command $*