summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>2006-08-18 12:01:53 +0000
committerhubertf <hubertf@NetBSD.org>2006-08-18 12:01:53 +0000
commitc200fdcc45f88bc5a2fb0d4e34623dd6a9fa61dc (patch)
tree8d8a1f6c7e25c48d53b874125a24eb005ea05c90
parent2dfd1d809cc4241390ad30acaca87a594a3dce6d (diff)
give a hint on how to fix the 'NOT FIXED' checks -> fix manually
OK'd by lukem@
-rwxr-xr-xusr.sbin/postinstall/postinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/postinstall/postinstall b/usr.sbin/postinstall/postinstall
index b311e99f494..f8465636506 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