aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/jftpgw/files
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2003-01-06 03:17:10 +0800
committerse <se@FreeBSD.org>2003-01-06 03:17:10 +0800
commit8adea8fbb748310ba6c1eae3aeba652cc2a0d6a8 (patch)
tree35bec016ac2a44a21d94868ca181443c595f8e69 /ftp/jftpgw/files
parent3fa6bb3869bceb7565db16e4ffa25b153e52ca90 (diff)
downloadfreebsd-ports-gnome-8adea8fbb748310ba6c1eae3aeba652cc2a0d6a8.tar.gz
freebsd-ports-gnome-8adea8fbb748310ba6c1eae3aeba652cc2a0d6a8.tar.zst
freebsd-ports-gnome-8adea8fbb748310ba6c1eae3aeba652cc2a0d6a8.zip
Upgrade to jftpgw-0.13.2
Diffstat (limited to 'ftp/jftpgw/files')
-rw-r--r--ftp/jftpgw/files/jftpgw.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/jftpgw/files/jftpgw.sh.in b/ftp/jftpgw/files/jftpgw.sh.in
index f986f2e943f6..9c5fc8616a12 100644
--- a/ftp/jftpgw/files/jftpgw.sh.in
+++ b/ftp/jftpgw/files/jftpgw.sh.in
@@ -11,7 +11,7 @@ start)
if [ -x $PROGRAM ] && [ -r $CFGFILE ]
then
$PROGRAM
- echo -n "jftpgw "
+ echo -n " jftpgw"
fi
;;