Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Stretch, httpd.postinst doesn't correctly preserve no-stats settings #124

Closed
jamielinux opened this issue Jun 19, 2018 · 1 comment
Closed

Comments

@jamielinux
Copy link
Contributor

jamielinux commented Jun 19, 2018

This is what I think should happen:

  1. If no-stats is present and not set to false: remove, as this is the default now.
  2. If no-stats is present and set to false: move to stats and truncate, ensuring stats are enabled.
  3. If no-stats isn't present: create stats.
  4. Otherwise do nothing.

Patrick advised that we can potentially not do (3) and just put in release notes that the default is now that stats are disabled by default, as we use webalizer which is old and clunky and potentially many customers don't use it.

@andrewladlow
Copy link
Contributor

Fixed by 4c9e5a9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants