svn commit: r244177 - projects/portbuild/tools

Mark Linimon linimon at FreeBSD.org
Thu Dec 13 06:40:24 UTC 2012


Author: linimon (doc,ports committer)
Date: Thu Dec 13 06:40:23 2012
New Revision: 244177
URL: http://svnweb.freebsd.org/changeset/base/244177

Log:
  Be less picky about how qmanager is started.  This is useful for debug
  instances of qmanager.

Modified:
  projects/portbuild/tools/addarch

Modified: projects/portbuild/tools/addarch
==============================================================================
--- projects/portbuild/tools/addarch	Thu Dec 13 06:27:58 2012	(r244176)
+++ projects/portbuild/tools/addarch	Thu Dec 13 06:40:23 2012	(r244177)
@@ -126,7 +126,7 @@ EOF
   chmod 664 ${conf} || exit 1
 fi
 
-qm=${pbc}/qmanager/qmanager.py
+qm=qmanager.py
 if [ ! -x $qm ]; then
   echo "you need to install qmanager under ${pbc}/qmanager/ and re-run this script."
   exit 1


More information about the svn-src-projects mailing list