SHA256
1
0
forked from pool/vsftpd

Accepting request 84442 from network

- fix bnc#713588 - bogus logrotate config for vsftpd
  call /sbin/killproc -HUP /usr/sbin/vsftpd like init script
- change the url and service file to the new location at
  security.appspot.com/vsftpd

OBS-URL: https://build.opensuse.org/request/show/84442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=25
This commit is contained in:
Sascha Peilicke
2011-09-22 12:48:06 +00:00
committed by Git OBS Bridge
parent d66ce68241
commit cb25971f02
5 changed files with 14 additions and 10 deletions

View File

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