config-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LibertyBSD reported as OpenBSD....


From: Urs Janßen
Subject: LibertyBSD reported as OpenBSD....
Date: Wed, 10 Feb 2016 12:16:10 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

current config.guess reports

# ./config.guess
OpenBSD.amd64-unknown-libertybsd5.8
# uname -r -s -m
LibertyBSD 5.8 amd64

the attached patch fixes the issue, you might want to be less generic
and use
sed 's/^OpenBSD\.//'
or
sed -e 's/^LibertyBSD\.//' -e 's/^OpenBSD\.//'

HTH,
urs

Attachment: config.guess.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]