diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-18 13:53:16 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-18 13:53:16 +0800 |
commit | aed66e33c3b51777359fc8d99a7b6d4df6f41aa1 (patch) | |
tree | 793cdbbd62aa5b01253e1b2a74fa2d3c919ee19e /japanese | |
parent | 2e38a6b044572a53746b3d6912c30ff7cf0e5086 (diff) | |
download | freebsd-ports-gnome-aed66e33c3b51777359fc8d99a7b6d4df6f41aa1.tar.gz freebsd-ports-gnome-aed66e33c3b51777359fc8d99a7b6d4df6f41aa1.tar.zst freebsd-ports-gnome-aed66e33c3b51777359fc8d99a7b6d4df6f41aa1.zip |
use absolute path
PR: 28965
Submitted by: Hiroki Sato <hrs@hrslab.yi.org>
Diffstat (limited to 'japanese')
-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 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 ;; *) |