diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2022-10-24 17:29:46 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2022-10-24 17:29:46 +0200 | 
| commit | a7f2f96b309e970e5744bb99322b5f3bbbc80e5a (patch) | |
| tree | 339779bfec71b1e432605d975646fc77bc1ad8ab /debian/patches | |
| parent | 5f68cb30ed4b6e168d25af9bedadbf4bec8f11ed (diff) | |
d/p/0705-crontab.patch: Fix typo
Diffstat (limited to 'debian/patches')
| -rw-r--r-- | debian/patches/0705-crontab.patch | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/patches/0705-crontab.patch b/debian/patches/0705-crontab.patch index ecf5854..e8726c8 100644 --- a/debian/patches/0705-crontab.patch +++ b/debian/patches/0705-crontab.patch @@ -14,7 +14,7 @@ Index: trunk/scripts/ipmiutil_wdt   	     cat - <<%%% >$wdtcron  -* * * * *  root  $prog -r >/dev/null  +MAILTO='' -+* * * * *  root  $prog -r >/dev/null 2&>1 ++* * * * *  root  $prog -r >/dev/null 2>&1   %%%   	     # make crond re-read the /etc/cron.d   	     $restart_cron >>$wdtlog | 
