- add $local_fs and $remote_fs to init script

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=36
This commit is contained in:
Michal Vyskocil 2012-02-21 11:17:29 +00:00 committed by Git OBS Bridge
parent a3f253c076
commit b0fe1b3a11
3 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@ Tue Feb 21 10:51:51 UTC 2012 - mvyskocil@suse.cz
- follow Systemd Packaging guidelines
http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines
- add $local_fs and $remote_fs to init script
-------------------------------------------------------------------
Wed Feb 15 16:41:15 UTC 2012 - mvyskocil@suse.cz

View File

@ -24,8 +24,8 @@
#
### BEGIN INIT INFO
# Provides: ftpd
# Required-Start: $syslog network-remotefs
# Required-Stop: $syslog network-remotefs
# Required-Start: $local_fs $remote_fs $syslog network-remotefs
# Required-Stop: $local_fs $remote_fs $syslog network-remotefs
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: very secure ftp daemon

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: vsftpd
BuildRequires: openssl-devel
BuildRequires: pam-devel