summaryrefslogtreecommitdiff
path: root/japanese
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
parentadd vchat (diff)
use absolute path
PR: 28965 Submitted by: Hiroki Sato <hrs@hrslab.yi.org>
Notes
Notes: svn path=/head/; revision=46407
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ebnetd/files/ndtpd.sh.sample4
-rw-r--r--japanese/ndtpd/files/ndtpd.sh.sample4
2 files changed, 4 insertions, 4 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
;;
*)
diff --git a/japanese/ndtpd/files/ndtpd.sh.sample b/japanese/ndtpd/files/ndtpd.sh.sample
index 0db8c8db6c9a..f83e0b1dd0c8 100644
--- a/japanese/ndtpd/files/ndtpd.sh.sample
+++ b/japanese/ndtpd/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
;;
*)