forked from pool/vsftpd
Accepting request 313269 from network
- Fix logrotate script to not fail when vsftpd is not running, bnc#935279 OBS-URL: https://build.opensuse.org/request/show/313269 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=51
This commit is contained in:
commit
5a2482fd2a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 23 08:51:32 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Fix logrotate script to not fail when vsftpd is not running,
|
||||||
|
bnc#935279
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 17 16:35:14 UTC 2015 - tchvatal@suse.com
|
Fri Apr 17 16:35:14 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -9,6 +9,6 @@
|
|||||||
create 600 root root
|
create 600 root root
|
||||||
sharedscripts
|
sharedscripts
|
||||||
postrotate
|
postrotate
|
||||||
/sbin/killproc -HUP /usr/sbin/vsftpd
|
pgrep vsftpd && killall -HUP vsftpd || exit 0
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user