Project

General

Profile

Actions

Bug #4003

closed

The packaging appends the Apache DAVLock configuration at every package installation / upgrade

Added by Matthieu CERDA over 10 years ago. Updated about 9 years ago.

Status:
Released
Priority:
2
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

The packaging appends the Apache DAVLock configuration at every package installation / upgrade

In /etc/apache2/conf.d/dav_mod.conf:

DAVLockDB /tmp/davlock.db
DAVLockDB /tmp/davlock.db

In rudder-webapp/SPECS/rudder-webapp.spec:

echo 'DAVLockDB /tmp/davlock.db' >> /etc/%{apache}/conf.d/dav_mod.conf

Should be:

echo 'DAVLockDB /tmp/davlock.db' > /etc/%{apache}/conf.d/dav_mod.conf

Actions #1

Updated by Matthieu CERDA over 10 years ago

  • Status changed from New to Pending technical review
  • Assignee changed from Matthieu CERDA to Jonathan CLARKE
  • % Done changed from 0 to 100
  • Pull Request set to https://github.com/Normation/rudder-packages/pull/145

PR available.

Actions #2

Updated by Matthieu CERDA over 10 years ago

  • Status changed from Pending technical review to Pending release

Applied in changeset commit:8178e37881475d75e509028d2a01b8d61e053536.

Actions #3

Updated by Jonathan CLARKE over 10 years ago

Applied in changeset commit:8501d82be7917f4e25a2931c5a0af680b2da2760.

Actions #4

Updated by Nicolas PERRON over 10 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 2.4.11, which was released today.
Check out:

Actions #5

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 34 to Rudder
  • Category set to Packaging
Actions

Also available in: Atom PDF