commit 33e9a7a95de180cf80018063f3eb06cfdc1d3755 from: matthias date: Mon Dec 17 15:25:16 2007 UTC Add note about bsdiff in pkgsrc(7) commit - f0731cb40d7c076278efc571d909f0a43f00fdb3 commit + 33e9a7a95de180cf80018063f3eb06cfdc1d3755 blob - 09515213e624a1ee40a507eb26e033f173182493 blob + 718286504605e123175a9e5eaced677ddbb74ac9 --- client/update-dragonfly.sh +++ client/update-dragonfly.sh @@ -426,7 +426,8 @@ startup() fi if [ -z `which bsdiff` ]; then - echo "$0 needs bspatch and bsdiff. Please install them at first" + echo "$0 needs bspatch and bsdiff. Please install them at first." + echo "pkgsrc(7) contains a version in misc/bsdiff" exit 1 fi check_temp_loc