Blame SOURCES/patch-cassandane-fix-annotator

d76fc1
diff --git a/utils/annotator.pl b/utils/annotator.pl
d76fc1
index 265c73f..8af3d58 100755
d76fc1
--- a/utils/annotator.pl
d76fc1
+++ b/utils/annotator.pl
d76fc1
@@ -140,6 +140,8 @@ GetOptions(
d76fc1
 xlog "annotator $$ starting";
d76fc1
 Cassandane::AnnotatorDaemon->run(
d76fc1
         pid_file => $pidfile,
d76fc1
-        port => $port
d76fc1
+	port => $port,
d76fc1
+	user => (getpwuid($<))[0],
d76fc1
+	group => (getgrgid($())[0],
d76fc1
     );
d76fc1
 xlog "annotator $$ exiting";