Module Name: src
Committed By: apb
Date: Tue Dec 30 07:02:29 UTC 2014
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
rc_obsolete_vars is a list of pairs, so format it with one pair per line.
To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 src/usr.sbin/postinstall/postinstall
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.187 src/usr.sbin/postinstall/postinstall:1.188
--- src/usr.sbin/postinstall/postinstall:1.187 Tue Dec 16 05:30:40 2014
+++ src/usr.sbin/postinstall/postinstall Tue Dec 30 07:02:29 2014
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.187 2014/12/16 05:30:40 jnemeth Exp $
+# $NetBSD: postinstall,v 1.188 2014/12/30 07:02:29 apb Exp $
#
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1451,26 +1451,16 @@ systemfs
xntpd
"
rc_obsolete_vars="
-amd
-amd_master
-btcontrol
-btcontrol_devices
-critical_filesystems
-critical_filesystems_beforenet
-mountcritlocal
-mountcritremote
-network
-ip6forwarding
-network
-nfsiod_flags
-sdpd
-sdpd_control
-sdpd
-sdpd_groupname
-sdpd
-sdpd_username
-sysctl
-defcorename
+amd amd_master
+btcontrol btcontrol_devices
+critical_filesystems critical_filesystems_beforenet
+mountcritlocal mountcritremote
+network ip6forwarding
+network nfsiod_flags
+sdpd sdpd_control
+sdpd sdpd_groupname
+sdpd sdpd_username
+sysctl defcorename
"
additem rc "/etc/rc* and /etc/rc.d/ being up to date"