]> Pileus Git - ~andy/sunrise/blobdiff - net-dns/nsd/files/nsd.cron
net-dns/nsd: version bump
[~andy/sunrise] / net-dns / nsd / files / nsd.cron
index 158938a1e9dfeae193c8722c5288e33a5d36f7a0..71a7d4f264c0a2a606b421b7fd44edc99a4f5a86 100644 (file)
@@ -5,6 +5,6 @@
 # 
 my_nsdc="/usr/sbin/nsdc" 
 
-if test -x ${my_nsdc}; then 
-       ${my_nsdc} patch 1>/dev/null
+if test -x ${my_nsdc} && ${my_nsdc} running 1> /dev/null; then 
+       ${my_nsdc} patch 1> /dev/null
 fi