grknight 14/11/29 02:30:25 Added: groonga.initd groonga.confd Log: New Package based on older work in the matsuu overlay by MATSUU Takuto (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.1 app-text/groonga/files/groonga.initd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/groonga/files/groonga.initd?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/groonga/files/groonga.initd?rev=1.1&content-type=text/plain Index: groonga.initd =================================================================== #!/sbin/runscript # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/groonga/files/groonga.initd,v 1.1 2014/11/29 02:30:24 grknight Exp $ depend() { use net } start() { ebegin "Starting groonga" checkpath -d /run/groonga -o ${USER:-groonga}:${GROUP:-groonnga} start-stop-daemon --start --quiet --exec /usr/sbin/groonga -- ${GROONGA_OPTS} eend $? } stop() { ebegin "Stopping groonga" start-stop-daemon --stop --quiet --pidfile /var/spool/groonga/groonga.pid eend $? } 1.1 app-text/groonga/files/groonga.confd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/groonga/files/groonga.confd?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/groonga/files/groonga.confd?rev=1.1&content-type=text/plain Index: groonga.confd =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/groonga/files/groonga.confd,v 1.1 2014/11/29 02:30:24 grknight Exp $ # Default #USER=groonga #GROUP=groonga #ADDRESS=127.0.0.1 #DATABASE=/var/lib/groonga/db/db #LOG_PATH=/var/log/groonga/groonga.log #QUERY_LOG_PATH=/var/log/groonga/query.log #PROTOCOL=gqtp
