Opened 15 years ago
Closed 15 years ago
#24051 closed enhancement (fixed)
unbound.pid should go into prefix/var/run/unbound
Reported by: | anand@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | deric@… | |
Port: | unbound |
Description
Normally, on most unix-like systems, processes write their pid file in prefix/var/run/procname/procname.pid. This is also implied by the porthier man page.
The unbound package, however, puts the pid file in prefix/etc/unbound, which is unusual.
If it's not too much trouble, could you guys please add a configure option (--with-pidfile=) to put the pid in prefix/var/run/unbound?
Change History (3)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Cc: | deric@… added |
---|---|
Milestone: | MacPorts Future |
Owner: | changed from macports-tickets@… to snc@… |
Version: | 1.8.2 |
comment:2 Changed 15 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Add configure flag in r65241. Also use autoreconf.