#!/bin/sh
#RC:RUNINRC
#RC:AFTER daemons
#RC:BEFORE architecture

if [ "X${lpd_enable}" = X"YES" ]; then
	echo -n ' printer';		lpd ${lpd_flags}
fi
