Opened 15 years ago
Last modified 10 years ago
#23113 new defect
cacti should not register user-modifiable files to itself
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
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 (2)
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | cacti should install a sample config file → cacti should not register user-modifiable files to itself |
---|
comment:2 Changed 10 years ago by mf2k (Frank Schima)
Owner: | changed from markd@… to macports-tickets@… |
---|
markd has retired. See #44782.
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.