View | Details | Raw Unified | Return to bug 230071
Collapse All | Expand All

(-)b/sysutils/py-google-compute-engine/Makefile (-1 / +6 lines)
Lines 40-43 post-install: Link Here
40
	${INSTALL_DATA} ${FILESDIR}/google_set_hostname \
40
	${INSTALL_DATA} ${FILESDIR}/google_set_hostname \
41
		${STAGEDIR}/etc/dhclient-exit-hooks
41
		${STAGEDIR}/etc/dhclient-exit-hooks
42
42
43
	# Enable growfs on every boot, and not just the first
44
	@${REINPLACE_CMD} -e 's|firstboot_growfs_enable|growfs_enable|' \
45
		/etc/rc.conf
46
	@${REINPLACE_CMD} -e '/KEYWORD: firstboot/d' \
47
		/etc/rc.d/growfs
48
43
.include <bsd.port.mk>
49
.include <bsd.port.mk>
44
- 

Return to bug 230071