The following changes since commit fd14078a3ab2110cd10e5eb55cdaeecfa51a189c:
nspawn: make tty code more robust against closed/reopened /dev/console
(2011-03-16 03:18:23 +0100)
are available in the git repository at:
git://dev.medozas.de/systemd master
Jan Engelhardt (3):
main: revert
Commit 099663ff8c117303af369a4d412dafed0c5614c2 added "b" as a
recognized argument, however, B is not a runlevel like S. (B appears
as a pseudo runlevel in openSUSE's init.d scripts only for the sake of
insserv being able to manage /etc/init.d/boot.d like the other dirs).
Signed-off-by: Jan Engelh
Signed-off-by: Jan Engelhardt
---
src/ask-password-api.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/ask-password-api.c b/src/ask-password-api.c
index 9c3dad9..66bf480 100644
--- a/src/ask-password-api.c
+++ b/src/ask-password-api.c
@@ -77,8 +77,8 @@ int ask_pass
Do like many other console programs (such as /bin/passwd) and avoid
printing any stars to not give away any information to potential
bystanders.
Signed-off-by: Jan Engelhardt
---
src/ask-password-api.c | 21 +++--
1 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/
On Fri, 11.03.11 01:11, Miklos Vajna (vmik...@frugalware.org) wrote:
> On Fri, Mar 11, 2011 at 12:56:58AM +0100, Lennart Poettering
> wrote:
> > On Thu, 10.03.11 23:04, Miklos Vajna (vmik...@frugalware.org) wrote:
> >
> > > +[Service]
> > > +EnvironmentFile=/etc/sysconfig/desktop
> > > +ExecSta
On Fri, 11.03.11 20:51, Andrey Borzenkov (arvidj...@gmail.com) wrote:
> It is no more error when service is not running.
Thanks! Applied.
>
> ---
> man/systemctl.xml |6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/man/systemctl.xml b/man/systemctl.xml
> inde
On Wed, 16.03.11 03:50, Jan Engelhardt (jeng...@medozas.de) wrote:
> Commit 099663ff8c117303af369a4d412dafed0c5614c2 added "b" as a
> recognized argument, however, B is not a runlevel like S. (B appears
> as a pseudo runlevel in openSUSE's init.d scripts only for the sake of
> insserv being able t
On Wed, 16.03.11 03:50, Jan Engelhardt (jeng...@medozas.de) wrote:
Does this patch really make sense? C-u is in no way magic here, it works
on every terminal. I am not sure why we should mention this here
explicitly.
> Signed-off-by: Jan Engelhardt
> ---
> src/ask-password-api.c |2 +-
> 1
On Sat, 12.03.11 20:52, Andrey Borzenkov (arvidj...@gmail.com) wrote:
> I am working on set of RPM helper scripts for system unit packaging
> and migration. One thing noted - when we migrate "running" SysV
> service to unit with the same name, systemd status becomes quite
> confused. It now accoun
On Wednesday 2011-03-16 03:58, Lennart Poettering wrote:
>On Wed, 16.03.11 03:50, Jan Engelhardt (jeng...@medozas.de) wrote:
>
>Does this patch really make sense? C-u is in no way magic here, it works
>on every terminal. I am not sure why we should mention this here
>explicitly.
There have been s
On Fri, 11.03.11 20:26, Jan Engelhardt (jeng...@medozas.de) wrote:
Heya,
> I have been made aware of showing stars when entering passwords for
> crypttab volumes through systemd's integrated scripts/programs is
> considered a "feature". Well, I don't concur there. Potential overseers
> could
On Wed, 16.03.11 04:19, Jan Engelhardt (jeng...@medozas.de) wrote:
>
> On Wednesday 2011-03-16 03:58, Lennart Poettering wrote:
>
> >On Wed, 16.03.11 03:50, Jan Engelhardt (jeng...@medozas.de) wrote:
> >
> >Does this patch really make sense? C-u is in no way magic here, it works
> >on every term
On Fri, 11.03.11 23:10, Mike Kazantsev (mk.frag...@gmail.com) wrote:
> On Fri, 11 Mar 2011 16:55:28 +0100
> Lennart Poettering wrote:
>
> > On Fri, 11.03.11 09:15, Mike Kazantsev (mk.frag...@gmail.com) wrote:
> >
> > > On Mon, 7 Mar 2011 23:49:45 +0100
> > > Lennart Poettering wrote:
> > >
>
On Sat, 12.03.11 00:15, Michael Biebl (mbi...@gmail.com) wrote:
>
> 2011/3/11 Andrey Borzenkov :
> > On Fri, Mar 11, 2011 at 9:10 PM, Mike Kazantsev
> > wrote:
>
> >
> >> Btw, rsyslog.service seem to be installed into multi-user.target.wants,
> >> why not syslog.target, which seem to indicate
On Sat, 12.03.11 01:14, Michael Biebl (mbi...@gmail.com) wrote:
>
> 2011/3/12 Michael Biebl :
> > 2011/3/11 Andrey Borzenkov :
> >> On Fri, Mar 11, 2011 at 9:10 PM, Mike Kazantsev
> >> wrote:
> >
> >>
> >>> Btw, rsyslog.service seem to be installed into multi-user.target.wants,
> >>> why not sy
On Sat, 12.03.11 16:31, Andrey Borzenkov (arvidj...@mail.ru) wrote:
> > Basically what Kay suggested.
> >
> > Facilities might not be the most powerful idea ever invented, but they
> > are useful to distuingish kernel from userspace messages, as there is
> > LOG_KERNEL for the former and all other
On Sat, 12.03.11 13:00, Andrey Borzenkov (arvidj...@mail.ru) wrote:
> On Sat, Mar 12, 2011 at 3:14 AM, Michael Biebl wrote:
> > 2011/3/12 Michael Biebl :
> >> 2011/3/11 Andrey Borzenkov :
> >>> On Fri, Mar 11, 2011 at 9:10 PM, Mike Kazantsev
> >>> wrote:
> >>
> >>>
> Btw, rsyslog.service s
2011/3/16 Lennart Poettering :
> On Sat, 12.03.11 01:14, Michael Biebl (mbi...@gmail.com) wrote:
>
>>
>> 2011/3/12 Michael Biebl :
>> > 2011/3/11 Andrey Borzenkov :
>> >> On Fri, Mar 11, 2011 at 9:10 PM, Mike Kazantsev
>> >> wrote:
>> >
>> >>
>> >>> Btw, rsyslog.service seem to be installed into
2011/3/16 Lennart Poettering :
> On Sat, 12.03.11 16:31, Andrey Borzenkov (arvidj...@mail.ru) wrote:
>
>>
>> Attached patch preserves full syslog facility marker and simply emits
>> it back. So userspace is free to feed any facility it deems
>> appropriate, not only LOG_USER.
>
> This is a good ap
19 matches
Mail list logo