Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2010 04:24:18 +0400
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        Fbsd1 <fbsd1@a1poweruser.com>
Cc:        "questions@freebsd.org" <questions@freebsd.org>
Subject:   Re: port pkg-plist
Message-ID:  <20100510002418.GB1747@darklight.org.ru>
In-Reply-To: <4BE75117.2000308@a1poweruser.com>
References:  <4BE74941.4040705@a1poweruser.com> <20100509235448.GA1747@darklight.org.ru> <4BE75117.2000308@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 10, 2010 at 08:19:35AM +0800, Fbsd1 wrote:
> Yuri Pankov wrote:
> >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
> >
> >
> Thanks that worked. Have another question.
> During the install of the port it adds a enable="YES" statement to
> /etc/rc.conf. It there some pre-canned way to auto remove that
> statement when the port is deleted with pkg_delete command?

You shouldn't directly modify rc.conf to enable some service, put
instructions on how to enable it in pkg-message instead.

Having said that, check @unexec command, which is run on package
deinstallation.

Yuri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100510002418.GB1747>