Module Name: src
Committed By: skrll
Date: Wed Jan 29 12:56:28 UTC 2014
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Remove harmful whitespace. Now the /var/shm check can succeed quietly.
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/usr.sbin/postinstall/postinstall
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.162 src/usr.sbin/postinstall/postinstall:1.163
--- src/usr.sbin/postinstall/postinstall:1.162 Fri Jan 17 19:06:57 2014
+++ src/usr.sbin/postinstall/postinstall Wed Jan 29 12:56:28 2014
@@ -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 @@ do_varshm()
[ -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