Package: sympa
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

Thanks to bersyl91's patch, we have fixed this issue in Ubuntu.

*** /tmp/tmpx8dz6i
In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/postinst:
    - Added fix to postinst failing when /var/run/sympa does not exist.

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-backports'), (500, 'karmic')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-19-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u sympa-5.4.7/debian/postinst sympa-5.4.7/debian/postinst
--- sympa-5.4.7/debian/postinst
+++ sympa-5.4.7/debian/postinst
@@ -30,6 +30,9 @@
 if [ ! -d /etc/sympa ]; then
 	mkdir /etc/sympa
 fi
+if [ ! -d /var/run/sympa ]; then
+	mkdir /var/run/sympa
+fi
 
 # Ensure that data structure version file exists
 # and is writable for Sympa

Reply via email to