Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Dec 2011 22:23:45 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        freebsd-rc@freebsd.org
Subject:   Re: rc-script review request
Message-ID:  <4ED7C631.3070608@yandex.ru>
In-Reply-To: <4ED7C17B.2060709@yandex.ru>
References:  <4ED66DCB.1040102@yandex.ru> <CADLo83-RR945MKbdvpdghHsHpO1_MA4OA21WkA_3xCTjOOhDsQ@mail.gmail.com> <4ED67B8F.50109@yandex.ru> <4ED6BE87.4060408@FreeBSD.org> <4ED7C17B.2060709@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Mahmatkhanov wrote on 01.12.2011 22:03:
> I merged all the changes from you except this part:
> 
>  cmd="$1"
> -[ $# -gt 0 ] && shift
> -[ -n  "$*" ] && zope213_instances="$*"
> +shift
> +zope213_instances="$@"

> Dunno why, but it didn't working - service just doesn't starting. To be
> honest, i'm half-understand your changes because i mooched
> shell-scripting lessons in the school.

Please ignore this one. Looks like i mistyped something when editing it
in first time.

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.



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