auto-import changelog data from ppp-2.4.2-2.1.src.rpm

Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> 2.4.2-2.1
- added 'missingok' to ppp.logrotate (#122911)
This commit is contained in:
cvsdist 2004-09-09 10:43:34 +00:00
parent 5efb5bf2b7
commit b5596689b2
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Logrotate file for ppp RPM # Logrotate file for ppp RPM
/var/log/ppp/connect-errors { /var/log/ppp/connect-errors {
missingok
compress compress
notifempty notifempty
daily daily

View File

@ -1,7 +1,7 @@
Summary: The PPP (Point-to-Point Protocol) daemon. Summary: The PPP (Point-to-Point Protocol) daemon.
Name: ppp Name: ppp
Version: 2.4.2 Version: 2.4.2
Release: 2 Release: 2.1
License: distributable License: distributable
Group: System Environment/Daemons Group: System Environment/Daemons
Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz
@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
%doc FAQ PLUGINS README README.cbcp README.linux README.MPPE README.MSCHAP80 README.MSCHAP81 README.pwfd README.pppoe scripts sample %doc FAQ PLUGINS README README.cbcp README.linux README.MPPE README.MSCHAP80 README.MSCHAP81 README.pwfd README.pppoe scripts sample
%changelog %changelog
* Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> 2.4.2-2.1
- added 'missingok' to ppp.logrotate (#122911)
* Fri May 07 2004 Nils Philippsen <nphilipp@redhat.com> 2.4.2-2 * Fri May 07 2004 Nils Philippsen <nphilipp@redhat.com> 2.4.2-2
- don't write to /etc (#118837) - don't write to /etc (#118837)