Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src



Module Name:    src
Committed By:   snj
Date:           Thu May 14 07:11:53 UTC 2015

Modified Files:
        src/distrib/amd64/cdroms [netbsd-7]: Makefile.cdrom
        src/distrib/amd64/installimage [netbsd-7]: Makefile spec.inst
        src/distrib/common [netbsd-7]: Makefile.dhcpcd list.dhcpcd
        src/distrib/i386/cdroms [netbsd-7]: Makefile.cdrom
        src/distrib/i386/installimage [netbsd-7]: Makefile spec.inst
        src/distrib/sparc64/cdroms/installcd [netbsd-7]: Makefile
        src/distrib/vax/cdroms/installcd [netbsd-7]: Makefile
        src/usr.sbin/sysinst [netbsd-7]: msg.mi.de msg.mi.en msg.mi.es
            msg.mi.fr msg.mi.pl net.c
Removed Files:
        src/distrib/common [netbsd-7]: 10-resolv.conf 99-print-sysinst

Log Message:
Pull up following revision(s) (requested by martin in ticket #759):
        distrib/amd64/cdroms/Makefile.cdrom: revision 1.12
        distrib/amd64/installimage/Makefile: revision 1.5
        distrib/amd64/installimage/spec.inst: revision 1.2
        distrib/common/10-resolv.conf: file removal
        distrib/common/99-print-sysinst: file removal
        distrib/common/Makefile.dhcpcd: revision 1.2
        distrib/common/list.dhcpcd: revision 1.3
        distrib/i386/cdroms/Makefile.cdrom: revision 1.32
        distrib/i386/installimage/Makefile: revision 1.5
        distrib/i386/installimage/spec.inst: revision 1.2
        distrib/sparc64/cdroms/installcd/Makefile: revision 1.20
        distrib/vax/cdroms/installcd/Makefile: revision 1.10
        usr.sbin/sysinst/msg.mi.de: revision 1.4
        usr.sbin/sysinst/msg.mi.en: revision 1.4
        usr.sbin/sysinst/msg.mi.es: revision 1.4
        usr.sbin/sysinst/msg.mi.fr: revision 1.4
        usr.sbin/sysinst/msg.mi.pl: revision 1.4
        usr.sbin/sysinst/net.c: revisions 1.5-1.8, 1.11-1.15
The dhcpcd utilties in pkgsrc require dhcpcd to be running in master mode.
So set dhcpcd to start like so, but restrict it to the configured interface
still instead of ifconfig_foo=dhcp.
--
Use the 20-resolv.conf hook from dhcpcd rather than the minimal one.
Extract configured information from resolv.conf and hostname instead
of scraping the last dhcpcd script run.
This will allow the use of DHCPv6 and IPv6RA DNS details in the future.
--
dhcpcd will already have configured the system at this point, so
don't bother writing it manually.
--
Don't prompt for hostname or domain if obtained from DHCP.
--
Change the display order so it's protocol agnostic at the top,
then IPv4 then IPv6.
--
Strip newline from the gateway correctly.
--
Show the IP6 address instead of yes
--
Fix a bogus gcc warning: dhcp_config may be used uninitialized
--
Punt custom dhcpcd hooks in favour up upstream hooks
--
For the benefit of gcc 4.5, rename a local "nl" variable to "nline",
so it doesn't collide with the global curses nl() function.


To generate a diff of this commit:
cvs rdiff -u -r1.10.2.1 -r1.10.2.2 src/distrib/amd64/cdroms/Makefile.cdrom
cvs rdiff -u -r1.4 -r1.4.2.1 src/distrib/amd64/installimage/Makefile
cvs rdiff -u -r1.1 -r1.1.22.1 src/distrib/amd64/installimage/spec.inst
cvs rdiff -u -r1.1 -r0 src/distrib/common/10-resolv.conf \
    src/distrib/common/99-print-sysinst
cvs rdiff -u -r1.1 -r1.1.28.1 src/distrib/common/Makefile.dhcpcd
cvs rdiff -u -r1.2 -r1.2.24.1 src/distrib/common/list.dhcpcd
cvs rdiff -u -r1.30.2.1 -r1.30.2.2 src/distrib/i386/cdroms/Makefile.cdrom
cvs rdiff -u -r1.4.2.2 -r1.4.2.3 src/distrib/i386/installimage/Makefile
cvs rdiff -u -r1.1 -r1.1.22.1 src/distrib/i386/installimage/spec.inst
cvs rdiff -u -r1.18.2.1 -r1.18.2.2 \
    src/distrib/sparc64/cdroms/installcd/Makefile
cvs rdiff -u -r1.8.2.1 -r1.8.2.2 src/distrib/vax/cdroms/installcd/Makefile
cvs rdiff -u -r1.2.4.2 -r1.2.4.3 src/usr.sbin/sysinst/msg.mi.de \
    src/usr.sbin/sysinst/msg.mi.es src/usr.sbin/sysinst/msg.mi.fr
cvs rdiff -u -r1.2.4.5 -r1.2.4.6 src/usr.sbin/sysinst/msg.mi.en
cvs rdiff -u -r1.2.4.4 -r1.2.4.5 src/usr.sbin/sysinst/msg.mi.pl
cvs rdiff -u -r1.2.4.3 -r1.2.4.4 src/usr.sbin/sysinst/net.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index