Module Name: src Committed By: martin Date: Tue Jun 27 18:39:47 UTC 2023
Modified Files: src/etc/root [netbsd-10]: dot.profile Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.34.2.1 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.34.2.1 --- src/etc/root/dot.profile:1.34 Thu Jul 21 07:51:12 2022 +++ src/etc/root/dot.profile Tue Jun 27 18:39:47 2023 @@ -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