diff options
-rw-r--r-- | mk/mk.conf.example | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 8616036ecb9..1618066803f 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.159 2000/10/20 02:05:15 hubertf Exp $ +# $NetBSD: mk.conf.example,v 1.160 2000/10/21 18:53:29 rh Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -733,9 +733,14 @@ PAPERSIZE= A4 # Possible: YES, or NO. # Default: YES +#USE_PAM= +# Used to specify optional support for PAM authentication +# Possible: defined, not defined +# Default: not defined + #USE_SOCKS= -# Used to specify SOCKS firewall support Set this to the version of -# socks necessary. +# Used to specify SOCKS firewall support +# Set this to the version of socks necessary. # Possible: 4, 5, not defined # Default: not defined |