[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2.3.1-14



On Wed, Feb 26, 2003 at 12:05:17AM +0900, GOTO Masanori wrote:
> It only addes conflicts: libnss-db (<= 2.2-6.1.1), and file-rc (<<
> 0.7.0).  

Ugh. Surely the postinst should be changed to do something like:

	if [ -d /usr/lib/file-rc/. -o -d /usr/share/file-rc/. ]
	then
		update-rc.d "$@" >/dev/null
		return $?
	fi

	# sysvinit-style hack follows

or, more sanely, something like:

	if [ -x /usr/sbin/update-rc.d ]
	then
		update-rc.d "$@" >/dev/null
		return $?
	fi

	# sysvinit-style hack follows

This can be left 'til -15 I suppose.

> I heard Carlos is working for compat-hppa, Guido for other archs
> libgcc compat things, but I think it can be added for -15, or glibc
> 2.3.2.  Unless someone objects, I dupload it soon.

Probably better to wait for a bit and use -15 to just fix more bugs,
rather than moving straight on to 2.3.2.

Cheers,
aj

-- 
Anthony Towns <aj@humbug.org.au> <http://azure.humbug.org.au/~aj/>
I don't speak for anyone save myself. GPG signed mail preferred.

  ``Dear Anthony Towns: [...] Congratulations -- 
        you are now certified as a Red Hat Certified Engineer!''

Attachment: pgp1LDLClubok.pgp
Description: PGP signature


Reply to: