Bump
Package-Manager: portage-2.2.20 RepoMan-Options: --force
This commit is contained in:
@@ -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 $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user