Bootp: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 5: Line 5:
  rm bootpd-2.4.tar
  rm bootpd-2.4.tar
  cd bootpd-2.4
  cd bootpd-2.4
gmake sunos5
gmake install

Revision as of 11:00, 22 November 2007

We are using old BOOTP version 2.4, until better way will be found. Some changes were applied and result was tared and stored in /usr/local/downloads directory. Following procedure shell be used:

cd /usr/local/src
cp ../downloads/bootpd-2.4.tar .
tar xvf bootpd-2.4.tar
rm bootpd-2.4.tar
cd bootpd-2.4
gmake sunos5
gmake install