samba: fix smb/nmbd runit services: create /run/samba (close #1461).
This commit is contained in:
parent
f5576859e0
commit
f865501d4d
3 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
mkdir -p /run/samba
|
||||||
exec nmbd -F -S
|
exec nmbd -F -S
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
mkdir -p /run/samba
|
||||||
exec smbd -F -S
|
exec smbd -F -S
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'samba'
|
# Template file for 'samba'
|
||||||
pkgname=samba
|
pkgname=samba
|
||||||
version=3.6.25
|
version=3.6.25
|
||||||
revision=2
|
revision=3
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_wrksrc=source3
|
build_wrksrc=source3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
|
Loading…
Reference in a new issue