musl-nscd: remove -F option in run file, not recognized
This commit is contained in:
parent
ee251f9fe2
commit
a1a4370ee9
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
mkdir -p /var/run/nscd /var/db/nscd
|
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'
|
# Template file for 'musl-nscd'
|
||||||
pkgname=musl-nscd
|
pkgname=musl-nscd
|
||||||
version=1.1.1
|
version=1.1.1
|
||||||
revision=1
|
revision=2
|
||||||
archs="*-musl"
|
archs="*-musl"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="bison flex"
|
hostmakedepends="bison flex"
|
||||||
|
|
Loading…
Add table
Reference in a new issue