diff options
author | Andreas Kling <kling@serenityos.org> | 2020-05-08 21:57:44 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-08 21:57:44 +0200 |
commit | cf3b58fbe8f836c13e44d6152d78960aff6089ef (patch) | |
tree | dcc7664f0004ee9c495f9d948cfb16d12f8a70bf /Kernel/build-root-filesystem.sh | |
parent | 042b1f68145ad3754fd98429b405c5c1a173d3fc (diff) | |
download | serenity-cf3b58fbe8f836c13e44d6152d78960aff6089ef.zip |
Services: Renamed from Servers
It didn't feel right to have a "DHCPClient" in a "Servers" directory.
Rename this to Services to better reflect the type of programs we'll
be putting in there.
Diffstat (limited to 'Kernel/build-root-filesystem.sh')
-rwxr-xr-x | Kernel/build-root-filesystem.sh | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh index 3c078ad0ef..90b753c6cf 100755 --- a/Kernel/build-root-filesystem.sh +++ b/Kernel/build-root-filesystem.sh @@ -159,16 +159,16 @@ cp ../DevTools/Inspector/Inspector mnt/bin/Inspector cp ../DevTools/ProfileViewer/ProfileViewer mnt/bin/ProfileViewer cp ../Games/Minesweeper/Minesweeper mnt/bin/Minesweeper cp ../Games/Snake/Snake mnt/bin/Snake -cp ../Servers/DHCPClient/DHCPClient mnt/bin/DHCPClient -cp ../Servers/LookupServer/LookupServer mnt/bin/LookupServer -cp ../Servers/SystemServer/SystemServer mnt/bin/SystemServer -cp ../Servers/WindowServer/WindowServer mnt/bin/WindowServer -cp ../Servers/AudioServer/AudioServer mnt/bin/AudioServer -cp ../Servers/TTYServer/TTYServer mnt/bin/TTYServer -cp ../Servers/TelnetServer/TelnetServer mnt/bin/TelnetServer -cp ../Servers/ProtocolServer/ProtocolServer mnt/bin/ProtocolServer -cp ../Servers/NotificationServer/NotificationServer mnt/bin/NotificationServer -cp ../Servers/WebServer/WebServer mnt/bin/WebServer +cp ../Services/DHCPClient/DHCPClient mnt/bin/DHCPClient +cp ../Services/LookupServer/LookupServer mnt/bin/LookupServer +cp ../Services/SystemServer/SystemServer mnt/bin/SystemServer +cp ../Services/WindowServer/WindowServer mnt/bin/WindowServer +cp ../Services/AudioServer/AudioServer mnt/bin/AudioServer +cp ../Services/TTYServer/TTYServer mnt/bin/TTYServer +cp ../Services/TelnetServer/TelnetServer mnt/bin/TelnetServer +cp ../Services/ProtocolServer/ProtocolServer mnt/bin/ProtocolServer +cp ../Services/NotificationServer/NotificationServer mnt/bin/NotificationServer +cp ../Services/WebServer/WebServer mnt/bin/WebServer cp ../Shell/Shell mnt/bin/Shell cp ../MenuApplets/Audio/Audio.MenuApplet mnt/bin/ cp ../MenuApplets/ResourceGraph/ResourceGraph.MenuApplet mnt/bin/ |