auto-import changelog data from setup-2.4.7-2.src.rpm

Wed Jun 13 2001 Philip Copeland <bryce@redhat.com>
- added in ttyS0 as a valid port for root to login from when we do serial
    console installs (request from Compaq)
This commit is contained in:
cvsdist 2004-09-09 12:16:38 +00:00
parent 3243b95b32
commit d88092c58d
2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Summary: A set of system configuration and setup files.
Name: setup
Version: 2.4.7
Release: 1p
Release: 2
License: public domain
Group: System Environment/Base
Source: setup-%{version}.tar.bz2
@ -24,9 +24,6 @@ rm -f %{buildroot}/etc/uidgid
mkdir -p %{buildroot}/var/log
cp /dev/null %{buildroot}/var/log/lastlog
# the AS/400 has to log in on /dev/console
echo console >> %{buildroot}/etc/securetty
%clean
rm -rf %{buildroot}
@ -53,6 +50,11 @@ rm -rf %{buildroot}
%config(noreplace) %verify(not md5 size mtime) /var/log/lastlog
%changelog
* Thu Jun 13 2001 Philip Copeland <bryce@redhat.com>
- added in ttyS0 as a valid port for root to login
from when we do serial console installs
(request from Compaq)
* Sat Apr 7 2001 Preston Brown <pbrown@redhat.com>
- revert control-arrow forward/backward word (broken)

View File

@ -1 +1 @@
41b63efd3ec7a61ccdf3467abf5b1a62 setup-2.4.7.tar.bz2
c2306e0228f96e8cc7487938d6c2dc9a setup-2.4.7.tar.bz2