Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2010 09:14:22 +0200
From:      dieter@schoen.or.at
To:        doc@FreeBSD.org
Subject:   A little correction for 10.1 of the FreeBSD faq
Message-ID:  <20100930091422.kozt65xtwkwkkks4@webmail.edis.at>

next in thread | raw e-mail | index | archive | help
hi,

First, I am a very beginner at FreeBSD.
I found a little incorrectness in the FAQ.

10.1 contains an example how to enable a service:

    # echo named_enable="YES" >> /etc/rc.conf

In this form the quotes will be eaten by the shell and will not make
it into the rc.conf file.
Something like

    # echo 'named_enable="YES"' >> /etc/rc.conf

would work.

Nevertheless, it also works without the quotes. But as quotes are used
in all the other entries, it would also be good practise to add them
in this example.

I do not know whether this is the right address to tell, but I am
fascinated by BSD. I have long suffered with the horror of Windows
and the chaos of Linux, but learning to know FreeBSD feels like coming
home.

kind regards,
Dieter




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100930091422.kozt65xtwkwkkks4>