projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1a3ef6
)
net-fs/samba: Fixed name of pidfile.
author
Lars Wendler
<polynomial-c@gentoo.org>
Wed, 18 Jul 2018 08:06:56 +0000
(10:06 +0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Wed, 18 Jul 2018 08:06:56 +0000
(10:06 +0200)
Closes: https://bugs.gentoo.org/652896
Package-Manager: Portage-2.3.43, Repoman-2.3.10
net-fs/samba/files/4.4/samba4.confd
patch
|
blob
|
history
diff --git
a/net-fs/samba/files/4.4/samba4.confd
b/net-fs/samba/files/4.4/samba4.confd
index 2604981f21414446453a0c3c91781a6c084f6666..629a605021a25c01d3059ca560026d48068b8122 100644
(file)
--- a/
net-fs/samba/files/4.4/samba4.confd
+++ b/
net-fs/samba/files/4.4/samba4.confd
@@
-32,7
+32,7
@@
nmbd_reload="killall -HUP nmbd"
samba4_start_options=""
samba4_command="/usr/sbin/samba"
-samba4_pidfile="${piddir}/samba
4
.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"