From d2099b69923a71bde35764af92e9d04ef3e74f1d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 10 Jan 2019 20:12:15 -0500 Subject: Remove profile and dot.profile --- bin/cash/dot.profile | 16 ---------------- bin/cash/profile | 18 ------------------ 2 files changed, 34 deletions(-) delete mode 100644 bin/cash/dot.profile delete mode 100644 bin/cash/profile (limited to 'bin/cash') diff --git a/bin/cash/dot.profile b/bin/cash/dot.profile deleted file mode 100644 index 547a0ada..00000000 --- a/bin/cash/dot.profile +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/dot.profile 338374 2018-08-29 16:59:19Z brd $ -# -PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:~/bin -export PATH -HOME=/root -export HOME -TERM=${TERM:-xterm} -export TERM -PAGER=less -export PAGER - -# Query terminal size; useful for serial lines. -if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi - -# Uncomment to display a random cookie on each login. -# if [ -x /usr/bin/fortune ] ; then /usr/bin/fortune -s ; fi diff --git a/bin/cash/profile b/bin/cash/profile deleted file mode 100644 index f7d64415..00000000 --- a/bin/cash/profile +++ /dev/null @@ -1,18 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/profile 337849 2018-08-15 14:41:24Z brd $ -# -# 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 -- cgit 1.4.1