mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
eef2566455
- make it port-lint compliant - fixed a compilation failure in freebsd4 PR: ports/98741
16 lines
556 B
Plaintext
16 lines
556 B
Plaintext
@unexec %D/etc/rc.d/dhcp6s.sh forcestop 2>/dev/null || true
|
|
@unexec %D/etc/rc.d/dhcp6relay.sh forcestop 2>/dev/null || true
|
|
@unexec %D/etc/rc.d/dhcp6c.sh forcestop 2>/dev/null || true
|
|
@unexec %D/etc/rc.d/dhcp6s forcestop 2>/dev/null || true
|
|
@unexec %D/etc/rc.d/dhcp6relay forcestop 2>/dev/null || true
|
|
@unexec %D/etc/rc.d/dhcp6c forcestop 2>/dev/null || true
|
|
etc/dhcp6s.conf.sample
|
|
etc/dhcp6c.conf.sample
|
|
sbin/dhcp6c
|
|
sbin/dhcp6relay
|
|
sbin/dhcp6s
|
|
sbin/dhcp6ctl
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|