summaryrefslogtreecommitdiff
path: root/devel/phpsh/files/patch-src_doc_phpsh.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'devel/phpsh/files/patch-src_doc_phpsh.1.txt')
-rw-r--r--devel/phpsh/files/patch-src_doc_phpsh.1.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/phpsh/files/patch-src_doc_phpsh.1.txt b/devel/phpsh/files/patch-src_doc_phpsh.1.txt
new file mode 100644
index 000000000000..75e3e8e60505
--- /dev/null
+++ b/devel/phpsh/files/patch-src_doc_phpsh.1.txt
@@ -0,0 +1,28 @@
+
+$FreeBSD$
+
+--- src/doc/phpsh.1.txt.orig
++++ src/doc/phpsh.1.txt
+@@ -51,7 +51,7 @@
+ -------
+ -c::
+ --codebase-mode::
+- Use "-c none" to load no codebase. See /etc/phpsh/phpshrc.php for
++ Use "-c none" to load no codebase. See %%PREFIX%%/etc/phpsh/phpshrc.php for
+ other codebase modes.
+
+ -t::
+@@ -221,11 +221,11 @@
+ CONFIGURATION
+ -------------
+ Config file support was added in phpsh-1.2. When phpsh starts up it
+-tries to read its configuration from /etc/phpsh/config, then from
++tries to read its configuration from %%PREFIX%%/etc/phpsh/config, then from
+ $HOME/.phpsh/config. If either file is not present or not readable, it
+ is ignored. Entries in the per-user config file $HOME/.phpsh/config
+ override the corresponding entries in the host-wide config file
+-/etc/phpsh/config.
++%%PREFIX%%/etc/phpsh/config.
+
+ The config file consists of sections containing key:value pairs.
+ Lines starting with # are ignored. All settings are optional and have