From 32b48f1afd0ea350a0c58f3bfec9e9a896509bf9 Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 24 Oct 2000 20:22:07 +0000 Subject: [PATCH] create initial database dir with tighter perms. --- databases/mysql/pkg/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/mysql/pkg/INSTALL b/databases/mysql/pkg/INSTALL index c6f6c7673f4..b9fc3cdef41 100644 --- a/databases/mysql/pkg/INSTALL +++ b/databases/mysql/pkg/INSTALL @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: INSTALL,v 1.8 2000/09/06 21:09:16 brad Exp $ +# $OpenBSD: INSTALL,v 1.9 2000/10/24 20:22:07 brad Exp $ # # Pre/post-installation setup of MySQL @@ -47,7 +47,7 @@ do_pre_install() do_post_install() { -install -d -o mysql -g mysql -m 775 $DB_DIR +install -d -o mysql -g mysql -m 700 $DB_DIR # The shell is switched back to /bin/sh to ensure that the database # creation can proceed successfully