Ticket #28 (closed defect: invalid)
Install needs to create run directory in /usr/local/var on FreeBSD
| Reported by: | erik | Owned by: | confman-developers@… |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | FreeBSD Support | Version: | 1.9.0b |
| Keywords: | /usr/local/var/run | Cc: |
Description
Hi
Testing out confman, I discovered that the run directory doesn't exist
on one of my FreeBSD boxes after installing confman. I think the
install process should make sure this directory exists. After creating
this directory as follows.
sudo mkdir /usr/local/var/run
I was able to confman commit.
Erik
Change History
comment:2 in reply to: ↑ 1 Changed 3 years ago by erik
- Status changed from new to closed
- Resolution set to invalid
Replying to ccowart:
Did you install from the port? I think I fixed this bug in
1.9.0b_1 by adding a configure argument. It should
actually be keeping state in /var.
Yes, I installed the FreeBSD port from the ports tree. I didn't update my ports tree
to get b_1; sorry for the invalid bug. I'll file a separate bug for the errors I get
after portupgrading to b_1.
Erik

Did you install from the port? I think I fixed this bug in
1.9.0b_1 by adding a configure argument. It should
actually be keeping state in /var.