From owner-freebsd-questions@FreeBSD.ORG Mon May 10 00:20:33 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AF29106567B for ; Mon, 10 May 2010 00:20:33 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id E66E58FC0C for ; Mon, 10 May 2010 00:20:32 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so992733fgb.13 for ; Sun, 09 May 2010 17:20:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=f6F5Zn1yG3aX8rzbisLopu/nQDmz9LNC0vDyDf7KQiI=; b=FMnc3THGKRfhWBbg28acxc7r4xuwVnQXvF84w9Rqrb5fTbXBcA4eDCy6lPcodLDZcB V2KfRUslhP1FAfR7o517TH45RlgDR+LxfIBk03yyPMSmHud8v2yF4Lnd3U+APX0XF9Uc wHDUoEqoUuC0Vgc91giMYf+Nqzhe1HwfeDl7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=BFkkChjWjvDoxgzH4J+za4aMNAJPgodr9t2N+N5ShpzubcM4ZqTWGYSSH7GhZ3Cuua NM/dRrTB2T3fFlSwWJPSFNeWU9f3vhWOFNwupcqGLx+zXv0gRv+VkTfYwVq7ii+l7Scm mBkKKxfaYxhoge1/6DjLNxPGthWx6Jy0rbgEg= Received: by 10.87.19.37 with SMTP id w37mr8506607fgi.25.1273449292276; Sun, 09 May 2010 16:54:52 -0700 (PDT) Received: from darklight.org.ru ([213.132.76.142]) by mx.google.com with ESMTPS id z15sm8544405fkz.51.2010.05.09.16.54.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 09 May 2010 16:54:51 -0700 (PDT) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.4/8.14.4) with ESMTP id o49NsnNa099542; Mon, 10 May 2010 03:54:49 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.4/8.14.4/Submit) id o49NsnWQ099540; Mon, 10 May 2010 03:54:49 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Mon, 10 May 2010 03:54:48 +0400 From: Yuri Pankov To: Fbsd1 Message-ID: <20100509235448.GA1747@darklight.org.ru> References: <4BE74941.4040705@a1poweruser.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BE74941.4040705@a1poweruser.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "questions@freebsd.org" Subject: Re: port pkg-plist 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: Mon, 10 May 2010 00:20:33 -0000 On Mon, May 10, 2010 at 07:46:09AM +0800, Fbsd1 wrote: > In a port I am creating I have some files that are not in the > /usr/local directory tree. There in /var/log & /var/db. What is the > correct format of the statement in ports pkg-plist file to have > these files deleted when the port is deleted with pkg_delete > command. .... @cwd /var db/dbfile log/logfile HTH, Yuri