Date: Thu, 15 Jan 2004 23:23:54 +0900 From: Makoto Matsushita <matusita@jp.FreeBSD.org> To: ru@FreeBSD.org Cc: nyan@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20040115232354X.matusita@jp.FreeBSD.org> In-Reply-To: <20040115133925.GA82211@FreeBSD.org.ua> References: <20040115083715.GA79312@FreeBSD.org.ua> <20040115195935S.matusita@jp.FreeBSD.org> <20040115133925.GA82211@FreeBSD.org.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
> + echo "if [ -f /etc/rc.d/ldconfig ]; then" >> ${_MK} > ru> -x would be better. Right. > + echo " ldconfig /lib /usr/lib /usr/local/lib" >> ${_MK} > ru> Add ``|| true''. The /lib may not exist, and while it's only ru> a warning in the current version of ldconfig(8), you cannot ru> be sure that the exit status will always be 0. Fully agreed with you. ru> Otherwise looks OK. Thank you. Nyan-san, I would like to hear your comments. Is it ok for you? -- - Makoto `MAR' Matsushita
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040115232354X.matusita>