Up to [cvs.netbsd.org] / src / etc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 27 03:38:52 2010 UTC (16 months, 4 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
netbsd-6-base,
netbsd-6,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
`` -> $()
Revision 1.6 / (download) - annotate - [select for diffs], Mon May 3 17:15:58 2010 UTC (2 years ago) by hubertf
Branch: MAIN
Changes since 1.5: +4 -0
lines
Diff to previous 1.5 (colored)
Add RCS ID, per PR 43243
Revision 1.4.28.1 / (download) - annotate - [select for diffs], Wed May 13 19:18:02 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.4: +3 -0
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.4.26.1 / (download) - annotate - [select for diffs], Mon Feb 23 08:54:00 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b
Changes since 1.4: +3 -0
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Pull up following revision(s) (requested by ad in ticket #464): etc/shrc: revision 1.5 Set PS1 correctly for ksh.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 14 09:53:07 2009 UTC (3 years, 3 months ago) by ad
Branch: MAIN
CVS Tags: matt-premerge-20091211,
jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.4: +3 -0
lines
Diff to previous 1.4 (colored)
Set PS1 correctly for ksh.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 7 22:50:51 2006 UTC (5 years, 7 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-5-base,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
mjf-devfs2-base2,
mjf-devfs2-base,
mjf-devfs2,
mjf-devfs-base,
mjf-devfs,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: netbsd-5,
jym-xensuspend
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
/etc/shrc is used by both sh and ksh, but ksh doesn't support se -o tabcomplete, so test before using it. Problem reported by Pavel Cahyna, and fix tested by him.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Oct 7 10:47:03 2006 UTC (5 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.2: +1 -0
lines
Diff to previous 1.2 (colored)
set -o tabcomplete if interactive. Discussed on tech-userlevel.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 22 08:00:33 2006 UTC (5 years, 8 months ago) by taca
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
Make sure to the file end with EOL ("\n").
Without EOL, pkgsrc/pkgtools/pkg_comp cause mysterious error.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Sep 14 13:01:31 2006 UTC (5 years, 8 months ago) by pavel
Branch: MAIN
Factor out common settings from /root/.shrc and /etc/skel/.shrc to a new file /etc/shrc. As proposed on tech-userlevel.