<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/etc/root/dot.login, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2018-08-15T14:41:24Z</updated>
<entry>
<title>Move all sh and csh files into bin/sh/ or bin/csh/</title>
<updated>2018-08-15T14:41:24Z</updated>
<author>
<name>Brad Davis</name>
<email>brd@FreeBSD.org</email>
</author>
<published>2018-08-15T14:41:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b26c7f7fee919c6697b3e218c73f3f7ddd646177'/>
<id>urn:sha1:b26c7f7fee919c6697b3e218c73f3f7ddd646177</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Cosmetic tweaks to the default shell rc files, mostly comments.</title>
<updated>2017-07-05T13:08:07Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-07-05T13:08:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=df6744e840460cddf71ba0842d2865a4a23f378e'/>
<id>urn:sha1:df6744e840460cddf71ba0842d2865a4a23f378e</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Run "resizewin -z" from the default shell profile files. This makes</title>
<updated>2017-07-05T10:37:37Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-07-05T10:37:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=dd0e1324ba360c87d773209290fe4900ac39395e'/>
<id>urn:sha1:dd0e1324ba360c87d773209290fe4900ac39395e</id>
<content type='text'>
the terminal work properly out of the box when logging over a serial
line, which is quite important for the user experience on boards like
Raspberry Pi.  It doesn't affect cases where the terminal size is
already non-zero, such as SSH or vt(4) sessions.

Note that this doesn't handle a scenario pointed out by rgrimes@:
when the terminal is resized after login, the terminal size won't
get updated even after logging out and back in.

Reviewed by:	imp
Obtained from:	CheriBSD
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D10642
</content>
</entry>
<entry>
<title>Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;</title>
<updated>2015-02-12T05:35:00Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2015-02-12T05:35:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=11d9aa670723f508821f2bf6980a555360783a80'/>
<id>urn:sha1:11d9aa670723f508821f2bf6980a555360783a80</id>
<content type='text'>
update paths; and include everything in the "base" distribution.

The "games" distribution being optional made sense when there were more
games and we had small disks; but the "games-like" games were moved into
the ports tree a dozen years ago and the remaining "utility-like" games
occupy less than 0.001% of my laptop's small hard drive.  Meanwhile every
new user is confronted by the question "do you want games installed" when
they they try to install FreeBSD.

The next steps will be:

2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and
caesar cipher (caesar, rot13) utilities.  I intend to keep fortune, factor,
morse, number, primes, and random, since there is evidence that those are
still being used.

3. Merging src/games into src/usr.bin.

This change will not be MFCed.

Reviewed by:	jmg
Discussed at:	EuroBSDCon
Approved by:	gjb (release-affecting changes)
</content>
</entry>
<entry>
<title>last commit was a mistake</title>
<updated>2012-11-16T14:25:13Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-11-16T14:25:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f4dc4826836db063493fb4979f2d3cdb454a5a2a'/>
<id>urn:sha1:f4dc4826836db063493fb4979f2d3cdb454a5a2a</id>
<content type='text'>
Pointyhat to: me (for real)
Approved by: cperciva (implicit)
</content>
</entry>
<entry>
<title>dot.login is supposed to be for bourne shell, not csh</title>
<updated>2012-11-16T04:25:35Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-11-16T04:25:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=94e7929e2c94374fbd212d4885149361fddb5362'/>
<id>urn:sha1:94e7929e2c94374fbd212d4885149361fddb5362</id>
<content type='text'>
Pointyhat to: me
Approved by: cperciva (implicit)
</content>
</entry>
<entry>
<title>The test fails with "exit 1" if /usr/games/fortune doesn't actually</title>
<updated>2012-11-01T19:38:03Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-11-01T19:38:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=aad12c28e09753c27e92e772d42978a0c245e14c'/>
<id>urn:sha1:aad12c28e09753c27e92e772d42978a0c245e14c</id>
<content type='text'>
exist.  Fix that.

PR:		conf/71994
Submitted by:	Mikael Eklund &lt;rma@ludd.ltu.se&gt;
Reviewed by:	crees
Reviewed by:	jilles
Approved by:	cperciva (implicit)
MFC after:	3 days
</content>
</entry>
<entry>
<title>o Display only a short fortune at the root login prompt, as large ones</title>
<updated>2000-07-15T03:25:14Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2000-07-15T03:25:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a85978584cc37b468a8f24e79fd1bd5bc0edf478'/>
<id>urn:sha1:a85978584cc37b468a8f24e79fd1bd5bc0edf478</id>
<content type='text'>
  scroll of our pretty /etc/motd that helps the user know what to do.
o Change reflects similar setting in /share/skel
</content>
</entry>
<entry>
<title>o Migrate path, umask from dot.login to dot.cshrc</title>
<updated>2000-03-25T20:23:39Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2000-03-25T20:23:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bddc1909cfe20eb29d92d96321a0d34a17718921'/>
<id>urn:sha1:bddc1909cfe20eb29d92d96321a0d34a17718921</id>
<content type='text'>
o Comment out display of fortune by default.
o Synch root's .cshrc/.login and non-root's .cshrc/.login in terms of
  gratuitous variables set (EDITOR).
o Remove some commented out variables set inconsistently or gratuitously,
  such as Interviews settings, 8-bit German locale for root only.
o Synchronize comments in header, as well as references to appropriate man
  pages.
o Remove MANPATH setting as apparently /etc/manpath.config does all that
  already.

Similar changes probably need to be made in other dot.* files for root
and skel, as all of these files seem to set different aliases, environmental
variables, prompts, and have different semantics.

As a result of this patch, leaving aside the setting of a special prompt
for root, users of csh and tcsh should find similar environments when
logging in or su'ing to any account using that shell.

Reviewed by:	asmodai, nbm, will
</content>
</entry>
<entry>
<title>There is nothing more annoying than su'ing to root and discovering that</title>
<updated>2000-03-07T18:52:37Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2000-03-07T18:52:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=499107bbb34993d8c1b8262d508c77cf0b9ad77b'/>
<id>urn:sha1:499107bbb34993d8c1b8262d508c77cf0b9ad77b</id>
<content type='text'>
even simple things like md5 and ping aren't in your path.  This patch
moves the custom root-path setting from .login to .cshrc, so that users
who su to root get a decent (and consistent) path.  An appeal to change
/etc/login.conf to provide a decent path for all users seems to have been
vetoed for the time being.  As a result, users will still, by default,
not find ping or md5 in their path.  However, at least root gets a decent
default now.

Reviewed by:	asmodai
Approved by:	jkh
</content>
</entry>
</feed>
