]> git.pld-linux.org Git - packages/SysVinit.git/blob - sysvinit-bequiet.patch
- updated to 3.04
[packages/SysVinit.git] / sysvinit-bequiet.patch
1 diff -urN sysvinit-2.76.orig/src/mesg.c sysvinit-2.76/src/mesg.c
2 --- sysvinit-2.76.orig/src/mesg.c       Fri Jul  2 14:02:50 1999
3 +++ sysvinit-2.76/src/mesg.c    Fri Jul  2 14:03:27 1999
4 @@ -47,7 +47,6 @@
5  
6         if (!isatty(0)) {
7                 /* Or should we look in /var/run/utmp? */
8 -               fprintf(stderr, "stdin: is not a tty\n");
9                 return(1);
10         }
11  
This page took 0.041496 seconds and 3 git commands to generate.