FreeBSD Bugzilla – Attachment 16320 Details for
Bug 29966
cleanup of ppp server socket on unclean startup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 848 bytes, created by
Dmitry Morozovsky
on 2001-08-22 22:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dmitry Morozovsky
Created:
2001-08-22 22:00:00 UTC
Size:
848 bytes
patch
obsolete
>--- etc/defaults/rc.conf Fri Aug 17 11:26:38 2001 >+++ /etc/defaults/rc.conf Thu Aug 23 00:20:33 2001 >@@ -105,6 +105,7 @@ > ppp_nat="YES" # Use PPP's internal network address translation or NO. > ppp_profile="papchap" # Which profile to use from /etc/ppp/ppp.conf. > ppp_user="root" # Which user to run ppp as >+ppp_server="/var/tmp/loop" # PPP server socket > > ### Network daemon (miscellaneous) & NFS options: ### > syslogd_enable="YES" # Run syslog daemon (or NO). >--- etc/rc.network Mon Aug 20 14:47:38 2001 >+++ /etc/rc.network Thu Aug 23 00:39:51 2001 >@@ -243,7 +243,12 @@ > > ppp_command="${ppp_command} ${ppp_profile}" > >+ # Clean old server socket >+ if [ "${ppp_server}" != "" -a -S "${ppp_server}" ]; then >+ rm -f "${ppp_server}" >+ fi >+ > echo "Starting ppp as \"${ppp_user}\"" > su -m ${ppp_user} -c "exec ${ppp_command}" > ;; > esac
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 29966
: 16320