From f8b8d0e1cd76bd3ef30c2e925903711b400a7507 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 15 Aug 2010 12:11:54 +0000 Subject: [PATCH] * make the citadel run directory world readable, its just our unix domain sockets in there. --- citadel/debian/citadel.init | 1 + 1 file changed, 1 insertion(+) diff --git a/citadel/debian/citadel.init b/citadel/debian/citadel.init index b61bec3cc..2e7364e3d 100644 --- a/citadel/debian/citadel.init +++ b/citadel/debian/citadel.init @@ -53,6 +53,7 @@ do_start() # for ubuntu: check our volatile dirs. if test ! -d $RUNDIR; then mkdir -p $RUNDIR + chmod go+rx $RUNDIR fi # Return # 0 if daemon has been started -- 2.30.2