Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall Add npfd to the list of rc.d scripts to...



details:   https://anonhg.NetBSD.org/src/rev/9328f86e18d6
branches:  trunk
changeset: 825336:9328f86e18d6
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Jul 10 00:27:32 2017 +0000

description:
Add npfd to the list of rc.d scripts to check.

diffstat:

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

diffs (19 lines):

diff -r af33fd6892e8 -r 9328f86e18d6 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Sun Jul 09 22:48:44 2017 +0000
+++ b/usr.sbin/postinstall/postinstall  Mon Jul 10 00:27:32 2017 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.215 2017/06/16 22:58:38 christos Exp $
+# $NetBSD: postinstall,v 1.216 2017/07/10 00:27:32 simonb Exp $
 #
 # Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1428,6 +1428,7 @@
 nfsd
 nfslocking
 npf
+npfd
 ntpd
 ntpdate
 perusertmp



Home | Main Index | Thread Index | Old Index