]> Pileus Git - ~andy/sunrise/blob - net-dns/nsd/files/nsd.cron
media-video/ucview: fix metadata.xml
[~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