diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2019-08-14 14:06:43 +0300 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-08-14 14:28:45 +0200 |
commit | cbdda9106559a8fc173d4b7ce29254638f9b4e69 (patch) | |
tree | 78f66db824606e8c585119236d1e0c9b50f35bdb /Kernel/build-root-filesystem.sh | |
parent | c7040cee62b76ea27e15566437b53cf223bd778a (diff) | |
download | serenity-cbdda9106559a8fc173d4b7ce29254638f9b4e69.zip |
ProcessManager: Rename it to SystemMonitor
This is a more appropriate name now that it does a lot
more than just manage processes ^)
Diffstat (limited to 'Kernel/build-root-filesystem.sh')
-rwxr-xr-x | Kernel/build-root-filesystem.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/build-root-filesystem.sh b/Kernel/build-root-filesystem.sh index 38921ec207..903231b569 100755 --- a/Kernel/build-root-filesystem.sh +++ b/Kernel/build-root-filesystem.sh @@ -75,7 +75,7 @@ cp ../Applications/FileManager/FileManager mnt/bin/FileManager cp ../Applications/FontEditor/FontEditor mnt/bin/FontEditor cp ../Applications/IRCClient/IRCClient mnt/bin/IRCClient cp ../Applications/Launcher/Launcher mnt/bin/Launcher -cp ../Applications/ProcessManager/ProcessManager mnt/bin/ProcessManager +cp ../Applications/SystemMonitor/SystemMonitor mnt/bin/SystemMonitor cp ../Applications/Taskbar/Taskbar mnt/bin/Taskbar cp ../Applications/Terminal/Terminal mnt/bin/Terminal cp ../Applications/TextEditor/TextEditor mnt/bin/TextEditor |