|
|
|
@ -36,25 +36,25 @@
|
|
|
|
#define get_system_HWCLOCK_SYNC "ubconfig --default --source system get clock HWCLOCK_SYNC"
|
|
|
|
#define get_system_HWCLOCK_SYNC "ubconfig --default --source system get clock HWCLOCK_SYNC"
|
|
|
|
#define get_global_ZONE "ubconfig --default --source global get clock ZONE"
|
|
|
|
#define get_global_ZONE "ubconfig --default --source global get clock ZONE"
|
|
|
|
#define get_global_HWCLOCK_SYNC "ubconfig --source global get clock HWCLOCK_SYNC"
|
|
|
|
#define get_global_HWCLOCK_SYNC "ubconfig --source global get clock HWCLOCK_SYNC"
|
|
|
|
#define set_system_ZONE "ubconfig --target system --noexecute set clock ZONE="
|
|
|
|
#define set_system_ZONE "ubconfig --target system set clock ZONE="
|
|
|
|
#define set_global_HWCLOCK_SYNC_utc "ubconfig --target global --noexecute set clock HWCLOCK_SYNC=utc"
|
|
|
|
#define set_global_HWCLOCK_SYNC_utc "ubconfig --target global --noexecute set clock HWCLOCK_SYNC=utc"
|
|
|
|
#define set_global_HWCLOCK_SYNC_localtime "ubconfig --target global --noexecute set clock HWCLOCK_SYNC=localtime"
|
|
|
|
#define set_global_HWCLOCK_SYNC_localtime "ubconfig --target global --noexecute set clock HWCLOCK_SYNC=localtime"
|
|
|
|
#define set_system_HWCLOCK_SYNC_localtime "ubconfig --target system --noexecute set clock HWCLOCK_SYNC=localtime"
|
|
|
|
#define set_system_HWCLOCK_SYNC_localtime "ubconfig --target system set clock HWCLOCK_SYNC=localtime"
|
|
|
|
#define set_system_HWCLOCK_SYNC_utc "ubconfig --target system --noexecute set clock HWCLOCK_SYNC=utc"
|
|
|
|
#define set_system_HWCLOCK_SYNC_utc "ubconfig --target system set clock HWCLOCK_SYNC=utc"
|
|
|
|
#define remove_global_NTPSERVERS "ubconfig --target global --noexecute remove network NTPSERVERS"
|
|
|
|
#define remove_global_NTPSERVERS "ubconfig --target global --noexecute remove network NTPSERVERS"
|
|
|
|
#define set_system_NTPSERVERS_default "ubconfig --target system --noexecute set network NTPSERVERS=default"
|
|
|
|
#define set_system_NTPSERVERS_default "ubconfig --target system set network NTPSERVERS=default"
|
|
|
|
#define set_system_NTPSERVERS_dhcp "ubconfig --target system --noexecute set network NTPSERVERS=dhcp"
|
|
|
|
#define set_system_NTPSERVERS_dhcp "ubconfig --target system set network NTPSERVERS=dhcp"
|
|
|
|
#define set_system_NTPSERVERS "ubconfig --target system --noexecute set network NTPSERVERS=\""
|
|
|
|
#define set_system_NTPSERVERS "ubconfig --target system set network NTPSERVERS=\""
|
|
|
|
#define remove_system_NTPSERVERS "ubconfig --target system --noexecute remove network NTPSERVERS"
|
|
|
|
#define remove_system_NTPSERVERS "ubconfig --target system remove network NTPSERVERS"
|
|
|
|
#define set_global_ZONE "ubconfig --target global --noexecute set clock ZONE="
|
|
|
|
#define set_global_ZONE "ubconfig --target global --noexecute set clock ZONE="
|
|
|
|
|
|
|
|
|
|
|
|
#define set_all_ZONE "ubconfig --noexecute set clock ZONE="
|
|
|
|
#define set_all_ZONE "ubconfig set clock ZONE="
|
|
|
|
#define set_all_NTPSERVERS_default "ubconfig --noexecute set network NTPSERVERS=default"
|
|
|
|
#define set_all_NTPSERVERS_default "ubconfig set network NTPSERVERS=default"
|
|
|
|
#define set_all_NTPSERVERS_dhcp "ubconfig --noexecute set network NTPSERVERS=dhcp"
|
|
|
|
#define set_all_NTPSERVERS_dhcp "ubconfig set network NTPSERVERS=dhcp"
|
|
|
|
#define set_all_NTPSERVERS "ubconfig --noexecute set network NTPSERVERS=\""
|
|
|
|
#define set_all_NTPSERVERS "ubconfig set network NTPSERVERS=\""
|
|
|
|
#define remove_all_NTPSERVERS "ubconfig --noexecute remove network NTPSERVERS"
|
|
|
|
#define remove_all_NTPSERVERS "ubconfig remove network NTPSERVERS"
|
|
|
|
#define set_all_HWCLOCK_SYNC_localtime "ubconfig --noexecute set clock HWCLOCK_SYNC=localtime"
|
|
|
|
#define set_all_HWCLOCK_SYNC_localtime "ubconfig set clock HWCLOCK_SYNC=localtime"
|
|
|
|
#define set_all_HWCLOCK_SYNC_utc "ubconfig --noexecute set clock HWCLOCK_SYNC=utc"
|
|
|
|
#define set_all_HWCLOCK_SYNC_utc "ubconfig set clock HWCLOCK_SYNC=utc"
|
|
|
|
|
|
|
|
|
|
|
|
#define set_global_NTPSERVERS_default "ubconfig --target global --noexecute set network NTPSERVERS=default"
|
|
|
|
#define set_global_NTPSERVERS_default "ubconfig --target global --noexecute set network NTPSERVERS=default"
|
|
|
|
#define set_global_NTPSERVERS_dhcp "ubconfig --target global --noexecute set network NTPSERVERS=dhcp"
|
|
|
|
#define set_global_NTPSERVERS_dhcp "ubconfig --target global --noexecute set network NTPSERVERS=dhcp"
|
|
|
|
|