b26c7f7fee
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
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# .login - csh login script, read by login shell, after `.cshrc' at login.
|
|
#
|
|
# See also csh(1), environ(7).
|
|
#
|
|
|
|
# Query terminal size; useful for serial lines.
|
|
if ( -x /usr/bin/resizewin ) /usr/bin/resizewin -z
|
|
|
|
# Uncomment to display a random cookie on each login.
|
|
# if ( -x /usr/bin/fortune ) /usr/bin/fortune -s
|