summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2010-05-14 10:34:30 +0000
committerWolfram Schlich <wschlich@gentoo.org>2010-05-14 10:34:30 +0000
commit0b83be8ecceb13e9a91c4e0563305a74951ba574 (patch)
treea09e0b762fc04032269b84c3539f31c2ba122f24 /dev-db/mysql-proxy/files
parentVersion bump, bug #319533. (diff)
downloadhistorical-0b83be8ecceb13e9a91c4e0563305a74951ba574.tar.gz
historical-0b83be8ecceb13e9a91c4e0563305a74951ba574.tar.bz2
historical-0b83be8ecceb13e9a91c4e0563305a74951ba574.zip
version bump, removed old versions
Package-Manager: portage-2.2_rc60/cvs/Linux i686
Diffstat (limited to 'dev-db/mysql-proxy/files')
-rw-r--r--dev-db/mysql-proxy/files/0.6.0/mysql-proxy.confd11
-rwxr-xr-xdev-db/mysql-proxy/files/0.6.0/mysql-proxy.initd20
-rw-r--r--dev-db/mysql-proxy/files/0.6.1/mysql-proxy.confd11
-rwxr-xr-xdev-db/mysql-proxy/files/0.6.1/mysql-proxy.initd20
4 files changed, 0 insertions, 62 deletions
diff --git a/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.confd b/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.confd
deleted file mode 100644
index fc19ebe5769a..000000000000
--- a/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.confd
+++ /dev/null
@@ -1,11 +0,0 @@
-# /etc/conf.d/mysql-proxy: config file for /etc/init.d/mysql-proxy
-
-# location auf pidfile
-PIDFILE="/var/run/mysql-proxy.pid"
-
-# general options for mysql-proxy
-#OPTS="--proxy-lua-script=/usr/share/doc/mysql-proxy-0.6.0/tutorial-basic.lua"
-OPTS=""
-
-# if you want mysql-proxy to depend on mysql, enable this:
-#RC_NEED="mysql"
diff --git a/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.initd b/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.initd
deleted file mode 100755
index f761ef2072e4..000000000000
--- a/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.initd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.initd,v 1.1 2007/10/03 15:36:24 wschlich Exp $
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting MySQL Proxy"
- start-stop-daemon --start --quiet --exec /usr/sbin/mysql-proxy -- --daemon --pid-file="${PIDFILE}" ${OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping MySQL Proxy"
- start-stop-daemon --stop --quiet --pidfile "${PIDFILE}"
- eend $?
-}
diff --git a/dev-db/mysql-proxy/files/0.6.1/mysql-proxy.confd b/dev-db/mysql-proxy/files/0.6.1/mysql-proxy.confd
deleted file mode 100644
index fc19ebe5769a..000000000000
--- a/dev-db/mysql-proxy/files/0.6.1/mysql-proxy.confd
+++ /dev/null
@@ -1,11 +0,0 @@
-# /etc/conf.d/mysql-proxy: config file for /etc/init.d/mysql-proxy
-
-# location auf pidfile
-PIDFILE="/var/run/mysql-proxy.pid"
-
-# general options for mysql-proxy
-#OPTS="--proxy-lua-script=/usr/share/doc/mysql-proxy-0.6.0/tutorial-basic.lua"
-OPTS=""
-
-# if you want mysql-proxy to depend on mysql, enable this:
-#RC_NEED="mysql"
diff --git a/dev-db/mysql-proxy/files/0.6.1/mysql-proxy.initd b/dev-db/mysql-proxy/files/0.6.1/mysql-proxy.initd
deleted file mode 100755
index c6ef7a32d835..000000000000
--- a/dev-db/mysql-proxy/files/0.6.1/mysql-proxy.initd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-proxy/files/0.6.1/mysql-proxy.initd,v 1.1 2008/02/07 19:44:01 wschlich Exp $
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting MySQL Proxy"
- start-stop-daemon --start --quiet --exec /usr/sbin/mysql-proxy -- --daemon --pid-file="${PIDFILE}" ${OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping MySQL Proxy"
- start-stop-daemon --stop --quiet --pidfile "${PIDFILE}"
- eend $?
-}