mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7810fb706b
eb-2.3, I changed the versions and recalculated the checksums. Also, ndtpd/patches/patch-aa (by me) is for quieting ndtpd somewhat so it won't leave dozens of lines to /var/log/messages every time someone looks up a word, and eb/patches/patch-aa (by Kasahara-san, the original author) is for changing the shared lib versions. ndtpd/Makefile's LIB_DEPENDS was adjusted accordingly. PR: 12130 Submitted by: maintainer Reviewed (my changes) by: maintainer
16 lines
469 B
Plaintext
16 lines
469 B
Plaintext
etc/ndtpd.conf.sample
|
|
etc/rc.d/ndtpd.sh.sample
|
|
@unexec install-info --delete %D/info/ndtpd-ja.info %D/info/dir
|
|
@unexec install-info --delete %D/info/ndtpd.info %D/info/dir
|
|
info/ndtpd-ja.info
|
|
info/ndtpd.info
|
|
@exec install-info %B/ndtpd-ja.info %B/dir
|
|
@exec install-info %B/ndtpd.info %B/dir
|
|
libexec/ndtpstat
|
|
sbin/ndtpcheck
|
|
sbin/ndtpcontrol
|
|
sbin/ndtpd
|
|
sbin/ndtpdaily
|
|
@exec install -d -o %%OWNER%% -g %%GROUP%% -m %%MODE%% %%VARDIR%%/ndtpd
|
|
@unexec rm -rf %%VARDIR%%/ndtpd
|