~ubuntu-branches/ubuntu/lucid/ebox-openvpn/lucid

« back to all changes in this revision

Viewing changes to src/EBox/rootTests/lib/DaemonTest.pm

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-02-27 13:31:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080227133129-6mpzfq43hghuxtaz
Tags: 0.11.99-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    my $confDir = $self->_confDir();
53
53
 
54
54
    my @config = (
55
 
                  '/ebox/modules/openvpn/active'  => 1,
 
55
                  '/ebox/modules/openvpn/userActive'  => 1,
56
56
                  '/ebox/modules/openvpn/openvpn_bin'  => '/usr/sbin/openvpn',
57
57
                  '/ebox/modules/openvpn/user'  => 'nobody',
58
58
                  '/ebox/modules/openvpn/group' => 'nogroup',  # in non-Debian systems this will be posssibly 'nobody'