From e26d7d24fa6c6c13bb363bc1c8d2273abce634c9 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Wed, 13 Jul 2022 14:17:12 -0600 Subject: [PATCH] prepare for 0.1.20220714 release --- AUTHORS.md | 1 + LICENSE | 2 +- usr/local/bin/rocinante | 4 ++-- usr/local/libexec/rocinante/bootstrap.sh | 2 +- usr/local/libexec/rocinante/cmd.sh | 2 +- usr/local/libexec/rocinante/common.sh | 2 +- usr/local/libexec/rocinante/cp.sh | 2 +- usr/local/libexec/rocinante/limits.sh | 2 +- usr/local/libexec/rocinante/list.sh | 2 +- usr/local/libexec/rocinante/pkg.sh | 2 +- usr/local/libexec/rocinante/service.sh | 2 +- usr/local/libexec/rocinante/sysctl.sh | 2 +- usr/local/libexec/rocinante/sysrc.sh | 2 +- usr/local/libexec/rocinante/template.sh | 2 +- usr/local/libexec/rocinante/update.sh | 2 +- usr/local/libexec/rocinante/upgrade.sh | 2 +- usr/local/libexec/rocinante/verify.sh | 2 +- usr/local/libexec/rocinante/zfs.sh | 2 +- usr/local/libexec/rocinante/zpool.sh | 2 +- 19 files changed, 20 insertions(+), 19 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 4e2fedd..e147262 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,3 +6,4 @@ Christer Edwards [christer.edwards@gmail.com] ## Contributors - Chris Wells (authored Bastillefile template format & parser) +- Ján Ondrušek diff --git a/LICENSE b/LICENSE index 5e45299..d74965b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2021, Christer Edwards +Copyright (c) 2021-2022, Christer Edwards All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/usr/local/bin/rocinante b/usr/local/bin/rocinante index 031be96..436fdab 100755 --- a/usr/local/bin/rocinante +++ b/usr/local/bin/rocinante @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -71,7 +71,7 @@ rocinante_root_check #bastille_perms_check ## version -ROCINATE_VERSION="0.1.20211225" +ROCINATE_VERSION="0.1.20220714" usage() { cat << EOF diff --git a/usr/local/libexec/rocinante/bootstrap.sh b/usr/local/libexec/rocinante/bootstrap.sh index be0e574..ce4ec79 100644 --- a/usr/local/libexec/rocinante/bootstrap.sh +++ b/usr/local/libexec/rocinante/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/cmd.sh b/usr/local/libexec/rocinante/cmd.sh index 47a1c61..e157427 100644 --- a/usr/local/libexec/rocinante/cmd.sh +++ b/usr/local/libexec/rocinante/cmd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/common.sh b/usr/local/libexec/rocinante/common.sh index f9ad6f9..8d58260 100644 --- a/usr/local/libexec/rocinante/common.sh +++ b/usr/local/libexec/rocinante/common.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/cp.sh b/usr/local/libexec/rocinante/cp.sh index f0a7b23..951f6c5 100644 --- a/usr/local/libexec/rocinante/cp.sh +++ b/usr/local/libexec/rocinante/cp.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/limits.sh b/usr/local/libexec/rocinante/limits.sh index 42a2d3b..3e07f28 100644 --- a/usr/local/libexec/rocinante/limits.sh +++ b/usr/local/libexec/rocinante/limits.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/list.sh b/usr/local/libexec/rocinante/list.sh index 9add8e9..8c5373e 100644 --- a/usr/local/libexec/rocinante/list.sh +++ b/usr/local/libexec/rocinante/list.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/pkg.sh b/usr/local/libexec/rocinante/pkg.sh index 0ecd888..20af085 100644 --- a/usr/local/libexec/rocinante/pkg.sh +++ b/usr/local/libexec/rocinante/pkg.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/service.sh b/usr/local/libexec/rocinante/service.sh index fe9a011..fe8a7ad 100644 --- a/usr/local/libexec/rocinante/service.sh +++ b/usr/local/libexec/rocinante/service.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/sysctl.sh b/usr/local/libexec/rocinante/sysctl.sh index deeaa67..70e5c8b 100644 --- a/usr/local/libexec/rocinante/sysctl.sh +++ b/usr/local/libexec/rocinante/sysctl.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/sysrc.sh b/usr/local/libexec/rocinante/sysrc.sh index f76f1d8..6210dbb 100644 --- a/usr/local/libexec/rocinante/sysrc.sh +++ b/usr/local/libexec/rocinante/sysrc.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/template.sh b/usr/local/libexec/rocinante/template.sh index aa6e9ea..625bfe6 100644 --- a/usr/local/libexec/rocinante/template.sh +++ b/usr/local/libexec/rocinante/template.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/update.sh b/usr/local/libexec/rocinante/update.sh index 6c54470..f1e9ee6 100644 --- a/usr/local/libexec/rocinante/update.sh +++ b/usr/local/libexec/rocinante/update.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/upgrade.sh b/usr/local/libexec/rocinante/upgrade.sh index 24801d9..601b7f3 100644 --- a/usr/local/libexec/rocinante/upgrade.sh +++ b/usr/local/libexec/rocinante/upgrade.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/verify.sh b/usr/local/libexec/rocinante/verify.sh index 9eaf195..a77e48f 100644 --- a/usr/local/libexec/rocinante/verify.sh +++ b/usr/local/libexec/rocinante/verify.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/zfs.sh b/usr/local/libexec/rocinante/zfs.sh index 67a89ad..2599898 100644 --- a/usr/local/libexec/rocinante/zfs.sh +++ b/usr/local/libexec/rocinante/zfs.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/usr/local/libexec/rocinante/zpool.sh b/usr/local/libexec/rocinante/zpool.sh index ebe59c4..a5223a2 100644 --- a/usr/local/libexec/rocinante/zpool.sh +++ b/usr/local/libexec/rocinante/zpool.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2021, Christer Edwards +# Copyright (c) 2021-2022, Christer Edwards # All rights reserved. # # Redistribution and use in source and binary forms, with or without