Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freebsd #5

Closed
Iyamoto opened this issue Jan 29, 2014 · 1 comment
Closed

freebsd #5

Iyamoto opened this issue Jan 29, 2014 · 1 comment

Comments

@Iyamoto
Copy link

Iyamoto commented Jan 29, 2014

Hey there.
Got few small problems running LMD on FreeBSD.

which bash
/usr/local/bin/bash
not /bin/bash

$OSTYPE in internals.conf is not equal FreeBSD
should be something like
if [ "$OSTYPE" == "freebsd8.1" ]; then

@rfxn
Copy link
Owner

rfxn commented Apr 6, 2014

[Fix] OSTYPE env checking was not properly matching on all FreeBSD versions

I have fixed the OSTYPE env matching however not a whole lot I can do about the bash location, it is something as a best practice on FreeBSD that generally I and others I know symlink it to /bin to maintain better compatibility with Linux based scripts.

@rfxn rfxn closed this as completed Apr 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants