<pre>I also note that the file ownership is changed....<br><br>i.e. Within /var/named/chroot/var/named<br>doing ls -l gives<br><br>8 -rw-r--r--  1 root root  1323 Aug 26 10:00 localtime<br>4 -rw-r--r--  1 root root  1323 Dec 19 21:30 
named.conf<br>8 -rw-r--r--  1 root named 1623 Aug 26 10:22 named.conf.rpmsave<br>4 drwxr-xr-x  2 root root  4096 Aug 26 10:22 PREV/<br>8 -rw-r--r--  1 root named  132 Aug 26 08:48 rndc.key<br><br>So the new named.conf is owned differently from the .rpmsave version.
<br><br>I presume this is intentional.<br><br>By the way the links in your previous files linked from /etc mean that you only need edit the chrooted version.<br><br>Mike<br><br>At 4:35 PM +1030 12/20/05, Tim wrote:<br> ...
<br>>When this, and system-config-bind updated, I found this problem:<br>><br>>ll /etc/named.conf*<br>>lrwxrwxrwx  1 root root   32 Dec 20 16:15 /etc/named.conf -><br>>/var/named/chroot/etc/named.conf<br>
>lrwxrwxrwx  1 root root   32 Oct 27 12:36 /etc/named.conf.rpmsave -><br>>/var/named/chroot/etc/named.conf<br>><br>>Shouldn't the last one link to "named.conf.rpmsave"?  For a moment I<br>>thought I'd lost my customised version of 
named.conf.  Luckily it was<br>>still there, just not where I expected to find it.<br><br>Well, the .rpmsave files are just made by mv'ing the old file out of the<br>way so it doesn't get clobbered.  If a "file" is really a soft link, it
<br>will still point to the same path it used to point to, as it hasn't been<br>changed.  What you have with the .rpmsave files is a way to compare old and<br>new, and a way to back out of difficulty if you need to, not some parallel
<br>working installation.<br><br>In your case, /etc/named.conf.rpmsave isn't interesting, but a comparison<br>of /var/named/chroot/etc/named.conf with<br>/var/named/chroot/etc/named.conf.rpmsave would let you merge back any
<br>custom configuration with any changes that might have been made in a new<br>named.conf (probably none, given that the .rpmsave files are made whenever<br>any difference is noted, with no effort to "understand" its signifigance).
</pre><br clear="all"><br>-- <br><br>mike cohler<br>