diff options
author | Torsten Veller <tove@gentoo.org> | 2008-06-29 10:11:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-06-29 10:11:21 +0000 |
commit | 377436f31fbb7c6b084e7c74fabd66a69d2adead (patch) | |
tree | a26be4fa63808a09a791d3aa0a5442b5a8225c11 /net-analyzer/ndoutils | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | historical-377436f31fbb7c6b084e7c74fabd66a69d2adead.tar.gz historical-377436f31fbb7c6b084e7c74fabd66a69d2adead.tar.bz2 historical-377436f31fbb7c6b084e7c74fabd66a69d2adead.zip |
Add missing die: || "..." -> || die "..."
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686
Diffstat (limited to 'net-analyzer/ndoutils')
-rw-r--r-- | net-analyzer/ndoutils/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/ndoutils/ChangeLog b/net-analyzer/ndoutils/ChangeLog index 092bdc361835..2b49c006d194 100644 --- a/net-analyzer/ndoutils/ChangeLog +++ b/net-analyzer/ndoutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ndoutils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ChangeLog,v 1.5 2008/06/08 18:37:50 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ChangeLog,v 1.6 2008/06/29 10:07:24 tove Exp $ + + 29 Jun 2008; Torsten Veller <tove@gentoo.org> ndoutils-1.4_beta7.ebuild, + ndoutils-1.4_beta7-r1.ebuild: + Add missing die: || "..." -> || die "..." *ndoutils-1.4_beta7-r1 (08 Jun 2008) diff --git a/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild b/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild index f914b270fffe..505e1c40213f 100644 --- a/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild +++ b/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild,v 1.1 2008/06/08 18:37:50 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7-r1.ebuild,v 1.2 2008/06/29 10:07:24 tove Exp $ inherit eutils @@ -45,7 +45,7 @@ src_install() { cp -R "${S}"/db "${D}"/usr/share/nagios chown -R root:nagios "${D}"/usr/bin || die "Failed chown of "${D}"/usr/nagios" - chmod 750 "${D}"/usr/bin/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} || "Failed chmod" + chmod 750 "${D}"/usr/bin/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} || die "Failed chmod" dodoc README REQUIREMENTS TODO UPGRADING Changelog "docs/NDOUTILS DB Model.pdf" "docs/NDOUtils Documentation.pdf" diff --git a/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild b/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild index 4f9d2ac9c72b..11a093d6778a 100644 --- a/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild +++ b/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild,v 1.2 2008/06/08 18:37:50 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndoutils/ndoutils-1.4_beta7.ebuild,v 1.3 2008/06/29 10:07:24 tove Exp $ inherit eutils @@ -44,7 +44,7 @@ src_install() { cp -R "${S}"/db "${D}"/usr/nagios/share chown -R root:nagios "${D}"/usr/nagios || die "Failed chown of "${D}"/usr/nagios" - chmod 750 "${D}"/usr/nagios/bin/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} || "Failed chmod" + chmod 750 "${D}"/usr/nagios/bin/{file2sock,log2ndo,ndo2db-2x,ndomod-2x.o,sockdebug} || die "Failed chmod" dodoc README REQUIREMENTS TODO UPGRADING Changelog "docs/NDOUTILS DB Model.pdf" "docs/NDOUtils Documentation.pdf" |