diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-02-25 17:26:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-25 17:29:33 -0400 |
| commit | e885431da416d26e01454edf47fefbc0777dcbdd (patch) | |
| tree | 6c9d012394e4e00aa12eb1590b84f15265cb4b8d /doc/forum/Supported_OS | |
| parent | 88a6e57c010dbb1a2ebb9b33d827f52fe6a0d25a (diff) | |
FooBuntu -> Buntish
Seems that Canonical have trademarked numerous words ending in "buntu",
and would like to trademark anything ending in that to the extent their
lawyers can make that happen.
Diffstat (limited to 'doc/forum/Supported_OS')
| -rw-r--r-- | doc/forum/Supported_OS/comment_1_f324bed708305e2667bd00f80544dd90._comment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/Supported_OS/comment_1_f324bed708305e2667bd00f80544dd90._comment b/doc/forum/Supported_OS/comment_1_f324bed708305e2667bd00f80544dd90._comment index ed972c01..7649e95e 100644 --- a/doc/forum/Supported_OS/comment_1_f324bed708305e2667bd00f80544dd90._comment +++ b/doc/forum/Supported_OS/comment_1_f324bed708305e2667bd00f80544dd90._comment @@ -13,7 +13,7 @@ like this: foo :: Property foo = property "foo" withOS desc $ \o -> case o of (Just (System (Debian _) _)) -> ensureProperty fooDebian - (Just (System (FooBuntu _) _)) -> ensureProperty fooBuntu + (Just (System (Buntish _) _)) -> ensureProperty fooBuntu The first step for adding a new OS will be to modify <http://hackage.haskell.org/package/propellor/docs/Propellor-Types-OS.html>. Compilation will then warn about all OS parameterized properties that |
