From bd02c3a964b47a5761cf8e21a2d5df75a1cfa4cb8147c2150bab7babbf607c06 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 31 May 2010 16:20:59 +0000 Subject: [PATCH] Accepting request 40900 from network Copy from network/vsftpd based on submit request 40900 from user mseben OBS-URL: https://build.opensuse.org/request/show/40900 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=17 --- vsftpd.changes | 5 +++++ vsftpd.init | 4 ++-- vsftpd.spec | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/vsftpd.changes b/vsftpd.changes index 1766e3b..7921f37 100644 --- a/vsftpd.changes +++ b/vsftpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 a41637b..0ff72c2 100644 --- a/vsftpd.init +++ b/vsftpd.init @@ -24,8 +24,8 @@ # ### BEGIN INIT INFO # Provides: ftpd -# Required-Start: $syslog $remote_fs -# Required-Stop: $syslog $remote_fs +# Required-Start: $syslog network-remotefs +# Required-Stop: $syslog network-remotefs # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: very secure ftp daemon diff --git a/vsftpd.spec b/vsftpd.spec index db46f21..1422e24 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -26,7 +26,7 @@ BuildRequires: libcap BuildRequires: libcap-devel %endif Version: 2.2.2 -Release: 1 +Release: 2 Summary: Very Secure FTP Daemon - Written from Scratch License: GPLv2+ Group: Productivity/Networking/Ftp/Servers