Date: Mon, 11 Jun 2012 04:27:35 +0700 From: Adam Strohl <adams-freebsd@ateamsystems.com> To: freebsd-ports@freebsd.org Subject: Re: Retro-actively adjust port's deinstall operations? Message-ID: <4FD51147.3040004@ateamsystems.com> In-Reply-To: <CADLo83_mS-dncCPLKr8D_vc1gKUW87Ue0kpHJNFkW0Eb2hYFJw@mail.gmail.com> References: <4FD50115.1070904@ateamsystems.com> <CADLo83_mS-dncCPLKr8D_vc1gKUW87Ue0kpHJNFkW0Eb2hYFJw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/11/2012 3:38, Chris Rees wrote: > Actually if the older version doesn't install a .sample file (as it > doesn't), you could put a big warning in for it: > > .include<bsd.port.pre.mk> > > .if exists(${PREFIX}/whateverconfigfile)&& > !exists(${PREFIX}/whateverconfigfile.sample) > IGNORE= Please see UPDATING note {date} > .endif Where/when would this trigger? > > Stick a note in UPDATING (perhaps like 20110815), and send a HEADSUP to ports@: > > BEFORE you deinstall couchdb, make sure you take a backup of > default.ini, because the port will clobber it. I'm assuming this was a typo but just in case: Its the local.ini file that is the issue (and contains the overrides against default.ini as well as the admin account usernames and password hashes). > > I've grabbed your PR and will investigate tomorrow. Cool, thanks! -- Adam Strohl http://www.ateamsystems.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD51147.3040004>