No, there's not. This is the entire rc.conf file:

hostname="www.mydomain.com"
sshd_enable="NO"
vsapd_enable="YES"
enable_quotas="YES"
clamav_clamd_enable="YES"
spamd_enable="YES"
spamd_pidfile="/var/run/spamd.pid"
spamd_flags="-c -d -r ${spamd_pidfile} --socketpath=/var/run/spamd.sock"
mysql_enable="YES"
mysql_args="--old-passwords --skip-character-set-client-handshake"

Anything else I might check?

Thanks,
Mike


On 5/17/07, John Nielsen <[EMAIL PROTECTED]> wrote:

On Thursday 17 May 2007 01:27:52 pm Mike Barborak wrote:
> Hello,
>
> I have a FreeBSD 4.7-RELEASE-p28 server that was initially configured
with
> the hostname mydomain.com. I am trying to permanently change that to be
> www.mydomain.com. I have added this line to my /etc/rc.conf file:
>
> hostname="www.mydomain.com"
>
> but after restarting the server it continues to return mydomain.com when
i
> run the command hostname. Can anyone tell me what I am doing wrong?

Is there a second hostname entry further down in rc.conf with the original
value?

JN

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to