* Chris Paterson <[EMAIL PROTECTED]> [2005-11-14 06:51]: > Hi folks, > > I'm very new to all this Solaris stuff - new enough that most of the > documentation goes over my head! We run Solaris 9 (with no plans to > change), and I've been tasked with making a small tweak to the TFTP > daemon (/usr/sbin/in.tftpd). I figured that there wouldn't be many > changes to this since Solaris 9, so it'd be fine to alter and then > build the OpenSolaris source for it. I very much doubt I'll be able to > succeed at a full build of OpenSolaris - is it possible to just build > this program?
You should be able to use bldenv to set your environment, and then $ cd $SRC/cmd/cmd-inet/usr.sbin $ make in.tftpd I believe Section 4.3 "Using Make" in http://www.opensolaris.org/os/community/onnv/devref_toc/devref_4/ and the sections it references cover this, although with a bit of a focus on the uts/ subtree (where the kernel source lives). - Stephen -- Stephen Hahn, PhD Solaris Kernel Development, Sun Microsystems [EMAIL PROTECTED] http://blogs.sun.com/sch/ _______________________________________________ opensolaris-help mailing list [email protected]
