azure.conf revision 273198
1#!/bin/sh
2#
3# $FreeBSD: stable/10/release/tools/azure.conf 273198 2014-10-16 23:16:26Z gjb $
4#
5
6# Set to a list of packages to install.
7# Example:
8#export VM_EXTRA_PACKAGES="www/apache24"
9export VM_EXTRA_PACKAGES=
10
11# Set to a list of third-party software to enable in rc.conf(5).
12# Example:
13#export VM_RC_LIST="apache24"
14export VM_RC_LIST=
15