diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 19:40:05 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-01 19:40:05 +0800 |
commit | 05b691bc1eb67b4c98a900a7c07005f7ed3af66a (patch) | |
tree | 4952cd73e189c9e0fd69f1582c4a2e9f1aa1c669 /ftp | |
parent | 60e0d98adf7ad025cae64b6ff430be372150ed97 (diff) | |
download | freebsd-ports-gnome-05b691bc1eb67b4c98a900a7c07005f7ed3af66a.tar.gz freebsd-ports-gnome-05b691bc1eb67b4c98a900a7c07005f7ed3af66a.tar.zst freebsd-ports-gnome-05b691bc1eb67b4c98a900a7c07005f7ed3af66a.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 |