]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Add /var/www to device table
authorSimon Dawson <spdawson@gmail.com>
Fri, 30 Nov 2012 07:56:25 +0000 (07:56 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 30 Nov 2012 19:48:52 +0000 (11:48 -0800)
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>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
system/device_table.txt

index fc397a90c93c71398910cb835920a4beec91aec9..421728b08524ec2ad3fda7740b99719eb534c9c0 100644 (file)
@@ -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       -       -       -       -       -