diff --git a/vsftpd.changes b/vsftpd.changes index 7921f37..1766e3b 100644 --- a/vsftpd.changes +++ b/vsftpd.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Tue May 25 13:05:30 UTC 2010 - cristian.rodriguez@opensuse.org - -- $remote_fs --> network-remotefs - ------------------------------------------------------------------- Sun Feb 21 19:28:29 UTC 2010 - mseben@novell.com diff --git a/vsftpd.init b/vsftpd.init index 0ff72c2..a41637b 100644 --- a/vsftpd.init +++ b/vsftpd.init @@ -24,8 +24,8 @@ # ### BEGIN INIT INFO # Provides: ftpd -# Required-Start: $syslog network-remotefs -# Required-Stop: $syslog network-remotefs +# Required-Start: $syslog $remote_fs +# Required-Stop: $syslog $remote_fs # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: very secure ftp daemon