On Wed, 22 Dec 2010 09:49:46 -0500
Chris Brennan <[email protected]> articulated:

> On Wed, Dec 22, 2010 at 8:07 AM, Bruce Cran <[email protected]> wrote:
> 
> > On Wed, 22 Dec 2010 11:01:10 -0000
> > "Dave" <[email protected]> wrote:
> >
> > > Sysinstall alows you to select and enable one, but not remove it!
> > >
> > > Bit of an oversight that I suspect....
> >
> > Fixed in r216651 :)
> 
> IIRC ';' isn't a valid bash comment ... (which has been previously
> discussed elsewhere). It's usually safer to use '#' for  comment
> in /etc/rc.conf and other system config files as they typically use
> BASH style structs.

If you want to insert a really long comment block:

: << IMPORTANT

 mumble bla bla bla ...

IMPORTANT

You can pretty much put anything you want between the:
: << IMPORTANT
        and
IMPORTANT

tags. You don't have to use "IMPORTANT" either. It works with
Bash; however, I am unsure of how it works with other shells. Unless
you have a really long comment block, I think the "#" syntax is easier
to use. Plus, I don't know if it would even work in an "rc" file.

-- 
Jerry ✌
[email protected]

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__________________________________________________________________
When taxes are due, Americans tend to feel quite bled-white and blue.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to