From 901d09409fe9f35de426ea1ed39cb19659ce0af9 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Thu, 19 Dec 1996 18:06:35 +0000 Subject: [PATCH] Add /usr/local/sbin to the rc $PATH. Things like GateD are located there. --- etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc b/etc/rc index e404cef4e5fc..878e5df2f4e9 100644 --- a/etc/rc +++ b/etc/rc @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: rc,v 1.105 1996/11/03 14:41:58 joerg Exp $ +# $Id: rc,v 1.106 1996/11/13 19:04:31 adam Exp $ # From: @(#)rc 5.27 (Berkeley) 6/5/91 # System startup script run by init on autoboot @@ -19,7 +19,7 @@ trap : 2 trap : 3 # shouldn't be needed HOME=/; export HOME -PATH=/sbin:/bin:/usr/sbin:/usr/bin +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin export PATH # Configure ccd devices.