Package: ipsec-tools
Version: 1:0.6.7-1.1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

    - debian/racoon.init:
      - Create /var/run/racoon.

The reason is that /var/run is a tmpfs mount. We thought you might be
interested in doing the same. 


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

Kernel: Linux 2.6.22-14-server (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u ipsec-tools-0.6.7/debian/racoon.init 
ipsec-tools-0.6.7/debian/racoon.init
--- ipsec-tools-0.6.7/debian/racoon.init
+++ ipsec-tools-0.6.7/debian/racoon.init
@@ -28,6 +28,10 @@
 
 [ -f "$DEF_CFG" ] && . $DEF_CFG
 
+if [ ! -d /var/run/racoon ]; then
+       mkdir -p /var/run/racoon
+fi
+
 check_kernel () {
        local MOD_DIR=/lib/modules/`uname -r`
        local FOUT

Reply via email to