[Midnightbsd-cvs] src: share/skel: Remove /usr/X11R6/bin as we're moving to X.org 7.3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 13 17:25:46 EDT 2007


Log Message:
-----------
Remove /usr/X11R6/bin as we're moving to X.org 7.3

Modified Files:
--------------
    src/share/skel:
        dot.cshrc (r1.4 -> r1.5)
        dot.profile (r1.5 -> r1.6)

-------------- next part --------------
Index: dot.profile
===================================================================
RCS file: /home/cvs/src/share/skel/dot.profile,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lshare/skel/dot.profile -Lshare/skel/dot.profile -u -r1.5 -r1.6
--- share/skel/dot.profile
+++ share/skel/dot.profile
@@ -6,8 +6,8 @@
 # see also sh(1), ksh(1), environ(7).
 #
 
-# remove /usr/games and /usr/X11R6/bin if you want
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin; export PATH
+# remove /usr/games if you want
+PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
 
 # A righteous umask
 umask 22
Index: dot.cshrc
===================================================================
RCS file: /home/cvs/src/share/skel/dot.cshrc,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lshare/skel/dot.cshrc -Lshare/skel/dot.cshrc -u -r1.4 -r1.5
--- share/skel/dot.cshrc
+++ share/skel/dot.cshrc
@@ -15,7 +15,7 @@
 # A righteous umask
 umask 22
 
-set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin)
+set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
 
 setenv	EDITOR	vi
 setenv	PAGER	more


More information about the Midnightbsd-cvs mailing list