[Pkg-freevo-maint] r67 - packages/freevo/trunk/debian/patches
mennucc1 at alioth.debian.org
mennucc1 at alioth.debian.org
Thu Jan 24 15:49:08 UTC 2008
Author: mennucc1
Date: 2008-01-24 15:49:08 +0000 (Thu, 24 Jan 2008)
New Revision: 67
Added:
packages/freevo/trunk/debian/patches/umask.diff
Modified:
packages/freevo/trunk/debian/patches/series
Log:
The people in the 'freevo' group can share the freevo cache, so
the umask must be 002
Modified: packages/freevo/trunk/debian/patches/series
===================================================================
--- packages/freevo/trunk/debian/patches/series 2008-01-24 15:19:33 UTC (rev 66)
+++ packages/freevo/trunk/debian/patches/series 2008-01-24 15:49:08 UTC (rev 67)
@@ -1,5 +1,6 @@
nocheck
source_etc_freevo_debconf_py.diff
freevo_config_py_remarks.diff
+umask.diff
config_py.diff
local_conf_py_example_remarks.diff
Added: packages/freevo/trunk/debian/patches/umask.diff
===================================================================
--- packages/freevo/trunk/debian/patches/umask.diff (rev 0)
+++ packages/freevo/trunk/debian/patches/umask.diff 2008-01-24 15:49:08 UTC (rev 67)
@@ -0,0 +1,13 @@
+--- freevo/freevo_config.py 2008-01-24 15:59:10.000000000 +0100
++++ tmp/freevo_config.py 2008-01-24 16:30:15.000000000 +0100
+@@ -698,7 +698,9 @@
+ # 022 means only the user has write access. If you share your Freevo
+ # installation with different users, set this to 002
+ #
+-UMASK = 022
++# In Debian, there is a 'freevo' group, and all users can access shared stuff.
++#
++UMASK = 002
+
+ #
+ # Suffix for playlist files
More information about the Pkg-freevo-maint
mailing list