| Summary | wrong doc |
| Queue | Forwards |
| Queue Version | 3.0-RC1 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | fabio (dot) ped (at) libero (dot) it |
| Created | 03/22/2006 (781 days ago) |
| Due | |
| Updated | 03/22/2006 (781 days ago) |
| Assigned | |
| Resolved | 03/22/2006 (781 days ago) |
| Attachments | |
| Milestone | |
| Patch |
State ⇒ Resolved
Fixed in CVS.State ⇒ Unconfirmed
Summary ⇒ wrong doc
Priority ⇒ 1. Low
Type ⇒ Bug
Queue ⇒ Forwards
I am using forwards 3.0. The INSTALL file says the following, but there aren't any *.php.dist files in config/
To configure Forwards, change to the ``config/`` directory of the installed
distribution, and make copies of all of the configuration ``dist`` files
without the ``dist`` suffix::
cd config/
for foo in *.dist; do cp $foo `basename $foo .dist`; done
Or on Windows::
copy *.dist *.
Documentation on the format and purpose of those files can be found in each
file. You may edit these files if you wish to customize Forwards's
appearance and behavior.