This file is indexed.

/usr/share/doc/rdup/todo is in rdup 1.1.11-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
TODO

rdup:
    update manpage
    make metachanges more efficient - now it sends the entire file again
    (this needs a %P change + - and a m - for meta, only send the new
    meta data - rdup-{up,tr} need to grok this too)

rdup-tr:
    with tar/pax output hardlinks must come last
    update manpage

rdup-up:
    update manpage

tests:
    tweak almost correct input and let rdup crash

    autom. tests...?
    for i in $(seq 0 100); do make check 2>/dev/null | grep '^# of expected'; sleep 1; done