]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
vsftpd: Change upstart script for new shutdown process.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 20:22:32 +0000 (21:22 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 20:22:32 +0000 (21:22 +0100)
Reference #118

pkgs/core/vsftpd/vsftpd.init
pkgs/core/vsftpd/vsftpd.nm

index 5a6bda2d109b023ce2bd30b961ad30dd7f25eda2..ac8b02f2da4a455e33b314c95a8d433508ebd762 100644 (file)
@@ -2,7 +2,7 @@ description             "Very secure FTP daemon"
 author                  "IPFire Team"
 
 start on started network
-stop on stopping network
+stop on kill-all-network-services or stopping network
 
 exec /usr/bin/vsftpd /etc/vsftpd/vsftpd.conf -obackground=NO
 expect daemon
index 3601425f8d7d401665b67cec1725f87d7f8453c0..56849adc7d776ec05aead1167b4edceb6da1cda0 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = vsftpd
 PKG_VER        = 2.3.2
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = Networking/Daemons