This file is indexed.

/usr/share/doc/dhcp-probe/PLATFORMS is in dhcp-probe 1.3.0-10.1+b1.

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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Platform-Specific Notes for dhcp_probe

The author develops this program on Solaris 9 on SPARC, so that's the platform
you can expect to work.    The author has not ported the program to other platforms,
and in fact, it currently ignores much of what 'configure' discovers.

Others have contributed patches to make this program run on several other platforms.
The author is usually unable to test whether these patches work on those platforms.



FREEBSD

If the libnet 1.1.x header is installed in /usr/local/include/libnet11/
you will probably need to specify --with-libnet-include=/usr/local/include/libnet11/

If the libnet 1.1.x library is installed in /usr/local/lib/libnet11/
you will probably need to specify --with-libnet-lib=/usr/local/lib/libnet11/

You may need to specify --mandir=/usr/local/man at configure-time.



SOLARIS

The current version of the program has been successfully built and used on the
following versions of Solaris:

        Solaris 9 on SPARC
        gcc 3.3.6
        libpcap 0.9.8
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described above)

Earlier versions of the program has been successfully built and used on on the
following versions of Solaris; it is possible that the current version may still 
build and run on them, but this has not been verified by the author:

        Solaris 9 on SPARC
        gcc 3.0.4
        libpcap 0.8.3
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described above)

        Solaris 9 on SPARC
        gcc 3.3.3
        libpcap 0.8.3
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described above)

        Solaris 9 on SPARC
        gcc 3.3.3
        libpcap 0.9.3
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described above)

        Solaris 9 on SPARC
        gcc 3.3.3
        libpcap 0.9.4
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described above)

        Solaris 9 on SPARC
        gcc 3.3.6
        libpcap 0.9.5
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described above)

        Solaris 9 on SPARC
        gcc 3.3.6
        libpcap 0.9.7
        libnet 1.1.2.1 (with the libnet_cq_end_loop() change described above)