Bug 29453

Summary: how to bypass rc.local, I try in single user but its read
Product: Documentation Reporter: Andrey <andrey>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Andrey 2001-08-04 11:00:10 UTC

    
Comment 1 jmallett 2001-08-04 12:58:07 UTC
> >Synopsis:       how to bypass rc.local, I try in single user but its read

If rc.local exists, it is used. If you want to disable it temporarily, 
move it out of the way, and move it back when you want to use it again.

Adding an rc.conf option might help some people but would be repetative 
since the test to see if the file is readable determines if it should be 
run. Maybe checking to see if it is executable? Or remove those tests, and 
go with an rc.conf option.

For now, move the file to a different name.

--
Joseph A. Mallett
http://srcsys.org

xMach Core Team, www.xMach.org
Comment 2 dd freebsd_committer freebsd_triage 2001-08-04 14:25:00 UTC
State Changed
From-To: open->closed

The PR database is the wrong place to ask questions.  questions@freebsd.org 
would be better.