svn commit: r245284 - projects/portbuild/crontabs

Mark Linimon linimon at FreeBSD.org
Fri Jan 11 05:51:56 UTC 2013


Author: linimon (doc,ports committer)
Date: Fri Jan 11 05:51:55 2013
New Revision: 245284
URL: http://svnweb.freebsd.org/changeset/base/245284

Log:
  Restore the PATH line that somehow got dropped.

Modified:
  projects/portbuild/crontabs/portbuild

Modified: projects/portbuild/crontabs/portbuild
==============================================================================
--- projects/portbuild/crontabs/portbuild	Fri Jan 11 05:39:17 2013	(r245283)
+++ projects/portbuild/crontabs/portbuild	Fri Jan 11 05:51:55 2013	(r245284)
@@ -1,6 +1,9 @@
 #
 # portbuild crontab
 #
+PATH=/root/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/a/portbuild/scripts
+TERM=xterm
+
 PORTBUILD="/a/portbuild"
 ERRORLOGS="${PORTBUILD}/errorlogs/"
 LOCKFILES="${PORTBUILD}/lockfiles/"


More information about the svn-src-projects mailing list