This patch exchange words which are inappropriate for a situation,
deletes duplicated words, and adds particles where needed.
---
NEWS | 2 +-
TODO | 2 +-
man/sd_bus_message_append_string_memfd.xml | 4 ++--
man/sd_bus_me
---
man/systemd.resource-control.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index 5a996fd..80c365b 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -139,7 +139,7
---
NEWS | 42 +-
README | 2 +-
TODO | 36 ++--
man/sd_bus_path_encode.xml | 2 +-
man/systemd.network.xml| 2 +-
5 files changed, 42 insertions(+), 42 de
---
NEWS| 4 ++--
README | 2 +-
TODO| 2 +-
man/sd_bus_path_encode.xml | 2 +-
man/systemd-gpt-auto-generator.xml | 12 ++--
man/systemd-networkd.service.xml| 2 +-
man/systemd-
This is a recurring submissions (occurring more or less regularly)
and contains fixes to changes made since v208-1927-g4670e9d.
---
The following changes since commit d67006fe539cb024440e06053742e8c7478ac0c1:
timesyncd: use nanosecond mode (2014-04-30 17:25:46 +0200)
are available in the git r
On Fri, May 2, 2014 at 7:31 PM, arnaud gaboury wrote:
> I broke my machine and can not log anymore. When at login prompt, I
> can log as user or root, I am rejected.
> I have no idea what broke the system (upgrade, wrong behavior, a 100%
> full ssd...). The box is clean, up to date, no fancy hacks
These patches supersede an earlier patch of mine:
http://thread.gmane.org/gmane.comp.sysutils.systemd.devel/18473/focus=18474
Tanu Kaskinen (2):
path-util: add path_make_relative()
path-lookup: don't hardcode .config
src/shared/path-lookup.c | 12 +--
src/shared/path-util.c | 90 ++
In user_dirs() in path-lookup.c, I want to replace this:
symlink("../../../.config/systemd/user", data_home);
with
symlink(config_home, data_home);
to avoid hardcoding .config when XDG_CONFIG_HOME is set.
The problem is that config_home is an absolute path, and it's better
to make
If XDG_CONFIG_HOME is set, then we should respect that.
---
src/shared/path-lookup.c | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/shared/path-lookup.c b/src/shared/path-lookup.c
index 63af43c..92abd11 100644
--- a/src/shared/path-lookup.c
+++ b/src/shared/p
Thank you, that worked perfectly.
On Sat, May 3, 2014 at 3:14 AM, Kirill Elagin wrote:
> That's how you do this in systemd:
> http://pkgs.fedoraproject.org/cgit/couchdb.git/tree/couchdb.tmpfiles.conf
>
> https://projects.archlinux.org/svntogit/community.git/tree/trunk/couchdb.tmpfiles?h=package
That's how you do this in systemd:
http://pkgs.fedoraproject.org/cgit/couchdb.git/tree/couchdb.tmpfiles.conf
https://projects.archlinux.org/svntogit/community.git/tree/trunk/couchdb.tmpfiles?h=packages/couchdb
--
Кирилл Елагин
On Sat, May 3, 2014 at 12:03 PM, Austin Matherne
wrote:
> I switche
I switched my Gentoo install over to systemd today and pretty much
everything worked flawlessly. The only exception was CouchDB, which lacks
systemd support in Portage, so I'm left writing my own service file.
I took a peak at the files for Fedora (
http://pkgs.fedoraproject.org/cgit/couchdb.git/t
12 matches
Mail list logo