Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall Remove harmful whitespace. Now the /var...



details:   https://anonhg.NetBSD.org/src/rev/b428f2315792
branches:  trunk
changeset: 326440:b428f2315792
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jan 29 12:56:28 2014 +0000

description:
Remove harmful whitespace. Now the /var/shm check can succeed quietly.

diffstat:

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

diffs (20 lines):

diff -r fbcd774ffb5c -r b428f2315792 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Wed Jan 29 11:34:25 2014 +0000
+++ b/usr.sbin/postinstall/postinstall  Wed Jan 29 12:56:28 2014 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.162 2014/01/17 19:06:57 martin Exp $
+# $NetBSD: postinstall,v 1.163 2014/01/29 12:56:28 skrll Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1872,7 +1872,7 @@
        [ -f "${DEST_DIR}/etc/fstab" ] || return 0
        if ${GREP} -w "/var/shm" "${DEST_DIR}/etc/fstab" >/dev/null 2>&1;
        then
-               failed = 0;
+               failed=0;
        else
                if [ "${op}" = "check" ]; then
                        failed=1



Home | Main Index | Thread Index | Old Index