+neutron (2014.1-5) unstable; urgency=medium
+
+ * Switched from restarting daemons to copytruncate for logrotate.
+
+ -- Thomas Goirand <zigo@debian.org> Thu, 29 May 2014 13:44:03 +0800
+
neutron (2014.1-4) unstable; urgency=medium
* Fixed linuxbridge init script.
missingok
compress
delaycompress
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service neutron-dhcp-agent restart >/dev/null 2>&1 || true
- else
- invoke-rc.d neutron-dhcp-agent restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service neutron-l3-agent restart >/dev/null 2>&1 || true
- else
- invoke-rc.d neutron-l3-agent restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service neutron-lbaas-agent restart >/dev/null 2>&1 || true
- else
- invoke-rc.d neutron-lbaas-agent restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service neutron-metadata-agent restart >/dev/null 2>&1 || true
- else
- invoke-rc.d neutron-metadata-agent restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service neutron-metering-agent restart >/dev/null 2>&1 || true
- else
- invoke-rc.d neutron-metering-agent restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service neutron-plugin-linuxbridge-agent restart >/dev/null 2>&1 || true
- else
- invoke-rc.d neutron-plugin-linuxbridge-agent restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
compress
delaycompress
notifempty
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service neutron-plugin-openvswitch-agent restart >/dev/null 2>&1 || true
- else
- invoke-rc.d neutron-plugin-openvswitch-agent restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service neutron-server restart >/dev/null 2>&1 || true
- else
- invoke-rc.d neutron-server restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}
\ No newline at end of file
compress
delaycompress
notifempty
- postrotate
- if dpkg-vendor --derives-from ubuntu ; then
- service neutron-vpn-agent restart >/dev/null 2>&1 || true
- else
- invoke-rc.d neutron-vpn-agent restart >/dev/null 2>&1 || true
- fi
- endscript
+ copytruncate
}