dmacias72 / unRAID-NerdPack

GNU General Public License v2.0
77 stars 33 forks source link

[PACKAGE UPDATE REQUEST] mcelog v179 #56

Open Nixon506E opened 3 years ago

Nixon506E commented 3 years ago

This would update the logrotate configuration for mcelog to match the version used by unraid and prevent daily errors about a misconfigured size parameter.

file: /etc/logrotate.d/mcelog

error: 'mcelog:6 keyword 'size' not properly separated, found 0x3d'

correction: 'size=+2048k' => 'size +2048k'