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 pkgpath.conf to /etc/defaults check.



details:   https://anonhg.NetBSD.org/src/rev/48cb8e1e37b5
branches:  trunk
changeset: 789827:48cb8e1e37b5
user:      prlw1 <prlw1%NetBSD.org@localhost>
date:      Mon Sep 09 15:04:12 2013 +0000

description:
Add pkgpath.conf to /etc/defaults check.

diffstat:

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

diffs (20 lines):

diff -r a92a7374a553 -r 48cb8e1e37b5 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Mon Sep 09 13:04:57 2013 +0000
+++ b/usr.sbin/postinstall/postinstall  Mon Sep 09 15:04:12 2013 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.157 2013/07/14 15:44:00 htodd Exp $
+# $NetBSD: postinstall,v 1.158 2013/09/09 15:04:12 prlw1 Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -762,7 +762,7 @@
 
        compare_dir "$op" "${SRC_DIR}/etc/defaults" "${DEST_DIR}/etc/defaults" \
                444 \
-               daily.conf monthly.conf security.conf \
+               daily.conf monthly.conf pkgpath.conf security.conf \
                weekly.conf ${extra_scripts}
        failed=$(( ${failed} + $? ))
 



Home | Main Index | Thread Index | Old Index