diff options
author | 2006-06-28 13:30:08 +0000 | |
---|---|---|
committer | 2006-06-28 13:30:08 +0000 | |
commit | 3fef1be80af02dadbed293fc9747a5b807771110 (patch) | |
tree | 054f5d1881af7cdbcc8bd525cb028bd99a72a7ec /net-dns/nsd/files | |
parent | New Ebuild for bug 128246 net-dns/nsd thanks to Albert Holm (diff) | |
download | sunrise-3fef1be80af02dadbed293fc9747a5b807771110.tar.gz sunrise-3fef1be80af02dadbed293fc9747a5b807771110.tar.bz2 sunrise-3fef1be80af02dadbed293fc9747a5b807771110.zip |
remove header from .cron and .initd, it is not needed and causes unnecessary config updates
svn path=/sunrise/; revision=348
Diffstat (limited to 'net-dns/nsd/files')
-rw-r--r-- | net-dns/nsd/files/nsd.cron | 3 | ||||
-rw-r--r-- | net-dns/nsd/files/nsd.initd | 6 |
2 files changed, 2 insertions, 7 deletions
diff --git a/net-dns/nsd/files/nsd.cron b/net-dns/nsd/files/nsd.cron index 990fc7803..1174d407a 100644 --- a/net-dns/nsd/files/nsd.cron +++ b/net-dns/nsd/files/nsd.cron @@ -1,7 +1,4 @@ #!/bin/sh -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ # NSDC_BIN="/usr/sbin/nsdc" diff --git a/net-dns/nsd/files/nsd.initd b/net-dns/nsd/files/nsd.initd index ad911c69c..0f8bc0485 100644 --- a/net-dns/nsd/files/nsd.initd +++ b/net-dns/nsd/files/nsd.initd @@ -1,9 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -# +# opts="${opts} rebuild reload status update notify" + depend() { need net use logger |