1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 12:28:08 +01:00

Support --loggroup and --logperms arguments to setup.py

This commit is contained in:
David Paleino
2009-06-13 22:59:03 +02:00
parent d2d2bae6d8
commit 355a8bca1c
4 changed files with 11 additions and 2 deletions

View File

@@ -242,6 +242,8 @@ class configure(Command):
self.no_install_acpi = True
elif self.distro in ['debian']:
self.wicdgroup = "netdev"
self.loggroup = "adm"
self.logperms = "0640"
self.init = '/etc/init.d/'
self.initfile = 'init/debian/wicd'
elif self.distro in ['arch']: