forked from Lainports/freebsd-ports
- For the rc script: [2]
- use /usr/sbin/daemon to start the rc script because igmpproxy does not
daemonize itself
- add shutdown keyword
- cleanups
- Bump PORTREVISION [2]
PR: ports/149547 [1], ports/150146 [2]
Submitted by: Florian Smeets [flo kasimir.com] [1] [2]
Approved by: maintainer timeout (11 weeks [1], 8 weeks [2])
4 lines
228 B
Text
4 lines
228 B
Text
sbin/igmpproxy
|
|
@unexec if cmp -s %D/etc/igmpproxy.conf.sample %D/etc/igmpproxy.conf; then rm -f %D/etc/igmpproxy.conf; fi
|
|
etc/igmpproxy.conf.sample
|
|
@exec if [ ! -f %D/etc/igmpproxy.conf ]; then cp -p %D/%F %B/igmpproxy.conf; fi
|