1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/japanese/ebnetd/pkg-plist
TAKATSU Tomonari ce822e5b44 - Divide ebnetd.sh into 3 scripts
- Set a list of these scripts to USE_RC_SUBR
- Use SUB_FILES for pkg-message
- Use PLIST_SUB to substitute EBNETD_RUNDIR macro in pkg-plist
- Remove obsolete WWW url from pkg-descr
- Rename some patch files to pet portlint

PR:		ports/176866
Submitted by:	Yasuhiro KIMURA (maintainer)
2013-03-24 21:08:06 +00:00

19 lines
325 B
Plaintext

@comment $FreeBSD$
etc/ebnetd.conf.sample
libexec/ebhtstat
libexec/ebnstat
libexec/ndtpstat
sbin/ebhtcheck
sbin/ebhtcontrol
sbin/ebhttpd
sbin/ebncheck
sbin/ebncontrol
sbin/ebndaily
sbin/ebnetd
sbin/ebnupgrade
sbin/ndtpcheck
sbin/ndtpcontrol
sbin/ndtpd
@exec mkdir -m 0755 -p %%EBNETD_RUNDIR%%
@unexec rmdir %%EBNETD_RUNDIR%%