mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user