summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-25 14:49:24 -0300
committerRenato Botelho <renato@netgate.com>2015-08-25 14:49:59 -0300
commit5240564c054781330437c1767d61114d33bf7bb8 (patch)
treeafee844a0f1a4e9d73ae8baf4e80347e5a2bf469 /tools/builder_common.sh
parent23975558c660a77e8574decd932df49e0838ee5f (diff)
downloadpfsense-5240564c054781330437c1767d61114d33bf7bb8.zip
pfsense-5240564c054781330437c1767d61114d33bf7bb8.tar.gz
Stop calling ntpdate to fix builder clock
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index a149d73..6405620 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1641,12 +1641,6 @@ installkernel() {
# Launch is ran first to setup a few variables that we need
# Imported from FreeSBIE
launch() {
- if [ ! -f $SCRATCHDIR/${PRODUCT_NAME}_builder_set_time ]; then
- echo ">>> Updating system clock..."
- ntpdate 0.freebsd.pool.ntp.org
- touch $SCRATCHDIR/${PRODUCT_NAME}_builder_set_time
- fi
-
if [ "$(id -u)" != "0" ]; then
echo "Sorry, this must be done as root."
fi
OpenPOWER on IntegriCloud