From 98eb1a37485da5dad427c2c80d5cfcbbbae6e09a Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 20 Jul 2000 05:57:55 +0000 Subject: [PATCH] re-add $1 in a few places --- www/squid/pkg/INSTALL | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/squid/pkg/INSTALL b/www/squid/pkg/INSTALL index 6874e50baf8..f5ed916ef12 100644 --- a/www/squid/pkg/INSTALL +++ b/www/squid/pkg/INSTALL @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: INSTALL,v 1.3 2000/07/19 07:38:31 brad Exp $ +# $OpenBSD: INSTALL,v 1.4 2000/07/20 05:57:55 brad Exp $ # # Pre/post-installation setup of squid @@ -76,14 +76,14 @@ case $2 in ;; POST-INSTALL) if [ -f $CONFIG_FILE ]; then - do_notice_conf + do_notice_conf $1 else - do_install_conf + do_install_conf $1 fi if [ -f ${PREFIX}/share/squid/errors/ERR_TOO_BIG ]; then - do_notice_errors_and_icons + do_notice_errors_and_icons $1 else - do_install_errors_and_icons + do_install_errors_and_icons $1 fi ;; *)