From owner-freebsd-questions@FreeBSD.ORG Wed Feb 7 22:45:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4D9F16A4D5 for ; Wed, 7 Feb 2007 22:45:25 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 9296713C48D for ; Wed, 7 Feb 2007 22:45:25 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn08.u.washington.edu (hymn08.u.washington.edu [140.142.13.238]) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l17MjPWd026215 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 7 Feb 2007 14:45:25 -0800 Received: from localhost (localhost [127.0.0.1]) by hymn08.u.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l17MjO7e023261 for ; Wed, 7 Feb 2007 14:45:24 -0800 X-Auth-Received: from [192.55.52.4] by hymn08.u.washington.edu via HTTP; Wed, 07 Feb 2007 14:45:24 PST Date: Wed, 7 Feb 2007 14:45:24 -0800 (PST) From: youshi10@u.washington.edu To: freebsd-questions@freebsd.org In-Reply-To: <57d710000702070944w76214222u74ecee49cc21d36f@mail.gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.2.7.142934 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='LEO_OBFU_SUBJ_RE 0.1, NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: portmanager behaviour X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2007 22:45:26 -0000 On Wed, 7 Feb 2007, pete wright wrote: > hi all, i was wondering if anyone else ran into a problem recently > when portmanager was moved to /usr/ports/ports-mgt/portmanger. i have > a nightly cron which runs a "portmanager -s" to give me a status > report in the morning on outdated ports. i believe when the move > occurred that portmanager removed itself from the system. anyone else > see this? > > -pete > > -- > ~~o0OO0o~~ > Pete Wright > www.nycbug.org > NYC's *BSD User Group Check your cron logs or email from the cron daemon to see whether or not this is the case--shouldn't be. Instead ports related items should just be failing right now because it's looking for the ports dependencies in the old directories (sys-tools/*). -Garrett