mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 09:49:21 +00:00
timezone: Add a command line utility to set the system time zone
This commit is contained in:
parent
2bdc3aec42
commit
6057a2ca30
Notes:
sideshowbarker
2024-07-18 05:01:22 +09:00
Author: https://github.com/trflynn89
Commit: 6057a2ca30
Pull-request: https://github.com/SerenityOS/serenity/pull/12026
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg
3 changed files with 38 additions and 0 deletions
|
@ -101,6 +101,10 @@ if [ -f mnt/bin/utmpupdate ]; then
|
|||
chown 0:$utmp_gid mnt/bin/utmpupdate
|
||||
chmod 2755 mnt/bin/utmpupdate
|
||||
fi
|
||||
if [ -f mnt/bin/timezone ]; then
|
||||
chown 0:$phys_gid mnt/bin/timezone
|
||||
chmod 4750 mnt/bin/timezone
|
||||
fi
|
||||
if [ -f mnt/usr/Tests/Kernel/TestMemoryDeviceMmap ]; then
|
||||
chown 0:0 mnt/usr/Tests/Kernel/TestMemoryDeviceMmap
|
||||
chmod 4755 mnt/usr/Tests/Kernel/TestMemoryDeviceMmap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue