Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Try last fix once more.
details: https://anonhg.NetBSD.org/src/rev/60e346b6068d
branches: trunk
changeset: 574779:60e346b6068d
user: tron <tron%NetBSD.org@localhost>
date: Sat Mar 12 00:52:51 2005 +0000
description:
Try last fix once more.
diffstat:
etc/postinstall | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 4c2fcc23d8e2 -r 60e346b6068d etc/postinstall
--- a/etc/postinstall Sat Mar 12 00:50:23 2005 +0000
+++ b/etc/postinstall Sat Mar 12 00:52:51 2005 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.93 2005/03/12 00:50:23 tron Exp $
+# $NetBSD: postinstall,v 1.94 2005/03/12 00:52:51 tron Exp $
#
# Copyright (c) 2002-2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -188,7 +188,7 @@
if [ ! -f "${fd}" ]; then
_error="${fd} does not exist"
elif ! cmp -s ${fs} ${fd} ; then
- if $_only_new; then # leave existing ${fd} alone
+ if $_onlynew; then # leave existing ${fd} alone
continue;
fi
_error="${fs} != ${fd}"
Home |
Main Index |
Thread Index |
Old Index