Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=956147

--- Comment #8 from David Beveridge <[email protected]> ---
(In reply to comment #5)
> - Use "tmpfiles" for the run directory (see other daemon packages, eg xl2tpd
>   or nsd)

The PID files are created in /var/run, so I think I'll have to patch the
source.
The way I'm reading this PID files should really be in /var/run/%{name}/*.pid
currently the source has this
dhcp6s.c:#define DHCP6S_PIDFILE "/var/run/dhcp6s.pid"
dhcp6c.h:#define DHCP6C_PIDFILE "/var/run/dhcp6c.pid"
dhcp6relay.c:#define DHCP6RELAY_PIDFILE "/var/run/dhcp6relay.pid"

and of course the man pages too

dhcp6relay.8:.Bl -tag -width /var/run/dhcp6relay.pid -compact
dhcp6relay.8:.It Pa /var/run/dhcp6relay.pid
etc

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=iVpZnKJIGN&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to