From 046a02b79a86135e94684c2fa30c1faccad5f26a Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 15 Jun 2020 20:43:22 +0200 Subject: [PATCH] - skel-root: add /usr/sbin to PATH --- skel-root/hd1/etc/profile | 2 +- skel-root/hd2/etc/profile | 2 +- skel-root/hd51/etc/profile | 2 +- skel-root/vuduo/etc/profile | 2 +- skel-root/vuplus/etc/profile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/skel-root/hd1/etc/profile b/skel-root/hd1/etc/profile index 7123f1ec..873de0ab 100644 --- a/skel-root/hd1/etc/profile +++ b/skel-root/hd1/etc/profile @@ -1,6 +1,6 @@ # /etc/profile: system-wide profile file for the shell -PATH=/sbin:/bin:/usr/bin:/var/bin +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/var/bin TERM=linux PS1='[\h] \w \$ ' diff --git a/skel-root/hd2/etc/profile b/skel-root/hd2/etc/profile index 8708c54e..b5d6e2cb 100644 --- a/skel-root/hd2/etc/profile +++ b/skel-root/hd2/etc/profile @@ -1,6 +1,6 @@ # /etc/profile: system-wide profile file for the shell -PATH=/sbin:/bin:/usr/bin:/var/bin +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/var/bin TERM=linux PS1='[\h] \w \$ ' diff --git a/skel-root/hd51/etc/profile b/skel-root/hd51/etc/profile index f45d858f..fab4e876 100644 --- a/skel-root/hd51/etc/profile +++ b/skel-root/hd51/etc/profile @@ -1,6 +1,6 @@ # /etc/profile: system-wide profile file for the shell -PATH=/sbin:/bin:/usr/bin:/var/bin +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/var/bin TERM=linux PS1='[\h] \w \$ ' diff --git a/skel-root/vuduo/etc/profile b/skel-root/vuduo/etc/profile index f45d858f..fab4e876 100644 --- a/skel-root/vuduo/etc/profile +++ b/skel-root/vuduo/etc/profile @@ -1,6 +1,6 @@ # /etc/profile: system-wide profile file for the shell -PATH=/sbin:/bin:/usr/bin:/var/bin +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/var/bin TERM=linux PS1='[\h] \w \$ ' diff --git a/skel-root/vuplus/etc/profile b/skel-root/vuplus/etc/profile index f45d858f..fab4e876 100644 --- a/skel-root/vuplus/etc/profile +++ b/skel-root/vuplus/etc/profile @@ -1,6 +1,6 @@ # /etc/profile: system-wide profile file for the shell -PATH=/sbin:/bin:/usr/bin:/var/bin +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/var/bin TERM=linux PS1='[\h] \w \$ '