summaryrefslogtreecommitdiff
path: root/etc/rc.d/lpd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/lpd')
-rwxr-xr-xetc/rc.d/lpd19
1 files changed, 0 insertions, 19 deletions
diff --git a/etc/rc.d/lpd b/etc/rc.d/lpd
deleted file mode 100755
index 99ed994f9af1..000000000000
--- a/etc/rc.d/lpd
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: lpd,v 1.4 2000/09/19 13:04:38 lukem Exp $
-#
-
-# PROVIDE: lpd
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-
-. /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"