From 1bb6cd3e44793f984a185599a1b67bec1746c9cb Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 14:15:50 +0000 Subject: automatic import of cyrus-imapd --- patch-cassandane-fix-annotator | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 patch-cassandane-fix-annotator (limited to 'patch-cassandane-fix-annotator') diff --git a/patch-cassandane-fix-annotator b/patch-cassandane-fix-annotator new file mode 100644 index 0000000..b5875e6 --- /dev/null +++ b/patch-cassandane-fix-annotator @@ -0,0 +1,14 @@ +diff --git a/cassandane/utils/annotator.pl b/cassandane/utils/annotator.pl +index 265c73f..8af3d58 100755 +--- a/cassandane/utils/annotator.pl ++++ b/cassandane/utils/annotator.pl +@@ -140,6 +140,8 @@ GetOptions( + xlog "annotator $$ starting"; + Cassandane::AnnotatorDaemon->run( + pid_file => $pidfile, +- port => $port ++ port => $port, ++ user => (getpwuid($<))[0], ++ group => (getgrgid($())[0], + ); + xlog "annotator $$ exiting"; -- cgit v1.2.3