From 3e23e1acf67d74f691af102907a5b9a3168e3252 Mon Sep 17 00:00:00 2001 From: jsyn Date: Sun, 22 Jul 2001 05:44:52 +0000 Subject: [PATCH] add missing '/' in INSTALL message; ok pvalchev@ --- security/hlfl/Makefile | 4 ++-- security/hlfl/pkg/INSTALL | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/security/hlfl/Makefile b/security/hlfl/Makefile index beb933c53ed..4d0acec2598 100644 --- a/security/hlfl/Makefile +++ b/security/hlfl/Makefile @@ -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/ diff --git a/security/hlfl/pkg/INSTALL b/security/hlfl/pkg/INSTALL index 95327fd0f2a..595d317cde7 100644 --- a/security/hlfl/pkg/INSTALL +++ b/security/hlfl/pkg/INSTALL @@ -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."