From owner-freebsd-ports@FreeBSD.ORG Fri Sep 24 19:49:48 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17D7E1065670 for ; Fri, 24 Sep 2010 19:49:48 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [95.108.130.120]) by mx1.freebsd.org (Postfix) with ESMTP id BD1EA8FC13 for ; Fri, 24 Sep 2010 19:49:47 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward13.mail.yandex.net (Yandex) with ESMTP id 0B8E66AA0098; Fri, 24 Sep 2010 23:49:46 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1285357786; bh=BIhjiwjCxlrNGq2uS6kqmn1RAEYGJunZRwBGhyZZw2g=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=hThJtjSjgQ21w7cEVwpUzTt+yCPK3RK0xWB/n9ona49SlbhI4DU0jWSRp72XbZUct cLLxhy8+nEMzZguac5Em9byezy/VsjiskHDwHpTAaXBfRRqvtFVW42utVJL34Pwd// JtpA4PoeExYw5x/bhDLObap4UKIRJaC4Lve1KBFc= Received: from smeshariki2.local (unknown [77.66.145.223]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id C2DBB13E8081; Fri, 24 Sep 2010 23:49:45 +0400 (MSD) Message-ID: <4C9D005F.5060001@yandex.ru> Date: Fri, 24 Sep 2010 23:47:43 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.9) Gecko/20100919 Thunderbird/3.1.4 MIME-Version: 1.0 To: dan References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-TimeMark: 1285357785 X-Yandex-Spam: 1 X-Yandex-Front: smtp12.mail.yandex.net Cc: freebsd-ports@freebsd.org Subject: Re: cupsd.conf.N is missing here X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2010 19:49:48 -0000 24.09.2010 22:14, dan пишет: > Hi list! > > I was backing up cups-base using pkg_create (pkg_create -b). The > "process" stops and tar complaints that it can not find > etc/cups/cupsd.conf.N under /usr/local. > > Port is cups-base-1.4.4 . Should that file be here ? Yes it should. smeshariki2# ls -la | grep cupsd -rw-r----- 1 root cups 4037 31 июл 01:56 cupsd.conf -r--r--r-- 1 root wheel 4037 31 июл 01:56 cupsd.conf.N -rw-r----- 1 root cups 4037 31 июл 01:56 cupsd.conf.default also check port's pkg-plist. -- Regards, Ruslan