/var/log/wipld.log {
  missingok
  create 600 wipld wipld
  rotate 4
  weekly
  compress
  postrotate
  	if [ -e /var/run/wipld.pid ]; then
		if test -x /usr/sbin/invoke-rc.d; then
		  invoke-rc.d wipl-daemon restart >/dev/null 2>/dev/null
		else
		  /etc/init.d/wipl-daemon restart >/dev/null 2>/dev/null
		fi
	fi
  endscript
}
