FreeBSD Bugzilla – Attachment 16075 Details for
Bug 29631
portmap not automatically enabled in /etc/rc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 585 bytes, created by
t-ogawa
on 2001-08-11 19:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
t-ogawa
Created:
2001-08-11 19:50:00 UTC
Size:
585 bytes
patch
obsolete
>--- etc/rc.firewall.orig Sun Aug 12 03:13:37 2001 >+++ etc/rc.firewall Sun Aug 12 03:17:58 2001 >@@ -30,11 +30,13 @@ > # > > # Suck in the configuration variables. >-if [ -r /etc/defaults/rc.conf ]; then >- . /etc/defaults/rc.conf >- source_rc_confs >-elif [ -r /etc/rc.conf ]; then >- . /etc/rc.conf >+if [ -z "${source_rc_confs_defined}" ]; then >+ if [ -r /etc/defaults/rc.conf ]; then >+ . /etc/defaults/rc.conf >+ source_rc_confs >+ elif [ -r /etc/rc.conf ]; then >+ . /etc/rc.conf >+ fi > fi > > ############
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 29631
: 16075