1
0
Fork 0

Merge pull request #24 from aboe76/opensuse_support

added opensuse support
This commit is contained in:
Nitin Madhok 2015-03-07 05:32:45 -07:00
commit 2045591a9d
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
'Gentoo': {'pkg': 'app-admin/sudo'}, 'Gentoo': {'pkg': 'app-admin/sudo'},
'Mint': {'pkg': 'sudo'}, 'Mint': {'pkg': 'sudo'},
'Arch': {'pkg': 'sudo'}, 'Arch': {'pkg': 'sudo'},
'Suse': {'pkg': 'sudo'},
'FreeBSD': {'pkg': 'sudo', 'FreeBSD': {'pkg': 'sudo',
'config-path': '/usr/local/etc', 'config-path': '/usr/local/etc',
'group': 'wheel'}, 'group': 'wheel'},