Change logs for sysklogd source package in Wheezy

  • sysklogd (1.5-6.2) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * /run transition: sysklogd and klogd use /run/sendsigs.omit.d in
        place of /lib/init/rw/sendsigs.omit.d.  Old files are migrated
        from /lib/init/rw/sendsigs.omit.d to /run/sendsigs.omit.d in the
        package postinsts, and both packages depend upon initscripts
        (>= 2.88dsf-13.3) in order to guarantee the presence of
        /run/sendsigs.omit.d (Closes: #633038).
    
     -- Roger Leigh <email address hidden>  Wed, 07 Dec 2011 10:01:28 +0000
  • sysklogd (1.5-6.1) unstable; urgency=low
      * Non-maintainer upload.  * Merge Ubuntu patch to enable klogd and syslogd to run as non-root users    (Closes: Bug#35325)    - debian/control: add dependency on adduser    - debian/postrm.klogd, postinst.klogd: handle addition/removal of klogd      user    - debian/rc.klogd, default.klogd: run klogd as user klogd    - klogd.c, debian/rules, Makefile, klogd.8: specify location of klogd pid      file    - syslogd.c, syslogd.8: add -u <user> option    - debian/cron.daily, cron.weekly, rc: run syslogd as user syslogd -- Matt Zimmerman <email address hidden>  Thu, 14 Apr 2011 06:52:27 -0400
  • sysklogd (1.5-6) unstable; urgency=low
    
    
      * Remove faulty fclose() call.  Thanks to Andrea Morandi and Sean Young
      * Adjust priority to extra
      * Remove sendsigs.omit file for both binary packages/daemons on purge
        (closes: Bug#492149, Bug#492148)
      * Add existence test before stat'ing a log file in syslogd-listfiles
      * Replace strcpy with memmove to fix continuation line problems on 64bit
        architectures, patch by David Couture <email address hidden>
        (closes: Bug#586156, Bug#585395)
      * Use SKFLAGS instead of CFLAGS due to a conflict with the kernel build
        system (complement to what was done with Makefile already) (closes:
        Bug#535510)
      * Add dependency to lsb-base due to inclusion of /lib/lsb/init-functions
        in rc scripts (closes: Bug#527873)
    
     -- Joey Schulze <email address hidden>  Fri, 10 Sep 2010 09:10:23 +0200