[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Do NOT uninstall your xforms port
- To: OpenBSD Ports <ports@openbsd.org>
- Subject: Do NOT uninstall your xforms port
- From: Marco S Hyman <marc@snafu.org>
- Date: Mon, 16 Aug 1999 11:47:50 -0700
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