History log of /freebsd-current/bin/sh/profile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 8d7221ca 18-Oct-2022 Dag-Erling Smørgrav <des@FreeBSD.org>

sh: when loading profile, read only .sh files.

Reviewers: jilles, eugen_grosbein.net, cy

Subscribers: imp

Differential Revision: https://reviews.freebsd.org/D37034


# d3890a54 01-Oct-2022 Dag-Erling Smørgrav <des@FreeBSD.org>

sh: when loading profile, skip obvious scratch files.

Differential Revision: https://reviews.freebsd.org/D36856


# 497cdf96 09-Sep-2022 Dag-Erling Smørgrav <des@FreeBSD.org>

sh: read more profile files.

Differential Revision: https://reviews.freebsd.org/D36505
MFC after: 1 month


# ed1cfd30 20-Jan-2019 Edward Tomasz Napierala <trasz@FreeBSD.org>

Don't mess with BLOCKSIZE in shell startup files - it's set by login.conf(5);
there's no need to even mention it in shell rc files. Not that it's wrong;
just pointless and somewhat misleading.

Reviewed by: jilles
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D18809


# b26c7f7f 15-Aug-2018 Brad Davis <brd@FreeBSD.org>

Move all sh and csh files into bin/sh/ or bin/csh/

This simplifies pkgbase by migrating these to CONFS so they are properly
tagged as config files.

Approved by: will (mentor)
Differential Revision: https://reviews.freebsd.org/D16708