From eb8473cb530d37e78f81023ff2fe1ca6b457b989 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sat, 13 Jul 1996 23:07:07 +0000 Subject: Initial revision --- config/root-.profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/root-.profile (limited to 'config/root-.profile') diff --git a/config/root-.profile b/config/root-.profile new file mode 100644 index 00000000..5bfd9833 --- /dev/null +++ b/config/root-.profile @@ -0,0 +1,7 @@ +# Execute the user's .root_profile file if it exists rather than this one. + +if [ $USER && $USER != root ]; then + . ~USER/.root_profile +else + export PATH=/sbin:/bin:/local/bin +fi -- cgit v1.2.3