Home
last modified time | relevance | path

Searched refs:CHGRP (Results 1 – 4 of 4) sorted by relevance

/external/dnsmasq/contrib/Suse/
Ddnsmasq-SuSE.patch18 -#define CHGRP "dip"
19 +#define CHGRP "dialout"
/external/dnsmasq/src/
Dconfig.h66 #define CHGRP "dip" macro
Ddnsmasq.c214 if (!(gp = getgrnam(CHGRP)) && ent_pw) in main()
Doption.c244 …RG_ONE, "groupname", gettext_noop("Change to this group after startup (defaults to %s)."), CHGRP },