Module Name:    src
Committed By:   martin
Date:           Thu Apr 12 13:51:41 UTC 2018

Modified Files:
        src/etc [netbsd-8]: login.conf man.conf
        src/etc/root [netbsd-8]: dot.cshrc dot.profile
        src/etc/skel [netbsd-8]: dot.cshrc dot.profile
        src/share/man/man7 [netbsd-8]: hier.7

Log Message:
Pull up following revision(s) (requested by snj in ticket #742):

        etc/root/dot.profile: revision 1.30
        etc/skel/dot.profile: revision 1.10
        etc/login.conf: revision 1.7
        etc/root/dot.cshrc: revision 1.27
        share/man/man7/hier.7: revision 1.129 (patch)
        etc/man.conf: revision 1.37
        etc/skel/dot.cshrc: revision 1.8

/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.

remove reference to /usr/X11R6


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.8.1 src/etc/login.conf
cvs rdiff -u -r1.36 -r1.36.6.1 src/etc/man.conf
cvs rdiff -u -r1.25.8.1 -r1.25.8.2 src/etc/root/dot.cshrc
cvs rdiff -u -r1.28.8.1 -r1.28.8.2 src/etc/root/dot.profile
cvs rdiff -u -r1.7 -r1.7.36.1 src/etc/skel/dot.cshrc
cvs rdiff -u -r1.9 -r1.9.26.1 src/etc/skel/dot.profile
cvs rdiff -u -r1.122 -r1.122.6.1 src/share/man/man7/hier.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/login.conf
diff -u src/etc/login.conf:1.6 src/etc/login.conf:1.6.8.1
--- src/etc/login.conf:1.6	Thu Sep 25 11:33:33 2014
+++ src/etc/login.conf	Thu Apr 12 13:51:41 2018
@@ -1,4 +1,4 @@
-# $NetBSD: login.conf,v 1.6 2014/09/25 11:33:33 mbalmer Exp $
+# $NetBSD: login.conf,v 1.6.8.1 2018/04/12 13:51:41 martin 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:\

Index: src/etc/man.conf
diff -u src/etc/man.conf:1.36 src/etc/man.conf:1.36.6.1
--- src/etc/man.conf:1.36	Sun Dec 25 12:10:52 2016
+++ src/etc/man.conf	Thu Apr 12 13:51:41 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: man.conf,v 1.36 2016/12/25 12:10:52 kim Exp $
+#	$NetBSD: man.conf,v 1.36.6.1 2018/04/12 13:51:41 martin Exp $
 
 # Sheer, raging paranoia...
 _version	BSD.2
@@ -40,11 +40,10 @@ _crunch		.xz		/usr/bin/xz -c > %s
 # 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/
 

Index: src/etc/root/dot.cshrc
diff -u src/etc/root/dot.cshrc:1.25.8.1 src/etc/root/dot.cshrc:1.25.8.2
--- src/etc/root/dot.cshrc:1.25.8.1	Fri Dec  8 06:10:46 2017
+++ src/etc/root/dot.cshrc	Thu Apr 12 13:51:40 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: dot.cshrc,v 1.25.8.1 2017/12/08 06:10:46 msaitoh Exp $
+#	$NetBSD: dot.cshrc,v 1.25.8.2 2018/04/12 13:51:40 martin Exp $
 
 alias	h	history
 alias	j	jobs -l
@@ -25,7 +25,7 @@ setenv BLOCKSIZE 1k
 #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}})

Index: src/etc/root/dot.profile
diff -u src/etc/root/dot.profile:1.28.8.1 src/etc/root/dot.profile:1.28.8.2
--- src/etc/root/dot.profile:1.28.8.1	Fri Dec  8 06:10:46 2017
+++ src/etc/root/dot.profile	Thu Apr 12 13:51:40 2018
@@ -1,7 +1,7 @@
-#	$NetBSD: dot.profile,v 1.28.8.1 2017/12/08 06:10:46 msaitoh Exp $
+#	$NetBSD: dot.profile,v 1.28.8.2 2018/04/12 13:51:40 martin 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)

Index: src/etc/skel/dot.cshrc
diff -u src/etc/skel/dot.cshrc:1.7 src/etc/skel/dot.cshrc:1.7.36.1
--- src/etc/skel/dot.cshrc:1.7	Wed Oct 19 14:42:37 2011
+++ src/etc/skel/dot.cshrc	Thu Apr 12 13:51:41 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: dot.cshrc,v 1.7 2011/10/19 14:42:37 christos Exp $
+#	$NetBSD: dot.cshrc,v 1.7.36.1 2018/04/12 13:51:41 martin Exp $
 #
 # This is the default .cshrc file.
 # Users are expected to edit it to meet their own needs.
@@ -32,7 +32,7 @@ setenv	EDITOR	vi
 #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

Index: src/etc/skel/dot.profile
diff -u src/etc/skel/dot.profile:1.9 src/etc/skel/dot.profile:1.9.26.1
--- src/etc/skel/dot.profile:1.9	Tue Apr 10 19:02:30 2012
+++ src/etc/skel/dot.profile	Thu Apr 12 13:51:41 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: dot.profile,v 1.9 2012/04/10 19:02:30 dholland Exp $
+#	$NetBSD: dot.profile,v 1.9.26.1 2018/04/12 13:51:41 martin Exp $
 #
 # This is the default .profile file.
 # Users are expected to edit it to meet their own needs.
@@ -32,7 +32,7 @@ export EDITOR=vi
 #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
 

Index: src/share/man/man7/hier.7
diff -u src/share/man/man7/hier.7:1.122 src/share/man/man7/hier.7:1.122.6.1
--- src/share/man/man7/hier.7:1.122	Sat Aug 27 03:57:21 2016
+++ src/share/man/man7/hier.7	Thu Apr 12 13:51:41 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: hier.7,v 1.122 2016/08/27 03:57:21 dholland Exp $
+.\"	$NetBSD: hier.7,v 1.122.6.1 2018/04/12 13:51:41 martin Exp $
 .\"
 .\" Copyright (c) 1990, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -420,8 +420,6 @@ preserved across a system reboot.
 Contains the majority of the system utilities and files.
 .Pp
 .Bl -tag -width "libdata/" -compact
-.It Sy X11R6/
-X11 files (for X11 revision 6).
 .It Sy X11R7/
 X11 files (for X11 revision 7).
 .Pp

Reply via email to