diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-01 19:40:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-01 19:40:05 +0800 |
commit | 7350dd47f381e1e1b1dcd58703c4b8b74c915048 (patch) | |
tree | 8a558ec74cf53db34ea81b98be646abb8a9c1a45 /ftp | |
parent | 89a1832bba78654673b34c8fde6de2d3d31ca0d5 (diff) | |
download | freebsd-ports-gnome-7350dd47f381e1e1b1dcd58703c4b8b74c915048.tar.gz freebsd-ports-gnome-7350dd47f381e1e1b1dcd58703c4b8b74c915048.tar.zst freebsd-ports-gnome-7350dd47f381e1e1b1dcd58703c4b8b74c915048.zip |
- Fix a typo
PR: 117985
Submitted by: Oles Hnatkevych <don_oles@able.com.ua>
Approved by: maintainer timeout
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/jftpgw/files/jftpgw.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/jftpgw/files/jftpgw.sh.in b/ftp/jftpgw/files/jftpgw.sh.in index 428465cb43ee..d04909b14859 100644 --- a/ftp/jftpgw/files/jftpgw.sh.in +++ b/ftp/jftpgw/files/jftpgw.sh.in @@ -1,6 +1,6 @@ #!/bin/sh -# PROVIDE jftpgw +# PROVIDE: jftpgw # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON # KEYWORD: shutdown |