Update to r47550:
Update PHP package names to PHP 5.6 variants as PHP 5.4 hit EOL. Update to r47077: Fix makeoptions. While here, add a missing makeoption.
This commit is contained in:
parent
9c962719f6
commit
8f333947ef
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49115
1 changed files with 4 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ that might make this chapter too large.
|
|||
The FreeBSD Documentation Project
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/dtrace/chapter.xml,v 1.4 2009/08/22 18:54:15 bcr Exp $
|
||||
basiert auf: r46841
|
||||
basiert auf: r47550
|
||||
-->
|
||||
<!-- XXXTR: Should probably put links and resources here. I'm
|
||||
nervous about this chapter as it may require a partial
|
||||
|
|
@ -82,7 +82,7 @@ that might make this chapter too large.
|
|||
Anwendungsprogramme für die spätere Aufzeichnung einzufügen.
|
||||
Manche Ports, wie beispielsweise
|
||||
<package>databases/postgres-server</package> und
|
||||
<package>lang/php5</package> besitzen eine &dtrace;-Option, um
|
||||
<package>lang/php56</package> besitzen eine &dtrace;-Option, um
|
||||
statische Sonden zu aktivieren. &os; 10.0-RELEASE besitzt
|
||||
eine verhältnismässig gute Unterstützung für &dtrace; im
|
||||
Anwendungsbereich, wird jedoch noch nicht als produktionsreif
|
||||
|
|
@ -220,7 +220,8 @@ that might make this chapter too large.
|
|||
|
||||
<programlisting>options KDTRACE_HOOKS
|
||||
options DDB_CTF
|
||||
options DEBUG=-g</programlisting>
|
||||
makeoptions DEBUG=-g
|
||||
makeoptions WITH_CTF=1</programlisting>
|
||||
|
||||
<para>Besitzer der AMD64-Architektur werden wahrscheinlich noch
|
||||
die folgende Zeile zur Kernelkonfigurationsdatei
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue