Bug 145253 - [patch] ftp/proftpd: need create directory /var/run/proftpd/ for proftpd.scoreboard
Summary: [patch] ftp/proftpd: need create directory /var/run/proftpd/ for proftpd.scor...
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-01 04:50 UTC by Svyatoslav Lempert
Modified: 2010-04-08 16:07 UTC (History)
0 users

See Also:


Attachments
file.diff (592 bytes, patch)
2010-04-01 04:50 UTC, Svyatoslav Lempert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Svyatoslav Lempert 2010-04-01 04:50:02 UTC
Proftpd can not be started because directory /var/run/proftpd/ does not exist

# /usr/local/etc/rc.d/proftpd start
Starting proftpd.
 - Fatal: ScoreboardFile: : unable to use '/var/run/proftpd/proftpd.scoreboard': No such file or directory on line 13 of '/usr/local/etc/proftpd.conf'
/usr/local/etc/rc.d/proftpd: WARNING: failed to start proftpd

Fix: This patch fix this problem

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-01 04:50:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-08 15:59:42 UTC
mm          2010-04-08 14:59:28 UTC

  FreeBSD ports repository

  Modified files:
    ftp/proftpd          Makefile pkg-plist 
  Added files:
    ftp/proftpd/files    patch-contrib-mod_ban.c 
                         patch-contrib-mod_sftp-scp.c 
                         patch-contrib-mod_tls.c patch-src-inet.c 
  Log:
  - Create ${localstatedir}/run/proftpd on install [1]
  - Add patches for FreeBSD 8 and 9 [2]
  - Bump PORTREVISION
  
  PR:             ports/145253 [1]
  Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1]
  Reported by:    Gunnar Beutner <gunnar.beutner@hetzner.de> [2]
  
  Revision  Changes    Path
  1.174     +7 -1      ports/ftp/proftpd/Makefile
  1.1       +10 -0     ports/ftp/proftpd/files/patch-contrib-mod_ban.c (new)
  1.1       +11 -0     ports/ftp/proftpd/files/patch-contrib-mod_sftp-scp.c (new)
  1.1       +10 -0     ports/ftp/proftpd/files/patch-contrib-mod_tls.c (new)
  1.1       +22 -0     ports/ftp/proftpd/files/patch-src-inet.c (new)
  1.30      +2 -1      ports/ftp/proftpd/pkg-plist
_______________________________________________
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 3 Martin Matuska freebsd_committer freebsd_triage 2010-04-08 16:07:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!