add missing '/' in INSTALL message; ok pvalchev@

This commit is contained in:
jsyn 2001-07-22 05:44:52 +00:00
parent 9f75ab7725
commit 3e23e1acf6
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/05 20:10:38 jsyn Exp $
# $OpenBSD: Makefile,v 1.2 2001/07/22 05:44:52 jsyn Exp $
COMMENT= "high level firewall language"
DISTNAME= hlfl-0.52
CATEGORIES= security lang
NEED_VERSION= 1.417
NEED_VERSION= 1.425
HOMEPAGE= http://www.hlfl.org/

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.1.1.1 2001/07/05 20:10:38 jsyn Exp $
# $OpenBSD: INSTALL,v 1.2 2001/07/22 05:44:52 jsyn Exp $
#
# Pre/post-installation setup of hlfl
@ -15,7 +15,7 @@ do_notice()
{
echo
echo "+---------------"
echo "| The existing $1 configuration file ${SYSCONFDIR}${CONF_FILE}"
echo "| The existing $1 configuration file ${SYSCONFDIR}/${CONF_FILE}"
echo "| has NOT been changed. You may want to compare it to the"
echo "| current sample file ${EXAMPLE_DIR},"
echo "| and update your configuration as needed."