[Bug 7502] New: Allow ZCIP to log to syslog even if running in the foreground

bugzilla at busybox.net bugzilla at busybox.net
Wed Oct 1 13:01:00 UTC 2014


https://bugs.busybox.net/show_bug.cgi?id=7502

           Summary: Allow ZCIP to log to syslog even if running in the
                    foreground
           Product: Busybox
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Networking
        AssignedTo: unassigned at busybox.net
        ReportedBy: m.stam at fugro.nl
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Created attachment 5720
  --> https://bugs.busybox.net/attachment.cgi?id=5720
Patch to force syslog logging

OpenWRT nowadays uses procd to start processes. These processes typically run
in the foreground so they can be auto-restarted when the process crashes/exits.

Unfortunately, zcip does not log a lot of messages to syslog, and when running
in foreground it does not log any messages to syslog at all (they are printed
on the console).

This patch allows zcip to log to syslog if -s is specified.

Note; the attached patch assumes https://bugs.busybox.net/show_bug.cgi?id=7496
has been applied as well.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list