summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-03-31 04:10:31 +0000
committerrwatson <rwatson@FreeBSD.org>2005-03-31 04:10:31 +0000
commit0ee22a0cda88a2e9d90b0f89208caa64d84bf08b (patch)
tree3402a3763bfd69800e94c0518251ec3b3f2fc960 /sbin
parentfe3d70d05486af0dfd857c9c949f1bedde08ed3d (diff)
downloadFreeBSD-src-0ee22a0cda88a2e9d90b0f89208caa64d84bf08b.zip
FreeBSD-src-0ee22a0cda88a2e9d90b0f89208caa64d84bf08b.tar.gz
Don't define FS_DEBUG by default, as this causes growfs to write debugging
information to /tmp/growfs.debug, which is a world-writable directory. MFC after: 3 days Reported by: Jon Passki <cykyc@yahoo.com>
Diffstat (limited to 'sbin')
-rw-r--r--sbin/growfs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile
index 4bbac9c..a5e9937 100644
--- a/sbin/growfs/Makefile
+++ b/sbin/growfs/Makefile
@@ -14,7 +14,6 @@ WARNS?= 6
.if defined(GFSDBG)
SRCS+= debug.c
-CFLAGS+=-DFS_DEBUG
.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud