Source-Changes-HG archive

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

[src/trunk]: src/etc/root As with normal users, include /usr/games in the def...



details:   https://anonhg.NetBSD.org/src/rev/97ed29f0829a
branches:  trunk
changeset: 372781:97ed29f0829a
user:      nia <nia%NetBSD.org@localhost>
date:      Sun Dec 25 23:58:50 2022 +0000

description:
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 db1e9162a495 -r 97ed29f0829a etc/root/dot.profile
--- a/etc/root/dot.profile      Sun Dec 25 23:05:58 2022 +0000
+++ b/etc/root/dot.profile      Sun Dec 25 23:58:50 2022 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: dot.profile,v 1.34 2022/07/21 07:51:12 kre Exp $
+#      $NetBSD: dot.profile,v 1.35 2022/12/25 23:58:50 nia 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