From cb97efbe27b0de7bc94d600564c3415d26537067 Mon Sep 17 00:00:00 2001 From: enami Date: Thu, 7 Nov 2002 06:12:50 +0000 Subject: [PATCH] Add more files to obsolete rc.d files (actually, files found in rc.d/Attic). --- etc/postinstall | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/postinstall b/etc/postinstall index 14c7336054e2..c65863d4cce4 100755 --- a/etc/postinstall +++ b/etc/postinstall @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall,v 1.33 2002/10/09 14:55:54 elric Exp $ +# $NetBSD: postinstall,v 1.34 2002/11/07 06:12:50 enami Exp $ # # Copyright (c) 2002 The NetBSD Foundation, Inc. # All rights reserved. @@ -358,7 +358,8 @@ do_rc() failed=$(( ${failed} + $? )) # check for obsolete rc.d files - for f in NETWORK gated; do + for f in NETWORK fsck.sh kerberos nfsiod servers systemfs \ + daemon gated login portmap sunndd xntpd; do fd=${DEST_DIR}/etc/rc.d/${f} [ ! -e "${fd}" ] && continue if [ "${op}" = "check" ]; then