| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
While I'm here, make the default PATH match that in the csh profile,
and login.conf.
|
|
|
|
| |
Approved by: green
|
| |
|
|
|
|
|
|
|
|
| |
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
Reviewed by: -current
|
|
|
|
|
| |
scroll of our pretty /etc/motd that helps the user know what to do.
o Change reflects similar setting in /share/skel
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
thing to use it at startup, when you don't know if the user can
handle vi or not, but yet another thing to leave it as a permanent
land mine for root.
2. Put /usr/X11R6/bin in path; it makes getting the desktop up a lot easier.
|
| |
|
|
|
|
| |
Obtained from: src/etc/root/dot.profile rev.1.17.
|
| |
|
|
|
|
|
|
| |
Submitted by: axl@iafrica.com
change default setting of the crt env var from 24 to blank (mail(1) then uses
stty(1) setting
|
| |
|
|
|
|
| |
Also, comment out the not so very commonly used interviews settings.
|
|
|
|
|
|
|
| |
`stty's. 'nuff said.
Inventor: joerg@FreeBSD.org
Reviewer: sos@FreeBSD.org
|
|
|
|
|
|
|
| |
or from a telnet session). So basically, this setting will only get in
effect in the single-user shell.
Closes PR # 2395.
|
| |
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
sttys, no fancy prompts, nothing. Everything else seems to be
too contraversal, so we'll go vanilla.
|
| |
|
|
|
|
| |
Submitted by: Patrick Hausen + mods by me
|
|
|
|
| |
Set cdpath instead of leaving it commented out.
|
| |
|
|
|
|
|
|
| |
is too stupid to report anything about ARGV[0], so we will always
complain there, even for the "su -" case. The fix worked for tcsh
however.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Finally transform the "Don't login as root..." message to make it
clear that `su' is meant to be a command. Will save us a lot of
questions about the user named `su'. Make the message magically
disappear if the user did an ``su - root'', since it might be a bit
silly to ask him to perform an `su'...
dot.cshrc:
Remove the no-op `-g' options from the ls aliases, and replace them by
`-o'. This way, if root does an `ls -l', he will see the immutable
flag and (hopefully) not be too surprised about the "Permission
denied".
|
| |
|
| |
|
|
|
|
| |
again.
|
| |
|
|
|
|
|
|
| |
stty commands self consistent.
Submitted by: bde
|
|
|
|
|
| |
default (ack ack, evil evil, but easier than changing syscons at this
late hour).
|
| |
|
|
|
|
| |
at the console!
|
| |
|
|
|
|
|
|
|
| |
added very common set filec.
Added /sys/i386 to be in cdpath so cd conf goes to sys/i386/conf instead of
sys/conf.
|
| |
|
| |
|
|
|
|
|
|
| |
directories).
Junked all the sccs aliases that get in the way of rcs
|
| |
|
|
|
|
| |
environment variable
|