net-fs/samba: Fixed name of pidfile.

Closes: https://bugs.gentoo.org/652896
Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
Lars Wendler
2018-07-18 10:06:56 +02:00
parent c1a3ef6a65
commit 8374b58dfa

View File

@@ -32,7 +32,7 @@ nmbd_reload="killall -HUP nmbd"
samba4_start_options=""
samba4_command="/usr/sbin/samba"
samba4_pidfile="${piddir}/samba4.pid"
samba4_pidfile="${piddir}/samba.pid"
samba4_start="start-stop-daemon --start --exec ${samba4_command} --pidfile ${samba4_pidfile} -- ${samba4_start_options}"
samba4_stop="start-stop-daemon --stop --exec ${samba4_command} --pidfile ${samba4_pidfile}"
samba4_reload="killall -HUP samba"