svn commit: r324835 - head/etc

Brad Davis brd at FreeBSD.org
Sat Oct 21 21:58:26 UTC 2017


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


More information about the svn-src-all mailing list