Date: Sat, 21 Oct 2017 21:58:24 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324835 - head/etc Message-ID: <201710212158.v9LLwOsi079627@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd (doc,ports committer) Date: Sat Oct 21 21:58:24 2017 New Revision: 324835 URL: https://svnweb.freebsd.org/changeset/base/324835 Log: Remove a atrun check that is nullified by r318443. Approved by: will Modified: head/etc/Makefile Modified: head/etc/Makefile ============================================================================== --- head/etc/Makefile Sat Oct 21 19:38:36 2017 (r324834) +++ head/etc/Makefile Sat Oct 21 21:58:24 2017 (r324835) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710212158.v9LLwOsi079627>