xhost-cookbooks/system

View on GitHub
templates/freebsd/profile.erb

Summary

Maintainability
Test Coverage
# $FreeBSD: releng/10.1/etc/profile 208116 2010-05-15 17:49:56Z jilles $
#
# System-wide .profile file for sh(1).
#
# This file is managed by Chef
# Do not edit this file by hand!
#
# Uncomment this to give you the default 4.2 behavior, where disk
# information is shown in K-Blocks
# BLOCKSIZE=K; export BLOCKSIZE
#
# For the setting of languages and character sets please see
# login.conf(5) and in particular the charset and lang options.
# For full locales list check /usr/share/locale/*
# You should also read the setlocale(3) man page for information
# on how to achieve more precise control of locale settings.
#
# Check system messages
# msgs -q
# Allow terminal messages
# mesg y

PATH=<%= @profile[:path].join ':' %>

<%= @profile[:append_scripts].join "\n" %>