Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc /usr/X11R6 has been empty on most NetBSD installations s...
details: https://anonhg.NetBSD.org/src/rev/3288e8d954fd
branches: trunk
changeset: 359920:3288e8d954fd
user: snj <snj%NetBSD.org@localhost>
date: Thu Mar 01 06:12:09 2018 +0000
description:
/usr/X11R6 has been empty on most NetBSD installations since 2008,
and the last few straggling ports dumped it in 2015. It's time to
prune references to /usr/X11R6 from our config files.
diffstat:
etc/login.conf | 4 ++--
etc/man.conf | 5 ++---
etc/root/dot.cshrc | 4 ++--
etc/root/dot.profile | 4 ++--
etc/skel/dot.cshrc | 4 ++--
etc/skel/dot.profile | 4 ++--
6 files changed, 12 insertions(+), 13 deletions(-)
diffs (107 lines):
diff -r 074152e6e90d -r 3288e8d954fd etc/login.conf
--- a/etc/login.conf Thu Mar 01 06:08:43 2018 +0000
+++ b/etc/login.conf Thu Mar 01 06:12:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: login.conf,v 1.6 2014/09/25 11:33:33 mbalmer Exp $
+# $NetBSD: login.conf,v 1.7 2018/03/01 06:12:09 snj Exp $
# Based on:
# OpenBSD: login.conf,v 1.22 2005/08/12 18:48:20 millert Exp
@@ -12,7 +12,7 @@
# Any value changed in the daemon class should be reset in the default class.
#
#default:\
-# :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R7/bin /usr/X11R6/bin /usr/pkg/bin /usr/pkg/sbin /usr/local/bin:\
+# :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R7/bin /usr/pkg/bin /usr/pkg/sbin /usr/local/bin:\
# :umask=022:\
# :datasize-max=512M:\
# :datasize-cur=512M:\
diff -r 074152e6e90d -r 3288e8d954fd etc/man.conf
--- a/etc/man.conf Thu Mar 01 06:08:43 2018 +0000
+++ b/etc/man.conf Thu Mar 01 06:12:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: man.conf,v 1.36 2016/12/25 12:10:52 kim Exp $
+# $NetBSD: man.conf,v 1.37 2018/03/01 06:12:09 snj Exp $
# Sheer, raging paranoia...
_version BSD.2
@@ -40,11 +40,10 @@
# directory with all of the subdirectories listed for the keyword _subdir.
# default
-_default /usr/{share,X11R7,X11R6,pkg,local}/man/
+_default /usr/{share,X11R7,pkg,local}/man/
# Other sections that represent complete man subdirectories.
X11R7 /usr/X11R7/man/
-X11R6 /usr/X11R6/man/
packages /usr/pkg/man/
local /usr/local/man/
diff -r 074152e6e90d -r 3288e8d954fd etc/root/dot.cshrc
--- a/etc/root/dot.cshrc Thu Mar 01 06:08:43 2018 +0000
+++ b/etc/root/dot.cshrc Thu Mar 01 06:12:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.cshrc,v 1.26 2017/12/07 18:26:51 jmcneill Exp $
+# $NetBSD: dot.cshrc,v 1.27 2018/03/01 06:12:09 snj Exp $
alias h history
alias j jobs -l
@@ -25,7 +25,7 @@
#setenv PKG_PATH "http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/`uname -p`/`uname -r|cut -f '1 2' -d.|cut -f 1 -d_`/All"
set history=1000
-set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R7/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin)
+set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R7/bin /usr/local/sbin /usr/local/bin)
# directory stuff: cdpath/cd/back
set cdpath=(/usr/src/{sys,bin,sbin,usr.{bin,sbin},lib,libexec,share,local,games,gnu/{usr.{bin,sbin},libexec,lib,games}})
diff -r 074152e6e90d -r 3288e8d954fd etc/root/dot.profile
--- a/etc/root/dot.profile Thu Mar 01 06:08:43 2018 +0000
+++ b/etc/root/dot.profile Thu Mar 01 06:12:09 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: dot.profile,v 1.29 2017/12/07 18:26:51 jmcneill Exp $
+# $NetBSD: dot.profile,v 1.30 2018/03/01 06:12:09 snj Exp $
export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
-export PATH=${PATH}:/usr/X11R7/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
+export PATH=${PATH}:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin
# Uncomment the following line(s) to install binary packages
# from cdn.NetBSD.org via pkg_add. (See also pkg_install.conf)
diff -r 074152e6e90d -r 3288e8d954fd etc/skel/dot.cshrc
--- a/etc/skel/dot.cshrc Thu Mar 01 06:08:43 2018 +0000
+++ b/etc/skel/dot.cshrc Thu Mar 01 06:12:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.cshrc,v 1.7 2011/10/19 14:42:37 christos Exp $
+# $NetBSD: dot.cshrc,v 1.8 2018/03/01 06:12:09 snj Exp $
#
# This is the default .cshrc file.
# Users are expected to edit it to meet their own needs.
@@ -32,7 +32,7 @@
#setenv PRINTER change-this-to-a-printer
# Set the search path for programs.
-set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R7/bin,X11R6/bin,pkg/{,s}bin,games} \
+set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R7/bin,pkg/{,s}bin,games} \
/usr/local/{,s}bin)
if ($?prompt) then
diff -r 074152e6e90d -r 3288e8d954fd etc/skel/dot.profile
--- a/etc/skel/dot.profile Thu Mar 01 06:08:43 2018 +0000
+++ b/etc/skel/dot.profile Thu Mar 01 06:12:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.9 2012/04/10 19:02:30 dholland Exp $
+# $NetBSD: dot.profile,v 1.10 2018/03/01 06:12:09 snj Exp $
#
# This is the default .profile file.
# Users are expected to edit it to meet their own needs.
@@ -32,7 +32,7 @@
#export PRINTER=change-this-to-a-printer
# Set the search path for programs.
-PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin
+PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/pkg/bin
PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
export PATH
Home |
Main Index |
Thread Index |
Old Index