Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
Hi Kimmo
On 11/10/2020 23:38, Kimmo Suominen wrote:
Module Name: src
Committed By: kim
Date: Sun Oct 11 22:38:48 UTC 2020
Modified Files:
src/etc/rc.d: network
src/share/man/man5: ifconfig.if.5
Log Message:
Make "rtsol" functional again.
rtsol)
if ! checkyesno dhcpcd; then
- /sbin/dhcpcd -n --ipv6rs \
+ /sbin/dhcpcd -n -f /dev/null \
+ --background --persistent \
+ --noipv4 --nodhcp6 \
+ --ipv6ra_noautoconf \
${dhcpcd_flags} $int
fi
;;
Can you explain how it was not functional before and how this fixes it?
Roy
Home |
Main Index |
Thread Index |
Old Index