Re: svn commit: r324835 - head/etc

2017-10-21 Thread Ngie Cooper (yaneurabeya)

> On Oct 21, 2017, at 14:58, Brad Davis  wrote:
> 
> 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

Thanks :).
-Ngie


signature.asc
Description: Message signed with OpenPGP using GPGMail


svn commit: r324835 - head/etc

2017-10-21 Thread Brad Davis
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
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"