diff options
| author | nia <nia@NetBSD.org> | 2022-12-25 23:58:50 +0000 |
|---|---|---|
| committer | nia <nia@NetBSD.org> | 2022-12-25 23:58:50 +0000 |
| commit | 0dea88f9513f755f6f6beffbe00994069e1027ae (patch) | |
| tree | 151da936df06b2ed9ab415de7e273d9e0bb40b79 /etc | |
| parent | fb240308b951f14314710857359b5a29c1303ced (diff) | |
As with normal users, include /usr/games in the default PATH of root
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/root/dot.profile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile index 49a6433de40..5735fde4910 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -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 |
