Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the default VERASE key the <-- key and remove root's | brian | 1997-04-03 | 2 | -5/+1 |
| | | | | | | | `stty's. 'nuff said. Inventor: joerg@FreeBSD.org Reviewer: sos@FreeBSD.org | ||||
* | Don't clobber the TERM variable if it's already set (e.g. from /etc/ttys, | joerg | 1997-03-06 | 1 | -2/+2 |
| | | | | | | | or from a telnet session). So basically, this setting will only get in effect in the single-user shell. Closes PR # 2395. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-23 | 2 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Remove root dotfiles which did more harm than good. | jkh | 1996-08-14 | 3 | -545/+0 |
| | |||||
* | This is no longer in /stand | jkh | 1996-06-15 | 1 | -1/+1 |
| | |||||
* | Make the invocation of fortune conditional | jkh | 1996-04-30 | 1 | -1/+1 |
| | |||||
* | Put the stty back here. | jkh | 1996-03-06 | 1 | -0/+2 |
| | |||||
* | Add back the stty commands I nuked - bad idea, sorry. | jkh | 1996-03-06 | 1 | -0/+4 |
| | |||||
* | Another round of spelling fixes. | mpp | 1996-01-31 | 3 | -6/+6 |
| | |||||
* | Rip these things down to the absolutely minimums - no tsets, no | jkh | 1995-12-01 | 4 | -26/+1 |
| | | | | | 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 LANG | ache | 1995-11-30 | 2 | -5/+3 |
| | |||||
* | Revamp root's dotfiles. | jkh | 1995-11-30 | 5 | -35/+597 |
| | | | | Submitted by: Patrick Hausen + mods by me | ||||
* | Added /usr/src/sys/compile to cdpath. | nate | 1995-09-19 | 1 | -2/+2 |
| | | | | Set cdpath instead of leaving it commented out. | ||||
* | Fix the cdpath to find utilities in the gnu src tree. | nate | 1995-09-18 | 1 | -2/+2 |
| | |||||
* | Correct my last fix regarding the "Don't login..." message; plain csh | joerg | 1995-07-08 | 1 | -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: | joerg | 1995-06-29 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | 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". | ||||
* | Fix a bunch of annoying details here, while I remember it. | phk | 1994-10-27 | 3 | -7/+7 |
| | |||||
* | Root should NEVER have . in the path. | rgrimes | 1994-09-22 | 1 | -2/+2 |
| | |||||
* | Revert the change that removed the -k flag from the ls alias, we have ls -k | rgrimes | 1994-09-22 | 1 | -2/+2 |
| | | | | again. | ||||
* | Fix 'ls' alias to work with new ls (-k is not supported) | pst | 1994-09-19 | 1 | -2/+2 |
| | |||||
* | Eliminate use of raw control characters in stty commands, make echo's and | rgrimes | 1994-09-16 | 2 | -5/+5 |
| | | | | | | stty commands self consistent. Submitted by: bde | ||||
* | Since we're using syscons now, make ^H the backspace character by | jkh | 1994-06-15 | 2 | -5/+5 |
| | | | | | default (ack ack, evil evil, but easier than changing syscons at this late hour). | ||||
* | Add $Id$'s | rgrimes | 1994-02-21 | 4 | -0/+8 |
| | |||||
* | Add a TERM=pc3 so that an initial system install is at least usable | rgrimes | 1994-02-21 | 1 | -0/+1 |
| | | | | at the console! | ||||
* | Fix up the cdpath, it was missing a / before i386. | rgrimes | 1994-02-18 | 1 | -2/+2 |
| | |||||
* | Added savehist=1000 as a security feature to know what root has been up to, | rgrimes | 1994-01-22 | 1 | -1/+3 |
| | | | | | | | added very common set filec. Added /sys/i386 to be in cdpath so cd conf goes to sys/i386/conf instead of sys/conf. | ||||
* | Fixed ^? to ^\?, need to escape that for csh | rgrimes | 1993-08-31 | 1 | -1/+1 |
| | |||||
* | Changed stty erase ^H to stty erase ^?. | rgrimes | 1993-08-31 | 1 | -1/+1 |
| | |||||
* | Updated paths and cdpath to be more appropriate to FreeBSD (removal of old | rgrimes | 1993-08-31 | 2 | -14/+4 |
| | | | | | | directories). Junked all the sccs aliases that get in the way of rcs | ||||
* | Default BLOCKSIZE for root is K-Blocks | nate | 1993-08-02 | 1 | -0/+1 |
| | |||||
* | Removed df/du aliases, will make them more global and use BLOCKSIZE | nate | 1993-08-02 | 1 | -2/+0 |
| | | | | environment variable | ||||
* | Put back the du -k and df -k flags since POSIX says they should still work, | rgrimes | 1993-08-02 | 1 | -0/+2 |
| | | | | and Nate is fixing them to work. | ||||
* | Removed aliases of df -> df -k and du -> du -k, as the k option is not | rgrimes | 1993-08-01 | 1 | -2/+0 |
| | | | | | supported in the new df and du code, use setenv BLOCKSIZE 1024 to get the same effect. | ||||
* | Initial import of 386BSD 0.1 othersrc/etc | rgrimes | 1993-06-20 | 4 | -0/+49 |