aboutsummaryrefslogtreecommitdiff
path: root/japanese/ebnetd
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-18 05:53:16 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-18 05:53:16 +0000
commit57a3eba7df908298be917da6585cc6a14ed8c3a8 (patch)
treebb144e159578fbb6a8fc13c41f614e6f8f80d2bd /japanese/ebnetd
parent848e8b59b2b5303d1cae1ea441b10953cf454602 (diff)
downloadports-57a3eba7df908298be917da6585cc6a14ed8c3a8.tar.gz
ports-57a3eba7df908298be917da6585cc6a14ed8c3a8.zip
Notes
Diffstat (limited to 'japanese/ebnetd')
-rw-r--r--japanese/ebnetd/files/ndtpd.sh.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ebnetd/files/ndtpd.sh.sample b/japanese/ebnetd/files/ndtpd.sh.sample
index 0db8c8db6c9a..f83e0b1dd0c8 100644
--- a/japanese/ebnetd/files/ndtpd.sh.sample
+++ b/japanese/ebnetd/files/ndtpd.sh.sample
@@ -37,12 +37,12 @@ start)
MakeWorkingDirectory
if [ "${standalone}" = YES ]; then
- ndtpd && echo -n " ndtpd"
+ @prefix@/sbin/ndtpd && echo -n " ndtpd"
fi
;;
stop)
if [ "${standalone}" = YES ]; then
- ndtpcontrol terminate && echo -n " ndtpd"
+ @prefix@/sbin/ndtpcontrol terminate && echo -n " ndtpd"
fi
;;
*)