[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Bind running as named



I noticed that user and group named was added to the system with the
lastest bind version.  I also noticed that /etc/rc.d/init.d/named had not
changed, to support this change.   So I changed line 37 from:
daemon named
to:
daemon named -u named -g named
   
Then restarted named, and the process does look correct:
named    32234  0.0  0.6  2580 1696 ?        S    13:01   0:00 named -u
named -g named

However, I did load the new bind using rpm instead of the pkg.   
So if you are updating by hand this is pretty important changed to make. 

Does the package make this change also?

Jeff-