Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2007 19:45:06 GMT
From:      Oles Hnatkevych <don_oles@able.com.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/117985: port ftp/jftpgw has incorrect startup script
Message-ID:  <200711111945.lABJj6U4050442@www.freebsd.org>
Resent-Message-ID: <200711111950.lABJo44M039664@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117985
>Category:       misc
>Synopsis:       port ftp/jftpgw has incorrect startup script
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 11 19:50:04 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Oles Hnatkevych
>Release:        
>Organization:
>Environment:
>Description:
Port ftp/jftpgw has

# PROVIDE jftpgw

instead of

# PROVIDE: jftpgw

and is not run on startup.

>How-To-Repeat:

>Fix:
--- ports/ftp/jftpgw/files/jftpgw.sh.in.orig    2007-11-11 21:38:56.000000000 +0200
+++ ports/ftp/jftpgw/files/jftpgw.sh.in 2007-11-11 21:39:02.000000000 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh

-# PROVIDE jftpgw
+# PROVIDE: jftpgw
 # REQUIRE: NETWORKING SERVERS
 # BEFORE: DAEMON
 # KEYWORD: shutdown


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711111945.lABJj6U4050442>