diff options
author | John Crispin <blogic@openwrt.org> | 2007-09-19 19:58:07 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-09-19 19:58:07 +0000 |
commit | 2c41016d04f269aa3cc64b00c240e79771ab760d (patch) | |
tree | b3991f45e0aa660c043a9e880b54c22750fcd64f /package/base-files/files/etc/passwd | |
parent | fa7c428bad3eee741b737a36dd47481c3ccdf5a2 (diff) | |
download | master-187ad058-2c41016d04f269aa3cc64b00c240e79771ab760d.tar.gz master-187ad058-2c41016d04f269aa3cc64b00c240e79771ab760d.tar.bz2 master-187ad058-2c41016d04f269aa3cc64b00c240e79771ab760d.zip |
made HOME=/root global instead of x86 specific
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8845 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/passwd')
-rw-r--r-- | package/base-files/files/etc/passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/passwd b/package/base-files/files/etc/passwd index 3b660a0d4e..6fe6ab5ad4 100644 --- a/package/base-files/files/etc/passwd +++ b/package/base-files/files/etc/passwd @@ -1,2 +1,2 @@ -root:!:0:0:root:/tmp:/bin/ash +root:!:0:0:root:/root:/bin/ash nobody:*:65534:65534:nobody:/var:/bin/false |