]> git.pld-linux.org Git - packages/atm.git/commitdiff
f3a51a2f0fb5e5d21f00870e4a050606 atm-0.78.2-PLDrc.tar.gz
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 17 Nov 2000 15:43:45 +0000 (15:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
5665f6e6cfe076ddcb8e6382b6f14ef9  atm-syslog.patch

Changed files:
    atm-syslog.patch -> 1.1

atm-syslog.patch [new file with mode: 0644]

diff --git a/atm-syslog.patch b/atm-syslog.patch
new file mode 100644 (file)
index 0000000..68aa637
--- /dev/null
@@ -0,0 +1,11 @@
+--- atm/lib/diag.c~    Mon Aug 23 21:08:19 1999
++++ atm/lib/diag.c     Fri Nov 17 16:33:48 2000
+@@ -86,7 +86,7 @@
+       return;
+     }
+     if (!strcmp(name,"syslog")) {
+-      if (app_name) openlog(app_name,LOG_CONS,LOG_DAEMON);
++      if (app_name) openlog(app_name,LOG_PID,LOG_DAEMON);
+       log_to = NULL;
+     }
+     else if (!(log_to = fopen(name,"w"))) {
This page took 0.061792 seconds and 4 git commands to generate.