[Pkg-voip-commits] r6025 - in /rtpproxy/trunk/debian: changelog rtpproxy.init
marcusb-guest at alioth.debian.org
marcusb-guest at alioth.debian.org
Tue Aug 12 10:13:21 UTC 2008
Author: marcusb-guest
Date: Tue Aug 12 10:13:21 2008
New Revision: 6025
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6025
Log:
Set umask to make control socket group-writable.
Modified:
rtpproxy/trunk/debian/changelog
rtpproxy/trunk/debian/rtpproxy.init
Modified: rtpproxy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/changelog?rev=6025&op=diff
==============================================================================
--- rtpproxy/trunk/debian/changelog (original)
+++ rtpproxy/trunk/debian/changelog Tue Aug 12 10:13:21 2008
@@ -4,8 +4,9 @@
* Do not return failure in stop command of init script if the daemon is
not running.
* Add README.source file explaining quilt usage.
+ * Set umask to make control socket group-writable.
- -- Marcus Better <marcus at better.se> Sun, 22 Jun 2008 18:05:55 +0000
+ -- Marcus Better <marcus at better.se> Tue, 12 Aug 2008 10:10:43 +0000
rtpproxy (1.1-1) unstable; urgency=low
Modified: rtpproxy/trunk/debian/rtpproxy.init
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/rtpproxy.init?rev=6025&op=diff
==============================================================================
--- rtpproxy/trunk/debian/rtpproxy.init (original)
+++ rtpproxy/trunk/debian/rtpproxy.init Tue Aug 12 10:13:21 2008
@@ -20,6 +20,7 @@
CONTROL_SOCK="unix:$PIDFILE_DIR/$NAME.sock"
test -x $DAEMON || exit 0
+umask 002
# Include defaults if available
if [ -f /etc/default/$NAME ] ; then
More information about the Pkg-voip-commits
mailing list