|
|
@@ -2610,7 +2610,7 @@ platform )
|
|
|
esac
|
|
|
AC="${AP}"
|
|
|
# determine system
|
|
|
- r=`echo "${UNAME_RELEASE}" | sed -e 's/\(-.*\)$/[\1]/'`
|
|
|
+ r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'`
|
|
|
ST="NetBSD ${r}"
|
|
|
SP="${ST}"
|
|
|
case "${r}" in
|
|
|
@@ -2629,7 +2629,7 @@ platform )
|
|
|
esac
|
|
|
AC="${AP}"
|
|
|
# determine system
|
|
|
- r=`echo "${UNAME_RELEASE}" | sed -e 's/\(-.*\)$/[\1]/'`
|
|
|
+ r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'`
|
|
|
ST="OpenBSD ${r}"
|
|
|
SP="${ST}"
|
|
|
SC="4.4BSD"
|