diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-08-11 14:33:43 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-08-11 14:33:43 +0000 |
commit | a62c3af9027c0e5ffe5187ea155dee9ffc62cca5 (patch) | |
tree | 157c8ca972f8ed671395b2f8b8a01f05dbb0b5f1 /net-misc/nut | |
parent | Fixed bug 6271 (diff) | |
download | historical-a62c3af9027c0e5ffe5187ea155dee9ffc62cca5.tar.gz historical-a62c3af9027c0e5ffe5187ea155dee9ffc62cca5.tar.bz2 historical-a62c3af9027c0e5ffe5187ea155dee9ffc62cca5.zip |
Fixed bug 5827
Diffstat (limited to 'net-misc/nut')
-rw-r--r-- | net-misc/nut/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/nut/nut-0.44.1-r1.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-misc/nut/ChangeLog b/net-misc/nut/ChangeLog index 339f9a4c88b6..1ef371cfc251 100644 --- a/net-misc/nut/ChangeLog +++ b/net-misc/nut/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-misc/nut # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/ChangeLog,v 1.4 2002/08/04 03:07:31 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/ChangeLog,v 1.5 2002/08/11 14:33:43 phoenix Exp $ *nut-0.50.1 (3 Aug 2002) @@ -14,10 +14,16 @@ *nut-0.44.1-r1 (12 Apr 2002) + 11 Aug 2002; phoen][x <phoenix@gentoo.org> nut-0.44.1-r1.ebuild : + + Fixed src_install() (This closes bug 5827) + 09 Jul 2002; phoen][x <phoenix@gentoo.org> nut-0.44.1-r1.ebuild : + Added KEYWORDS, LICENSE, SLOT. 12 Apr 2002; Spider <spider@gentoo.org> + libpng update remove RPEND tag, unnecessary. (or typo;) diff --git a/net-misc/nut/nut-0.44.1-r1.ebuild b/net-misc/nut/nut-0.44.1-r1.ebuild index a6e4ba97b94c..a85cd0119fed 100644 --- a/net-misc/nut/nut-0.44.1-r1.ebuild +++ b/net-misc/nut/nut-0.44.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/nut-0.44.1-r1.ebuild,v 1.4 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/nut-0.44.1-r1.ebuild,v 1.5 2002/08/11 14:33:43 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="Network-UPS Tools" @@ -35,7 +35,7 @@ src_install() { install || die cd clients - exeinto /usr/local/httpd/cgi-bin/nut + exeinto /home/httpd/cgi-bin/nut doexe *.cgi into /usr dolib upsfetch.o @@ -43,7 +43,7 @@ src_install() { doins upsfetch.h cd .. rmdir ${D}/usr/misc - insinto /etc/rc.d/init.d + insinto /etc/init.d doins ${O}/files/upsd dodoc COPYING CREDITS Changes QUICKSTART README docinto docs |