]> Pileus Git - ~andy/sunrise/blob - net-dns/nsd/files/nsd.cron
71a7d4f264c0a2a606b421b7fd44edc99a4f5a86
[~andy/sunrise] / net-dns / nsd / files / nsd.cron
1 #!/bin/sh 
2 # Copyright 1999-2010 Gentoo Foundation 
3 # Distributed under the terms of the GNU General Public License v2 
4 # $Header: $ 
5
6 my_nsdc="/usr/sbin/nsdc" 
7
8 if test -x ${my_nsdc} && ${my_nsdc} running 1> /dev/null; then 
9         ${my_nsdc} patch 1> /dev/null
10 fi