mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Temporarily turn off the services.db generation during distributeworld.
I'll work on an update to test for endianness-compatibility. Submitted by: many Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3d132810d2
commit
b3f2918a25
1 changed files with 0 additions and 2 deletions
|
|
@ -198,8 +198,6 @@ distribution:
|
|||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
|
||||
${BIN1} ${DESTDIR}/etc; \
|
||||
cap_mkdb ${CAP_MKDB_ENDIAN} ${DESTDIR}/etc/login.conf; \
|
||||
services_mkdb ${CAP_MKDB_ENDIAN} -q -o ${DESTDIR}/var/db/services.db \
|
||||
${DESTDIR}/etc/services; \
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \
|
||||
${BIN2} ${DESTDIR}/etc; \
|
||||
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue