cvsdist 8c52431
Summary: A set of system configuration and setup files.
cvsdist 8c52431
Name: setup
cvsdist 0dee1f7
Version: 2.4.7
cvsdist d88092c
Release: 2
cvsdist 0dee1f7
License: public domain
cvsdist 8c52431
Group: System Environment/Base
cvsdist 0dee1f7
Source: setup-%{version}.tar.bz2
cvsdist 8c52431
Buildroot: %{_tmppath}/%{name}-root
cvsdist 8c52431
BuildArchitectures: noarch
cvsdist 8c52431
Conflicts: initscripts < 4.26
cvsdist 8c52431
cvsdist 8c52431
%description
cvsdist 8c52431
The setup package contains a set of important system configuration and
cvsdist 8c52431
setup files, such as passwd, group, and profile.
cvsdist 8c52431
cvsdist 8c52431
%prep
cvsdist 8c52431
%setup -q
cvsdist 8c52431
cvsdist 8c52431
%install
cvsdist 0dee1f7
rm -rf %{buildroot}
cvsdist 0dee1f7
mkdir -p %{buildroot}/etc/profile.d
cvsdist 0dee1f7
cp -ar * %{buildroot}/etc
cvsdist 0dee1f7
rm -f %{buildroot}/etc/uidgid
cvsdist 0dee1f7
mkdir -p %{buildroot}/var/log
cvsdist 0dee1f7
cp /dev/null %{buildroot}/var/log/lastlog
cvsdist 0dee1f7
cvsdist 8c52431
%clean
cvsdist 0dee1f7
rm -rf %{buildroot}
cvsdist 8c52431
cvsdist 8c52431
%files
cvsdist 8c52431
%defattr(-,root,root)
cvsdist 0dee1f7
%doc uidgid
cvsdist 8c52431
%verify(not md5 size mtime) %config(noreplace) /etc/passwd
cvsdist 8c52431
%verify(not md5 size mtime) %config(noreplace) /etc/group
cvsdist 8c52431
%verify(not md5 size mtime) %config /etc/services
cvsdist 8c52431
%verify(not md5 size mtime) %config(noreplace) /etc/exports
cvsdist 8c52431
%config(noreplace) /etc/filesystems
cvsdist 8c52431
%config(noreplace) /etc/host.conf
cvsdist 8c52431
%verify(not md5 size mtime) %config(noreplace) /etc/hosts.allow
cvsdist 8c52431
%verify(not md5 size mtime) %config(noreplace) /etc/hosts.deny
cvsdist 8c52431
%verify(not md5 size mtime) %config /etc/motd
cvsdist 8c52431
%config(noreplace) /etc/printcap
cvsdist 8c52431
%config /etc/inputrc
cvsdist 8c52431
%config(noreplace) /etc/profile
cvsdist 8c52431
%config /etc/protocols
cvsdist 8c52431
%attr(0600,root,root) %config(missingok) /etc/securetty
cvsdist 8c52431
%config(noreplace) /etc/csh.login
cvsdist 8c52431
%config(noreplace) /etc/csh.cshrc
cvsdist 8c52431
%dir /etc/profile.d
cvsdist 8c52431
%config(noreplace) %verify(not md5 size mtime) /var/log/lastlog
cvsdist 8c52431
cvsdist 8c52431
%changelog
cvsdist d88092c
* Thu Jun 13 2001 Philip Copeland <bryce@redhat.com>
cvsdist d88092c
- added in ttyS0 as a valid port for root to login
cvsdist d88092c
  from when we do serial console installs
cvsdist d88092c
  (request from Compaq)
