summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/lpd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/lpd')
-rwxr-xr-xetc/rc.d/lpd18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/rc.d/lpd b/etc/rc.d/lpd
new file mode 100755
index 0000000..83a543a
--- /dev/null
+++ b/etc/rc.d/lpd
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $NetBSD: lpd,v 1.3 2000/05/13 08:45:07 lukem Exp $
+#
+
+# PROVIDE: lpd
+# REQUIRE: DAEMON
+
+. /etc/rc.subr
+
+name="lpd"
+rcvar=$name
+command="/usr/sbin/${name}"
+pidfile="/var/run/${name}.pid"
+required_files="/etc/printcap"
+
+load_rc_config $name
+run_rc_command "$1"
OpenPOWER on IntegriCloud