Module Name:    src
Committed By:   tron
Date:           Sun Nov  6 22:34:48 UTC 2011

Modified Files:
        src/share/man/man5: mk.conf.5

Log Message:
Stack-smash protection is not enabled by default, at least not for
the complete source-tree.

Pointed out by <bch> on "current-users" mailing list.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/share/man/man5/mk.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/mk.conf.5
diff -u src/share/man/man5/mk.conf.5:1.57 src/share/man/man5/mk.conf.5:1.58
--- src/share/man/man5/mk.conf.5:1.57	Mon Aug 22 02:37:15 2011
+++ src/share/man/man5/mk.conf.5	Sun Nov  6 22:34:47 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mk.conf.5,v 1.57 2011/08/22 02:37:15 dholland Exp $
+.\"	$NetBSD: mk.conf.5,v 1.58 2011/11/06 22:34:47 tron Exp $
 .\"
 .\"  Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
 .\"  All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 22, 2011
+.Dd November 6, 2011
 .Dt MK.CONF 5
 .Os
 .\" turn off hyphenation
@@ -840,9 +840,8 @@ Indicates whether GCC stack-smashing pro
 which detects stack overflows and aborts the program,
 is enabled.
 This imposes some performance penalty.
-.DFLTy
-on i386 and amd64, otherwise
-.Dq no .
+.DFLTn
+.
 .It Sy USE_YP
 .YorN
 Indicates whether YP (NIS) support is

Reply via email to