History log of /freebsd-11.0-release/share/examples/csh/dot.cshrc
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 298515 23-Apr-2016 lme

- Add two new subcommands to rc.subr:
"describe" shows an rc script's description
"extracommands" shows an rc script's non-standard commands like "reload", "configtest", "keygen", etc
- Update the rc(8) manpage and the tcsh(1) completion examples to reflect these changes

Approved by: bapt
Sponsored by: Essen Linuxhotel Hackathon 2016
Differential Revision: D452


# 284929 29-Jun-2015 brueffer

Fix issues that kept some of the examples from actually working.

PR: 144534
Submitted by: Nicolas Edel
MFC after: 1 week


# 241602 16-Oct-2012 eadler

Add a bunch more example completions.

Submitted by: wblock
Approved by: cperciva (implicit)
MFC after: 3 days


# 236999 13-Jun-2012 eadler

Include a warning when using the example code as it may not
work in unusual situations.
Also slightly optimize the command.

Submitted by: Jeremy Chadwick jdc@koitsu.org
Approved by: cperciva (implicit)
MFC after: 1 week


# 235481 15-May-2012 eadler

Rework sample code which sets SSH_AUTH_SOCK to the user's ssh-agent
socket path if running

PR: 167932
Submitted by: madpilot (pr)
Submitted by: wblock (final patch)
Reviewed by: If someone else reviewed your modification.
Approved by: cperciva (implicit)
MFC after: 3 days


# 234159 12-Apr-2012 eadler

Sort completions
Add a new one for sysctl

Submitted by: rm (the new completion)
Approved by: cperciva (implicit)
MFC after: 3 days


# 234135 11-Apr-2012 eadler

Fix typo (add a missing '%/' in sed)

Submitted by: jmallett
Approved by: cperciva (implicit)
MFC after: 3 days


# 234077 10-Apr-2012 eadler

Update examples with corrections from the author

PR: ports/160689
Submitted by: mickael.maillot@gmail.com
Approved by: cperciva (implicit)
MFC after: 1 days (with r233429)


# 233437 24-Mar-2012 eadler

Add a few more examples

Submitted by: jmallett
Approved by: cperciva (implicit)
MFC after: 3 days
X-MFC-With: r233429


# 233429 24-Mar-2012 eadler

- Make the default values for tcsh more user friendly
- Add an examples file with many of the not accepted suggestions from the discussion

PR: conf/160689
Reviewed by: many
Discussed on: current
Approved by: cperciva