18bd63b7c5
Starting something that wants input on login seems strange and can be dangerous. In some configurations, causing output can be bad, but it is not as dangerous. I do not expect this msgs invocation to be uncommented often. PR: conf/96015 MFC after: 4 days
19 lines
562 B
Bash
19 lines
562 B
Bash
# $FreeBSD$
|
|
#
|
|
# System-wide .profile file for sh(1).
|
|
#
|
|
# 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
|