Module Name:    src
Committed By:   nia
Date:           Sun Dec 25 23:58:50 UTC 2022

Modified Files:
        src/etc/root: dot.profile

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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/etc/root/dot.profile

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

Modified files:

Index: src/etc/root/dot.profile
diff -u src/etc/root/dot.profile:1.34 src/etc/root/dot.profile:1.35
--- src/etc/root/dot.profile:1.34	Thu Jul 21 07:51:12 2022
+++ src/etc/root/dot.profile	Sun Dec 25 23:58:50 2022
@@ -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
 

Reply via email to