]> git.ipfire.org Git - thirdparty/rsync.git/commit - NEWS.md
Simplify the daemon parameter definitions
authorWayne Davison <wayne@opencoder.net>
Wed, 1 Jul 2020 01:16:55 +0000 (18:16 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 1 Jul 2020 02:30:28 +0000 (19:30 -0700)
commit7d30490ef4ff30746e09d3919c304d6f0bce2d42
tree8f90b6d7c303fe7303e7753cfa083d00c2cd7adb
parent317beebef8b0f60eb36255b35cbea71c84f6ac38
Simplify the daemon parameter definitions

The code now derives all the struct defines, default value assignments,
parser-param defines, and lp_foo() accessor functions from a single list
of daemon parameters.
.gitignore
Makefile.in
NEWS.md
daemon-parm.awk [new file with mode: 0755]
daemon-parm.txt [new file with mode: 0644]
loadparm.c