svn commit: r205335 - head/etc
Ed Schouten
ed at FreeBSD.org
Fri Mar 19 15:53:02 UTC 2010
Author: ed
Date: Fri Mar 19 15:53:02 2010
New Revision: 205335
URL: http://svn.freebsd.org/changeset/base/205335
Log:
Slightly improve my previous commit.
Just comment out the atrun line instead of completely removing it. It is
not a bad idea to leave it as a reference in case someone decides to
install atrun by hand afterwards.
Modified:
head/etc/Makefile
Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile Fri Mar 19 14:48:32 2010 (r205334)
+++ head/etc/Makefile Fri Mar 19 15:53:02 2010 (r205335)
@@ -162,7 +162,7 @@ distribution:
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
master.passwd nsmb.conf opieaccess ${DESTDIR}/etc;
.if ${MK_AT} == "no"
- sed -i "" -e '/atrun/d' ${DESTDIR}/etc/crontab
+ 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
More information about the svn-src-all
mailing list