diff options
author | rh <rh> | 2000-10-21 18:53:29 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-21 18:53:29 +0000 |
commit | 86288fc74e841ba6ba8333572899dafee1151fbe (patch) | |
tree | 6445f10073cf32cfbcac80bb40417a431cf8b5c6 | |
parent | 28cbe3e079d13469b1805ce828d66973b3ef7e63 (diff) | |
download | pkgsrc-86288fc74e841ba6ba8333572899dafee1151fbe.tar.gz |
Add entry for USE_PAM
-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 |