[Pkg-voip-commits] r6336 - in /freepbx/trunk/debian: changelog freepbx-panel.postinst

odd_bloke-guest at alioth.debian.org odd_bloke-guest at alioth.debian.org
Wed Oct 29 13:34:52 UTC 2008


Author: odd_bloke-guest
Date: Wed Oct 29 13:34:51 2008
New Revision: 6336

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6336
Log:
debian/freepbx-panel.postinst: Fixed deprecated use of chown.

Modified:
    freepbx/trunk/debian/changelog
    freepbx/trunk/debian/freepbx-panel.postinst

Modified: freepbx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx/trunk/debian/changelog?rev=6336&op=diff
==============================================================================
--- freepbx/trunk/debian/changelog (original)
+++ freepbx/trunk/debian/changelog Wed Oct 29 13:34:51 2008
@@ -11,8 +11,9 @@
   * Corrected typo in installation directory of freepbx-sounds-extra.
   * Removed php4 packages from Depends, as php4 is no longer distributed as part
     of unstable.
-
- -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Fri, 24 Oct 2008 11:59:17 +0100
+  * debian/freepbx-panel.postinst: Fixed deprecated use of chown.
+
+ -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Fri, 24 Oct 2008 12:09:56 +0100
 
 freepbx (2.3.1~dfsg-1) UNRELEASED; urgency=low
 

Modified: freepbx/trunk/debian/freepbx-panel.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx/trunk/debian/freepbx-panel.postinst?rev=6336&op=diff
==============================================================================
--- freepbx/trunk/debian/freepbx-panel.postinst (original)
+++ freepbx/trunk/debian/freepbx-panel.postinst Wed Oct 29 13:34:51 2008
@@ -20,7 +20,7 @@
 
 case "$1" in
 	configure)
-		chown -R asterisk.asterisk /etc/op-panel/freepbx
+		chown -R asterisk:asterisk /etc/op-panel/freepbx
 		chmod -R g+rw              /etc/op-panel/freepbx
 		
 		# install our alternative op-panel configuration




More information about the Pkg-voip-commits mailing list