~ubuntu-branches/ubuntu/saucy/openvpn/saucy-proposed

« back to all changes in this revision

Viewing changes to win/openvpn.nsi

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-31 04:55:56 UTC
  • mfrom: (1.1.18) (10.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20111231045556-3fwmrbggevr9iqxd
Tags: 2.2.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
 + debian/openvpn.init.d:
    - Do not use start-stop-daemon and </dev/null to avoid blocking boot.
    - Show per-VPN result messages.
    - Add "--script-security 2" by default for backwards compatabliity.
  + debian/control: Add lsb-base >= 3.2-14 to allow status_of_proc()
  + debian/update-resolv-conf: Support multiple domains.
  + fix bug where '--script-security 2' would be passed for all
    daemons after the first. (LP: #794916)

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
 
273
273
  # FIXME: the easy-rsa directory would need cleaning up
274
274
 
275
 
  # Original nsi script looked for openssl.cnf.sample
276
 
  File "${EASYRSA}\2.0\openssl.cnf"
 
275
  # Original nsi script looked for ${EASYRSA}\2.0\openssl.cnf.sample. A newer
 
276
  # openssl.cnf is needed on OpenVPN 2.2+.
 
277
  File "${EASYRSA}\2.0\openssl-1.0.0.cnf"
277
278
 
278
279
  File "${EASYRSA}\Windows\vars.bat.sample"
279
280