Browse Source

- skel-root: add /usr/sbin to PATH

master
vanhofen 5 years ago
parent
commit
046a02b79a
  1. 2
      skel-root/hd1/etc/profile
  2. 2
      skel-root/hd2/etc/profile
  3. 2
      skel-root/hd51/etc/profile
  4. 2
      skel-root/vuduo/etc/profile
  5. 2
      skel-root/vuplus/etc/profile

2
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 \$ '

2
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 \$ '

2
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 \$ '

2
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 \$ '

2
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 \$ '

Loading…
Cancel
Save