From aa17e07211b69601d2f7f04bdb8fe9b731841232 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 26 Nov 2002 23:37:09 +0000 Subject: [PATCH] SYS_INCLUDE=symlinks has been deprecated; reenable obsolete check --- etc/postinstall | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/etc/postinstall b/etc/postinstall index 0db177a6bc72..29e2f88989e0 100755 --- a/etc/postinstall +++ b/etc/postinstall @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall,v 1.39 2002/11/22 15:51:42 thorpej Exp $ +# $NetBSD: postinstall,v 1.40 2002/11/26 23:37:09 lukem Exp $ # # Copyright (c) 2002 The NetBSD Foundation, Inc. # All rights reserved. @@ -573,8 +573,7 @@ do_postfix() # # obsolete # -# XXX Not yet -- problems with SYS_INCLUDES=symlinks -#additem obsolete "obsolete file sets" +additem obsolete "obsolete file sets" do_obsolete() { [ -n "$1" ] || err 2 "USAGE: do_obsolete fix|check"