Re: [systemd-devel] [PATCH] add org.freedesktop.DBus.Properies.Set method

2011-03-07 Thread Andrey Borzenkov
On Tue, Mar 8, 2011 at 2:04 AM, Adam Spragg wrote: > On Monday 07 Mar 2011 17:32:33 Andrey Borzenkov wrote: >> wrote: >> > Seems incomplete, as it doesnt actually include the .vimrc file? >> >> I did not intend to force my personal vim style on anyone, just make >> it sure people can add custom .

Re: [systemd-devel] [PATCH] add org.freedesktop.DBus.Properies.Set method

2011-03-07 Thread Adam Spragg
On Monday 07 Mar 2011 17:32:33 Andrey Borzenkov wrote: > wrote: > > Seems incomplete, as it doesnt actually include the .vimrc file? > > I did not intend to force my personal vim style on anyone, just make > it sure people can add custom .vimrc with whatever settings are deemed > appropriate. Th

Re: [systemd-devel] [PATCH] add org.freedesktop.DBus.Properies.Set method

2011-03-07 Thread Lennart Poettering
On Mon, 07.03.11 19:04, Lennart Poettering (lenn...@poettering.net) wrote: > > >> Well, this is what vim does by default. What about attached patch > > >> then? > > > > > > Seems incomplete, as it doesnt actually include the .vimrc file? > > > > > > > I did not intend to force my personal vim sty

Re: [systemd-devel] [PATCH] add org.freedesktop.DBus.Properies.Set method

2011-03-07 Thread Lennart Poettering
On Mon, 07.03.11 20:32, Andrey Borzenkov (arvidj...@gmail.com) wrote: > > On Mon, Mar 7, 2011 at 7:08 PM, Lennart Poettering > wrote: > > On Mon, 07.03.11 13:56, Andrey Borzenkov (arvidj...@gmail.com) wrote: > > > >> On Mon, Mar 7, 2011 at 4:17 AM, Lennart Poettering > >> wrote: > >> > Next tim

Re: [systemd-devel] [PATCH] add org.freedesktop.DBus.Properies.Set method

2011-03-07 Thread Andrey Borzenkov
On Mon, Mar 7, 2011 at 7:08 PM, Lennart Poettering wrote: > On Mon, 07.03.11 13:56, Andrey Borzenkov (arvidj...@gmail.com) wrote: > >> On Mon, Mar 7, 2011 at 4:17 AM, Lennart Poettering >> wrote: >> > Next time, please do not use tabs! >> > >> >> Well, this is what vim does by default. What about

Re: [systemd-devel] [PATCH] add org.freedesktop.DBus.Properies.Set method

2011-03-07 Thread Lennart Poettering
On Mon, 07.03.11 13:56, Andrey Borzenkov (arvidj...@gmail.com) wrote: > On Mon, Mar 7, 2011 at 4:17 AM, Lennart Poettering > wrote: > > Next time, please do not use tabs! > > > > Well, this is what vim does by default. What about attached patch > then? Seems incomplete, as it doesnt actually in

Re: [systemd-devel] [PATCH] add org.freedesktop.DBus.Properies.Set method

2011-03-07 Thread Andrey Borzenkov
On Mon, Mar 7, 2011 at 4:17 AM, Lennart Poettering wrote: > Next time, please do not use tabs! > Well, this is what vim does by default. What about attached patch then? From: Andrey Borzenkov Subject: [PATCH] add .vimrc to .gitignore --- .gitignore |1 + 1 files changed, 1 insertions(+), 0

Re: [systemd-devel] [PATCH] add org.freedesktop.DBus.Properies.Set method

2011-03-06 Thread Lennart Poettering
On Sun, 06.03.11 19:17, Andrey Borzenkov (arvidj...@gmail.com) wrote: > The patch adds framework for processing Set requests on properties > and as first consumers allows setting of LogTarget and LogLevel on > interface org.freedesktop.systemd1.Manager of org.freedesktop.systemd1. > > The code sh