update
This commit is contained in:
parent
30cfef8c9c
commit
b6608780ff
@ -1 +1 @@
|
|||||||
initscripts-8.06.tar.bz2
|
initscripts-8.07.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: The inittab file and the /etc/init.d scripts.
|
Summary: The inittab file and the /etc/init.d scripts.
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 8.06
|
Version: 8.07
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -190,6 +190,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/getkey
|
/sbin/getkey
|
||||||
/sbin/kmodule
|
/sbin/kmodule
|
||||||
%attr(2755,root,root) /sbin/netreport
|
%attr(2755,root,root) /sbin/netreport
|
||||||
|
/sbin/initlog
|
||||||
/sbin/service
|
/sbin/service
|
||||||
/sbin/ppp-watch
|
/sbin/ppp-watch
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
@ -202,11 +203,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config /etc/ppp/ip-down.ipv6to4
|
%config /etc/ppp/ip-down.ipv6to4
|
||||||
%config /etc/ppp/ipv6-up
|
%config /etc/ppp/ipv6-up
|
||||||
%config /etc/ppp/ipv6-down
|
%config /etc/ppp/ipv6-down
|
||||||
|
%config /etc/initlog.conf
|
||||||
%doc sysconfig.txt sysvinitfiles ChangeLog static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6
|
%doc sysconfig.txt sysvinitfiles ChangeLog static-routes-ipv6 ipv6-tunnel.howto ipv6-6to4.howto changes.ipv6
|
||||||
%ghost %attr(0664,root,utmp) /var/log/wtmp
|
%ghost %attr(0664,root,utmp) /var/log/wtmp
|
||||||
%ghost %attr(0664,root,utmp) /var/run/utmp
|
%ghost %attr(0664,root,utmp) /var/run/utmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 31 2005 Bill Nottingham <notting@redhat.com> 8.07-1
|
||||||
|
- bring back initlog for third-party scripts until a new framework is
|
||||||
|
in place
|
||||||
|
|
||||||
* Wed Mar 30 2005 Bill Nottingham <notting@redhat.com> 8.06-1
|
* Wed Mar 30 2005 Bill Nottingham <notting@redhat.com> 8.06-1
|
||||||
- handle alternate VLAN naming schemes (#115001, <kas@informatics.muni.cz>)
|
- handle alternate VLAN naming schemes (#115001, <kas@informatics.muni.cz>)
|
||||||
- ifup-ipsec: handle non-ascii keys (#150552)
|
- ifup-ipsec: handle non-ascii keys (#150552)
|
||||||
|
Loading…
Reference in New Issue
Block a user