From 7c51a661df44bcd39c88e1be3251aed6aae7c756 Mon Sep 17 00:00:00 2001 From: Chiradeep Vittal Date: Tue, 12 Oct 2010 17:41:24 -0700 Subject: [PATCH] bug 6202 : dnsmasq user doesnt exist? status 6202: resolved fixed --- patches/xenserver/etc/logrotate.d/dnsmasq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/xenserver/etc/logrotate.d/dnsmasq b/patches/xenserver/etc/logrotate.d/dnsmasq index a2838753d0c..f448420e176 100644 --- a/patches/xenserver/etc/logrotate.d/dnsmasq +++ b/patches/xenserver/etc/logrotate.d/dnsmasq @@ -8,6 +8,6 @@ postrotate [ ! -f /var/run/dnsmasq.pid ] || kill -USR2 `cat /var/run/dnsmasq.pid` endscript - create 0640 dnsmasq dnsmasq + create 0640 nobody root }