diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-10-09 00:54:55 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-10-09 00:54:55 +0000 |
commit | e404c1e6ebf4e82d9999b8197a0c280b23c0c35f (patch) | |
tree | d84f61830e0f079144781c3796514ef2447ab7af /sys-power/nut/files | |
parent | Bug #184595, version bump to new major version. Read the UPGRADING file provi... (diff) | |
download | gentoo-2-e404c1e6ebf4e82d9999b8197a0c280b23c0c35f.tar.gz gentoo-2-e404c1e6ebf4e82d9999b8197a0c280b23c0c35f.tar.bz2 gentoo-2-e404c1e6ebf4e82d9999b8197a0c280b23c0c35f.zip |
Remove old patches.
(Portage version: 2.1.3.12)
Diffstat (limited to 'sys-power/nut/files')
-rwxr-xr-x | sys-power/nut/files/upsdrv.rc6 | 21 | ||||
-rw-r--r-- | sys-power/nut/files/upsstats-upsset-link-2.0.4.patch | 10 | ||||
-rw-r--r-- | sys-power/nut/files/upsstats-upsset-link.patch | 10 |
3 files changed, 0 insertions, 41 deletions
diff --git a/sys-power/nut/files/upsdrv.rc6 b/sys-power/nut/files/upsdrv.rc6 deleted file mode 100755 index 85a0c84debad..000000000000 --- a/sys-power/nut/files/upsdrv.rc6 +++ /dev/null @@ -1,21 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/files/upsdrv.rc6,v 1.1 2006/05/15 23:43:08 robbat2 Exp $ - -depend() { - need net - before upsd -} - -start() { - ebegin "Starting UPS drivers" - /sbin/upsdrvctl start - eend $? "Failed to start UPS drivers!" -} - -stop() { - ebegin "Stopping UPS drivers" - /sbin/upsdrvctl stop - eend $? "Failed to stop UPS drivers!" -} diff --git a/sys-power/nut/files/upsstats-upsset-link-2.0.4.patch b/sys-power/nut/files/upsstats-upsset-link-2.0.4.patch deleted file mode 100644 index 882889199b16..000000000000 --- a/sys-power/nut/files/upsstats-upsset-link-2.0.4.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- nut-2.0.4.orig/conf/upsstats.html 2005-02-28 01:14:07.000000000 -0800 -+++ nut-2.0.4/conf/upsstats.html 2006-05-18 12:56:34.206538641 -0700 -@@ -114,4 +114,6 @@ - </table> - - </td></tr> --</table></body></html> -+</table> -+<p style="text-align: center"><a href="upsset.cgi">Settings & Commands</a></p> -+</body></html> diff --git a/sys-power/nut/files/upsstats-upsset-link.patch b/sys-power/nut/files/upsstats-upsset-link.patch deleted file mode 100644 index 789a3f922c1a..000000000000 --- a/sys-power/nut/files/upsstats-upsset-link.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- nut-2.0.3.orig/conf/upsstats.html 2005-02-28 01:14:07.000000000 -0800 -+++ nut-2.0.3/conf/upsstats.html 2006-05-18 12:56:34.206538641 -0700 -@@ -114,4 +114,6 @@ - </table> - - </td></tr> --</table></body></html> -+</table> -+<p style="text-align: center"><a href="upsset.cgi">Settings & Commands</a></p> -+</body></html> |