startpar_0.61-1

Dmitry Bogatov KAction at debian.org
Mon Nov 26 17:11:45 GMT 2018


[2018-11-24 22:10] Jesse Smith <jessefrgsmith at yahoo.ca>
> The 81_timeout and 83_hardening patches have been applied upstream. I
> skipped the Upstart support patch since Upstart is pretty much out of
> the picture these days.
> 
> The 20_testuite_nostderr patch had already been applied upstream. I
> skipped the 10_man_startpar_debian patch since it's distro-specific.

Thank you.

> I didn't find any patch with the 99 prefix or for spelling, the last one
> in the series was 83. If there are more, would you please e-mail them to
> me and I'll take a look.

My bad. I had to say that I meant to see in git. Nevertheless, here is
patch 99.

Index: startpar/startpar.c
===================================================================
--- startpar.orig/startpar.c
+++ startpar/startpar.c
@@ -724,7 +724,7 @@ void detach(struct prg *p, const int sto
 
   if (-1 == fcntl(p->fd, F_SETFL, flags))
     {
-      perror("unable to set FNONBLOCK flag on program file descriptior");
+      perror("unable to set FNONBLOCK flag on program file descriptor");
     }
   while ((r = read(p->fd, p->buf, sizeof(p->buf))))
     {
@@ -743,7 +743,7 @@ void detach(struct prg *p, const int sto
   flags &= ~FNONBLOCK;
   if (-1 == fcntl(p->fd, F_SETFL, flags))
     {
-      perror("unable to unset FNONBLOCK flag on program file descriptior");
+      perror("unable to unset FNONBLOCK flag on program file descriptor");
     }
   if (r == -1 && errno == EWOULDBLOCK)
     {




More information about the Debian-init-diversity mailing list