FreeBSD Bugzilla – Attachment 9063 Details for
Bug 18715
Changes to /etc/defaults/rc.conf, /etc/rc.network
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.35 KB, created by
David E. Cross
on 2000-05-21 20:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
David E. Cross
Created:
2000-05-21 20:40:01 UTC
Size:
2.35 KB
patch
obsolete
>*** rc.network.orig Sun May 21 11:39:44 2000 >--- rc.network Sun May 21 14:55:31 2000 >*************** >*** 367,372 **** >--- 367,379 ---- > echo -n ' rarpd'; rarpd ${rarpd_flags} > ;; > esac >+ >+ case ${bootparamd_enable} in >+ [Yy][Ee][Ss]) >+ echo -n ' bootparamd'; bootparamd ${bootparamd_flags} >+ ;; >+ esac >+ > echo '.' > > # Let future generations know we made it. >*************** >*** 551,556 **** >--- 558,566 ---- > case ${amd_enable} in > [Yy][Ee][Ss]) > echo -n ' amd' >+ if [ x"${amd_nicelevel}" != "xNO" ]; then >+ AMD_NICE="nice -${amd_nicelevel}" >+ fi > case ${amd_map_program} in > [Nn][Oo] | '') > ;; >*************** >*** 560,568 **** > esac > > if [ -n "${amd_flags}" ]; then >! amd -p ${amd_flags} > /var/run/amd.pid 2> /dev/null > else >! amd 2> /dev/null > fi > ;; > esac >--- 570,588 ---- > esac > > if [ -n "${amd_flags}" ]; then >! ${AMD_NICE} amd -p ${amd_flags} > /var/run/amd.pid 2> /dev/null > else >! ${AMD_NICE} amd 2> /dev/null >! fi >! if [ x"${amd_waittimeout}" != "xNO" ]; then >! while [ ${amd_waittimeout} -gt 0 ]; do >! amd_waittimeout=`exp ${amd_waittimeout} - 1` >! sleep 1 >! amq -h >/dev/null 2>/dev/null >! if [ $? = 0 ]; then >! amd_waittimeout=0; >! fi >! done > fi > ;; > esac >*** defaults/rc.conf.orig Sun May 21 11:39:59 2000 >--- defaults/rc.conf Sun May 21 11:42:23 2000 >*************** >*** 101,106 **** >--- 101,108 ---- > amd_enable="NO" # Run amd service with $amd_flags (or NO). > amd_flags="-a /.amd_mnt -c 1800 -l syslog /host /etc/amd.map /net /etc/amd.map" > amd_map_program="NO" # Can be set to "ypcat -k amd.master" >+ amd_nicelevel="NO" # Nice level to run amd at (or NO). >+ amd_waittimeout="NO" # How long to wait for amd (or NO). > nfs_client_enable="NO" # This host is an NFS client (or NO). > nfs_client_flags="-n 4" # Flags to nfsiod (if enabled). > nfs_access_cache="2" # Client cache timeout in seconds >*************** >*** 120,125 **** >--- 122,129 ---- > keyserv_flags="" # Flags to keyserv (if enabled). > rarpd_enable="NO" # Run rarpd (or NO). > rarpd_flags="" # Flags to rarpd. >+ bootparamd_enable="NO" # Run bootparamd (or NO). >+ bootparamd_flags="" # Flags to bootparamd. > xtend_enable="NO" # Run the X-10 power controller daemon. > xtend_flags="" # Flags to xtend (if enabled). > pppoed_enable="NO" # Run the PPP over Ethernet daemon.
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 18715
: 9063