[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Bind running as named
- Subject: [cobalt-users] Bind running as named
- From: Jeff Bilicki <jeff@xxxxxxxxxxx>
- Date: Sat Feb 24 13:10:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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-