]> git.pld-linux.org Git - packages/at.git/commitdiff
- patches from rawhide.
authorkloczek <kloczek@pld-linux.org>
Wed, 16 Feb 2000 06:46:44 +0000 (06:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    at-sigchld.patch -> 1.1
    at-typo.patch -> 1.1

at-sigchld.patch [new file with mode: 0644]
at-typo.patch [new file with mode: 0644]

diff --git a/at-sigchld.patch b/at-sigchld.patch
new file mode 100644 (file)
index 0000000..5a5c0b5
--- /dev/null
@@ -0,0 +1,12 @@
+--- at-3.1.7/atd.c.sigchld     Mon May 24 16:56:41 1999
++++ at-3.1.7/atd.c     Mon May 24 16:58:57 1999
+@@ -348,6 +348,9 @@
+           if (setuid(uid) < 0)
+               perr("Cannot set user id");
++          if (SIG_ERR == signal(SIGCHLD, SIG_DFL))
++              perr("Cannot reset signal handler to default");
++
+           chdir("/");
+           if (execle("/bin/sh", "sh", (char *) NULL, nenvp) != 0)
diff --git a/at-typo.patch b/at-typo.patch
new file mode 100644 (file)
index 0000000..bbc8905
--- /dev/null
@@ -0,0 +1,11 @@
+--- at-3.1.7/atd.c.tyop        Thu Feb 10 11:14:31 2000
++++ at-3.1.7/atd.c     Thu Feb 10 11:14:43 2000
+@@ -247,7 +247,7 @@
+            "aborting", jobno, filename);
+     if (buf.st_nlink > 2) {
+-      perr("Someboy is trying to run a linked script for job %8lu (%.500s)",
++      perr("Somebody is trying to run a linked script for job %8lu (%.500s)",
+            filename);
+     }
+     if ((fflags = fcntl(fd_in, F_GETFD)) < 0)
This page took 0.038855 seconds and 4 git commands to generate.