1
0
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:
Robby Workman
2008-12-23 01:47:53 -06:00
parent c9b25937b3
commit 48160df95b
3 changed files with 4 additions and 2 deletions

View File

@@ -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%