Package: openvpn
Version: 2.0-1
Severity: minor
Tags: patch

The init.d script exit 1 while stopping vpns.
That line is causing the problem :

[ -e /var/run/openvpn.$NAME.status ] \
    && rm /var/run/openvpn.$NAME.status


I couldnt really figure out what is the problem but by replacing it with :

rm -f /var/run/openvpn.$NAME.status

the problem is fixed. What do you think about it ?

Thanks a lot.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages openvpn depends on:
ii  debconf                     1.4.48       Debian configuration management sy
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  liblzo1                     1.08-2       data compression library
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries

-- debconf information:
  openvpn/change_init: true
  openvpn/create_tun: false
* openvpn/stop2upgrade: true
  openvpn/default_port:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to