Skip to content
Snippets Groups Projects
Commit 3ffa1c01 authored by Natanael Copa's avatar Natanael Copa
Browse files

extra/samba: fix for init script

parent 936acf92
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=samba
pkgver=3.3.5
pkgrel=1
pkgrel=2
pkgdesc="Tools to access a server's filespace and printers via SMB"
url="http://www.samba.org"
license="GPL3"
......@@ -95,5 +95,5 @@ tdb() {
}
md5sums="8fa0e3c5daaba4c2ce2fb871a5f3157a samba-3.3.5.tar.gz
df66f9e44bff016c76c41935e959557c samba.initd
1b701fdb22c52c63b3af0e4a286a9329 samba.initd
c150433426e18261e6e3eed3930e1a76 samba.confd"
......@@ -30,12 +30,12 @@ stop_nmbd() {
}
start_winbindd() {
start-stop-daemon --start --quiet --exec /usr/sbin/winbindd \
-- $winbindd_options
start-stop-daemon --start --quiet --exec /usr/sbin/winbindd -- \
$winbindd_options
}
stop_winbindd() {
start-stop-daemon --stop --quiet --oknodo --exec /usr/sbin/winbindd
start-stop-daemon --stop --quiet --pidfile /var/run/samba/winbindd.pid
}
start() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment