diff options
-rw-r--r-- | japanese/ebnetd/files/ndtpd.sh.sample | 4 | ||||
-rw-r--r-- | japanese/ndtpd/files/ndtpd.sh.sample | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/ebnetd/files/ndtpd.sh.sample b/japanese/ebnetd/files/ndtpd.sh.sample index 0db8c8d..f83e0b1 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 0db8c8d..f83e0b1 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 ;; *) |