* make the citadel run directory world readable, its just our unix domain sockets...
authorWilfried Göesgens <willi@citadel.org>
Sun, 15 Aug 2010 12:11:54 +0000 (12:11 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 15 Aug 2010 12:11:54 +0000 (12:11 +0000)
citadel/debian/citadel.init

index b61bec3ccd3e198c4577fb7534f0287f8278ca55..2e7364e3dc7161e53136d3d1ce8b891a0af186e7 100644 (file)
@@ -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