[arch-commits] Commit in vsftpd/trunk (PKGBUILD vsftpd.service)

Jonathan Steel jsteel at nymeria.archlinux.org
Sat May 31 12:32:48 UTC 2014


    Date: Saturday, May 31, 2014 @ 14:32:48
  Author: jsteel
Revision: 112313

Fix FS#40599

Modified:
  vsftpd/trunk/PKGBUILD
  vsftpd/trunk/vsftpd.service

----------------+
 PKGBUILD       |    6 +++---
 vsftpd.service |    1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-31 12:27:13 UTC (rev 112312)
+++ PKGBUILD	2014-05-31 12:32:48 UTC (rev 112313)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:  Jonathan Steel <jsteel at aur.archlinux.org
+# Maintainer:  Jonathan Steel <jsteel at aur.archlinux.org>
 # Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: judd <jvinet at zeroflux.org>
@@ -6,7 +6,7 @@
 
 pkgname=vsftpd
 pkgver=3.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Very Secure FTP daemon"
 arch=('i686' 'x86_64')
 url="https://security.appspot.com/vsftpd.html"
@@ -21,7 +21,7 @@
         $pkgname.logrotate)
 md5sums=('8b00c749719089401315bd3c44dddbb2' 'SKIP'
          'a8b05df3cf0087ab32245aa1d22e724a' 'fcef2cd7631f73a883a3c3d479b25cb8'
-         'd05045a1244a1be9f3946578bfd0252d' 'e36f6a1fdd68e88092677c99f1cbe09b'
+         'd05045a1244a1be9f3946578bfd0252d' '605e82df215a2f5dab1e1ee22b80460d'
          '32c9266536204fd8c4917c682b6359f1' 'c899151c1dbec8ea9051fae4d701f0f3'
          '987349e5c5570c762fed9e87c0b4e715' 'f6276f8b80c13308c1da5310adcf6442')
 

Modified: vsftpd.service
===================================================================
--- vsftpd.service	2014-05-31 12:27:13 UTC (rev 112312)
+++ vsftpd.service	2014-05-31 12:32:48 UTC (rev 112313)
@@ -1,5 +1,6 @@
 [Unit]
 Description=vsftpd daemon
+After=network.target
 
 [Service]
 ExecStart=/usr/bin/vsftpd




More information about the arch-commits mailing list