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

« back to all changes in this revision

Viewing changes to debian/config

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-03-30 13:19:09 UTC
  • mfrom: (10.2.20 sid)
  • Revision ID: package-import@ubuntu.com-20120330131909-f9c2sqz2qhy0m2b6
Tags: 2.2.1-8ubuntu1
* Merge at Simon Deziel's request to build with PIE.
* 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.
  + debian/control: Add lsb-base >= 3.2-14 to allow status_of_proc()

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
. /usr/share/debconf/confmodule
11
11
 
12
12
# Do we want to create /dev/net/tun?
13
 
if [ ! -e /dev/.udev ] && [ ! -e /dev/net/tun ]; then
 
13
if [ ! -e /run/udev ] && [ ! -e /dev/net/tun ]; then
14
14
  db_input medium openvpn/create_tun || true
15
15
  db_go
16
16
fi