Add support for NetBSD

While I only checked on NetBSD 7.0, it seems to use the same
rc system as FreeBSD so it should be working for now.
pull/13769/merge
Michael Scherer 8 years ago committed by Brian Coca
parent 6ffd494efb
commit db8719cf8b

@ -727,6 +727,11 @@ class FreeBSDHostname(Hostname):
distribution = None
strategy_class = FreeBSDStrategy
class NetBSDHostname(Hostname):
platform = 'NetBSD'
distribution = None
strategy_class = FreeBSDStrategy
# ===========================================

Loading…
Cancel
Save