]> Pileus Git - ~andy/sunrise/blobdiff - net-dns/nsd/files/nsd.cron
net-dns/nsd in portage
[~andy/sunrise] / net-dns / nsd / files / nsd.cron
diff --git a/net-dns/nsd/files/nsd.cron b/net-dns/nsd/files/nsd.cron
deleted file mode 100644 (file)
index 71a7d4f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh 
-# Copyright 1999-2010 Gentoo Foundation 
-# Distributed under the terms of the GNU General Public License v2 
-# $Header: $ 
-# 
-my_nsdc="/usr/sbin/nsdc" 
-
-if test -x ${my_nsdc} && ${my_nsdc} running 1> /dev/null; then 
-       ${my_nsdc} patch 1> /dev/null
-fi