* [gentoo-commits] gentoo-x86 commit in sys-cluster/cinder/files: cinder.sudoersd cinder.confd cinder.initd
@ 2014-05-11 12:22 Vadim Kuznetsov (vadimk)
0 siblings, 0 replies; only message in thread
From: Vadim Kuznetsov (vadimk) @ 2014-05-11 12:22 UTC (permalink / raw
To: gentoo-commits
vadimk 14/05/11 12:22:00
Added: cinder.sudoersd cinder.confd cinder.initd
Log:
slot conflicts, bug 508002. new init scripts.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key E1DF22D5)
Revision Changes Path
1.1 sys-cluster/cinder/files/cinder.sudoersd
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/files/cinder.sudoersd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/files/cinder.sudoersd?rev=1.1&content-type=text/plain
Index: cinder.sudoersd
===================================================================
Defaults:cinder !requiretty
cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap
1.1 sys-cluster/cinder/files/cinder.confd
<<Binary file>>
1.1 sys-cluster/cinder/files/cinder.initd
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/files/cinder.initd?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cinder/files/cinder.initd?rev=1.1&content-type=text/plain
Index: cinder.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/files/cinder.initd,v 1.1 2014/05/11 12:21:59 vadimk Exp $
description="Starts ${SVCNAME} service for OpenStack"
command=/usr/bin/${SVCNAME}
command_background=yes
command_args="--config-file /etc/cinder/cinder.conf --log-file /var/log/cinder/${SVCNAME}.log"
pidfile=/var/run/cinder/${SVCNAME}.pid
required_files=/etc/cinder/cinder.conf
start_stop_daemon_args="--quiet --user ${CINDER_USER:-cinder}"
depend() {
need net
}
start_pre() {
checkpath --directory --owner ${CINDER_USER:-cinder}:${CINDER_GROUP:-cinder} --mode 0755 ${CINDER_RUN:-/var/run/cinder}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-11 12:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-11 12:22 [gentoo-commits] gentoo-x86 commit in sys-cluster/cinder/files: cinder.sudoersd cinder.confd cinder.initd Vadim Kuznetsov (vadimk)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox