summaryrefslogtreecommitdiff
path: root/misc/compat4x/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'misc/compat4x/pkg-install')
-rw-r--r--misc/compat4x/pkg-install20
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/compat4x/pkg-install b/misc/compat4x/pkg-install
deleted file mode 100644
index 3b23fcfaaffa..000000000000
--- a/misc/compat4x/pkg-install
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-case $2 in
- POST-INSTALL)
- echo ""
- echo "*******************************************************************************"
- echo "* *"
- echo "* Do not forget to add COMPAT_FREEBSD4 into *"
- echo "* your kernel configuration (enabled by default). *"
- echo "* *"
- echo "* To configure and recompile your kernel see: *"
- echo "* http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html *"
- echo "* *"
- echo "*******************************************************************************"
- echo ""
- ;;
-esac