1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-19 16:35:46 +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

1730
in/wicd=wicd-daemon.py.in Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -62,6 +62,8 @@ initfile = '%INITFILE%'
# stores only the file name, i.e. wicd
initfilename = '%INITFILENAME%'
wicd_group = '%WICDGROUP%'
log_group = '%LOGGROUP%'
log_perms = '%LOGPERMS%'
# BOOLEANS
no_install_pmutils = %NO_INSTALL_PMUTILS%