mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Disable output about duplicate services, which were not output during
testing. MFC after: 1 month X-MFC-After: r261031 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e79f350d87
commit
8fcaeb45bb
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ 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} -o ${DESTDIR}/var/db/services.db \
|
||||
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; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue