diff mbox

[v5] Add /var/www to device table

Message ID 1354298185-2974-1-git-send-email-spdawson@gmail.com
State Accepted
Commit e2af1822252af1a70a5b199921ede15572b46d0e
Headers show

Commit Message

Simon Dawson Nov. 30, 2012, 5:56 p.m. UTC
From: Simon Dawson <spdawson@gmail.com>

The /var/www directory is listed in /etc/passwd in the skeleton target
filesystem as the home directory of the www-data user (uid 33).

In the final target filesystem, /var/www should be owned by www-data. This
is important for the lighttpd package, for example.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 v5: Rework for relocation device table file (now under system)
 v4: Resend.
 v3: Added Acked-by information.
 v2: Removed redundant TAB from line added device table file.

 system/device_table.txt |    1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Nov. 30, 2012, 7:49 p.m. UTC | #1
>>>>> "spdawson" == spdawson  <spdawson@gmail.com> writes:

 spdawson> From: Simon Dawson <spdawson@gmail.com>
 spdawson> The /var/www directory is listed in /etc/passwd in the skeleton target
 spdawson> filesystem as the home directory of the www-data user (uid 33).

 spdawson> In the final target filesystem, /var/www should be owned by
 spdawson> www-data. This is important for the lighttpd package, for
 spdawson> example.

Committed, thanks.
diff mbox

Patch

diff --git a/system/device_table.txt b/system/device_table.txt
index fc397a9..421728b 100644
--- a/system/device_table.txt
+++ b/system/device_table.txt
@@ -10,6 +10,7 @@ 
 /tmp					d	1777	0	0	-	-	-	-	-
 /etc					d	755	0	0	-	-	-	-	-
 /home/default				d	2755	1000	1000	-	-	-	-	-
+/var/www				d	755	33	33	-	-	-	-	-
 /etc/shadow				f	600	0	0	-	-	-	-	-
 /etc/passwd				f	644	0	0	-	-	-	-	-
 /etc/network/if-up.d			d	755	0	0	-	-	-	-	-