From 74969e3b9f7156cfda95bf376ace383f18dd5725 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Thu, 22 Jan 2009 04:33:38 +0000
Subject: [PATCH] #360415 by JohnAlbin: Ship Drupal with a default
 sites/all/modules and sites/all/themes directory. Hooraycvs diff :D

---
 sites/all/modules/README.txt | 5 +++++
 sites/all/themes/README.txt  | 5 +++++
 2 files changed, 10 insertions(+)
 create mode 100644 sites/all/modules/README.txt
 create mode 100644 sites/all/themes/README.txt

diff --git a/sites/all/modules/README.txt b/sites/all/modules/README.txt
new file mode 100644
index 000000000000..e2cb25efef19
--- /dev/null
+++ b/sites/all/modules/README.txt
@@ -0,0 +1,5 @@
+// $Id$
+
+This directory should be used to place downloaded and custom modules
+which are common to all sites. This will allow you to more easily
+update Drupal core files.
diff --git a/sites/all/themes/README.txt b/sites/all/themes/README.txt
new file mode 100644
index 000000000000..99ced75d0bbf
--- /dev/null
+++ b/sites/all/themes/README.txt
@@ -0,0 +1,5 @@
+// $Id$
+
+This directory should be used to place downloaded and custom themes
+which are common to all sites. This will allow you to more easily
+update Drupal core files.
-- 
GitLab