]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
vsftpd: Fix binary path in vsftpd upstart jobfile.
authorSchantl Stefan <Stevee@ipfire.org>
Sun, 6 Jun 2010 09:20:43 +0000 (11:20 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Sun, 6 Jun 2010 09:20:43 +0000 (11:20 +0200)
pkgs/core/vsftpd/vsftpd.init

index e21e27fe5a610969b46a79d3a3685ceee4aab388..48b9ae48a6547fff18778969314b248955ba0cda 100644 (file)
@@ -4,6 +4,6 @@ author                  "IPFire Team"
 start on started network
 stop on stopping network
 
-exec /usr/sbin/vsftpd
+exec /usr/bin/vsftpd
 expect daemon
 respawn