From f5b61d9c76b2935994b1302c615e2612fa195018 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 4 May 2004 16:18:47 +0000 Subject: use right path to mdkupdate in cron entry --- mdkonline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdkonline b/mdkonline index cdc2fb45..0d5043bd 100755 --- a/mdkonline +++ b/mdkonline @@ -408,7 +408,7 @@ AUTO=$auto ); output_p "/etc/cron.daily/mdkupdate", qq(#!/bin/bash -if [ -f $confdir/mdkupdate ]; then /usr/bin/mdkupdate --auto; fi +if [ -f $confdir/mdkupdate ]; then /usr/sbin/mdkupdate --auto; fi ); chmod 0755, "/etc/cron.daily/mdkupdate"; -- cgit v1.2.1