cvsdist d88092c
cvsdist 0dee1f7
* Sat Apr  7 2001 Preston Brown <pbrown@redhat.com>
cvsdist 0dee1f7
- revert control-arrow forward/backward word (broken)
cvsdist 0dee1f7
cvsdist 0dee1f7
* Tue Mar 27 2001 Preston Brown <pbrown@redhat.com>
cvsdist 0dee1f7
- fix japanese input with tcsh (#33211)
cvsdist 0dee1f7
cvsdist 0dee1f7
* Tue Mar  6 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0dee1f7
- fix some weirdness with rxvt (#30799)
cvsdist 0dee1f7
cvsdist 0dee1f7
* Wed Feb 28 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0dee1f7
- add SKK input method (#29759)
cvsdist 0dee1f7
cvsdist 0dee1f7
* Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
cvsdist 0dee1f7
cvsdist 0dee1f7
* Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0dee1f7
- fix inputrc, Yet Again. (#28617)
cvsdist 0dee1f7
cvsdist 0dee1f7
* Thu Feb 15 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0dee1f7
- add in uidgid file, put it in %doc
cvsdist 0dee1f7
cvsdist 0dee1f7
* Wed Feb  7 2001 Adrian Havill <havill@redhat.com>
cvsdist 0dee1f7
- bindkey for delete in the case of tcsh
cvsdist 0dee1f7
cvsdist 0dee1f7
* Wed Feb  7 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0dee1f7
- add some more stuff to /etc/services (#25396, patch from
cvsdist 0dee1f7
  <pekkas@netcore.fi>)
cvsdist 0dee1f7
cvsdist 0dee1f7
* Tue Feb  6 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 0dee1f7
- add gii/tcp = 616 for gated
cvsdist 0dee1f7
cvsdist 0dee1f7
* Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0dee1f7
- wrap some inputrc settings with tests for mode, term (#24117)
cvsdist 0dee1f7
cvsdist 0dee1f7
* Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0dee1f7
- overhaul /etc/protocols (#18530)
cvsdist 0dee1f7
- add port 587 to /etc/services (#25001)
cvsdist 0dee1f7
- add corbaloc (#19581)
cvsdist 0dee1f7
- don't set /usr/X11R6/bin in $PATH if it's already set (#19968)
cvsdist 0dee1f7
cvsdist 0dee1f7
* Fri Dec  1 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 0dee1f7
- Clean up /etc/services, separating registered numbers from unregistered
cvsdist 0dee1f7
  ("squatted") numbers, and adding some.
cvsdist 0dee1f7
cvsdist 0dee1f7
* Mon Nov 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 0dee1f7
- Add smtps (465/tcp) and submission (587/tcp) to /etc/services for TLS
cvsdist 0dee1f7
  support (postfix >= 20001030-2)
cvsdist 0dee1f7
cvsdist 8c52431
* Sun Aug  6 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- /var/log/lastlog is %config(noreplace) (#15412)
cvsdist 8c52431
- some of the various %verify changes (#14819)
cvsdist 8c52431
cvsdist 8c52431
* Thu Aug  3 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 8c52431
- linuxconf should be 98, not 99
cvsdist 8c52431
cvsdist 8c52431
* Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- fix some of the csh stuff (#14622)
cvsdist 8c52431
cvsdist 8c52431
* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 8c52431
- stop setting "multi on" in /etc/host.conf
cvsdist 8c52431
cvsdist 8c52431
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 8c52431
- automatic rebuild
cvsdist 8c52431
cvsdist 8c52431
* Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- add hfs filesystem
cvsdist 8c52431
cvsdist 8c52431
* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
cvsdist 8c52431
- printcap is a noreplace file now
cvsdist 8c52431
cvsdist 8c52431
* Sun Jun 18 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- fix typo
cvsdist 8c52431
cvsdist 8c52431
* Tue Jun 13 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 8c52431
- add linuxconf/tcp = 99 to /etc/services
cvsdist 8c52431
cvsdist 8c52431
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- add some stuff to /etc/services
cvsdist 8c52431
- tweak ulimit call again
cvsdist 8c52431
cvsdist 8c52431
* Tue Jun  6 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 8c52431
- homedir of ftp is now /var/ftp
cvsdist 8c52431
cvsdist 8c52431
* Sun May 14 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 8c52431
- move profile.d logic in csh.login to csh.cshrc
cvsdist 8c52431
cvsdist 8c52431
* Tue Apr 18 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 8c52431
- redirect ulimit -S -c to /dev/null to avoid clutter
cvsdist 8c52431
cvsdist 8c52431
* Thu Apr 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 8c52431
- s/ulimit -c/ulimit -S -c/ - bash 2.x adaption
cvsdist 8c52431
cvsdist 8c52431
* Mon Apr 03 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 8c52431
- Add more of the kerberos-related services from IANA's registry and krb5
cvsdist 8c52431
cvsdist 8c52431
* Wed Mar 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 8c52431
- Add 2.4'ish vc/* devices to securetty
cvsdist 8c52431
cvsdist 8c52431
* Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
cvsdist 8c52431
- add /etc/filesystems with sane defaults
cvsdist 8c52431
cvsdist 8c52431
* Wed Feb 16 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- don't set prompt in /etc/profile (it's done in /etc/bashrc)
cvsdist 8c52431
cvsdist 8c52431
* Fri Feb  5 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- yet more inputrc tweaks from Hans de Goede (hans@highrise.nl)
cvsdist 8c52431
cvsdist 8c52431
* Sun Jan 30 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- yet more inputrc tweaks from Hans de Goede (hans@highrise.nl)
cvsdist 8c52431
cvsdist 8c52431
* Sun Jan 23 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- fix mailq line. (#7140)
cvsdist 8c52431
cvsdist 8c52431
* Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- add ldap to /etc/services
cvsdist 8c52431
cvsdist 8c52431
* Tue Jan 18 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- kill HISTFILESIZE, it's broken
cvsdist 8c52431
cvsdist 8c52431
* Tue Jan 18 2000 Preston Brown <pbrown@redhat.com>
cvsdist 8c52431
- some inputrc tweaks
cvsdist 8c52431
cvsdist 8c52431
* Wed Jan 12 2000 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- make some more stuff noreplace
cvsdist 8c52431
cvsdist 8c52431
* Fri Nov 19 1999 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- fix mailq line. (#7140)
cvsdist 8c52431
cvsdist 8c52431
* Fri Oct 29 1999 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- split csh.login into csh.login and csh.cshrc (#various)
cvsdist 8c52431
- fix pop service names (#6206)
cvsdist 8c52431
- fix ipv6 protocols entries (#6219)
cvsdist 8c52431
cvsdist 8c52431
* Thu Sep  2 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 8c52431
- rename /etc/csh.cshrc to /etc/csh.login (#2931).
cvsdist 8c52431
- (note: modified /etc/csh.cshrc should end up in /etc/csh.cshrc.rpmsave)
cvsdist 8c52431
cvsdist 8c52431
* Fri Aug 20 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 8c52431
- add defattr.
cvsdist 8c52431
- fix limit command in /etc/csh.cshrc (#4582).
cvsdist 8c52431
cvsdist 8c52431
* Thu Jul  8 1999 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- move /etc/inputrc here.
cvsdist 8c52431
cvsdist 8c52431
* Mon Apr 19 1999 Bill Nottingham <notting@redhat.com>
cvsdist 8c52431
- always use /etc/inputrc
cvsdist 8c52431
cvsdist 8c52431
* Wed Mar 31 1999 Preston Brown <pbrown@redhat.com>
cvsdist 8c52431
- added alias pointing to imap from imap2
cvsdist 8c52431
cvsdist 8c52431
* Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
cvsdist 8c52431
- updated protocols/services from debian to comply with more modern 
cvsdist 8c52431
- IETF/RFC standards
cvsdist 8c52431
cvsdist 8c52431
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 8c52431
- auto rebuild in the new build environment (release 4)
cvsdist 8c52431
cvsdist 8c52431
* Thu Feb 18 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 8c52431
- unset variables used in /etc/csh.cshrc (#1212)
cvsdist 8c52431
cvsdist 8c52431
* Mon Jan 18 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 8c52431
- compile for Raw Hide.
cvsdist 8c52431
cvsdist 8c52431
* Tue Oct 13 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 8c52431
- fix the csh.cshrc re: ${PATH} undefined
cvsdist 8c52431
cvsdist 8c52431
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
cvsdist 8c52431
- translations modified for de, fr, tr
cvsdist 8c52431
cvsdist 8c52431
* Fri Dec 05 1997 Erik Troan <ewt@redhat.com>
cvsdist 8c52431
- /etc/profile uses $i, which needs to be unset
cvsdist 8c52431
cvsdist 8c52431
* Mon Nov 03 1997 Donnie Barnes <djb@redhat.com>
cvsdist 8c52431
- made /etc/passwd and /etc/group %config(noreplace)
cvsdist 8c52431
cvsdist 8c52431
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
cvsdist 8c52431
- removed /etc/inetd.conf, /etc/rpc
cvsdist 8c52431
- flagged /etc/securetty as missingok
cvsdist 8c52431
- fixed buildroot stuff in spec file
cvsdist 8c52431
cvsdist 8c52431
* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
cvsdist 8c52431
- made a noarch package
cvsdist 8c52431
cvsdist 8c52431
* Wed Apr 16 1997 Erik Troan <ewt@redhat.com>
cvsdist 8c52431
- Don't verify md5sum, size, or timestamp of /var/log/lastlog, /etc/passwd,
cvsdist 8c52431
  or /etc/group.