<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>86349</bug_id>
          
          <creation_ts>2005-03-22 23:45 0000</creation_ts>
          <short_desc>sys-apps/debianutils-2.13.1 vs. app-admin/sysklogd-1.4.1-r11: /usr/sbin/savelog moved</short_desc>
          <delta_ts>2005-03-23 18:05:46 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Core system</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>gentoo@nephros.org</reporter>
          <assigned_to>base-system@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>gentoo@nephros.org</who>
            <bug_when>2005-03-22 23:45:29 0000</bug_when>
            <thetext>Hello, 

I just got mail from my cron daemon ;)

apparently the program &quot;savelog&quot; which gets called from /etc/cron.daily/syslog.cron has been moved from /usr/sbin to /sbin in the new debianutils, causing the cron script to fail.

This script belongs to app-admin/sysklogd-1.4.1-r11


--- syslog.cron 2005-03-23 07:33:45.000000000 +0100
+++ syslog.cron_        2005-03-23 08:41:41.097320816 +0100
@@ -14,7 +14,7 @@
 for LOG in `/usr/sbin/syslogd-listfiles -a`
 do
    if [ -f $LOG ]; then
-      /sbin/savelog -g adm -m 640 -u root -c 7 $LOG &gt;/dev/null
+      /usr/sbin/savelog -g adm -m 640 -u root -c 7 $LOG &gt;/dev/null
    fi
 done


Reproducible: Always
Steps to Reproduce:
1. wait for daily cron to run
2. read roots mail</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2005-03-23 09:04:40 0000</bug_when>
            <thetext>didnt move it on purpose, we should fix it in debianutils ...</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2005-03-23 18:05:46 0000</bug_when>
            <thetext>messed up the mix of `into`&apos;s and `dosbin`&apos;s ... fixed now in 2.13.1-r1</thetext>
          </long_desc>
      
    </bug>

</bugzilla>