[Pkg-voip-commits] r5454 - in /openser/trunk/debian: changelog openser.init

maniac-guest at alioth.debian.org maniac-guest at alioth.debian.org
Wed Apr 2 17:28:04 UTC 2008


Author: maniac-guest
Date: Wed Apr  2 17:28:04 2008
New Revision: 5454

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5454
Log:
applied patch from ubuntu fixing creation of $HOMEDIR

Modified:
    openser/trunk/debian/changelog
    openser/trunk/debian/openser.init

Modified: openser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/changelog?rev=5454&op=diff
==============================================================================
--- openser/trunk/debian/changelog (original)
+++ openser/trunk/debian/changelog Wed Apr  2 17:28:04 2008
@@ -1,6 +1,13 @@
 openser (1.3.1-3) UNRELEASED; urgency=low
 
+  [ Julien BLACHE ]
   * NOT RELEASED YET
+
+  [ Victor Seva ]
+  * debian/openser.init: (Closes: #470535)
+    - Fixed a bug in creating necessary $HOMEDIR
+      Thanks to Marcos Hack for the hint and fix.
+      Thanks to Stefan Ebner <hellboy195 at gmail.com>
 
  -- Julien BLACHE <jblache at debian.org>  Fri, 28 Mar 2008 23:04:08 +0100
 

Modified: openser/trunk/debian/openser.init
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/openser.init?rev=5454&op=diff
==============================================================================
--- openser/trunk/debian/openser.init (original)
+++ openser/trunk/debian/openser.init Wed Apr  2 17:28:04 2008
@@ -98,7 +98,7 @@
 fi
 
 # /var/run can be a tmpfs
-if [ -d $HOMEDIR ]; then
+if [ ! -d $HOMEDIR ]; then
     mkdir -p $HOMEDIR
 fi
 




More information about the Pkg-voip-commits mailing list