commit | d0a895d25f4900ed574910b15e8899689e80bec0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 18 17:40:35 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 18 18:26:08 2012 +0200 |
tree | 31a8dc1ccf52d702bf4b245b84e520cfd7c601e7 | |
parent | 3dcc341720a8f08caf7fbbdf7efd8fd0bbb0dc8e [diff] |
MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c The "mode", "uid", "gid", "user" and "group" bind options were moved to proto_uxst as they are unix-specific. Note that previous versions had a bug here, only the last listener was updated with the specified settings. However, it almost never happens that bind lines contain multiple UNIX socket paths so this is not that much of a problem anyway.