summaryrefslogtreecommitdiffstats
path: root/etc/root
Commit message (Collapse)AuthorAgeFilesLines
* Switch the default terminal emulation style to xterm for most platforms.ed2009-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now syscons(4) uses a cons25-style terminal emulator. The disadvantages of that are: - Little compatibility with embedded devices with serial interfaces. - Bad bandwidth efficiency, mainly because of the lack of scrolling regions. - A very hard transition path to support for modern character sets like UTF-8. Our terminal emulation library, libteken, has been supporting xterm-style terminal emulation for months, so flip the switch and make everyone use an xterm-style console driver. I still have to enable this on i386. Right now pc98 and i386 share the same /etc/ttys file. I'm not going to switch pc98, because it uses its own Kanji-capable cons25 emulator. IMPORTANT: What to do if things go wrong (i.e. graphical artifacts): - Run the application inside script(1), try to reduce the problem and send me the log file. - In the mean time, you can run `vidcontrol -T cons25' and `export TERM=cons25' so you can run applications the same way you did before. You can also build your kernel with `options TEKEN_CONS25' to make all virtual terminals use the cons25 emulator by default. Discussed on: current@
* Remove more vestiges of /usr/X11R6, but leave mtree for portmgr.dougb2007-05-291-1/+1
|
* Remove X11R6 from the default PATH to join the new world order.dougb2007-05-291-1/+1
| | | | | While I'm here, make the default PATH match that in the csh profile, and login.conf.
* - Use absolute path for hostname(1)krion2004-04-011-1/+1
| | | | Approved by: green
* Make the defaults for Kerberos 5 a little more up-to-date.markm2003-04-302-4/+4
|
* Add these key bindings for tcsh users in interactive mode:archie2001-01-101-0/+5
| | | | | | | | bindkey "^W" backward-delete-word bindkey -k up history-search-backward bindkey -k down history-search-forward Reviewed by: -current
* 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
* Fix typo. rightous -> righteous.asmodai2000-05-281-1/+1
|
* o Migrate path, umask from dot.login to dot.cshrcrwatson2000-03-252-15/+13
| | | | | | | | | | | | | | | | | | | | | | 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-072-3/+3
| | | | | | | | | | | | | 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-274-4/+4
|
* By popular request, add /usr/local/sbin to this list.jkh1999-04-282-4/+4
|
* 1. Remove the hateful EDITOR=ee from root's environment; it's onejkh1999-04-272-4/+3
| | | | | | | | 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.
* Add Id keywordbrian1998-09-132-0/+4
|
* Nuked setting of crt here too.bde1998-09-021-3/+0
| | | | Obtained from: src/etc/root/dot.profile rev.1.17.
* Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.jkoshy1998-08-311-6/+1
|
* PR: 7613thepish1998-08-141-2/+4
| | | | | | Submitted by: axl@iafrica.com change default setting of the crt env var from 24 to blank (mail(1) then uses stty(1) setting
* Make roots prompt "`hostname -s`# "phk1997-11-071-0/+1
|
* Set `crt' by default to make mail(1) happy.joerg1997-09-263-4/+12
| | | | Also, comment out the not so very commonly used interviews settings.
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-032-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,joerg1997-03-061-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$peter1997-02-232-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-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.jkh1996-08-143-545/+0
|
* This is no longer in /standjkh1996-06-151-1/+1
|
* Make the invocation of fortune conditionaljkh1996-04-301-1/+1
|
* Put the stty back here.jkh1996-03-061-0/+2
|
* Add back the stty commands I nuked - bad idea, sorry.jkh1996-03-061-0/+4
|
* Another round of spelling fixes.mpp1996-01-313-6/+6
|
* Rip these things down to the absolutely minimums - no tsets, nojkh1995-12-014-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 LANGache1995-11-302-5/+3
|
* Revamp root's dotfiles.jkh1995-11-305-35/+597
| | | | Submitted by: Patrick Hausen + mods by me
* Added /usr/src/sys/compile to cdpath.nate1995-09-191-2/+2
| | | | Set cdpath instead of leaving it commented out.
* Fix the cdpath to find utilities in the gnu src tree.nate1995-09-181-2/+2
|
* 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-292-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.phk1994-10-273-7/+7
|
* Root should NEVER have . in the path.rgrimes1994-09-221-2/+2
|
* Revert the change that removed the -k flag from the ls alias, we have ls -krgrimes1994-09-221-2/+2
| | | | again.
* Fix 'ls' alias to work with new ls (-k is not supported)pst1994-09-191-2/+2
|
* Eliminate use of raw control characters in stty commands, make echo's andrgrimes1994-09-162-5/+5
| | | | | | stty commands self consistent. Submitted by: bde
* Since we're using syscons now, make ^H the backspace character byjkh1994-06-152-5/+5
| | | | | default (ack ack, evil evil, but easier than changing syscons at this late hour).
* Add $Id$'srgrimes1994-02-214-0/+8
|
* Add a TERM=pc3 so that an initial system install is at least usablergrimes1994-02-211-0/+1
| | | | at the console!
* Fix up the cdpath, it was missing a / before i386.rgrimes1994-02-181-2/+2
|
* Added savehist=1000 as a security feature to know what root has been up to,rgrimes1994-01-221-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 cshrgrimes1993-08-311-1/+1
|
* Changed stty erase ^H to stty erase ^?.rgrimes1993-08-311-1/+1
|
* Updated paths and cdpath to be more appropriate to FreeBSD (removal of oldrgrimes1993-08-312-14/+4
| | | | | | directories). Junked all the sccs aliases that get in the way of rcs
* Default BLOCKSIZE for root is K-Blocksnate1993-08-021-0/+1
|
OpenPOWER on IntegriCloud