dev-zero 14/06/13 12:05:09 Added: 70-spice-webdavd.rules spice-webdavd.initd Log: Initial commit, required for spice-gtk, ebuild written by me. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1A5D023975B0583D!)
Revision Changes Path 1.1 net-libs/phodav/files/70-spice-webdavd.rules file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/files/70-spice-webdavd.rules?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/files/70-spice-webdavd.rules?rev=1.1&content-type=text/plain Index: 70-spice-webdavd.rules =================================================================== ACTION=="add", SUBSYSTEM=="virtio-ports", ENV{DEVLINKS}=="/dev/virtio-ports/org.spice-space.webdav.0", RUN+="/bin/env /etc/init.d/spice-webdavd --quiet start" 1.1 net-libs/phodav/files/spice-webdavd.initd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/files/spice-webdavd.initd?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/phodav/files/spice-webdavd.initd?rev=1.1&content-type=text/plain Index: spice-webdavd.initd =================================================================== #!/sbin/runscript # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/phodav/files/spice-webdavd.initd,v 1.1 2014/06/13 12:05:09 dev-zero Exp $ description="Spice guest utility for file sharing via WebDAV" command="/usr/sbin/spice-webdavd" command_args="--port 9843" pidfile="/run/${SVCNAME}.pid" command_background="yes" depend() { need dbus use avahi }
