From: Wilfried Göesgens Date: Sun, 15 Aug 2010 12:11:54 +0000 (+0000) Subject: * make the citadel run directory world readable, its just our unix domain sockets... X-Git-Tag: v8.01~901 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=f8b8d0e1cd76bd3ef30c2e925903711b400a7507 * make the citadel run directory world readable, its just our unix domain sockets in there. --- 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