Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-10]: src/etc/root Pull up following revision(s) (requested by nia...



details:   https://anonhg.NetBSD.org/src/rev/404ee63f029d
branches:  netbsd-10
changeset: 376661:404ee63f029d
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jun 27 18:39:47 2023 +0000

description:
Pull up following revision(s) (requested by nia in ticket #217):

        etc/root/dot.profile: revision 1.35

As with normal users, include /usr/games in the default PATH of root

diffstat:

 etc/root/dot.profile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r f0b21bedc456 -r 404ee63f029d etc/root/dot.profile
--- a/etc/root/dot.profile      Tue Jun 27 18:24:18 2023 +0000
+++ b/etc/root/dot.profile      Tue Jun 27 18:39:47 2023 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: dot.profile,v 1.34 2022/07/21 07:51:12 kre Exp $
+#      $NetBSD: dot.profile,v 1.34.2.1 2023/06/27 18:39:47 martin Exp $
 
 case "${PATH}" in
 /rescue:*)     ;; # leave it alone, user can change manually (if required)
 *)     export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
-       export PATH=${PATH}:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin
+       export PATH=${PATH}:/usr/games:/usr/X11R7/bin
+       export PATH=${PATH}:/usr/local/sbin:/usr/local/bin
        ;;
 esac
 



Home | Main Index | Thread Index | Old Index