search for: logtail_opt

Displaying 1 result from an estimated 1 matches for "logtail_opt".

Did you mean: logtail_opts
2005 Oct 29
1
Bug#336265: logrotate detection, possible attack not checked by logcheck
...# syslog-ng leaves old files here 400: if [ -e "$file.0" -a "$file.0" -nt "$file.1.gz" ]; then 401: debug "Running logtail on rotated: $file.0" 402: $LOGTAIL -f "$file.0" -o "$offsetfile" $LOGTAIL_OPTS > \ 403: $TMPDIR/logoutput/$(basename "$file") 2>&1 \ 404: || error "Could not run logtail or save output" 405: rm -f "$offsetfile" \ 406: || error "Could not remove $offsetfile&quo...