mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
parent
3ce6995ae8
commit
493c3fa36a
3 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec 2>&1
|
||||||
|
|
||||||
|
[ -r ./conf ] && . ./conf
|
||||||
|
|
||||||
mkdir -p /run/samba
|
mkdir -p /run/samba
|
||||||
mkdir -p /run/lock/samba
|
mkdir -p /run/lock/samba
|
||||||
|
|
||||||
exec nmbd -F -S
|
exec nmbd -F ${OPTS:--S -d1}
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec 2>&1
|
||||||
|
|
||||||
|
[ -r ./conf ] && . ./conf
|
||||||
|
|
||||||
mkdir -p /run/samba
|
mkdir -p /run/samba
|
||||||
mkdir -p /run/lock/samba
|
mkdir -p /run/lock/samba
|
||||||
|
|
||||||
exec smbd -F -S
|
exec smbd -F ${OPTS:--S -d1}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'samba'
|
# Template file for 'samba'
|
||||||
pkgname=samba
|
pkgname=samba
|
||||||
version=4.13.3
|
version=4.13.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
|
@ -27,7 +27,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.samba.org"
|
homepage="http://www.samba.org"
|
||||||
distfiles="http://download.samba.org/pub/samba/stable/${pkgname}-${version}.tar.gz"
|
distfiles="http://download.samba.org/pub/samba/stable/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c10585d43f33656fe4e1f9ff8bf40ea57d8d5b653521c1cc198fbf4922756541
|
checksum=a1b34c63f7100cc8626902d80f335c7cb0b45d4707dd3c4b010f7a28ed615c78
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
conf_files="/etc/pam.d/samba /etc/samba/smb.conf"
|
conf_files="/etc/pam.d/samba /etc/samba/smb.conf"
|
||||||
make_dirs="/etc/samba/private 0750 root root"
|
make_dirs="/etc/samba/private 0750 root root"
|
||||||
|
|
Loading…
Add table
Reference in a new issue