ntp_signd: move socket directory to var/lib not var/run for permissions change
commitfb3f0818f68986fc19324d175626ae8bbf6ed3a7
authorAndrew Bartlett <abartlet@samba.org>
Sun, 11 Nov 2012 21:44:02 +0000 (12 08:44 +1100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 12 Nov 2012 08:09:50 +0000 (12 09:09 +0100)
treea2f5b0a4678b74b79d9936620a7fd74bdb72ed8b
parent3199aa17c101e01fb4d835a2bcc56fa8f1983cfc
ntp_signd: move socket directory to var/lib not var/run for permissions change

With the next patch, this becomes a socket directory on which we must
maintain administrator-specified permissions we will need to move it
away from directories that wipe at boot.

This means the ntp.conf will need to change from (eg)

ntpsigndsocket /usr/local/samba/var/run/ntp_signd/

to

ntpsigndsocket /usr/local/samba/var/lib/ntp_signd/

Andrew Bartlett
dynconfig/wscript