diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-17 02:50:09 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-17 21:25:42 +0200 |
commit | 6d0274f11547a0f11200bb82bf598a5a253e12cf (patch) | |
tree | cdca61ea9c8a3c120e53c212dab318ffa141c129 /.gitignore | |
parent | Properly handle device aliases used as dependencies (diff) | |
download | systemd-6d0274f11547a0f11200bb82bf598a5a253e12cf.tar.gz systemd-6d0274f11547a0f11200bb82bf598a5a253e12cf.tar.bz2 systemd-6d0274f11547a0f11200bb82bf598a5a253e12cf.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b9b333d9d..bc72be821 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/timedatectl /test-date /install-tree /systemd-journal-gatewayd |