diff options
author | Matt Johnston <matt@ucc.asn.au> | 2018-02-22 23:07:13 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2018-02-22 23:07:13 +0800 |
commit | 44c323872a4f090742c6223bfc92c197e5bc513f (patch) | |
tree | 15fd99a1f3dc4ed156e30a5fea450129ecdea0db /runopts.h | |
parent | 2707f054a545788ded23f7886d61ff173a699ddb (diff) | |
parent | 094972ea848b793e9f09c4f31f94af1998b4f6fd (diff) |
Merge branch 'stellarpower-master'
Diffstat (limited to 'runopts.h')
-rw-r--r-- | runopts.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,8 @@ typedef struct svr_runopts { #endif int norootlogin; + char *grouploginname; + gid_t *grouploginid; int noauthpass; int norootpass; |