]> Pileus Git - ~andy/sunrise/blobdiff - net-dns/nsd/files/nsd.cron
version bump to nsd 3.2.6, dropping 3 USE flags due to upstream 'cleanup' in configur...
[~andy/sunrise] / net-dns / nsd / files / nsd.cron
index 36aaf32b01f67f579349808800c67639215ea0db..158938a1e9dfeae193c8722c5288e33a5d36f7a0 100644 (file)
@@ -1,10 +1,10 @@
 #!/bin/sh 
-# Copyright 1999-2009 Gentoo Foundation 
+# Copyright 1999-2010 Gentoo Foundation 
 # Distributed under the terms of the GNU General Public License v2 
 # $Header: $ 
 # 
 my_nsdc="/usr/sbin/nsdc" 
 
-if [[ -x ${my_nsdc} ]]; then 
+if test -x ${my_nsdc}; then 
        ${my_nsdc} patch 1>/dev/null
 fi