- 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:
parent
a3f253c076
commit
b0fe1b3a11
@ -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
|
||||
|
@ -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
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: vsftpd
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pam-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user