From owner-freebsd-questions@FreeBSD.ORG Sat May 22 16:59:47 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CD26106566B for ; Sat, 22 May 2010 16:59:47 +0000 (UTC) (envelope-from basarevych@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 14E238FC15 for ; Sat, 22 May 2010 16:59:46 +0000 (UTC) Received: by wye20 with SMTP id 20so1812667wye.13 for ; Sat, 22 May 2010 09:59:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=Y4ZOFOQoB1pdP1Q4NYiwYerAgotlxX1tPp+2jsPKRQc=; b=SgU/+svDMdiuqzR/oQIt4yAiSZpi53syr2JoSX+hRk9FNHVrEq28ryNgujJjqcrX5l 0+Gztc4mFUrIoou07UoftymsGCdQuYF7+23xmqWS61A2p0AqGbTKtodxBzvy2amfw/vW 9sVRH8QQXWxt7YWcSX5o0U9ZK7BhocPx4BTZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=PonWfT5h5xubyfOBJQgcREOI4JS6MXuvq06NSuDMOohvvxDSFax6VBh8168yrYKfc2 KXiZY24Wti52PxnLDAehOMrJOCQXSPN56dofGEIzOmRmAdmNddBtfCDaRq45bzmI6uxh yxzCfh9EdFI9X9kONQKGy7bieJO7Kii/55now= MIME-Version: 1.0 Received: by 10.216.87.132 with SMTP id y4mr1801993wee.174.1274547585969; Sat, 22 May 2010 09:59:45 -0700 (PDT) Received: by 10.216.232.225 with HTTP; Sat, 22 May 2010 09:59:45 -0700 (PDT) Date: Sat, 22 May 2010 19:59:45 +0300 Message-ID: From: Ross To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem upgrading hplip 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: Sat, 22 May 2010 16:59:47 -0000 Just upgraded print/hplip3 (now named print/hplip) to latest version. The port deleted contents of /usr/local/share/hplip but did not install anything there during upgrade. Tried "portupgrade -f hplip" but /usr/local/share/hplip is still empty. And if I get it right the directory is still used because there is /usr/local/sbin/hpssd which is a symlink to (nonexistent) /usr/local/share/hplip/hpssd.py. What can I do?