comments
This commit is contained in:
parent
ec979d5c3f
commit
452e5c1c59
@ -1,14 +1,21 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Check /usr/bin and /usr/local/bin modification date against recorded
|
# This script is called by recollindex to determine if it would be
|
||||||
# state, as recorded inside ~/.config/Recoll.org/needidxretrydate
|
# worth retrying files which previously failed to index.
|
||||||
|
#
|
||||||
|
# This is the default implementation, it is pointed to by the
|
||||||
|
# 'checkneedretryindexscript' variable in the default recoll.conf
|
||||||
|
#
|
||||||
|
# The script exits with 0 if retrying should be performed (something
|
||||||
|
# changed), 1 else.
|
||||||
|
#
|
||||||
|
# We check /usr/bin and /usr/local/bin modification date against the
|
||||||
|
# previous value recorded inside ~/.config/Recoll.org/needidxretrydate
|
||||||
#
|
#
|
||||||
# If any argument is given, we record the new state instead of
|
# If any argument is given, we record the new state instead of
|
||||||
# generating it (this should be used at the end of an indexing pass
|
# generating it (this should be used at the end of an indexing pass
|
||||||
# with retry set).
|
# with retry set).
|
||||||
#
|
#
|
||||||
# The script exits with 0 if retrying should be performed (something
|
|
||||||
# changed), 1 else.
|
|
||||||
|
|
||||||
# Bin dirs to be tested:
|
# Bin dirs to be tested:
|
||||||
bindirs="/usr/bin /usr/local/bin $HOME/bin /opt/*/bin"
|
bindirs="/usr/bin /usr/local/bin $HOME/bin /opt/*/bin"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user