| #
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
|
| 02-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.
Revi
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
show more ...
|
| #
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:
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
show more ...
|
| #
18bd63b7
|
| 15-May-2010 |
Jilles Tjoelker <jilles@FreeBSD.org> |
Change the commented msgs examples in profile/csh.login from -f to -q.
Starting something that wants input on login seems strange and can be dangerous. In some configurations, causing output can be
Change the commented msgs examples in profile/csh.login from -f to -q.
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
show more ...
|
| #
d8beb0fd
|
| 06-Jun-2004 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Removed whitespace at BOF, EOL & EOF.
|
| #
6c992c4b
|
| 27-Jul-2000 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Remove all mention of LANG and MM_CHARSET. Add hints towards login.conf(5), which should be the preferred way to set this systemwide without having to worry about the shell used.
PR: 9245 Submitted
Remove all mention of LANG and MM_CHARSET. Add hints towards login.conf(5), which should be the preferred way to set this systemwide without having to worry about the shell used.
PR: 9245 Submitted by: martin Kammerhofer <dada@sbox.tu-graz.ac.at>
show more ...
|
| #
9b7a44a6
|
| 27-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
a19eda1f
|
| 02-Sep-1998 |
Brian Somers <brian@FreeBSD.org> |
Add Id keywords
|
| #
5a2c2166
|
| 10-Apr-1998 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Added comments about LC_ALL and setlocale(3). PR: conf/6145
|
| #
838037af
|
| 21-Nov-1996 |
Andrey A. Chernov <ache@FreeBSD.org> |
ru_SU -> ru_RU
|
| #
29d13b3b
|
| 19-Oct-1996 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add MM_CHARSET setting (MIME charset), it is good for tin, metamail, etc. Add mesg y All things commented out
|
| #
440cac3e
|
| 31-Jan-1996 |
Mike Pritchard <mpp@FreeBSD.org> |
Another round of spelling fixes.
|
| #
cfc14c6f
|
| 19-Nov-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add commented out msgs database cleanup to crontab Add -f (silent) flag to msgs call for logins (commented out)
|
| #
338b19aa
|
| 19-Nov-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add commented out msgs call
|
| #
082249ac
|
| 02-Nov-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Remove startup_locale reference
|
| #
24af9b64
|
| 17-Jun-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Rename ISO8859-1 to ISO_8859-1 per RFC1700
|
| #
eb1759f1
|
| 05-Dec-1994 |
Andrey A. Chernov <ache@FreeBSD.org> |
Add yet one locale example, this time ISO8859-1 as most common example. Add reference where find full locales list
|
| #
045dbe68
|
| 28-Sep-1994 |
Andrey A. Chernov <ache@FreeBSD.org> |
/etc/profile added (the similar stuff like in csh.login)
|