musl-nscd: remove -F option in run file, not recognized
This commit is contained in:
parent
ee251f9fe2
commit
a1a4370ee9
|
@ -2,4 +2,4 @@
|
|||
exec 2>&1
|
||||
[ -r conf ] && . ./conf
|
||||
mkdir -p /var/run/nscd /var/db/nscd
|
||||
exec nscd -F ${OPTS} >/dev/null
|
||||
exec nscd ${OPTS} >/dev/null
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'musl-nscd'
|
||||
pkgname=musl-nscd
|
||||
version=1.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
archs="*-musl"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="bison flex"
|
||||
|
|
Loading…
Reference in New Issue