From c200fdcc45f88bc5a2fb0d4e34623dd6a9fa61dc Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 18 Aug 2006 12:01:53 +0000 Subject: [PATCH] give a hint on how to fix the 'NOT FIXED' checks -> fix manually OK'd by lukem@ --- usr.sbin/postinstall/postinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/postinstall/postinstall b/usr.sbin/postinstall/postinstall index b311e99f4942..f84656365068 100755 --- a/usr.sbin/postinstall/postinstall +++ b/usr.sbin/postinstall/postinstall @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall,v 1.23 2006/08/13 09:03:23 plunky Exp $ +# $NetBSD: postinstall,v 1.24 2006/08/18 12:01:53 hubertf Exp $ # # Copyright (c) 2002-2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -1254,7 +1254,7 @@ DEST_DIR="/" : ${MACHINE_ARCH:=$( uname -p )}# assume native build if not set DIFF_STYLE= -NOT_FIXED=" [NOT FIXED]" +NOT_FIXED=" (FIX MANUALLY)" SCRATCHDIR=$( mkdtemp ) || err 1 "Can't create scratch directory" trap "/bin/rm -rf ${SCRATCHDIR} ; exit 0" 0 1 2 3 15 # EXIT HUP INT QUIT TERM