Installation instructions for SunOS Compile the executable: For SunOS 4.X: make sunos4 For SunOS 5.X: (Solaris) make sunos5 Install the executables: make install Edit (or create) the bootptab: (See bootptab.sample and bootptab.5 manual entry) edit /etc/bootptab Edit /etc/services to add these two lines: bootps 67/udp bootp # BOOTP Server bootpc 68/udp # BOOTP Client Edit /etc/inetd.conf to add the line: bootp dgram udp wait root /usr/etc/bootpd bootpd -i If you compiled report.c with LOG_LOCAL2 (defined in the Makefile) then you may want to capture syslog messages from BOOTP by changing your syslog.conf file. (See the sample syslog.conf file here). Test the change with: logger -t test -p local2.info "message" -vfs NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/external/gpl3/binutils/dist/ld/scripttempl/mips.sc
AgeCommit message (Expand)Author
2022-12-23Update binutils from 2.34 to 2.39christos
2020-04-03Import binutils-2.34christos
2018-04-142018-01-10 Nick Clifton <nickc@redhat.com>christos
2016-10-26Import binutils-2.27 minus the testsuiteschristos
2016-01-29Import binutils-2.26christos
2013-09-29from ftp.gnu.orgchristos
2011-09-24from ftp.gnu.orgchristos
2009-08-18Import binutils 2.19.1 as requested by matt@skrll