Module Name: src
Committed By: plunky
Date: Thu Jul 14 09:35:24 UTC 2011
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
rcconf_is_set takes a tuple of <script> <variable>, so add
in a couple of missing script names
network ip6forwarding
sysctl defcorename
and remove the trailing "sysctl"
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 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.119 src/usr.sbin/postinstall/postinstall:1.120
--- src/usr.sbin/postinstall/postinstall:1.119 Thu Jul 14 09:31:19 2011
+++ src/usr.sbin/postinstall/postinstall Thu Jul 14 09:35:24 2011
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.119 2011/07/14 09:31:19 plunky Exp $
+# $NetBSD: postinstall,v 1.120 2011/07/14 09:35:24 plunky Exp $
#
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1159,14 +1159,13 @@
set -- amd amd_master \
btcontrol btcontrol_devices \
critical_filesystems critical_filesystems_beforenet \
- defcorename \
- ip6forwarding \
mountcritlocal mountcritremote \
+ network ip6forwarding \
network nfsiod_flags \
sdpd sdpd_control \
sdpd sdpd_groupname \
sdpd sdpd_username \
- sysctl
+ sysctl defcorename
while [ $# -gt 1 ]; do
if rcconf_is_set "${op}" "$1" "$2" 1; then
failed=1