diff options
author | jlam <jlam@pkgsrc.org> | 2001-04-30 14:21:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-04-30 14:21:32 +0000 |
commit | 14eba2553c7799cbff534e516f77deedae964352 (patch) | |
tree | 90eb8c673d38a1d20a2c33e34bd445f266ea1f58 /mk | |
parent | 24af03f2995bb7d2602f9e989dfc502d8759d87c (diff) | |
download | pkgsrc-14eba2553c7799cbff534e516f77deedae964352.tar.gz |
Document PHP_CONFDIR as directory containing the PHP4 config file.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index a06310318c5..6f2563a5c75 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.202 2001/04/28 20:44:52 jlam Exp $ +# $NetBSD: mk.conf.example,v 1.203 2001/04/30 14:21:32 jlam Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -671,6 +671,13 @@ PAPERSIZE= A4 # LATIN1, LATIN2, LATIN3, LATIN4, LATIN5, KOI8, WIN, ALT # Default: undefined +#PHP_CONFDIR= /etc +# Specifies the location for PHP configuration files. +# If your ${LOCALBASE} is shared between machines use /etc or a similar +# directory that is local to each machine. +# Possible: Any valid directory +# Default: ${LOCALBASE}/etc + #PILRC_USE_GTK= YES # Use gtk+ in pilrc, needed for the UI previewer. # Possible: YES, NO |