From 3f350057661c1c2982cb88cbadef3b22870b52b4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 15 Nov 2012 13:49:51 +0100 Subject: [PATCH] bash startfiles: Add /sbin. --- config/etc/profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/etc/profile b/config/etc/profile index 912d3d0b91..2d66685588 100644 --- a/config/etc/profile +++ b/config/etc/profile @@ -35,11 +35,13 @@ fi # Path manipulation if [ "$EUID" = "0" ]; then + pathmunge /sbin pathmunge /usr/sbin pathmunge /usr/local/sbin else pathmunge /usr/local/sbin after pathmunge /usr/sbin after + pathmunge /sbin after fi HOSTNAME=`/bin/hostname 2>/dev/null` -- 2.39.2