Closed alanpearce closed 11 years ago
i'm not a fan of using short form options in scripts as they make things less readable. if you can keep the long form options in the echo " -> ..."
so that the commands are still readable (even though they won't technically work on BSD) lines i will merge this.
I agree with your comment on short forms, I'm not a fan either. I found it rather bizarre that FreeBSD doesn't support them at all. I'll change the echo
lines to be more verbose, that makes a lot of sense.
There we go. All the echo
lines are as they were.
merged this. thanks!
This patch allows FreeBSD to run
dazzle setup
, provided the dazzle user is already created.The
useradd
invocations will not work on FreeBSD, but #10 should allow that to be handled gracefully.