Alle martedì 9 luglio 2013, Justus Winter ha scritto:
> diff --git a/debian/sysvinit.postinst b/debian/sysvinit.postinst
> index 1750412..061f53b 100755
> --- a/debian/sysvinit.postinst
> +++ b/debian/sysvinit.postinst
> @@ -85,6 +85,10 @@ then
> if [ ! -f /etc/inittab ]
> then
> cp -p /usr/s
Ivan Shmakov, le Thu 11 Jul 2013 07:38:52 +, a écrit :
> > Yes, it is fixed for new installations. However, the inittab as
> > shipped with the package is only installed as /etc/inittab if this
> > file is non-existant. As the inittab file was formerly not used on
> > Hurd systems, it is
> Justus Winter <4win...@informatik.uni-hamburg.de> writes:
> Quoting Ivan Shmakov (2013-07-09 12:59:01)
> Justus Winter <4win...@informatik.uni-hamburg.de> writes:
[…]
>>> +if [ "$(uname)" = GNU ]; then
>>> +sed -i -e 's|/libexec/getty|/sbin/getty|' /etc/inittab
>> I don’t se
Quoting Ivan Shmakov (2013-07-09 12:59:01)
> > Justus Winter <4win...@informatik.uni-hamburg.de> writes:
>
> > This is essentially the same as
> > 89f6476d8979174f395a1bf784486254464c349d but fixes the existing
> > /etc/inittab file in the postinstall script.
>
> […]
>
> > + * sysvinit.
> Justus Winter <4win...@informatik.uni-hamburg.de> writes:
> This is essentially the same as
> 89f6476d8979174f395a1bf784486254464c349d but fixes the existing
> /etc/inittab file in the postinstall script.
[…]
> + * sysvinit.postinst: Fix getty path in /etc/inittab on Hurd.
Pl
This is essentially the same as
89f6476d8979174f395a1bf784486254464c349d but fixes the existing
/etc/inittab file in the postinstall script.
---
debian/changelog |1 +
debian/sysvinit.postinst |4
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changel