Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/postinstall rc_obsolete_vars is a list of pairs, so...
details: https://anonhg.NetBSD.org/src/rev/8d97fc536fcb
branches: trunk
changeset: 805355:8d97fc536fcb
user: apb <apb%NetBSD.org@localhost>
date: Tue Dec 30 07:02:29 2014 +0000
description:
rc_obsolete_vars is a list of pairs, so format it with one pair per line.
diffstat:
usr.sbin/postinstall/postinstall | 32 +++++++++++---------------------
1 files changed, 11 insertions(+), 21 deletions(-)
diffs (48 lines):
diff -r 605c10d09cd5 -r 8d97fc536fcb usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall Tue Dec 30 06:08:14 2014 +0000
+++ b/usr.sbin/postinstall/postinstall Tue Dec 30 07:02:29 2014 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index