Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Change multiple spaces to tabs on one line
details: https://anonhg.NetBSD.org/src/rev/7859ad6aa6c6
branches: trunk
changeset: 747211:7859ad6aa6c6
user: apb <apb%NetBSD.org@localhost>
date: Sat Sep 05 16:45:33 2009 +0000
description:
Change multiple spaces to tabs on one line
diffstat:
etc/rc.subr | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a4e7e7817f89 -r 7859ad6aa6c6 etc/rc.subr
--- a/etc/rc.subr Sat Sep 05 16:26:07 2009 +0000
+++ b/etc/rc.subr Sat Sep 05 16:45:33 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rc.subr,v 1.76 2009/07/10 20:02:21 christos Exp $
+# $NetBSD: rc.subr,v 1.77 2009/09/05 16:45:33 apb Exp $
#
# Copyright (c) 1997-2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -792,7 +792,7 @@
fi
eval $(eval '(
load_rc_config '$1' >/dev/null;
- if [ -n "${'$2'}" -o "${'$2'-UNSET}" != "UNSET" ]; then
+ if [ -n "${'$2'}" -o "${'$2'-UNSET}" != "UNSET" ]; then
echo '$2'=\'\''${'$2'}\'\'';
fi
)' )
Home |
Main Index |
Thread Index |
Old Index