summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rwxr-xr-xConfig2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 31512dfab..822f8f6a9 100644
--- a/Changes
+++ b/Changes
@@ -24,6 +24,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006
06/13 F Fixed a lot of redundant function declarations. [#510]
06/14 F Removed last traces of threading support. [#498]
06/14 F Changed mysql detection to use mysql_config. [ #00]
+06/15 F OpenBSD Config issue. [#519]
Provided by ThaPrince <jon@vile.com> - 2006
05/19 A Plexus 3 support. [ #00]
diff --git a/Config b/Config
index 532df475c..8e0a4111b 100755
--- a/Config
+++ b/Config
@@ -132,7 +132,7 @@ done
###########################################################################
if [ ! "$NO_INTRO" ] ; then
clear
- . version.log
+ . ./version.log
cat .BANNER | sed "s/CURVER/$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA/" | more
echo ""
else