aboutsummaryrefslogtreecommitdiffstats
path: root/misc/40upgrade/pkg-req
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-07-12 06:56:03 +0800
committerasami <asami@FreeBSD.org>2000-07-12 06:56:03 +0800
commitbc54f728a380f1fc20b81c4705cf6f875d98d65a (patch)
tree352ef7c940e9f0ec4670c68c76e7b18f79b16789 /misc/40upgrade/pkg-req
parentd00ee8f660b9aba5d8668ed74b476ffb2cd68bed (diff)
downloadfreebsd-ports-graphics-bc54f728a380f1fc20b81c4705cf6f875d98d65a.tar.gz
freebsd-ports-graphics-bc54f728a380f1fc20b81c4705cf6f875d98d65a.tar.zst
freebsd-ports-graphics-bc54f728a380f1fc20b81c4705cf6f875d98d65a.zip
Add new port 40upgrade -- 4.0R to 4-stable upgrade kit. Currently only
contains new libc.so.4 with xpg4 functions and the skeletonized libxpg4.
Diffstat (limited to 'misc/40upgrade/pkg-req')
-rw-r--r--misc/40upgrade/pkg-req5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/40upgrade/pkg-req b/misc/40upgrade/pkg-req
new file mode 100644
index 00000000000..1eb81c65131
--- /dev/null
+++ b/misc/40upgrade/pkg-req
@@ -0,0 +1,5 @@
+#!/bin/sh
+if [ $2 = "DEINSTALL" ]; then
+ echo "Package $1 cannot be removed -- to do so will render your system useless."
+ exit 1
+fi