diff options
author | Peter Volkov <pva@gentoo.org> | 2006-01-15 18:31:41 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2006-01-15 18:31:41 +0000 |
commit | ddae936470043f6d7a25231304704c36f24bbb5f (patch) | |
tree | 2d6e19b5460e841c6490a121a17115a80f1c8117 /net-analyzer/ndsad | |
parent | Add missing header information to initscript. Thanks to pva. (diff) | |
download | historical-ddae936470043f6d7a25231304704c36f24bbb5f.tar.gz historical-ddae936470043f6d7a25231304704c36f24bbb5f.tar.bz2 historical-ddae936470043f6d7a25231304704c36f24bbb5f.zip |
Added copyright headers into files/ndsad.{init,conf.d}.
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-analyzer/ndsad')
-rw-r--r-- | net-analyzer/ndsad/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ndsad/files/ndsad.conf.d | 4 | ||||
-rw-r--r-- | net-analyzer/ndsad/files/ndsad.init | 3 |
3 files changed, 12 insertions, 1 deletions
diff --git a/net-analyzer/ndsad/ChangeLog b/net-analyzer/ndsad/ChangeLog index be04ebecde17..a02f89ba6a1c 100644 --- a/net-analyzer/ndsad/ChangeLog +++ b/net-analyzer/ndsad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ndsad # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndsad/ChangeLog,v 1.1 2006/01/09 10:56:49 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndsad/ChangeLog,v 1.2 2006/01/15 18:31:41 pva Exp $ + + 15 Jan 2006; Peter Volkov <pva@gentoo.org> files/ndsad.conf.d, + files/ndsad.init: + Added copyright headers into files/ndsad.{init,conf.d}. *ndsad-1.33 (09 Jan 2006) diff --git a/net-analyzer/ndsad/files/ndsad.conf.d b/net-analyzer/ndsad/files/ndsad.conf.d index 21ce5cbea99c..c04a022917d8 100644 --- a/net-analyzer/ndsad/files/ndsad.conf.d +++ b/net-analyzer/ndsad/files/ndsad.conf.d @@ -1,3 +1,7 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndsad/files/ndsad.conf.d,v 1.2 2006/01/15 18:31:41 pva Exp $ + # See config file /etc/ndsad.conf for configuration options. # If you want to add any extra command line options to be used by ndsad on diff --git a/net-analyzer/ndsad/files/ndsad.init b/net-analyzer/ndsad/files/ndsad.init index 2fa9d977d8f4..c1485b918cb0 100644 --- a/net-analyzer/ndsad/files/ndsad.init +++ b/net-analyzer/ndsad/files/ndsad.init @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndsad/files/ndsad.init,v 1.2 2006/01/15 18:31:41 pva Exp $ depend() { need net |