FreeBSD Bugzilla – Attachment 10018 Details for
Bug 20258
Making user-PPP start as an arbitrary user instead of root
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 836 bytes, created by
Antoine
on 2000-07-28 17:40:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Antoine
Created:
2000-07-28 17:40:03 UTC
Size:
836 bytes
patch
obsolete
>*** rc.network.orig Fri Jul 14 10:56:33 2000 >--- rc.network Fri Jul 14 11:26:25 2000 >*************** >*** 160,167 **** > ;; > esac > >! echo -n 'Starting ppp: '; ppp ${ppp_command} -quiet ${ppp_profile} >! ;; > esac > > # Initialize IP filtering using ipfw >--- 160,176 ---- > ;; > esac > >! ppp_command="ppp ${ppp_command} -quiet ${ppp_profile}" >! >! echo -n 'Starting ppp: ' >! case ${ppp_user} in >! [Nn][Oo]) >! ${ppp_command}; >! ;; >! *) >! su ${ppp_user} -c "${ppp_command}"; >! ;; >! esac > esac > > # Initialize IP filtering using ipfw
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20258
:
10017
| 10018 |
10019