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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-rc To unsubscribe, send any mail to "[email protected]"
