summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorDavid Jander <david@protonic.nl>2016-07-27 13:17:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-08-01 09:24:33 +0200
commit83be04caab89ca1fd620ba82afed090049910f80 (patch)
tree368ccb738c531f0fd7ee4e522dd2318bfbb9561a /projectroot
parent76060f6d5f11009fbb964acfa1c504e6b4df376a (diff)
downloadptxdist-83be04caab89ca1fd620ba82afed090049910f80.tar.gz
ptxdist-83be04caab89ca1fd620ba82afed090049910f80.tar.xz
projectroot: etc/passwd: Change home of root
systemd assumes $HOME of root to be "/root", and apparently so do most other Linux distributions. Adapt to the de-facto standard. Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/etc/passwd2
1 files changed, 1 insertions, 1 deletions
diff --git a/projectroot/etc/passwd b/projectroot/etc/passwd
index b75ed9f45..29c85577a 100644
--- a/projectroot/etc/passwd
+++ b/projectroot/etc/passwd
@@ -1,4 +1,4 @@
-root:x:0:0:root:/home:/bin/sh
+root:x:0:0:root:/root:/bin/sh
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
ftp:x:11:101:ftp user:/home:/bin/false
www:x:12:102:www user:/home:/bin/false