Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86349 - sys-apps/debianutils-2.13.1 vs. app-admin/sysklogd-1.4.1-r11: /usr/sbin/savelog moved
Summary: sys-apps/debianutils-2.13.1 vs. app-admin/sysklogd-1.4.1-r11: /usr/sbin/savel...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-22 23:45 UTC by Peter Gantner (a.k.a. nephros)
Modified: 2005-03-23 18:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Gantner (a.k.a. nephros) 2005-03-22 23:45:29 UTC
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 SpanKY gentoo-dev 2005-03-23 09:04:40 UTC
didnt move it on purpose, we should fix it in debianutils ...
Comment 2 SpanKY gentoo-dev 2005-03-23 18:05:46 UTC
messed up the mix of `into`'s and `dosbin`'s ... fixed now in 2.13.1-r1