summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-30 11:00:20 -0300
committerRenato Botelho <renato@netgate.com>2016-05-30 11:00:20 -0300
commite22e526a2d7efbac49e6149d744d0899ca64d771 (patch)
tree6efe3ea1450a525add1fa3620602aba02e79e399 /tools/builder_common.sh
parentc9fd7ee0c075cd49ede8c7b1654a99b4f25a376b (diff)
downloadpfsense-e22e526a2d7efbac49e6149d744d0899ca64d771.zip
pfsense-e22e526a2d7efbac49e6149d744d0899ca64d771.tar.gz
Remove passwd, master.passwd and group files
These files don't need to be present on pfSense main repo, they are updated according our needs during first boot so we can use standard file from FreeBSD While here, do not try to run pwd_mkdb since it's already done by make distribution
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index cab3b99..14dd986 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1033,9 +1033,6 @@ clone_to_staging_area() {
${STAGE_CHROOT_DIR}/usr/local/sbin/${PRODUCT_NAME}-upgrade
fi
- if [ -f ${STAGE_CHROOT_DIR}/etc/master.passwd ]; then
- chroot ${STAGE_CHROOT_DIR} pwd_mkdb /etc/master.passwd
- fi
mkdir -p ${STAGE_CHROOT_DIR}/etc/mtree
mtree -Pcp ${STAGE_CHROOT_DIR}/var > ${STAGE_CHROOT_DIR}/etc/mtree/var.dist
mtree -Pcp ${STAGE_CHROOT_DIR}/etc > ${STAGE_CHROOT_DIR}/etc/mtree/etc.dist
OpenPOWER on IntegriCloud