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

Do NOT uninstall your xforms port



If you have the xforms port installed and you use pkg_delete to
un-install it you MUST then issue this command as root:

	ldconfig /usr/local/bin /usr/X11R6/bin

The xforms packing list has the command

	@unexec if [ -x /sbin/ldconfig ]; then /sbin/ldconfig; fi

which is not only incorrect, but completely unnecessary.  A patch
has been commited to fix this, but that doesn't help if the bogus
packing list has already been registered on your machine.

// marc