aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-28 22:55:07 -0500
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-28 22:55:07 -0500
commit42aed9373bcc42fc7d9766e35e5158685a57ebdf (patch)
tree832ddad4b687ed66be939a4e744def868c523082 /README
downloadopenrc-settingsd-42aed9373bcc42fc7d9766e35e5158685a57ebdf.tar.gz
openrc-settingsd-42aed9373bcc42fc7d9766e35e5158685a57ebdf.tar.bz2
openrc-settingsd-42aed9373bcc42fc7d9766e35e5158685a57ebdf.zip
Initial commit
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b1c01bc
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+openrc-settingsd provides an implementation of the the hostnamed, localed,
+and timedated DBus services for OpenRC-based systems - in particular, for
+typical installations of Gentoo Linux.
+
+Bugs should be reported (for the moment) to gnome@gentoo.org
+
+Hostnamed:
+
+ See http://www.freedesktop.org/wiki/Software/systemd/hostnamed for the DBus
+ protocol description.
+
+ The static hostname is stored in /etc/conf.d/hostname as
+ hostname="foo"
+
+ The pretty hostname and icon name are stored in /etc/machine-info as
+ PRETTY_HOSTNAME="Foo !"
+ ICON_NAME="computer-desktop"
+
+Note that openrc-settingsd expects any shell-syntax settings files that it
+modifies to be in UTF-8 encoding, and to consist only of comments and simple
+scalar assignments, i.e. something like
+
+# a comment
+foo="bar"
+baz='Let'\''s go!'
+
+If openrc-settingsd fails to parse a settings file, it will refuse to modify
+it. \ No newline at end of file