mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
5da733f0c9
commit
c8c0c1ebe2
3 changed files with 3 additions and 3 deletions
|
@ -7,4 +7,4 @@ exec 2>&1
|
||||||
mkdir -p /run/samba
|
mkdir -p /run/samba
|
||||||
mkdir -p /run/lock/samba
|
mkdir -p /run/lock/samba
|
||||||
|
|
||||||
exec nmbd -F ${OPTS:--S -d1}
|
exec nmbd -F ${OPTS:--d1}
|
||||||
|
|
|
@ -7,4 +7,4 @@ exec 2>&1
|
||||||
mkdir -p /run/samba
|
mkdir -p /run/samba
|
||||||
mkdir -p /run/lock/samba
|
mkdir -p /run/lock/samba
|
||||||
|
|
||||||
exec smbd -F ${OPTS:--S -d1}
|
exec smbd -F ${OPTS:--d1}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'samba'
|
# Template file for 'samba'
|
||||||
pkgname=samba
|
pkgname=samba
|
||||||
version=4.20.1
|
version=4.20.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_script="buildtools/bin/waf"
|
configure_script="buildtools/bin/waf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue