public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/mysql-proxy/files/0.6.0: mysql-proxy.confd mysql-proxy.initd
@ 2007-10-03 15:36 Wolfram Schlich (wschlich)
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Schlich (wschlich) @ 2007-10-03 15:36 UTC (permalink / raw
  To: gentoo-commits

wschlich    07/10/03 15:36:24

  Added:                mysql-proxy.confd mysql-proxy.initd
  Log:
  initial import
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.1                  dev-db/mysql-proxy/files/0.6.0/mysql-proxy.confd

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.confd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.confd?rev=1.1&content-type=text/plain

Index: mysql-proxy.confd
===================================================================
# /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"



1.1                  dev-db/mysql-proxy/files/0.6.0/mysql-proxy.initd

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.initd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-proxy/files/0.6.0/mysql-proxy.initd?rev=1.1&content-type=text/plain

Index: mysql-proxy.initd
===================================================================
#!/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 $?
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-db/mysql-proxy/files/0.6.0: mysql-proxy.confd mysql-proxy.initd
@ 2010-05-14 10:34 Wolfram Schlich (wschlich)
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Schlich (wschlich) @ 2010-05-14 10:34 UTC (permalink / raw
  To: gentoo-commits

wschlich    10/05/14 10:34:30

  Removed:              mysql-proxy.confd mysql-proxy.initd
  Log:
  version bump, removed old versions
  (Portage version: 2.2_rc60/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-14 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 10:34 [gentoo-commits] gentoo-x86 commit in dev-db/mysql-proxy/files/0.6.0: mysql-proxy.confd mysql-proxy.initd Wolfram Schlich (wschlich)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-03 15:36 Wolfram Schlich (wschlich)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox