summaryrefslogtreecommitdiffstats
path: root/share/skel
Commit message (Collapse)AuthorAgeFilesLines
* MFC r312721: skel: Remove reference to deleted part in previous commitjilles2017-02-051-2/+2
| | | | to this file.
* MFC r312230: skel: Do not set -o emacs in .shrc.jilles2017-01-221-4/+0
| | | | | | | | | sh has defaulted to 'set -o emacs' since FreeBSD 9.0. Therefore, do not set this again in .shrc, since that only serves to prevent invocations like 'sh -o vi' and 'sh +o emacs' to have the intended effect. PR: 215958 Submitted by: Andras Farkas
* Use more appropriate ${SHAREDIR} rather than /usr/share.bdrewery2015-10-271-2/+2
| | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Add META_MODE support.sjg2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-273-4/+4
| |\
| * \ Merge headsjg2014-04-282-7/+9
| |\ \
| * | | We do want objdirsjg2013-10-131-1/+0
| | | |
| * | | Updated dependenciessjg2013-10-131-2/+0
| | | |
| * | | Sync with HEAD.obrien2013-02-081-4/+1
| |\ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Sync from headsjg2012-11-041-1/+1
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+14
| | |/ / / / | |/| | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | Remove NO_OBJsjg2015-06-111-1/+0
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
* | | | | Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-123-4/+4
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update paths; and include everything in the "base" distribution. The "games" distribution being optional made sense when there were more games and we had small disks; but the "games-like" games were moved into the ports tree a dozen years ago and the remaining "utility-like" games occupy less than 0.001% of my laptop's small hard drive. Meanwhile every new user is confronted by the question "do you want games installed" when they they try to install FreeBSD. The next steps will be: 2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities. I intend to keep fortune, factor, morse, number, primes, and random, since there is evidence that those are still being used. 3. Merging src/games into src/usr.bin. This change will not be MFCed. Reviewed by: jmg Discussed at: EuroBSDCon Approved by: gjb (release-affecting changes)
* | | | Prefer /etc/login.conf for some of these environment values.bdrewery2014-04-142-7/+9
| |_|/ |/| | | | | | | | | | | | | | | | | PR: conf/186085 Reported by: Glen Neff <glen.neff@emc.com> MFC after: 2 weeks Sponsored by: EMC
* | | Remove hack to emulate effective uid and just use the EUID's name in theeadler2012-12-051-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | first place. I was unaware of this option when originally committing this change. Submitted by: gcooper Approved by: cperciva MFC after: 3 days
* | | Change default prompt to show ~ again for the home directorybapt2012-11-041-1/+1
| |/ |/| | | | | | | Submitted by: flo Approved by: eadler
* | Revert the change that makes less default.eadler2012-11-031-1/+1
|/ | | | | | | | | | | | | | | | | Since I've committed this I've receieved roughly an equal amount of email thanking me for making this change and asking me to revert it. I've resisted making this change because new users tend to prefer less over more and these users are the least likely to know how to change the PAGER on their own. Requested by: many Objected to: just as many Decision made by: core Approved by: cperciva MFC after: 3 days
* Copy recent changes from etc/root/dot.cshrc that make the defaults moreeadler2012-04-291-5/+17
| | | | | | | user friendly Approved by: cperciva MFC after: 3 days
* skel/.shrc: Improve commented CDPATH example for POSIX requirements.jilles2011-06-101-1/+1
| | | | | | | | | | | POSIX says an empty entry in CDPATH shall not result in the new directory being printed, while any non-empty entry shall result in the new directory being printed, including ".". Therefore, the value of CDPATH should almost always start with a colon, not dot and colon. Our sh does not print the name for empty entries as well as "." entries. MFC after: 1 week
* Switch the default terminal emulation style to xterm for most platforms.ed2009-11-131-2/+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@
* Add explicit test so that non-existence of /usr/games/fortuneru2009-03-272-2/+2
| | | | doesn't affect command exit status.
* Remove /usr/X11R6 from the path here too.dougb2007-05-292-3/+3
| | | | Reminded by: Niclas Zeising <niclas.zeising@gmail.com>
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Use the standard <bsd.files.mk> API to install files.ru2004-01-191-14/+9
|
* Prefer FreeBSD.org to freebsd.org in mail alias examples.rwatson2003-09-281-2/+2
|
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-2/+2
| | | | | | for a long time now. Approved by: bde
* Turn on emacs line editing mode by default, as this is what most shells dojmallett2002-07-231-3/+7
| | | | | | | | | | these days, and the average user expects ^A and arrow keys to work, however if they know nothing of editing modes, they will think sh(1) just sucks. It is likely that because of defaults on most systems and with most shells that anyone who actually wants vi(1) editing mode will have 'set -o vi'. This won't affect existing accounts, this way, of course. Only accounts with .shrc from new etc/skel will be affected. This is much better than making the change in sh(1).
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-2/+3
|
* Synchronize path with dot.cshrc by adding /usr/local/sbin.mp2002-07-071-1/+1
| | | | | | PR: 26720 Submitted by: Rob Simmons <rsimmons@wumpus.wlcg.com> MFC after: 1 week
* Automatically exec bash at startup if it exists^U Turn on the display ofnik2001-06-252-2/+3
| | | | tips from the freebsd-tips database at login time.
* Fix ISO_ for new namesache2001-06-101-1/+1
|
* 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 Apply asmodai's spelling commit from /etc/root to dot.cshrc in /share/skelrwatson2000-07-151-1/+1
| | | | also.
* o Migrate path, umask from dot.login to dot.cshrcrwatson2000-03-252-16/+9
| | | | | | | | | | | | | | | | | | | | | | 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
* Comment out explicit MANPATH setting.phantom1999-12-211-1/+1
| | | | | | | (BTW, it's very bad practice to have MANPATH environment variable set) PR: conf/14487 Submitted by: Norihiko Ishitani <nori@tlab.is.uec.ac.jp>
* Keep fortunes short, so motd won't scroll outside the screen.dcs1999-12-131-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-288-8/+8
|
* Nuked setting of crt here too.bde1998-09-022-9/+2
| | | | Obtained from: src/etc/root/dot.profile rev.1.17.
* PR: 7613thepish1998-08-141-2/+4
| | | | | Submitted by: Sheldon Hearn <axl@iafrica.com> set crt='' so that mail(1) will page according to stty(1) setting
* Sync PATH variable with 'dot.login'.kuriyama1998-06-061-3/+3
| | | | | | | I think here is not my area so feel free to back this out when any troubles are happened. Pointed out by: IIJIMA Akihiro <aki@noc.titech.ac.jp>
* Set `crt' by default to make mail(1) happy.joerg1997-09-262-2/+7
|
* Add an example file for private E-Mail aliases. A user can sharewosch1997-08-283-3/+17
| | | | | ~/.mail_aliases with different mail clients (e.g. mutt, mail) and can make ~/.mailrc readable and keep the aliases private.
* Add ~/.login_conf prototype with example of l10n (commented out)ache1997-08-182-1/+8
|
* Remove LANG settings from here, they must be in login classes insteadache1997-08-152-8/+2
|
* install dot.shrcwosch1997-08-131-1/+1
| | | | Submitted by: Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
* Move aliases and shell flags from .profile to .shrc so these settingswosch1997-08-032-34/+46
| | | | | | | are effective in interactive non-login shells, e.g. xterm or su(1). Submitted by: Wolfgang Helbig <helbig@ba-stuttgart.de> Finally close PR #3740
* Remove obsolete flag (-g) for ls.charnier1997-07-151-2/+2
| | | | | PR:conf/3730 Submitted by: helbig@MX.BA-Stuttgart.De
* Enable some aliases.wosch1997-03-081-8/+12
| | | | Add example for variable CDPATH, commented out.
OpenPOWER on IntegriCloud