Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Don't mix tabs and spaces
details: https://anonhg.NetBSD.org/src/rev/47060465daa6
branches: trunk
changeset: 454598:47060465daa6
user: gson <gson%NetBSD.org@localhost>
date: Sun Sep 22 13:08:10 2019 +0000
description:
Don't mix tabs and spaces
diffstat:
etc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 141cd6c347a2 -r 47060465daa6 etc/Makefile
--- a/etc/Makefile Sun Sep 22 12:57:34 2019 +0000
+++ b/etc/Makefile Sun Sep 22 13:08:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.439 2019/07/31 18:35:58 martin Exp $
+# $NetBSD: Makefile,v 1.440 2019/09/22 13:08:10 gson Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -343,7 +343,7 @@
${_MKMSG_INSTALL} ${DESTDIR}${file}
if [ ! -e ${DESTDIR}${file} -o -s ${DESTDIR}${file} ]; then \
${ETC_INSTALL_FILE} -o ${owner} -g ${group} -m ${mode} \
- /dev/null ${DESTDIR}${file}; \
+ /dev/null ${DESTDIR}${file}; \
else true; fi
.endfor
.for subdir in . defaults autofs bluetooth iscsi mtree namedb pam.d powerd rc.d root skel ssh
Home |
Main Index |
Thread Index |
Old Index