diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 05:53:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 05:53:16 +0000 |
commit | 57a3eba7df908298be917da6585cc6a14ed8c3a8 (patch) | |
tree | bb144e159578fbb6a8fc13c41f614e6f8f80d2bd /japanese/ebnetd | |
parent | add vchat (diff) |
use absolute path
PR: 28965
Submitted by: Hiroki Sato <hrs@hrslab.yi.org>
Diffstat (limited to 'japanese/ebnetd')
-rw-r--r-- | japanese/ebnetd/files/ndtpd.sh.sample | 4 |
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 ;; *) |