Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Add more files to obsolete rc.d files (actually, files f...



details:   https://anonhg.NetBSD.org/src/rev/87c8a4e1111f
branches:  trunk
changeset: 539053:87c8a4e1111f
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Nov 07 06:12:50 2002 +0000

description:
Add more files to obsolete rc.d files (actually, files found in rc.d/Attic).

diffstat:

 etc/postinstall |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 5bde28521885 -r 87c8a4e1111f etc/postinstall
--- a/etc/postinstall   Thu Nov 07 05:55:08 2002 +0000
+++ b/etc/postinstall   Thu Nov 07 06:12:50 2002 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index