Source-Changes-HG archive

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

[src/netbsd-3-0]: src/usr.sbin/postinstall Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/22019a54c57c
branches:  netbsd-3-0
changeset: 579343:22019a54c57c
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Nov 14 17:47:40 2006 +0000

description:
Pull up following revision(s) (requested by lukem in ticket #1585):
        usr.sbin/postinstall/postinstall: revision 1.30
/etc/postfix/post-install needs to be 555 not 444.

diffstat:

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

diffs (25 lines):

diff -r db8270977aeb -r 22019a54c57c usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Sat Nov 11 21:48:57 2006 +0000
+++ b/usr.sbin/postinstall/postinstall  Tue Nov 14 17:47:40 2006 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.2.2.9 2005/10/04 14:11:33 tron Exp $
+# $NetBSD: postinstall,v 1.2.2.9.2.1 2006/11/14 17:47:40 bouyer Exp $
 #
 # Copyright (c) 2002-2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -657,10 +657,10 @@
            ${DEST_DIR}/usr/share/examples/postfix \
            || return 1
 
-       compare_dir ${op} ${dir} ${DEST_DIR}/etc/postfix 555 postfix-script
+       compare_dir ${op} ${dir} ${DEST_DIR}/etc/postfix 555 \
+           post-install postfix-script
        failed=$(( ${failed} + $? ))
-       compare_dir ${op} ${dir} \
-           ${DEST_DIR}/etc/postfix 444 post-install postfix-files
+       compare_dir ${op} ${dir} ${DEST_DIR}/etc/postfix 444 postfix-files
        failed=$(( ${failed} + $? ))
 
        return ${failed}



Home | Main Index | Thread Index | Old Index