Date: Mon, 11 Feb 2002 19:47:08 -0500 (EST) From: Mikhail Teterin <mi@aldan.algebra.com> To: dirk@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/mysql323-server Makefile distinfo pkg-plist.client Message-ID: <200202120047.g1C0lBX23241@aldan.algebra.com> In-Reply-To: <20020211183559.A22882@physik.TU-Berlin.DE>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11 Feb, Dirk Froemberg wrote: >> Is this to make sure, it starts up before anything else listed in >> ${PREFIX}/etc/rc.d? Claiming the "absolute zero spot" in such a way >> looks dangerous :-) Command numbering in Basic always started with 10 >> -- and you could always re-number, once you inserted number 5... > > Actually 000.mysql-client.sh doesn't really start up anything. My point stands -- claiming the "absolute zero" this way is, IMHO, a bad idea. Next package to do that will try to use 00. or 0000. prefix :) > It just does a "ldconfig -m /usr/local/lib/mysql". This is necessary > because some other packages may be using the mysqlclient libraries > without being linked with -R proberly. Well, this should, IMHO, be solved by respecting hier(7) and installing the libraries into /usr/local/lib, but that's another story altogether and should be beaten up elsewhere :) (mail/elm is another offender). > Since mysql-client.sh was installed as 00mysql-client.sh before this > change is purely cosmetically. Yes, if this is a problem -- it is an old one. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202120047.g1C0lBX23241>