SHA256
1
0
forked from pool/vsftpd

- Fix logrotate script to not fail when vsftpd is not running,

bnc#935279

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=86
This commit is contained in:
Tomáš Chvátal 2015-06-23 08:52:14 +00:00 committed by Git OBS Bridge
parent e99b855311
commit 00561d057d
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -9,6 +9,6 @@
create 600 root root
sharedscripts
postrotate
/sbin/killproc -HUP /usr/sbin/vsftpd
pgrep vsftpd && killall -HUP vsftpd
endscript
}