chiark / gitweb /
timedatectl: introduce new command line client for timedated
authorLennart Poettering <lennart@poettering.net>
Wed, 17 Oct 2012 00:50:09 +0000 (02:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 17 Oct 2012 19:25:42 +0000 (21:25 +0200)
commit6d0274f11547a0f11200bb82bf598a5a253e12cf
treecdca61ea9c8a3c120e53c212dab318ffa141c129
parent22349cee29b31cde7ef8582b4882475f553af97a
timedatectl: introduce new command line client for timedated

Much like logind has a client in loginctl, and journald in journalctl
introduce timedatectl, to change the system time (incl. RTC), timezones
and related settings.
13 files changed:
.gitignore
Makefile.am
TODO
man/systemd-timedated.service.xml
man/timedatectl.xml [new file with mode: 0644]
rules/50-udev-default.rules
src/login/loginctl.c
src/shared/dbus-common.h
src/shared/macro.h
src/shared/strv.c
src/shared/strv.h
src/shared/util.c
src/timedate/timedatectl.c [new file with mode: 0644]