Re: [gentoo-user] Emerge config files update question

2016-06-16 Thread marco
Ok , /var/lib/portage/config keeps the hashes of the original modified files. Thanks Marco On Wed, 15 Jun 2016 17:14:01 +0100 Neil Bothwick wrote: > On Wed, 15 Jun 2016 18:07:21 +0200, ma...@nucleus.it wrote: > > > then i change parameters in /etc/dhcp/dhcpd.conf > > and /etc/conf.d/dhcpd >

Re: [gentoo-user] Emerge config files update question

2016-06-15 Thread Neil Bothwick
On Wed, 15 Jun 2016 18:07:21 +0200, ma...@nucleus.it wrote: > then i change parameters in /etc/dhcp/dhcpd.conf and /etc/conf.d/dhcpd > > then i upgrade the net-misc/dhcp (net-misc/dhcp ~amd64) > > emerge -v1 net-misc/dhcp > [ebuild U ~] net-misc/dhcp-4.3.4::gentoo [4.3.3_p1::gentoo] > > bu

[gentoo-user] Emerge config files update question

2016-06-15 Thread marco
Hi all, i need explanation about how emerge does updates of config files. example: emerge -v1 =net-misc/dhcp-4.3.3_p1 then i change parameters in /etc/dhcp/dhcpd.conf and /etc/conf.d/dhcpd then i upgrade the net-misc/dhcp (net-misc/dhcp ~amd64) emerge -v1 net-misc/dhcp [ebuild U ~] net-mis

Re: [gentoo-user] emerge --config

2014-08-21 Thread Bill Kenworthy
On 21/08/14 22:24, Kerin Millar wrote: > On 21/08/2014 12:07, Bill Kenworthy wrote: >> Hi, >> I am building some VM's using scripts and want to run "emerge >> --config >> mariadb" automaticly. However it asks for a new root password (entered >> twice) as part of the process - I was going to ma

Re: [gentoo-user] emerge --config

2014-08-21 Thread Kerin Millar
On 21/08/2014 12:07, Bill Kenworthy wrote: Hi, I am building some VM's using scripts and want to run "emerge --config mariadb" automaticly. However it asks for a new root password (entered twice) as part of the process - I was going to make an expect script to enter the password for me .

Re: [gentoo-user] emerge --config

2014-08-21 Thread Rich Freeman
On Thu, Aug 21, 2014 at 7:07 AM, Bill Kenworthy wrote: > Hi, > I am building some VM's using scripts and want to run "emerge --config > mariadb" automaticly. However it asks for a new root password (entered > twice) as part of the process - I was going to make an expect script to > enter

[gentoo-user] emerge --config

2014-08-21 Thread Bill Kenworthy
Hi, I am building some VM's using scripts and want to run "emerge --config mariadb" automaticly. However it asks for a new root password (entered twice) as part of the process - I was going to make an expect script to enter the password for me ... but I thought someone might know a better