Ticket #23113 (new defect)
cacti should not register user-modifiable files to itself
| Reported by: | ryandesign@… | Owned by: | markd@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Port: | cacti |
Description
cacti currently installs a file config.php, then the port prints instructions advising the user to edit this file. The user's changes will be lost when the user upgrades the port. The port should instead install a sample config file, e.g. config.php.sample, and advise the user to copy this to config.php and edit it.
Change History
Note: See
TracTickets for help on using
tickets.


Similarly, cacti should not install the file cacti.log, because upgrading or uninstalling the port will delete the logfile, which is undesirable.