Remove a atrun check that is nullified by r318443.

Approved by:	will
This commit is contained in:
Brad Davis 2017-10-21 21:58:24 +00:00
parent 738eacb46b
commit bd6bc862e3

View File

@ -212,9 +212,6 @@ distribution:
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
snmpd.config ${DESTDIR}/etc;
.endif
.if ${MK_AT} == "no"
sed -i "" -e 's;.*/usr/libexec/atrun;#&;' ${DESTDIR}/etc/crontab
.endif
.if ${MK_TCSH} == "no"
sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd
.endif