From 7dd0f1c03321512f6cb3390e6c14798efd0b5880 Mon Sep 17 00:00:00 2001 From: Eli Flanagan Date: Wed, 13 Apr 2016 11:01:18 -0400 Subject: [PATCH] move extra package to comment so users' can copy paste command --- Reference-Manual.mediawiki | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index fdbf95c..1fb7135 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -197,7 +197,8 @@ The standalone ModSecurity is located at https://www.modsecurity.org/download.ht To build the standalone module from source on a GNU/Linux platform, you need to install the standard and development packages for apache and prce. For example:
 # RHEL/CentOS style install
-sudo yum install httpd httpd-devel pcre pcre-devel libxml2-devel (and systemd-devel on newer versions)
+# May also need systemd-devel on newer versions
+sudo yum install httpd httpd-devel pcre pcre-devel libxml2-devel 
 
 # Debian style install