From c0d3ae541fd62cb3753393d2078e523cedbba999 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Thu, 16 Feb 2012 08:10:43 -0700 Subject: [PATCH] Add comment lines for libinstall. --- apache/php.ini.in | 2 ++ apache/v1/httpd.conf-ops.in | 3 +++ apache/v1/httpd.conf.in | 3 +++ apache/v2/httpd.conf-ops.in | 8 ++++++++ apache/v2/httpd.conf.in | 8 ++++++++ 5 files changed, 24 insertions(+) diff --git a/apache/php.ini.in b/apache/php.ini.in index a21a9c22e..00a1f69b8 100644 --- a/apache/php.ini.in +++ b/apache/php.ini.in @@ -1,5 +1,7 @@ [PHP] ; Added for update 5.21 +; This file Added by Emulab - Version: 5.X +; Do not remove the above line. ; ; So that quotes are not escaped. Needed for netbuild application. diff --git a/apache/v1/httpd.conf-ops.in b/apache/v1/httpd.conf-ops.in index a6f29fbf3..86b3945bb 100644 --- a/apache/v1/httpd.conf-ops.in +++ b/apache/v1/httpd.conf-ops.in @@ -2,6 +2,9 @@ ## httpd.conf -- Apache HTTP server configuration file ## +## +## This file Added by Emulab - Version: 5.X +## Do not remove the above line. ## ## This file is intended for use by sites running the emulab software. It ## was installed by the testbed installation process. diff --git a/apache/v1/httpd.conf.in b/apache/v1/httpd.conf.in index a43d3ecb2..03f13aab5 100644 --- a/apache/v1/httpd.conf.in +++ b/apache/v1/httpd.conf.in @@ -2,6 +2,9 @@ ## apache.conf -- Apache HTTP server configuration file ## +## +## This file Added by Emulab - Version: 5.X +## Do not remove the above line. ## ## This file is intended for use by sites running the emulab software. It ## was installed by the testbed installation process. diff --git a/apache/v2/httpd.conf-ops.in b/apache/v2/httpd.conf-ops.in index 4860059db..7a3fcd9ba 100644 --- a/apache/v2/httpd.conf-ops.in +++ b/apache/v2/httpd.conf-ops.in @@ -1,3 +1,11 @@ +## +## This file Added by Emulab - Version: 5.X +## Do not remove the above line. +## +## This file is intended for use by sites running the emulab software. It +## was installed by the testbed installation process. +## + # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. diff --git a/apache/v2/httpd.conf.in b/apache/v2/httpd.conf.in index cf3cb7fc2..defe2e4f8 100644 --- a/apache/v2/httpd.conf.in +++ b/apache/v2/httpd.conf.in @@ -1,3 +1,11 @@ +## +## This file Added by Emulab - Version: 5.X +## Do not remove the above line. +## +## This file is intended for use by sites running the emulab software. It +## was installed by the testbed installation process. +## + # # This is the main Apache server configuration file. It contains the # configuration directives that give the server its instructions. -- GitLab