diff --git a/texlive-filesystem.changes b/texlive-filesystem.changes index f9cb1d7..8d6a993 100644 --- a/texlive-filesystem.changes +++ b/texlive-filesystem.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 9 13:53:37 UTC 2021 - Dr. Werner Fink + +- Modifiy texlive.cron + * boo#1193473 -- /etc/cron.daily/suse-texlive from texlive causes warnings + OK make them silent + ------------------------------------------------------------------- Sun May 30 16:43:21 UTC 2021 - Callum Farmer diff --git a/texlive.cron b/texlive.cron index 0e2a7df..8319693 100644 --- a/texlive.cron +++ b/texlive.cron @@ -72,7 +72,7 @@ fi # Update the ls-R's # Note that this is done as user mktex # -mktexlsr > /dev/null +mktexlsr < /dev/null > /dev/null # exit 0