Skip to content

Commit

Permalink
iohyve v0.7.6 2016/06/12 Rideau Street Sinkhole Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-pr1ntf committed Jun 12, 2016
1 parent 70c4fbb commit 736e7be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# iohyve v0.7.5
"Tennessee Cherry Moonshine Edition"
# iohyve v0.7.6
"Rideau Street Sinkhole Edition"

FreeBSD bhyve manager utilizing ZFS and other FreeBSD tools.
*Over the hill to 1.0*
Expand Down
4 changes: 2 additions & 2 deletions iohyve
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# iohyve v0.7.5 2016/04/14 "Tennessee Cherry Moonshine Edition"
# iohyve v0.7.6 2016/06/12 "Rideau Street Sinkhole Edition"

# Set proper path thanks to iocage
PATH=${PATH}:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin
Expand Down Expand Up @@ -41,7 +41,7 @@ fi

# Show version
__version() {
echo "iohyve v0.7.5 2016/04/14 Tennessee Cherry Moonshine Edition"
echo "iohyve v0.7.6 2016/06/12 Rideau Street Sinkhole Edition"
}

# Print help page
Expand Down
4 changes: 2 additions & 2 deletions iohyve.8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Text automatically generated by txt2man
.TH iohyve 8 "30 April 2016" "" "FreeBSD System Manager's Manual"
.TH iohyve 8 "12 June 2016" "" "FreeBSD System Manager's Manual"
.SH NAME
\fBiohyve(8) \fP- bhyve manager/launcher v0.7.5 "Tennessee Cherry Moonshine Edition"
\fBiohyve(8) \fP- bhyve manager/launcher v0.7.6 "Rideau Street Sinkhole Edition"
\fB
.SH SYNOPSIS
.nf
Expand Down
2 changes: 1 addition & 1 deletion iohyve.8.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME
iohyve(8) - bhyve manager/launcher v0.7.5 "Tennessee Cherry Moonshine Edition"
iohyve(8) - bhyve manager/launcher v0.7.6 "Rideau Street Sinkhole Edition"

SYNOPSIS
iohyve version
Expand Down

4 comments on commit 736e7be

@corny
Copy link

@corny corny commented on 736e7be Jun 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you also update the port?
https://www.freshports.org/sysutils/iohyve/

@pr1ntf
Copy link
Owner

@pr1ntf pr1ntf commented on 736e7be Jun 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The regular person who commits the port is on holiday so I have had to go a different route to get it committed. I have opened a BugZilla Request that should be committed soon, perhaps? Since the Makefile is new, it must be QA'd first.

@corny
Copy link

@corny corny commented on 736e7be Jun 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks a lot. Great work!

@pr1ntf
Copy link
Owner

@pr1ntf pr1ntf commented on 736e7be Jun 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the kind words! 🐙

Please sign in to comment.