Package-Manager: portage-2.2.20
RepoMan-Options: --force
This commit is contained in:
Mario Fetka
2016-01-10 18:09:56 +01:00
parent 9da3147b87
commit 88d7aa84f9
6 changed files with 124 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/openslp/files/slpd-init,v 1.4 2007/07/13 13:20:28 uberlord Exp $
@@ -77,14 +77,14 @@ checkconfig() {
start() {
checkconfig || return 1
ebegin "Starting Twonky Media Server 7"
ebegin "Starting Twonky Media Server"
start-stop-daemon --start --quiet --exec /opt/twonkymedia/twonkystarter \
--chdir /opt/twonkymedia --pidfile /var/run/mediaserver.pid
eend $?
}
stop() {
ebegin "Stopping Twonky Media Server 7"
ebegin "Stopping Twonky Media Server"
start-stop-daemon --stop --quiet --pidfile /var/run/mediaserver.pid
eend $?
}