svn commit: r247147 - projects/portbuild/tools
Erwin Lansing
erwin at FreeBSD.org
Fri Feb 22 08:43:57 UTC 2013
Author: erwin
Date: Fri Feb 22 08:43:56 2013
New Revision: 247147
URL: http://svnweb.freebsd.org/changeset/base/247147
Log:
Fix name of qmanager rc script in comment.
Modified:
projects/portbuild/tools/addarch
Modified: projects/portbuild/tools/addarch
==============================================================================
--- projects/portbuild/tools/addarch Fri Feb 22 08:42:53 2013 (r247146)
+++ projects/portbuild/tools/addarch Fri Feb 22 08:43:56 2013 (r247147)
@@ -131,7 +131,7 @@ if [ ! -x ${pbc}/qmanager/${QMANAGER} ];
else
running=`ps ax | grep -v grep | grep ${QMANAGER}`
if [ -z "${running}" ]; then
- echo "${QMANAGER} is not running. run /usr/local/etc/rc.d/qmanager.sh and re-run this script."
+ echo "${QMANAGER} is not running. run '/usr/local/etc/rc.d/qmanager start' and re-run this script."
exit 1
else
echo "adding default entry to qmanager ..."
More information about the svn-src-projects
mailing list