mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 22:12:43 +00:00
Add /usr/local/sbin to the rc $PATH. Things like GateD are located there.
This commit is contained in:
parent
6b944396a9
commit
901d09409f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20684
4
etc/rc
4
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.
|
||||
|
Loading…
Reference in New Issue
Block a user