Module Name:    src
Committed By:   martin
Date:           Sat Apr 18 09:39:17 UTC 2015

Modified Files:
        src/usr.sbin/postinstall [netbsd-7]: postinstall

Log Message:
Apply patch to fix fallout from ticket #635, requested by tron in ticket
#707.


To generate a diff of this commit:
cvs rdiff -u -r1.175.2.3 -r1.175.2.4 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.175.2.3 src/usr.sbin/postinstall/postinstall:1.175.2.4
--- src/usr.sbin/postinstall/postinstall:1.175.2.3	Fri Nov 14 18:18:14 2014
+++ src/usr.sbin/postinstall/postinstall	Sat Apr 18 09:39:17 2015
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.175.2.3 2014/11/14 18:18:14 snj Exp $
+# $NetBSD: postinstall,v 1.175.2.4 2015/04/18 09:39:17 martin Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1339,8 +1339,8 @@ do_rc()
 		irdaattach iscsi_target isdnd isibootd \
 		kdc \
 		ldconfig ldpd local lpd lvm \
-		makemandb mdnsd mixerctl mopd motd mountall mountcritlocal \
-		mountcritremote mountd moused mrouted \
+		makemandb mdnsd mixerctl modules mopd motd mountall \
+		mountcritlocal mountcritremote mountd moused mrouted \
 		named ndbootd network newsyslog nfsd nfslocking npf ntpd \
 		ntpdate \
 		perusertmp pf pf_boot pflogd postfix powerd ppp pwcheck \

Reply via email to