Bug 952

Summary: Default configuration may write to /etc
Product: [Retired] Red Hat Linux Reporter: Ziv, Alon <alonz>
Component: pppAssignee: David Lawrence <dkl>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-03-11 19:04:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ziv, Alon 1999-01-24 21:49:22 UTC
When ppp runs chat scripts, it redirects their stderr to
/etc/ppp/connect-errors.

Fix:
One of
* Create a symbolic link from /etc/ppp/connect-errors to
  /var/log/connect-errors
* Patch ppp source to use /var/log/connect-errors instead
  of /etc/ppp/connect-errors (and fix man page)

Comment 1 David Lawrence 1999-03-11 19:04:59 UTC
I was unable to replicate this problem in the test lab.