[patch] Fix recent installworld breakage on sparc64 by sunlabel

Roderick van Domburg r.s.a.vandomburg at student.utwente.nl
Sat Jan 31 07:42:08 PST 2004


Hi there!

The 1.11 commit to sbin/sunlabel/Makefile caused installworld to fail on
sparc64. The following patch corrects the apparent typo.

Regards,

Roderick

-8<---

--- sbin/sunlabel/Makefile.old  Sat Jan 31 16:35:25 2004
+++ sbin/sunlabel/Makefile      Sat Jan 31 16:35:36 2004
@@ -7,7 +7,7 @@
 MAN=   sunlabel.8

 .if ${MACHINE_ARCH} == "sparc64"
-LINKS= ${BINDIR}/sunlabel ${BINDIR}/sunlabel
+LINKS= ${BINDIR}/sunlabel ${BINDIR}/disklabel
 MLINKS=        sunlabel.8 disklabel.8
 .endif



More information about the freebsd-sparc64 mailing list