Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall Fix previous; obsolete vars are pairs.



details:   https://anonhg.NetBSD.org/src/rev/75929cec4af7
branches:  trunk
changeset: 334875:75929cec4af7
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Dec 13 02:35:02 2014 +0000

description:
Fix previous; obsolete vars are pairs.

diffstat:

 usr.sbin/postinstall/postinstall |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 640a01e00c03 -r 75929cec4af7 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Sat Dec 13 02:30:39 2014 +0000
+++ b/usr.sbin/postinstall/postinstall  Sat Dec 13 02:35:02 2014 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.185 2014/12/13 02:30:39 uebayasi Exp $
+# $NetBSD: postinstall,v 1.186 2014/12/13 02:35:02 uebayasi Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1457,20 +1457,20 @@
 btcontrol_devices
 critical_filesystems
 critical_filesystems_beforenet
-defcorename
-ip6forwarding
 mountcritlocal
 mountcritremote
 network
+ip6forwarding
 network
 nfsiod_flags
 sdpd
-sdpd
+sdpd_control
 sdpd
-sdpd_control
 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