Your message dated Sat, 11 May 2013 10:05:52 +0000 with message-id <[email protected]> and subject line Bug#707655: Removed package(s) from unstable has caused the Debian Bug report #253213, regarding syslogd: add command line option to use different pid file to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 253213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=253213 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: sysklogd Version: 1.4.1-14 Severity: wishlist Tags: patch Hi! I patched syslogd to to be able to change the pid-file from the command line, so I can run one syslog-process for listening on the network and one for handling the local logging. Then, after making it work, I discovered how to change the logging facility of the DSL-router, so it was all just a waste of time. Anyway, maybe someone else is interested, so here is the patch. Note: if you really want to run two syslog processes, you should add a --pidfile option to the "start-stop-daemon --start"-lines in /etc/init.d/sysklogd, otherwise "/etc/init.d/sysklogd restart" will stop but not restart your real syslog. See bug #211858. I installed it and it seems to run smoothly, but no heavy testing was done. Jö. --- sysklogd.8.org 2001-03-11 20:35:51.000000000 +0100 +++ sysklogd.8 2004-06-07 22:44:48.000000000 +0200 @@ -25,6 +25,9 @@ .RB [ " \-p" .IB socket ] +.RB [ " \-P " +.I pid file +] .RB [ " \-r " ] .RB [ " \-s " .I domainlist @@ -129,6 +132,9 @@ You can specify an alternative unix domain socket instead of .IR /dev/log "." .TP +.BI "\-P " "pid file" +Use this pid file instead of the default one. +.TP .B "\-r" This option will enable the facility to receive message from the network using an internet domain socket with the syslog service (see --- syslogd.c.org 2004-06-07 21:48:28.000000000 +0200 +++ syslogd.c 2004-06-07 22:38:15.000000000 +0200 @@ -829,7 +829,7 @@ funix[i] = -1; } - while ((ch = getopt(argc, argv, "a:dhf:l:m:np:rs:v")) != EOF) + while ((ch = getopt(argc, argv, "a:dhf:l:m:np:P:rs:v")) != EOF) switch((char)ch) { case 'a': if (nfunix < MAXFUNIX) @@ -863,6 +863,9 @@ case 'p': /* path to regular log socket */ funixn[0] = optarg; break; + case 'P': /* path to pid file */ + PidFile = optarg; + break; case 'r': /* accept remote messages */ AcceptRemote = 1; break; -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (1, 'unstable') Architecture: i386 (i586) Kernel: Linux 2.6.6-1-386 Locale: LANG=de_DE.UTF-8@euro, LC_CTYPE=de_DE.UTF-8@euro Versions of packages sysklogd depends on: ii klogd [linux-kernel-log-dae 1.4.1-10 Kernel Logging Daemon ii libc6 2.3.2.ds1-12 GNU C Library: Shared libraries an -- no debconf information -- Der Horizont vieler Menschen ist ein Kreis mit Radius Null - und das nennen sie ihren Standpunkt. -- A. Einstein
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Version: 1.5-6.2+rm Dear submitter, as the package sysklogd has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see http://bugs.debian.org/707655 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---

