ntp_signd: move socket directory to var/lib not var/run for permissions change
authorAndrew Bartlett <abartlet@samba.org>
Sun, 11 Nov 2012 21:44:02 +0000 (08:44 +1100)
committerMichael Adam <obnox@samba.org>
Mon, 12 Nov 2012 09:50:03 +0000 (10:50 +0100)
commit77bd7ea1664514a8988941d454fc621c7f0943d1
tree47a55ee8e4c463a250754e860d0d4bf7be6083d4
parente0ab14f52a52c8317473b4c4cd3cf50265e1f9e4
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

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
dynconfig/wscript