]> git.pld-linux.org Git - packages/atm.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:26 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atm-syslog.patch -> 1.2

atm-syslog.patch [deleted file]

diff --git a/atm-syslog.patch b/atm-syslog.patch
deleted file mode 100644 (file)
index 68aa637..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.086731 seconds and 4 git commands to generate.