aboutsummaryrefslogtreecommitdiff
path: root/databases/msql3/scripts
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-02-13 10:54:49 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-02-13 10:54:49 +0000
commit8c996bfeee86299343d7ec749e68242fbef74910 (patch)
tree79848295a6551f48e0d79a7a67f1c7e9d726e8ce /databases/msql3/scripts
parentbaf822c3fc005a73e845108a11b324a29dd292ab (diff)
downloadports-8c996bfeee86299343d7ec749e68242fbef74910.tar.gz
ports-8c996bfeee86299343d7ec749e68242fbef74910.zip
Upgrade to 2.0.3; James seems to be busy at the moment.
PR: 4769 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
Notes
Notes: svn path=/head/; revision=9697
Diffstat (limited to 'databases/msql3/scripts')
-rw-r--r--databases/msql3/scripts/check_old_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/msql3/scripts/check_old_version b/databases/msql3/scripts/check_old_version
index 71ddbace8f25..93307e1ffa28 100644
--- a/databases/msql3/scripts/check_old_version
+++ b/databases/msql3/scripts/check_old_version
@@ -7,7 +7,7 @@ if( -d "/var/db/msqldb" ) {
chdir( "/var/db/pkg" );
opendir( DIR, "." );
@oldmsql = grep( /^msql-2.0b[1234]$/, readdir( DIR ) );
- closedir( DIR );
+ closedir;
if( @oldmsql ) {
if( ! $ENV{OVERWRITE_DB} ) {
print <<END;