mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +00:00
Rename DNSLookupServer => LookupServer.
This commit is contained in:
parent
67009cee8e
commit
9120b05a40
10 changed files with 21 additions and 22 deletions
|
@ -85,9 +85,9 @@ VFS* vfs;
|
|||
|
||||
int error;
|
||||
|
||||
auto* dns_lookup_server_process = Process::create_user_process("/bin/DNSLookupServer", (uid_t)100, (gid_t)100, (pid_t)0, error, { }, { }, tty0);
|
||||
auto* dns_lookup_server_process = Process::create_user_process("/bin/LookupServer", (uid_t)100, (gid_t)100, (pid_t)0, error, { }, { }, tty0);
|
||||
if (error != 0) {
|
||||
dbgprintf("error spawning DNSLookupServer: %d\n", error);
|
||||
dbgprintf("error spawning LookupServer: %d\n", error);
|
||||
hang();
|
||||
}
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ $make_cmd -C ../LibM && \
|
|||
(cd ../LibM && ./install.sh) && \
|
||||
$make_cmd -C ../LibM clean && \
|
||||
$make_cmd -C ../LibM clean && \
|
||||
$make_cmd -C ../Servers/DNSLookupServer clean && \
|
||||
$make_cmd -C ../Servers/DNSLookupServer && \
|
||||
$make_cmd -C ../Servers/LookupServer clean && \
|
||||
$make_cmd -C ../Servers/LookupServer && \
|
||||
$make_cmd -C ../WindowServer clean && \
|
||||
$make_cmd -C ../WindowServer && \
|
||||
$make_cmd -C ../LibGUI clean && \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue