svn commit: r298537 - head/etc/rc.d

Benjamin Kaduk bjkfbsd at gmail.com
Sun Jun 26 18:52:19 UTC 2016


On Sun, Apr 24, 2016 at 12:01 PM, Jan Beich <jbeich at vfemail.net> wrote:

> Jens Schweikhardt <schweikh at FreeBSD.org> writes:
>
> >              - parenthesize the "case" string for symmetry and improved
> >                search for matching paren (e.g. with vi's %)
> [...]
> >               case "${state}" in
> > -             [oO][nN])
> > +             ([oO][nN])
> >                       swapon /dev/zvol/${name}
> >                       ;;
>
> For style consistency is more important. Why this case is special unlike
> the rest of rc.d/* or rc.subr ?
>


Coming in quite late, I agree.  I think this part should be reverted.

-Ben


More information about the svn-src-all mailing list