summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkim <kim>1999-10-28 20:10:34 +0000
committerkim <kim>1999-10-28 20:10:34 +0000
commitf66275ad0eec0ea54291b86417f42227711df335 (patch)
tree14186d94e2885a7a3e1abb556cc78ce8a67dbd84 /mk
parente249e74fbe1e2c2cedf905cb51e4fd9ff20b7a86 (diff)
downloadpkgsrc-f66275ad0eec0ea54291b86417f42227711df335.tar.gz
Move SSH_DONT_USE_IDEA to its alphabetical spot in the file.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 87e01078e0b..84e7670fe91 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.91 1999/10/24 15:43:46 minoura Exp $
+# $NetBSD: mk.conf.example,v 1.92 1999/10/28 20:10:34 kim Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -229,10 +229,6 @@
# FQDN.
# Default: none
-#SSH_DONT_USE_IDEA= # Used in ssh package to stop IDEA encryption
- # Possible: defined, not defined
- # Default: not defined
-
#DT_LAYOUT= # Used by dt package to specify the keyboard
# layout.
# Possible: US, FI, FR, GER, DV
@@ -407,6 +403,10 @@ PAPERSIZE= A4 # Default paper size for packages.
# Possible: any valid directory
# Default: /etc
+#SSH_DONT_USE_IDEA= # Used in ssh package to stop IDEA encryption
+ # Possible: defined, not defined
+ # Default: not defined
+
#SSH_SUID= # Used in ssh to enable setuid installation
# of "ssh" binary.
# Possible: YES, or NO.