config.sh (fogproject-1.5.5) | : | config.sh (fogproject-1.5.6) | ||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
# the Free Software Foundation, either version 3 of the License, or | # the Free Software Foundation, either version 3 of the License, or | |||
# any later version. | # any later version. | |||
# | # | |||
# This program is distributed in the hope that it will be useful, | # This program is distributed in the hope that it will be useful, | |||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
# GNU General Public License for more details. | # GNU General Public License for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
[[ -z $username ]] && username="fog" | [[ -z $username || "x$username" = "xfog" ]] && username="fogproject" | |||
[[ -z $webdirsrc ]] && webdirsrc="../packages/web" | [[ -z $webdirsrc ]] && webdirsrc="../packages/web" | |||
[[ -z $tftpdirsrc ]] && tftpdirsrc="../packages/tftp" | [[ -z $tftpdirsrc ]] && tftpdirsrc="../packages/tftp" | |||
[[ -z $buildipxesrc ]] && buildipxesrc="../utils/FOGiPXE" | ||||
[[ -z $udpcastsrc ]] && udpcastsrc="../packages/udpcast-20120424.tar.gz" | [[ -z $udpcastsrc ]] && udpcastsrc="../packages/udpcast-20120424.tar.gz" | |||
[[ -z $udpcasttmp ]] && udpcasttmp="/tmp/udpcast.tar.gz" | [[ -z $udpcasttmp ]] && udpcasttmp="/tmp/udpcast.tar.gz" | |||
[[ -z $udpcastout ]] && udpcastout="udpcast-20120424" | [[ -z $udpcastout ]] && udpcastout="udpcast-20120424" | |||
[[ -z $servicesrc ]] && servicesrc="../packages/service" | [[ -z $servicesrc ]] && servicesrc="../packages/service" | |||
[[ -z $servicedst ]] && servicedst="/opt/fog/service" | [[ -z $servicedst ]] && servicedst="/opt/fog/service" | |||
[[ -z $servicelogs ]] && servicelogs="/opt/fog/log" | [[ -z $servicelogs ]] && servicelogs="/opt/fog/log" | |||
[[ -z $fogprogramdir ]] && fogprogramdir="/opt/fog" | [[ -z $fogprogramdir ]] && fogprogramdir="/opt/fog" | |||
[[ -z $nfsconfig ]] && nfsconfig="/etc/exports" | [[ -z $nfsconfig ]] && nfsconfig="/etc/exports" | |||
[[ -z $nfsservice ]] && nfsservice="nfs-server nfs-kernel-server nfs" | [[ -z $nfsservice ]] && nfsservice="nfs-server nfs-kernel-server nfs" | |||
[[ -z $sqlclientlist ]] && sqlclientlist="mysql mariadb MariaDB-client" | [[ -z $sqlclientlist ]] && sqlclientlist="mysql mariadb MariaDB-client" | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |