# HG changeset patch # User Matthias Förste # Date 1500899059 -7200 # Node ID 971a6b825e10aa4d5db87453981141515bb1b109 # Parent f7fef7b2e619d94dfe857f676fe5f1111a063d20 files in /var/tmp maybe inaccessible since the nrpe unit file since stretch has PrivateTmp=true and the state file actually should be in /var/lib anyway diff -r f7fef7b2e619 -r 971a6b825e10 send-config.pl --- a/send-config.pl Fri May 02 17:16:41 2014 +0200 +++ b/send-config.pl Mon Jul 24 14:24:19 2017 +0200 @@ -96,7 +96,7 @@ my $stamp = $config->{_}->{stamp} ? $config->{_}->{stamp} - : '/var/tmp/get-config.stamp'; + : '/var/lib/get-config.stamp'; debug( "CONF remote username: $username", @@ -315,7 +315,7 @@ username = root path = /root/Configs/Hosts/ - stamp = /var/tmp/get-config.stamp + stamp = /var/lib/get-config.stamp =head1 FILES