Bug 117985 - ftp/jftpgw: has incorrect startup script
Summary: ftp/jftpgw: has incorrect startup script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stefan Eßer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-11 19:50 UTC by Oles Hnatkevych
Modified: 2008-06-01 12:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oles Hnatkevych 2007-11-11 19:50:04 UTC
Port ftp/jftpgw has

# PROVIDE jftpgw

instead of

# PROVIDE: jftpgw

and is not run on startup.

Fix: 

-# PROVIDE jftpgw
+# PROVIDE: jftpgw
 # REQUIRE: NETWORKING SERVERS
 # BEFORE: DAEMON
 # KEYWORD: shutdown--wQ5hVfHuFMDV1o57SgZRvYaE5mb1UFIm97NValpv286EwIPL
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-11-11 20:26:36 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Reassign to correct team.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-11-28 03:25:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->se

Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-01 12:40:10 UTC
miwi        2008-06-01 11:40:05 UTC

  FreeBSD ports repository

  Modified files:
    ftp/jftpgw/files     jftpgw.sh.in 
  Log:
  - Fix a typo
  
  PR:             117985
  Submitted by:   Oles Hnatkevych <don_oles@able.com.ua>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.7       +1 -1      ports/ftp/jftpgw/files/jftpgw.sh.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-06-01 12:40:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!