Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 99
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Nov 30 08:41:28 UTC 2022 - Stefan Botter <obs@botter.cc> + +- fix PrepareApacheConfig step to modify logrotate file, ensure + that lines with "rotate" are only changed, if there is a trailing + number there. + +------------------------------------------------------------------- Fri Aug 5 07:24:32 UTC 2022 - Stefan Botter <obs@botter.cc> - PrepareNagiosTests: fix logic in distribution selection
View file
PrepareApacheConfig
Changed
@@ -54,6 +54,6 @@ fi sed -i -e 's/\/access_log/\/*access_log/' \ -e 's/\/error_log/\/*error_log/' \ - -e '/maxage/ s/0-9*$/7/' \ - -e '/rotate/ s/0-9*$/7/' \ + -e '/maxage/ s/0-9+$/7/' \ + -e '/rotate/ s/0-9+$/7/' \ -e '/rotate/ a\ daily' /etc/logrotate.d/apache2
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.