File: checkingfind.yo

package info (click to toggle)
stealth 4.04.00-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,540 kB
  • sloc: cpp: 2,759; sh: 151; makefile: 111; ansic: 52
file content (14 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
    The client normally uses its tt(find) command intensively: tt(find) is a
great tool for producing reports about almost any conceivable combination of
characteristics of sets of files. Of course, the client's tt(find) command
must itself be OK, as well as the client's tt(sha1sum) program. Now that we
know that the client's tt(sha1sum) program is OK, we can use it to check the
client's tt(/usr/bin/find) program.

Note that the monitor itself no longer needs to invest any significant
processing load: only the client itself is taxed for checking the integrity
of its own files:
        verb(
    LABEL \nchecking the client's /usr/bin/find program
    CHECK LOG = remote/binfind /usr/bin/sha1sum /usr/bin/find)