From 33bf0f9027e99298008c0d64023c44549892b8ef Mon Sep 17 00:00:00 2001 From: Hauke Fath Date: Thu, 13 Jan 2005 16:19:03 +0000 Subject: [PATCH] Fix an outdated path. With newer pkgsrc options, the script should be obsoleted, anyway. --- nnrpd/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nnrpd/INSTALL b/nnrpd/INSTALL index 0fcebbe38f..31441a9a6c 100644 --- a/nnrpd/INSTALL +++ b/nnrpd/INSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: INSTALL,v 1.1.1.1 2005/01/13 14:26:22 hfath Exp $ +# $NetBSD: INSTALL,v 1.2 2005/01/13 16:19:03 hfath Exp $ if [ "$2" != "POST-INSTALL" ]; then exit 0 @@ -17,7 +17,7 @@ ETC="nnrp.access" for FILE in $ETC; do if [ ! -f @INNDATA@/etc/$FILE ]; then install -c -o news -g news -m 664 \ - ${PKG_PREFIX}/share/examples/inn/$FILE @INNDATA@/etc + ${PKG_PREFIX}/share/examples/nnrpd/$FILE @INNDATA@/etc fi done