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/ndtpd | |
parent | 848e8b59b2b5303d1cae1ea441b10953cf454602 (diff) | |
download | ports-57a3eba7df908298be917da6585cc6a14ed8c3a8.tar.gz ports-57a3eba7df908298be917da6585cc6a14ed8c3a8.zip |
Notes
Diffstat (limited to 'japanese/ndtpd')
-rw-r--r-- | japanese/ndtpd/files/ndtpd.sh.sample | 4 |
1 files changed, 2 insertions, 2 deletions
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 ;; *) |