blob: 20b2a2fe316ad68579dfb2e0e80016995ac6d38d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
Many of the DTraceToolkit scripts do not work on FreeBSD at the moment,
usually because:
- They are using Solaris-specific features
- They use probes which are not supported yet on FreeBSD
Some popular scripts are installed at:
%%PREFIX%%/bin
The rest of the scripts and other toolkit files can be found in:
%%DATADIR%%
To view the manual pages in the "1m" manual section,
the section has to be specified explicitly, e.g.:
man -s 1m fddist
EOM
}
]
|