~ubuntu-branches/ubuntu/trusty/openvpn/trusty-updates

« back to all changes in this revision

Viewing changes to src/openvpn/common.h

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-07-09 17:20:31 UTC
  • mfrom: (1.1.20) (10.2.26 sid)
  • Revision ID: package-import@ubuntu.com-20130709172031-j30621zfq11wy5tv
Tags: 2.3.2-4ubuntu1
* Merge from Debian unstable. 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
/*
101
101
 * Script security warning
102
102
 */
103
 
#define SCRIPT_SECURITY_WARNING "WARNING: External program may not be called unless '--script-security 2' or higher is enabled.  Use '--script-security 3 system' for backward compatibility with 2.1_rc8 and earlier.  See --help text or man page for detailed info."
 
103
#define SCRIPT_SECURITY_WARNING "WARNING: External program may not be called unless '--script-security 2' or higher is enabled. See --help text or man page for detailed info."
104
104
 
105
105
#endif