summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-03 19:32:48 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-03 19:32:48 +0000
commitf173e63a4106dbc14f0082f0c8a8a53810583dc4 (patch)
tree36c80d0a23b069aabb8c6c2cfae89fd4bae4e0e0 /sys-power/apcupsd/files
parentFixing documentation path, patch thanks to Thomas Beierlein <tb@forth-ev.de> ... (diff)
downloadgentoo-2-f173e63a4106dbc14f0082f0c8a8a53810583dc4.tar.gz
gentoo-2-f173e63a4106dbc14f0082f0c8a8a53810583dc4.tar.bz2
gentoo-2-f173e63a4106dbc14f0082f0c8a8a53810583dc4.zip
Remove older versions, leave current stable and stable target.
(Portage version: 2.2_rc55/cvs/Linux x86_64)
Diffstat (limited to 'sys-power/apcupsd/files')
-rw-r--r--sys-power/apcupsd/files/3.10.18/apache.conf8
-rw-r--r--sys-power/apcupsd/files/3.10.18/apcupsd-lighttpd.conf19
-rw-r--r--sys-power/apcupsd/files/3.10.18/apcupsd.in.patch15
-rw-r--r--sys-power/apcupsd/files/3.10.18/smtp.patch112
4 files changed, 0 insertions, 154 deletions
diff --git a/sys-power/apcupsd/files/3.10.18/apache.conf b/sys-power/apcupsd/files/3.10.18/apache.conf
deleted file mode 100644
index 3156ab7976de..000000000000
--- a/sys-power/apcupsd/files/3.10.18/apache.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-ScriptAlias /apcupsd/ /var/www/apcupsd/
-
-<Directory "/var/www/apcupsd/">
- AllowOverride AuthConfig
- Options ExecCGI
- Order allow,deny
- Allow from all
-</Directory>
diff --git a/sys-power/apcupsd/files/3.10.18/apcupsd-lighttpd.conf b/sys-power/apcupsd/files/3.10.18/apcupsd-lighttpd.conf
deleted file mode 100644
index 31c7aec4bdb0..000000000000
--- a/sys-power/apcupsd/files/3.10.18/apcupsd-lighttpd.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-###############################################################################
-# apcupsd.conf - apcupsd cgi programs configuration
-# include'd by lighttpd.conf.
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/files/3.10.18/apcupsd-lighttpd.conf,v 1.1 2005/11/20 17:46:42 tantive Exp $
-###############################################################################
-
-# Uncomment this if you don'thave mod_cgi and mod_alias active already
-# server.modules += ("mod_cgi", "mod_alias")
-
-alias.url += (
- "/apcupsd/" => "/var/www/apcupsd/"
-)
-
-$HTTP["url"] =~ "^/apcupsd/" {
- cgi.assign = (
- ".cgi" => "/usr/bin/env"
- )
-}
-
diff --git a/sys-power/apcupsd/files/3.10.18/apcupsd.in.patch b/sys-power/apcupsd/files/3.10.18/apcupsd.in.patch
deleted file mode 100644
index 7bcb0f41c086..000000000000
--- a/sys-power/apcupsd/files/3.10.18/apcupsd.in.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- apcupsd.in 2002-09-14 14:03:18.000000000 +0200
-+++ apcupsd.in.new 2003-11-06 16:34:28.000000000 +0100
-@@ -6,6 +6,12 @@
- APCPID=@PIDDIR@/apcupsd.pid
- APCUPSD=@sbindir@/apcupsd
-
-+depend() {
-+ after hotplug
-+ after usb
-+ after net
-+}
-+
- start() {
- rm -f /etc/apcupsd/powerfail
- ebegin "Starting APC UPS daemon"
diff --git a/sys-power/apcupsd/files/3.10.18/smtp.patch b/sys-power/apcupsd/files/3.10.18/smtp.patch
deleted file mode 100644
index d0c6bbcbdd48..000000000000
--- a/sys-power/apcupsd/files/3.10.18/smtp.patch
+++ /dev/null
@@ -1,112 +0,0 @@
-diff -u old/changeme new/changeme
---- old/changeme 2003-11-01 11:31:10.000000000 -0500
-+++ new/changeme 2003-11-01 11:27:09.000000000 -0500
-@@ -13,9 +13,10 @@
- #
- (
- echo "Subject: $MSG"
-- echo " "
-+ echo "To: $SYSADMIN"
-+ echo
- echo "$MSG"
- echo " "
- /usr/sbin/apcaccess status
--) | $APCUPSD_MAIL -s "$MSG" $SYSADMIN
-+) | $APCUPSD_MAIL $SYSADMIN
- exit 0
-diff -u old/commfailure new/commfailure
---- old/commfailure 2003-11-01 11:31:26.000000000 -0500
-+++ new/commfailure 2003-11-01 11:27:13.000000000 -0500
-@@ -13,9 +13,10 @@
- #
- (
- echo "Subject: $MSG"
-- echo " "
-+ echo "To: $SYSADMIN"
-+ echo
- echo "$MSG"
- echo " "
- /usr/sbin/apcaccess status
--) | $APCUPSD_MAIL -s "$MSG" $SYSADMIN
-+) | $APCUPSD_MAIL $SYSADMIN
- exit 0
-diff -u old/commok new/commok
---- old/commok 2003-11-01 11:31:33.000000000 -0500
-+++ new/commok 2003-11-01 11:27:16.000000000 -0500
-@@ -13,9 +13,10 @@
- #
- (
- echo "Subject: $MSG"
-- echo " "
-+ echo "To: $SYSADMIN"
-+ echo
- echo "$MSG"
- echo " "
- /usr/sbin/apcaccess status
--) | $APCUPSD_MAIL -s "$MSG" $SYSADMIN
-+) | $APCUPSD_MAIL $SYSADMIN
- exit 0
-diff -u old/mainsback new/mainsback
---- old/mainsback 2003-11-01 11:30:55.000000000 -0500
-+++ new/mainsback 2003-11-01 11:27:21.000000000 -0500
-@@ -13,9 +13,10 @@
- #
- (
- echo "Subject: $MSG"
-- echo " "
-+ echo "To: $SYSADMIN"
-+ echo
- echo "$MSG"
- echo " "
- /usr/sbin/apcaccess status
--) | $APCUPSD_MAIL -s "$MSG" $SYSADMIN
-+) | $APCUPSD_MAIL $SYSADMIN
- exit 0
-diff -u old/masterconnect new/masterconnect
---- old/masterconnect 2003-11-01 11:31:43.000000000 -0500
-+++ new/masterconnect 2003-11-01 11:27:30.000000000 -0500
-@@ -13,9 +13,10 @@
- #
- (
- echo "Subject: $MSG"
-- echo " "
-+ echo "To: $SYSADMIN"
-+ echo
- echo "$MSG"
- echo " "
- /usr/sbin/apcaccess status
--) | $APCUPSD_MAIL -s "$MSG" $SYSADMIN
-+) | $APCUPSD_MAIL $SYSADMIN
- exit 0
-diff -u old/mastertimeout new/mastertimeout
---- old/mastertimeout 2003-11-01 11:31:52.000000000 -0500
-+++ new/mastertimeout 2003-11-01 11:27:33.000000000 -0500
-@@ -13,9 +13,10 @@
- #
- (
- echo "Subject: $MSG"
-- echo " "
-+ echo "To: $SYSADMIN"
-+ echo
- echo "$MSG"
- echo " "
- /usr/sbin/apcaccess status
--) | $APCUPSD_MAIL -s "$MSG" $SYSADMIN
-+) | $APCUPSD_MAIL $SYSADMIN
- exit 0
-diff -u old/onbattery new/onbattery
---- old/onbattery 2003-11-01 11:32:03.000000000 -0500
-+++ new/onbattery 2003-11-01 11:27:35.000000000 -0500
-@@ -13,9 +13,10 @@
- #
- (
- echo "Subject: $MSG"
-- echo " "
-+ echo "To: $SYSADMIN"
-+ echo
- echo "$MSG"
- echo " "
- /usr/sbin/apcaccess status
--) | $APCUPSD_MAIL -s "$MSG" $SYSADMIN
-+) | $APCUPSD_MAIL $SYSADMIN
- exit 0