Package: vsftpd
Version: 2.3.5-3
Severity: normal
Tags: patch

Hello,

I noticed that the init script lacks a dependency on $network (in the LSB
headers).

$ diff -u debian/vsftpd.init{.orig,}
--- debian/vsftpd.init.orig     2013-06-04 10:44:32.625260173 +0200
+++ debian/vsftpd.init  2013-06-04 10:44:45.573259624 +0200
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides:            vsftpd
-# Required-Start:      $remote_fs $syslog
-# Required-Stop:       $remote_fs $syslog
+# Required-Start:      $network $remote_fs $syslog
+# Required-Stop:       $network $remote_fs $syslog
 # Default-Start:       2 3 4 5
 # Default-Stop:                1
 # Short-Description:   Very secure FTP server

It doesn't make any sense to start the FTP server if the network is
not yet available so I suggest to add this dependency.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to