Re: Problems with packaging /etc and etcupdate(8)

2017-11-13 Thread Brad Davis
st base system conf files). Each pkgbase > package > would contain its associated /etc files as configuration files in this scheme. To that end Will and I have been working on a patch to move all files in head/etc/ to the places they belong. I am probably ~75% of the way through them so f

Re: Recent issue with pkg base missing setuid

2017-12-04 Thread Brad Davis
utdown the box. I rolled back pkg to 1.10.1 which was working, > and that didn't seem to make a difference. Now I suspect something in > HEAD itself changed, but for the life of me can't find where. Hey Kris, Can you look at the plist file and see if it is correctly flagging the

Re: error during make packages

2018-01-01 Thread Brad Davis
On Sun, Dec 31, 2017, at 3:20 PM, krad wrote: > I'm getting the following when running 'make packages' after a successful > buildworld and buildkernel. Ive just synced to 11-stable Hi, Sorry, but the target for pkgbase has moved to 12 so you will need to sync to head.

Re: error during make packages

2018-01-03 Thread Brad Davis
On Wed, Jan 3, 2018, at 1:20 AM, krad wrote: > ah so no longer supported on 11? 8( The goal was to support it as a beta feature sometime during 11.x, but it has slipped to 12. So all current development work is happening there. Regards, Brad Da

pkgbase: Move of head/etc/ files

2018-08-01 Thread Brad Davis
oving them away from head/etc/ keeps them isolated. This work was driven by needing to tag these files as config files in the METALOG so that pkg knows what is a config file so that pkg can 3-way merge them. More info on pkgbase: https://wiki.freebsd.org/PkgBase Regards, Brad

Re: pkgbase: Move of head/etc/ files

2018-08-01 Thread Brad Davis
On Wed, Aug 1, 2018, at 6:11 PM, Simon J. Gerraty wrote: > Brad Davis wrote: > > > I am trying to move all config files out of head/etc/ and place them > > with the source files for the particular use. For example, some of > > these are obvious moves like mov

Re: pkgbase: Move of head/etc/ files

2018-08-04 Thread Brad Davis
On Fri, Aug 3, 2018, at 4:43 AM, Guido Falsi wrote: > On 8/2/18 1:54 AM, Brad Davis wrote: > > Hello, > > > > I want to give some information on what is happening to files in head/etc/ > > and open a discussion. > > > > Today while updating a pkgbas

Re: pkgbase: Move of head/etc/ files

2018-08-04 Thread Brad Davis
On Sat, Aug 4, 2018, at 3:43 AM, Chris H wrote: > On Wed, 01 Aug 2018 17:54:10 -0600 "Brad Davis" said > > > Hello, > > > > I want to give some information on what is happening to files in head/etc/ > > and open a discussion. > > > > I am

Re: pkgbase: Move of head/etc/ files

2018-08-20 Thread Brad Davis
On Sat, Aug 18, 2018, at 11:34 AM, Guido Falsi wrote: > On 8/4/18 7:21 PM, Guido Falsi wrote: > > On 8/4/18 6:50 PM, Brad Davis wrote: > >> On Fri, Aug 3, 2018, at 4:43 AM, Guido Falsi wrote: > >>> On 8/2/18 1:54 AM, Brad Davis wrote: > >>>> Hello,

Re: amd64-ALPHA3 - cannot make packages anymore

2018-09-02 Thread Brad Davis
bs, ignoring > pkg: duplicate directory listing: /usr/share/snmp/mibs, ignoring > pkg: duplicate directory listing: /usr/share/snmp/mibs, ignoring > pkg: duplicate directory listing: /usr/share/snmp/mibs, ignoring > pkg: duplicate directory listing: /var/crash, ignoring >

Re: amd64-ALPHA3 - cannot make packages anymore

2018-09-08 Thread Brad Davis
On Fri, Sep 7, 2018, at 11:17 PM, Ben Woods wrote: > On 3 September 2018 at 00:04, Brad Davis wrote: >> On Sun, Sep 2, 2018, at 4:46 AM, henry.v...@gmail.com wrote: >> > Hello, >> > >> > after successful building world and kernel(s) 'make pac

Re: amd64-ALPHA3 - cannot make packages anymore

2018-09-08 Thread Brad Davis
On Sat, Sep 8, 2018, at 12:56 PM, Brad Davis wrote: > On Fri, Sep 7, 2018, at 11:17 PM, Ben Woods wrote: > > On 3 September 2018 at 00:04, Brad Davis wrote: > >> On Sun, Sep 2, 2018, at 4:46 AM, henry.v...@gmail.com wrote: > >> > Hello, > >> > > >

Re: Proposal for making the kernel packages preserve old copies

2018-09-11 Thread Brad Davis
ppreciate it. If you want to take a look at making pkg understand that multiple versions of the same pkg can be installed, that would be great! Regards, Brad Davis ___ freebsd-pkgbase@freebsd.org mailing list https://lists.freebsd.org/mailman/li

Re: Existing passwd and group files overwritten by pkgbase upgrade

2019-05-15 Thread Brad Davis
t;tags=package=runtime"\ > > > + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 -T > > > "tags=package=runtime,config"\ ${BIN1} ${DESTDIR}/etc; \ > > > - ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 -T > > > "tags=package=runtime"\ > >

Re: Existing passwd and group files overwritten by pkgbase upgrade

2019-05-15 Thread Brad Davis
On Wed, May 15, 2019, at 1:39 PM, Brad Davis wrote: > On Mon, May 13, 2019, at 8:39 AM, Emmanuel Vadot wrote: > > On Sun, 12 May 2019 20:24:04 -0700 > > Ashley Chase wrote: > > > > > On Sat, May 11, 2019 at 03:44:10PM +0200, Emmanuel Vadot wrote: > > &g