Source-Changes archive

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

CVS commit: src/usr.sbin/sysinst



Module Name:    src
Committed By:   dholland
Date:           Sat Jul 26 19:56:30 UTC 2014

Modified Files:
        src/usr.sbin/sysinst: Makefile
Added Files:
        src/usr.sbin/sysinst/arch/dummy: Makefile md.c md.h msg.md.de msg.md.en
            msg.md.es msg.md.fr msg.md.pl

Log Message:
Add a dummy sysinst architecture for ports that don't have their own yet.

This makes the presence of sysinst in /usr/sbin MI (as intended) --
remember that one of the goals is for sysinst to be able to install
chroots, and installing a chroot is a sensible operation on all ports,
even those for which an installer per se might not make sense.

Currently this dummy architecture fails instead of doing anything, but
as they say, one thing at a time.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysinst/Makefile
cvs rdiff -u -r0 -r1.1 src/usr.sbin/sysinst/arch/dummy/Makefile \
    src/usr.sbin/sysinst/arch/dummy/md.c src/usr.sbin/sysinst/arch/dummy/md.h \
    src/usr.sbin/sysinst/arch/dummy/msg.md.de \
    src/usr.sbin/sysinst/arch/dummy/msg.md.en \
    src/usr.sbin/sysinst/arch/dummy/msg.md.es \
    src/usr.sbin/sysinst/arch/dummy/msg.md.fr \
    src/usr.sbin/sysinst/arch/dummy/msg.md.pl

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