WALinuxAgent/WALinuxAgent-2.0.8-logrotate-name.patch
2015-01-11 13:54:06 -08:00

12 lines
466 B
Diff

--- a/setup.py 2014-10-05 03:39:26.477801917 -0500
+++ b/setup.py 2014-10-05 03:39:51.749922806 -0500
@@ -155,7 +155,7 @@
sys.exit(1)
try:
self.copy_file('config/waagent.logrotate',
- tgtDir + 'etc/logrotate.d/waagent')
+ tgtDir + 'etc/logrotate.d/WALinuxAgent')
except:
msg = 'Could not install logrotate file in '
msg += tgtDir + 'etc/logrotate.d'