mirror of
https://github.com/gryf/wicd.git
synced 2026-04-10 07:03:37 +02:00
Add support for configurable Unix group to be used - basically, users
must be a member of this group in order to use Wicd. Note that this does not apply on systems configured to use ConsoleKit/PAM/et al. This defaults to use the "users" group so that it will work "out of the box" for most people, but distributions are encouraged to edit it as needed with the "--wicdgroup=whatever" configure argument.
This commit is contained in:
@@ -52,6 +52,7 @@ pidfile = '%PIDFILE%'
|
||||
initfile = '%INITFILE%'
|
||||
# stores only the file name, i.e. wicd
|
||||
initfilename = '%INITFILENAME%'
|
||||
wicd_group = '%WICDGROUP%'
|
||||
|
||||
# BOOLEANS
|
||||
no_install_pmutils = %NO_INSTALL_PMUTILS%
|
||||
|
||||
Reference in New Issue
Block a user