summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-08-29 09:46:14 +0000
committerTed Lemon <source@isc.org>1996-08-29 09:46:14 +0000
commit077a73c3c904ea2bd802f7a88f0b2102be8d1f65 (patch)
tree5077c578dabb7cb82349a6dc12e13a013d22471b
parent57f8192e2a11fa871f5a4e99038e54b70b6e91e5 (diff)
downloadisc-dhcp-077a73c3c904ea2bd802f7a88f0b2102be8d1f65.tar.gz
Add warning message about lease database format
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index 3d18834f..3795a70f 100755
--- a/configure
+++ b/configure
@@ -68,6 +68,15 @@ if [ \( $sysname = "bsdos" -o $sysname = "netbsd" -o $sysname = "freebsd" \) \
echo
fi
+echo
+echo " !!!WARNING!!!"
+echo
+echo " The lease database format changed as of Beta 5. Please read the"
+echo " RELNOTES file for details!"
+echo
+echo " !!!WARNING!!!"
+
+
echo "System Type: $sysname"
sed -e "/^##\+\+${sysname}\+\+/,/^##--${sysname}--/s/^#//" \