diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-10 11:18:12 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-10 11:18:12 +0100 |
commit | 5e8d6b1bf407ab011c4201289a9ea08b253bab60 (patch) | |
tree | 87a6305d498b00e7618d48366cdf8c291bf50ff1 /Base | |
parent | 2def3d8d3ff3c913919cd64b2bf75b77ee57d1cf (diff) | |
download | serenity-5e8d6b1bf407ab011c4201289a9ea08b253bab60.zip |
Base: Rename /users to /home.
I didn't like seeing /users next to /usr. /home looks nicer.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/etc/passwd | 2 | ||||
-rw-r--r-- | Base/home/anon/myfile.txt (renamed from Base/users/anon/myfile.txt) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Base/etc/passwd b/Base/etc/passwd index e211fddf2a..8e7e246d64 100644 --- a/Base/etc/passwd +++ b/Base/etc/passwd @@ -1,2 +1,2 @@ root:x:0:0:root:/:/bin/sh -anon:x:100:100:Anonymous,,,:/users/anon:/bin/sh +anon:x:100:100:Anonymous,,,:/home/anon:/bin/sh diff --git a/Base/users/anon/myfile.txt b/Base/home/anon/myfile.txt index 0cb5887cc7..0cb5887cc7 100644 --- a/Base/users/anon/myfile.txt +++ b/Base/home/anon/myfile.txt |