From 0c0722724d4f22ea3fade9419cd1b61cd69723ed Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Jun 04 2009 18:19:33 +0000 Subject: Fix the bug where we would create a /%1 file by mistake --- diff --git a/nsd.cron b/nsd.cron index ae96b52..bad33f1 100644 --- a/nsd.cron +++ b/nsd.cron @@ -6,7 +6,7 @@ # versa # Ideally check if ixfr.db newer then any zones, only then do -/usr/sbin/nsdc patch > /dev/null 2>%1 +/usr/sbin/nsdc patch > /dev/null 2>&1 # We try to only rebuild/reload when neccessary. If 1 zone is newer, # we need to rebuild the db file.