/usr/share/zentyal-openvpn/enable-module is in zentyal-openvpn 2.3.10+quantal1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #!/bin/bash
# create zebra.conf if it does not exist
test -e /etc/quagga/zebra.conf || touch /etc/quagga/zebra.conf
# create zebra.conf if it does not exist
test -e /etc/quagga/ripd.conf || touch /etc/quagga/ripd.conf
|