summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkx <kx@radix.pro>2023-12-22 01:21:31 +0300
committerkx <kx@radix.pro>2023-12-22 01:21:31 +0300
commit782a9bd88ec3b6ecc13c185b4615a3f7f3c72959 (patch)
tree6c5797eeba6d39a334de36ca6f3d869fe6c106a5
parent93ad83d97a9065073236a07460ea04d49daa71ca (diff)
downloadtimedated-782a9bd88ec3b6ecc13c185b4615a3f7f3c72959.tar.xz
removed README
-rw-r--r--README57
1 files changed, 0 insertions, 57 deletions
diff --git a/README b/README
deleted file mode 100644
index 574c328..0000000
--- a/README
+++ /dev/null
@@ -1,57 +0,0 @@
-
-Timedate Daemon
-===============
-
-TimeDate Daemon is a system service that can be used to control the system time
-and related settings.
-
-This is the replacement of systemd service that control the org.freedesktop.timedate1
-D-Bus interface for GNU Linux distributions which does not have a systemd.
-
-You can find specification at:
- https://www.freedesktop.org/software/systemd/man/latest/org.freedesktop.timedate1.html
-
-TimeDate Daemon does not support interactive parameter which can be used to control
-whether PolKit should interactively ask the user for authentication credentials if required.
-Instead of interactive way users permissions can be set by PolKit rules in the
-/usr/share/polkit-1/rules.d/org.freedesktop.timedate1.rules file. For example,
-a system administrator can add Desktop-users into 'wheel' group to give them rights
-to access the org.freedesktop.timedate1 D-Bus interface.
-
-
-Requirements:
-------------
-
- glib-2.0 >= 2.76
- gobject-2.0 >= 2.76
- gio-2.0 >= 2.76
- polkit-gobject-1 >= 123
- libpcre2-8 >= 10.36
- dbus >= 1.13.18
-
-How to Build:
-============
-
- $ meson setup --prefix=/usr . ..
- $ ninja
- $ ninja install
-
-
-Supported Distributions:
-=======================
-
- - Radix cross Linux [https://radix.pro]
- - Slackware [http://www.slackware.com] (needed litle changes in timeconfig script)
-
-For other systems the special implementation of NTP daemon control should be developed.
-
-
-TODO:
-====
-
- - timedatectl (simply it can be writen in Bash).
-
-
-LICENSE:
-=======
- GNU General Public License Version 2, June 1991