summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.login
Commit message (Collapse)AuthorAgeFilesLines
* o Display only a short fortune at the root login prompt, as large onesrwatson2000-07-151-1/+1
| | | | | scroll of our pretty /etc/motd that helps the user know what to do. o Change reflects similar setting in /share/skel
* o Migrate path, umask from dot.login to dot.cshrcrwatson2000-03-251-13/+5
| | | | | | | | | | | | | | | | | | | | | | 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
* There is nothing more annoying than su'ing to root and discovering thatrwatson2000-03-071-3/+0
| | | | | | | | | | | | | 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
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* By popular request, add /usr/local/sbin to this list.jkh1999-04-281-2/+2
|
* Add Id keywordbrian1998-09-131-0/+2
|
* Set `crt' by default to make mail(1) happy.joerg1997-09-261-3/+3
| | | | Also, comment out the not so very commonly used interviews settings.
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-031-2/+0
| | | | | | | `stty's. 'nuff said. Inventor: joerg@FreeBSD.org Reviewer: sos@FreeBSD.org
* Make the invocation of fortune conditionaljkh1996-04-301-1/+1
|
* Put the stty back here.jkh1996-03-061-0/+2
|
* Another round of spelling fixes.mpp1996-01-311-2/+2
|
* Rip these things down to the absolutely minimums - no tsets, nojkh1995-12-011-2/+0
| | | | | sttys, no fancy prompts, nothing. Everything else seems to be too contraversal, so we'll go vanilla.
* Remove ENABLE_STARTUP_LOCALE, use proper name for LANGache1995-11-301-2/+1
|
* Revamp root's dotfiles.jkh1995-11-301-12/+19
| | | | Submitted by: Patrick Hausen + mods by me
* Correct my last fix regarding the "Don't login..." message; plain cshjoerg1995-07-081-3/+8
| | | | | | 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.
* dot.login:joerg1995-06-291-2/+5
| | | | | | | | | | | | | | | 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".
* Eliminate use of raw control characters in stty commands, make echo's andrgrimes1994-09-161-2/+2
| | | | | | stty commands self consistent. Submitted by: bde
* Since we're using syscons now, make ^H the backspace character byjkh1994-06-151-2/+2
| | | | | default (ack ack, evil evil, but easier than changing syscons at this late hour).
* Add $Id$'srgrimes1994-02-211-0/+2
|
* Fixed ^? to ^\?, need to escape that for cshrgrimes1993-08-311-1/+1
|
* Changed stty erase ^H to stty erase ^?.rgrimes1993-08-311-1/+1
|
* Initial import of 386BSD 0.1 othersrc/etcrgrimes1993-06-201-0/+4
OpenPOWER on IntegriCloud