First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 86349
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Peter Gantner (a.k.a. nephros) <gentoo@nephros.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 86349 depends on: Show dependency tree
Show dependency graph
Bug 86349 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-22 23:45 0000
Hello, 

I just got mail from my cron daemon ;)

apparently the program "savelog" 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 >/dev/null
+      /usr/sbin/savelog -g adm -m 640 -u root -c 7 $LOG >/dev/null
    fi
 done


Reproducible: Always
Steps to Reproduce:
1. wait for daily cron to run
2. read roots mail

------- Comment #1 From SpanKY 2005-03-23 09:04:40 0000 -------
didnt move it on purpose, we should fix it in debianutils ...

------- Comment #2 From SpanKY 2005-03-23 18:05:46 0000 -------
messed up the mix of `into`'s and `dosbin`'s ... fixed now in 2.13.1-r1

First Last Prev Next    No search results available      Search page      Enter new bug