1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:47:35 +00:00

Rename DNSLookupServer => LookupServer.

This commit is contained in:
Andreas Kling 2019-03-20 04:26:30 +01:00
parent 67009cee8e
commit 9120b05a40
10 changed files with 21 additions and 22 deletions

View file

@ -88,8 +88,7 @@ cp -v ../Applications/About/About mnt/bin/About
cp -v ../Applications/TextEditor/TextEditor mnt/bin/TextEditor
cp -v ../Applications/IRCClient/IRCClient mnt/bin/IRCClient
ln -s IRCClient mnt/bin/irc
cp -v ../Servers/DNSLookupServer/DNSLookupServer mnt/bin/DNSLookupServer
ln -s DNSLookupServer mnt/bin/dns
cp -v ../Servers/LookupServer/LookupServer mnt/bin/LookupServer
cp -v ../WindowServer/WindowServer mnt/bin/WindowServer
cp -v kernel.map mnt/
sh sync-local.sh