]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
quiet patch - not a tty fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 2 Jul 1999 11:34:14 +0000 (11:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sysvinit-bequiet.patch -> 1.1

sysvinit-bequiet.patch [new file with mode: 0644]

diff --git a/sysvinit-bequiet.patch b/sysvinit-bequiet.patch
new file mode 100644 (file)
index 0000000..26af66c
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN sysvinit-2.76.orig/src/mesg.c sysvinit-2.76/src/mesg.c
+--- sysvinit-2.76.orig/src/mesg.c      Fri Jul  2 14:02:50 1999
++++ sysvinit-2.76/src/mesg.c   Fri Jul  2 14:03:27 1999
+@@ -47,7 +47,6 @@
+       if (!isatty(0)) {
+               /* Or should we look in /var/run/utmp? */
+-              fprintf(stderr, "stdin: is not a tty\n");
+               return(1);
+       }
This page took 0.185238 seconds and 4 git commands to generate.