mkdir -> install

This commit is contained in:
brad 2000-03-13 07:46:13 +00:00
parent 27d7df4555
commit 64aa1f1be1

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.2 2000/02/07 08:44:05 brad Exp $
# $OpenBSD: INSTALL,v 1.3 2000/03/13 07:46:13 brad Exp $
#
# Pre/post-installation setup of vtun
@ -10,7 +10,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=/etc/vtund.conf
mkdir -p /var/log/vtund
install -d -m 755 -o root -g wheel /var/log/vtund
# Function: tell the user what s/he needs to do to use the port just installed
#