summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/lpd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/lpd')
-rwxr-xr-xetc/rc.d/lpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/lpd b/etc/rc.d/lpd
index dc2c3f3..ff64262 100755
--- a/etc/rc.d/lpd
+++ b/etc/rc.d/lpd
@@ -14,9 +14,9 @@ name="lpd"
rcvar=`set_rcvar`
command="/usr/sbin/${name}"
required_files="/etc/printcap"
-start_precmd="_chkprintcap"
+start_precmd="chkprintcap"
-_chkprintcap()
+chkprintcap()
{
if checkyesno chkprintcap_enable ; then
/usr/sbin/chkprintcap ${chkprintcap_flags}
OpenPOWER on IntegriCloud