diff --git a/.cvsignore b/.cvsignore index a53773b..f17e7d5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -initscripts-8.08.tar.bz2 +initscripts-8.09.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 0aa8561..aaca5e5 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,9 +1,9 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.08 +Version: 8.09 License: GPL Group: System Environment/Base -Release: 3 +Release: 1 Source: initscripts-%{version}.tar.bz2 URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ Patch0: initscripts-s390.patch @@ -13,7 +13,7 @@ Requires: /sbin/sysctl, sysklogd >= 1.3.31 Requires: /sbin/fuser, /bin/grep Requires: module-init-tools Requires: util-linux >= 2.10s-11, mount >= 2.11l -Requires: bash >= 3.0, SysVinit +Requires: bash >= 3.0, SysVinit >= 2.85-38 Requires: /sbin/ip, /sbin/arping, net-tools Requires: /etc/redhat-release, dev Requires: ethtool >= 1.8-2, kernel >= 2.6, /sbin/nash, /sbin/runuser @@ -70,8 +70,9 @@ rm -f \ %post touch /var/log/wtmp touch /var/run/utmp -chown root:utmp /var/log/wtmp /var/run/utmp -chmod 664 /var/log/wtmp /var/run/utmp +touch /var/log/btmp +chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp +chmod 664 /var/log/wtmp /var/run/utmp /var/log/btmp /sbin/chkconfig --add netfs /sbin/chkconfig --add network @@ -201,10 +202,21 @@ rm -rf $RPM_BUILD_ROOT %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 +%ghost %attr(0664,root,utmp) /var/log/btmp %ghost %attr(0664,root,utmp) /var/log/wtmp %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Apr 27 2005 Bill Nottingham 8.09-1 +- rc.sysinit: clean up screen sockets (#155969) +- functions: use pidof -c in various functions +- ifup-ppp: fix static routes with ppp demand dialing (#20142, + ) +- add btmp support (#155537) +- don't send dhcp hostname (revert of fix for #149667) +- more early-login modifications () +- functions: fix echo (#155270) + * Mon Apr 18 2005 Karsten Hopp 8.08-3 - fix ifup-routes script (#155195) diff --git a/sources b/sources index a03a3e1..78cb148 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae172f4cf522756c288424452cf4b83a initscripts-8.09.tar.bz2 +573afbccc8fc8fdc9dd4303a1ae6aa33 initscripts-8.09.tar.bz2