ff61b7
Summary: A set of system configuration and setup files
ff61b7
Name: setup
ff61b7
Version: 2.8.71
faa40d
Release: 10%{?dist}
ff61b7
License: Public Domain
ff61b7
Group: System Environment/Base
ff61b7
URL: https://pagure.io/setup/
ff61b7
Source0: http://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
ff61b7
BuildArch: noarch
ff61b7
BuildRequires: bash tcsh perl
ff61b7
#require system release for saner dependency order
ff61b7
Requires: system-release
ff61b7
Conflicts: filesystem < 3
ff61b7
Conflicts: initscripts < 4.26, bash <= 2.0.4-21
ff61b7
ff61b7
Patch1: setup-2.8.71-securetty-mainframes.patch
ff61b7
Patch2: setup-2.8.71-bashrc-shellvar.patch
ff61b7
Patch3: setup-2.8.71-uidgidchanges.patch
ff61b7
Patch4: setup-2.8.71-filesystems.patch
ff61b7
Patch5: setup-2.8.71-fullpath.patch
ff61b7
Patch6: setup-2.8.71-tapeid.patch
ff61b7
Patch7: setup-2.8.71-shlocal.patch
faa40d
Patch8: setup-2.8.71-protocolscrudp.patch
faa40d
Patch9: setup-2.8.71-shellsnologin.patch
ff61b7
ff61b7
%description
ff61b7
The setup package contains a set of important system configuration and
ff61b7
setup files, such as passwd, group, and profile.
ff61b7
ff61b7
%prep
ff61b7
%setup -q
ff61b7
ff61b7
%patch1 -p1 -b .mainframe
ff61b7
%patch2 -p1 -b .envvar
ff61b7
%patch3 -p1
ff61b7
%patch4 -p1
ff61b7
%patch5 -p1
ff61b7
%patch6 -p1
ff61b7
%patch7 -p1
faa40d
%patch8 -p1
faa40d
%patch9 -p1
ff61b7
ff61b7
./shadowconvert.sh
ff61b7
ff61b7
%build
ff61b7
ff61b7
%check
ff61b7
# Run any sanity checks.
ff61b7
make check
ff61b7
ff61b7
%install
ff61b7
rm -rf %{buildroot}
ff61b7
mkdir -p %{buildroot}/etc/profile.d
ff61b7
cp -ar * %{buildroot}/etc
ff61b7
rm -f %{buildroot}/etc/uidgid
ff61b7
rm -f %{buildroot}/etc/COPYING
ff61b7
mkdir -p %{buildroot}/var/log
ff61b7
touch %{buildroot}/var/log/lastlog
ff61b7
touch %{buildroot}/etc/environment
ff61b7
chmod 0644 %{buildroot}/etc/environment
ff61b7
chmod 0400 %{buildroot}/etc/{shadow,gshadow}
ff61b7
chmod 0644 %{buildroot}/var/log/lastlog
ff61b7
touch %{buildroot}/etc/fstab
ff61b7
touch %{buildroot}/etc/subuid
ff61b7
touch %{buildroot}/etc/subgid
ff61b7
mkdir -p %{buildroot}/etc/profile.d
ff61b7
echo "#Add any required envvar overrides to this file, it is sourced from /etc/profile" >%{buildroot}/etc/profile.d/sh.local
ff61b7
echo "#Add any required envvar overrides to this file, is sourced from /etc/csh.login" >%{buildroot}/etc/profile.d/csh.local
ff61b7
ff61b7
ff61b7
# remove unpackaged files from the buildroot
ff61b7
rm -f %{buildroot}/etc/Makefile
ff61b7
rm -f %{buildroot}/etc/serviceslint
ff61b7
rm -f %{buildroot}/etc/uidgidlint
ff61b7
rm -f %{buildroot}/etc/shadowconvert.sh
ff61b7
rm -f %{buildroot}/etc/setup.spec
ff61b7
# remove the "originals" of patched files
ff61b7
rm -f %{buildroot}/etc/securetty.mainframe
ff61b7
rm -f %{buildroot}/etc/bashrc.envvar
ff61b7
rm -f %{buildroot}/etc/*.orig
ff61b7
ff61b7
%clean
ff61b7
rm -rf %{buildroot}
ff61b7
ff61b7
#throw away useless and dangerous update stuff until rpm will be able to
ff61b7
#handle it ( http://rpm.org/ticket/6 )
ff61b7
%post -p <lua>
ff61b7
for i, name in ipairs({"passwd", "shadow", "group", "gshadow"}) do
ff61b7
     os.remove("/etc/"..name..".rpmnew")
ff61b7
end
ff61b7
if posix.access("/usr/bin/newaliases", "x") then
ff61b7
  os.execute("/usr/bin/newaliases >/dev/null")
ff61b7
end
ff61b7
ff61b7
%files
ff61b7
%defattr(-,root,root,-)
ff61b7
%doc uidgid COPYING
ff61b7
%verify(not md5 size mtime) %config(noreplace) /etc/passwd
ff61b7
%verify(not md5 size mtime) %config(noreplace) /etc/group
ff61b7
%verify(not md5 size mtime) %attr(0000,root,root) %config(noreplace,missingok) /etc/shadow
ff61b7
%verify(not md5 size mtime) %attr(0000,root,root) %config(noreplace,missingok) /etc/gshadow
ff61b7
%verify(not md5 size mtime) %config(noreplace) /etc/subuid
ff61b7
%verify(not md5 size mtime) %config(noreplace) /etc/subgid
ff61b7
%config(noreplace) /etc/services
ff61b7
%verify(not md5 size mtime) %config(noreplace) /etc/exports
ff61b7
%config(noreplace) /etc/aliases
ff61b7
%config(noreplace) /etc/environment
ff61b7
%config(noreplace) /etc/filesystems
ff61b7
%config(noreplace) /etc/host.conf
ff61b7
%verify(not md5 size mtime) %config(noreplace) /etc/hosts
ff61b7
%config(noreplace) /etc/hosts.allow
ff61b7
%config(noreplace) /etc/hosts.deny
ff61b7
%verify(not md5 size mtime) %config(noreplace) /etc/motd
ff61b7
%config(noreplace) /etc/printcap
ff61b7
%verify(not md5 size mtime) %config(noreplace) /etc/inputrc
ff61b7
%config(noreplace) /etc/bashrc
ff61b7
%config(noreplace) /etc/profile
ff61b7
%config(noreplace) /etc/protocols
ff61b7
%attr(0600,root,root) %config(noreplace,missingok) /etc/securetty
ff61b7
%config(noreplace) /etc/csh.login
ff61b7
%config(noreplace) /etc/csh.cshrc
ff61b7
%dir /etc/profile.d
ff61b7
%config(noreplace) /etc/profile.d/sh.local
ff61b7
%config(noreplace) /etc/profile.d/csh.local
ff61b7
%config(noreplace) %verify(not md5 size mtime) /etc/shells
ff61b7
%ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog
ff61b7
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
ff61b7
ff61b7
%changelog
faa40d
* Thu Jun 21 2018 Ondrej Vasik <ovasik@redhat.com> - 2.8.71-10
faa40d
- fix crudp name in /etc/protocols (#1566469)
faa40d
- do not list /sbin/nologin and /usr/sbin/nologin in /etc/shells
faa40d
  (#1571104)
faa40d
ff61b7
* Wed Nov 22 2017 Ondrej Vasik <ovasik@redhat.com> - 2.8.71-9
ff61b7
- change the URL of the upstream (#1502427)
ff61b7
ff61b7
* Fri Nov 17 2017 Ondrej Vasik <ovasik@redhat.com> - 2.8.71-8
ff61b7
- fix group id for tape in /etc/group (should be 33) (#1433020)
ff61b7
- provide a way how to override set envvars through sh.local file(#1344007)
ff61b7
- provide a way how to override set ennvars through csh.local file
ff61b7
ff61b7
* Wed May 04 2016 Ondrej Vasik <ovasik@redhat.com> - 2.8.71-7
ff61b7
- add basic empty subuid/subgid files for docker (#1311278)
ff61b7
- specify full path to utilities in /etc/profile and /etc/bashrc
ff61b7
  (#1331871)
ff61b7
ff61b7
* Fri May 22 2015 Ondrej Vasik <ovasik@redhat.com> - 2.8.71-6
ff61b7
- change reservation of 185:185 to jboss user (#1192413)
ff61b7
- reserve uidgid pair 167:167 for ceph (#1221043)
ff61b7
- reserve uidgid for systemd-network(192:192) (#1213820)
ff61b7
- reserve uidgid for systemd-resolve(193:193) (#1213820)
ff61b7
- mention systemd-jounal-gateway can be dynamic (#1213820) 
ff61b7
ff61b7
ff61b7
* Fri Aug 15 2014 Ondrej Vasik <ovasik@redhat.com> - 2.8.71-5
ff61b7
- reserve uidgid pair 142:142 for activemq (#1086923)
ff61b7
- add xfs to /etc/filesystems, fallback to /proc/filesystems
ff61b7
  (#1123832)
ff61b7
ff61b7
* Wed Mar 12 2014 Ondrej Vasik <ovasik@redhat.com> - 2.8.71-4
ff61b7
- require system-release for saner dependency order (#1075578)
ff61b7
ff61b7
* Tue Feb 25 2014 Ondrej Vasik <ovasik@redhat.com> - 2.8.71-3
ff61b7
- add more securetty required for mainframes (#1067347)
ff61b7
- set SHELL envvar to /bin/bash in bashrc (#1063552)
ff61b7
ff61b7
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.8.71-2
ff61b7
- Mass rebuild 2013-12-27
ff61b7
ff61b7
* Fri Jun 07 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.71-1
ff61b7
- fix escape codes for screen (#969429)
ff61b7
- handle vte terminals in bashrc (#924275)
ff61b7
ff61b7
* Tue May 14 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.70-1
ff61b7
- fix typo in cdrom default group (#962486)
ff61b7
ff61b7
* Thu Apr 18 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.69-1
ff61b7
- remove the rpmlib(X-CheckUnifiedSystemdir) requirement
ff61b7
  hack - no longer required
ff61b7
ff61b7
* Sun Apr 14 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.68-1
ff61b7
- assign gid :135 for mock (#928063)
ff61b7
- update /etc/services to latest IANA reservations
ff61b7
ff61b7
* Wed Mar 20 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.67-1
ff61b7
- assign 166:166 uidgid pair for ceilometer (#923891)
ff61b7
- change 187:187 reservation from openstack-heat
ff61b7
  to just heat(#923858)
ff61b7
- longer shell names support caused by UsrMove to
ff61b7
  the /etc/shells (#922527)
ff61b7
- drop gopher (uid 13, gid 30) from groups created by default
ff61b7
  -> dropped completely - no gopher server in Fedora (#918206)
ff61b7
- drop dip (gid 40) from groups created by default
ff61b7
  -> moved to ppp (#918206)
ff61b7
- drop uucp (uidgid 14) from groups created by default
ff61b7
  -> moved to uucp (#918206)
ff61b7
- create cdrom, tape, dialout, floppy groups in setup(#919285)
ff61b7
ff61b7
* Tue Mar 05 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.66-1
ff61b7
- assign :190 gid for systemd-journal (#918120)
ff61b7
- assign 191:191 uidgid pair for systemd-journal-gateway (#918120)
ff61b7
ff61b7
* Wed Jan 23 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.65-1
ff61b7
- assign 165:165 uidgid pair for cinder (#902987)
ff61b7
ff61b7
* Wed Jan 16 2013 Ondrej Vasik <ovasik@redhat.com> 2.8.64-1
ff61b7
- correct handling of 256 color terminals in bashrc
ff61b7
ff61b7
* Mon Dec 02 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.63-1
ff61b7
- ovirtagent created by ovirt-guest-agent
ff61b7
ff61b7
* Mon Dec 02 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.62-1
ff61b7
- rename rhevagent uidgid reservation to ovirtagent
ff61b7
ff61b7
* Fri Nov 02 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.61-1
ff61b7
- reserve uid 189 for hacluster (#872208)
ff61b7
- reserve gid 189 for haclient (#872208)
ff61b7
ff61b7
* Tue Oct 02 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.60-1
ff61b7
- reserve 188:188 for haproxy (#860221)
ff61b7
ff61b7
* Wed Sep 19 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.59-1
ff61b7
- update /etc/services to match with latest IANA
ff61b7
  assignments
ff61b7
ff61b7
* Mon Aug 21 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.58-1
ff61b7
- reserve 110:110 for jetty (#849927)
ff61b7
ff61b7
* Mon Aug 06 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.57-1
ff61b7
- reserve 187:187 for openstack-heat (#845078)
ff61b7
ff61b7
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.56-2
ff61b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ff61b7
ff61b7
* Fri Jul 13 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.56-1
ff61b7
- Turn on parallel history in bash (#815810)
ff61b7
ff61b7
* Thu Jul 12 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.55-1
ff61b7
- reserve 186 uid for jbosson-agent user, reserve 186 gid
ff61b7
  for jbosson group (#839410)
ff61b7
ff61b7
* Fri May 11 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.54-1
ff61b7
- use unset -f pathmunge in /etc/profile to work more nicely
ff61b7
  with ksh (#791140)
ff61b7
ff61b7
* Wed Apr 11 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.53-1
ff61b7
- reserve 185:185 for jboss-as (#809398)
ff61b7
ff61b7
* Fri Mar 23 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.52-1
ff61b7
- reserve 184:184 for mongodb (#806052)
ff61b7
ff61b7
* Thu Mar 22 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.51-1
ff61b7
- do not throw away the stderr output of profile.d scripts
ff61b7
  in noninteractive bash/ksh sessions(#805507)
ff61b7
ff61b7
* Mon Mar 19 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.50-1
ff61b7
- reserve 182:182 for katello (#804204)
ff61b7
- reserve 183:183 for elasticsearch (#804205)
ff61b7
ff61b7
* Tue Feb 21 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.49-1
ff61b7
- conflict with filesystems before usrmove change
ff61b7
ff61b7
* Sun Feb 12 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.48-1
ff61b7
- remove /bin and /sbin from /etc/profile(#789616)
ff61b7
- require usrmove
ff61b7
- add sbin paths in csh.login consistently with bash(#773268)
ff61b7
ff61b7
* Tue Jan 10 2012 Ondrej Vasik <ovasik@redhat.com> 2.8.47-1
ff61b7
- reserve 181:181 uidgid pair for wallaby (#772747)
ff61b7
ff61b7
* Tue Dec 06 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.46-1
ff61b7
- reserve 134:134 uidgid pair for cimsrvr (#760178)
ff61b7
ff61b7
* Fri Nov 25 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.45-1
ff61b7
- reserve :156 groupid for stapusr - #756807
ff61b7
- reserve :157 groupid for stapsys - #756807
ff61b7
- reserve :158 groupid for stapdev - #756807
ff61b7
ff61b7
* Wed Nov 16 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.44-1
ff61b7
- reserve 180:180 for aeolus - #754274
ff61b7
ff61b7
* Fri Nov 11 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.43-1
ff61b7
- gopher home dir in uidgid should be /var/gopher - #752885
ff61b7
- reserve 163:163 for keystone (openstack-keystone) - #752842
ff61b7
- reserve 164:164 for quantum (openstack-quantum) - #752842
ff61b7
- update services to latest IANA
ff61b7
ff61b7
* Wed Nov  2 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.42-1
ff61b7
- add ext4 to /etc/filesystems - #750506
ff61b7
ff61b7
* Wed Sep 14 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.41-1
ff61b7
- reserve 179:179 for sanlock - #727655
ff61b7
ff61b7
* Fri Aug 26 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.40-1
ff61b7
- reserve 178:178 for myproxy (myproxy-server) - #733671
ff61b7
ff61b7
* Fri Aug 26 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.39-1
ff61b7
- reserve 177:177 for dhcpd (dhcp) - #699713
ff61b7
ff61b7
* Tue Aug 23 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.38-1
ff61b7
- reserve 160:160 for swift (openstack-swift) - #732442
ff61b7
- reserve 161:161 for glance (openstack-glance) - #732442
ff61b7
- reserve 162:162 for nova (openstack-nova) - #732442
ff61b7
- comment out 0/tcp spr-itunes /etc/services entry (#710185)
ff61b7
- add hvc[01], xvc0, hvsi[012] to /etc/securetty (#728030)
ff61b7
ff61b7
* Tue Aug 16 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.37-1
ff61b7
- dropped all suplemental groups from basic /etc/group file
ff61b7
  (#722529)
ff61b7
ff61b7
* Tue Aug 16 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.36-1
ff61b7
- dropped suplemental root's groups(#722529)
ff61b7
ff61b7
* Wed Jun 29 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.35-1
ff61b7
- reserve 176:176 for apache traffic server - ats(#715266)
ff61b7
ff61b7
* Mon Jun 13 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.34-1
ff61b7
- update protocols and services to latest IANA
ff61b7
- reserve 175:175 for rhevagent (#709599)
ff61b7
ff61b7
* Thu May 19 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.33-1
ff61b7
- reflect the reserved username change of amanda
ff61b7
  to amandabackup (#700807)
ff61b7
- drop order hosts,bind from setup, no longer used by
ff61b7
  glibc (#703049)
ff61b7
- assign 174:174 uidgid for user/group retrace
ff61b7
  (abrt retrace-server, #706012)
ff61b7
ff61b7
* Tue Apr 12 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.32-1
ff61b7
- do not override already set PROMPT_COMMAND envvar(#691425)
ff61b7
- do not quit uidgidlint after first error, show all
ff61b7
- update services to latest IANA
ff61b7
ff61b7
* Mon Jan 24 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.31-1
ff61b7
- drop ownership of /etc/mtab, now owned by util-linux
ff61b7
ff61b7
* Tue Jan 18 2011 Ondrej Vasik <ovasik@redhat.com> 2.8.30-1
ff61b7
- remove explicit buildroot
ff61b7
- reserve uidgid pair 173:173 for abrt(#670231)
ff61b7
ff61b7
* Fri Dec 03 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.29-1
ff61b7
- run newaliases in the post to prevent sendmail messages
ff61b7
  about old alias database in the log(#658921)
ff61b7
ff61b7
* Fri Nov 12 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.28-1
ff61b7
- update services and protocols to latest IANA reservations
ff61b7
- reserve uidgid pair 109:109 for rhevm(#652287)
ff61b7
ff61b7
* Tue Sep 07 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.27-1
ff61b7
- add double quotes arround sourced profile.d scripts -
ff61b7
  allow special characters in script names
ff61b7
ff61b7
* Wed Aug 18 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.26-1
ff61b7
- fix regression in the change to printf(#624900)
ff61b7
ff61b7
* Thu Aug 12 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.25-1
ff61b7
- use printf instead of echo in bashrc scripts(#620435)
ff61b7
- update services to latest IANA
ff61b7
ff61b7
* Wed Jul 28 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.24-1
ff61b7
- do show messages from profile.d scripts in interactive
ff61b7
  login ksh shell(#616418)
ff61b7
- respect umask settings even with login shell
ff61b7
ff61b7
* Tue Jun 29 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.23-1
ff61b7
- reserve uidgid pair 172:172 for rtkit (#609171)
ff61b7
ff61b7
* Tue Jun 15 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.22-1
ff61b7
- reserve uidgid pair 170:170 for avahi-autoipd
ff61b7
- reserve uidgid pair 171:171 for pulse (pulseaudio)
ff61b7
- update reserved homedir for avahi
ff61b7
ff61b7
* Mon Jun 07 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.21-1
ff61b7
- update name of group reserved by cyrus-imapd to saslauth
ff61b7
ff61b7
* Mon May 24 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.20-1
ff61b7
- speedup pathmunge() by using portable case(#544652)
ff61b7
ff61b7
* Wed May 19 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.19-1
ff61b7
- fix syntax error in bashrc pathmunge(since bash 3.2)(#592799)
ff61b7
ff61b7
* Tue Apr 27 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.18-1
ff61b7
- reserve uidgid pair 140:140 for ricci daemon(#585957)
ff61b7
- reserve uidgid pair 141:141 for luci daemon(#585958)
ff61b7
ff61b7
* Wed Mar 31 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.17-1
ff61b7
- verify md5sum/size/mtime in the case of /etc/hosts.allow
ff61b7
  and /etc/hosts.deny (#578263)
ff61b7
- do the same for /etc/services and /etc/protocols, we
ff61b7
  provide (almost) complete IANA set, so no reason to modify
ff61b7
  it in most cases outside of setup package
ff61b7
ff61b7
* Fri Mar 26 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.16-3
ff61b7
- bad ugly double-thirteen friday(fix previous badfix)
ff61b7
ff61b7
* Fri Mar 26 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.16-2
ff61b7
- fix not set path for csh shell caused by 2.8.16 update
ff61b7
ff61b7
* Fri Mar 26 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.16-1
ff61b7
- drop X11R6 hierarchy dir from tcsh path (#576940)
ff61b7
- update services to latest IANA
ff61b7
- update protocols to latest IANA
ff61b7
ff61b7
* Thu Jan 21 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.15-1
ff61b7
- reserve uidgid pair 155:155 for stap-server(#555813)
ff61b7
- reserve uidgid pair 113:113 for usbmuxd(#556525)
ff61b7
ff61b7
* Tue Jan 12 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.14-1
ff61b7
- reserve uidgid pair 133:133 for bacula(#554705)
ff61b7
ff61b7
* Tue Jan 05 2010 Ondrej Vasik <ovasik@redhat.com> 2.8.13-1
ff61b7
- update services to latest IANA
ff61b7
- avoid one /usr/bin/id stat call in /etc/profile(#549056)
ff61b7
ff61b7
* Thu Dec 17 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.12-1
ff61b7
- speed up pathmunge inside bashrc (#544652)
ff61b7
- do not use deprecated egrep in profile
ff61b7
ff61b7
* Thu Dec 03 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.11-1
ff61b7
- don't have HISTCONTROL ignorespace by default (#520632),
ff61b7
  but do not override it when it is already set
ff61b7
- add csync alias for port 2005 / tcp, udp
ff61b7
ff61b7
* Wed Nov 11 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.10-1
ff61b7
- reserve uidgid pair 112:112 for vhostmd (#534110)
ff61b7
- update /etc/services to latest IANA
ff61b7
ff61b7
* Tue Sep 08 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.9-1
ff61b7
- reserve uidgid pair 108:108 for ovirt from libvirt (#513261)
ff61b7
- reserve uidgid pair 111:111 for saned from sane-backends
ff61b7
  (#520634)
ff61b7
ff61b7
* Mon Aug 17 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.8-1
ff61b7
- change permissions on /etc/shadow and /etc/gshadow to 0000 and
ff61b7
  use capabilities for them(#517577)
ff61b7
ff61b7
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-2
ff61b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ff61b7
ff61b7
* Tue Jul 21 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.7-1
ff61b7
- increase threshold for uidgid reservations to 200
ff61b7
- reserve uidgid pair 107:107 for qemu (libvirt,#511957)
ff61b7
- reflect threshold in profile and bashrc, do inform about
ff61b7
  uidgid file existence there
ff61b7
- remove old remnants about portmap from hosts.deny(#509919)
ff61b7
ff61b7
* Mon Jun 29 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.6-1
ff61b7
- update protocols and services to latest IANA
ff61b7
- add example for tty in prompt(#503304)
ff61b7
ff61b7
* Wed May 20 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.5-1
ff61b7
- use history-search-backward/forward for pageup/pagedown
ff61b7
  mapping in inputrc (#500989)
ff61b7
- add HISTCONTROL="ignoreboth" to /etc/profile to not include
ff61b7
  duplicities and lines starting with space into the history
ff61b7
  (#500819)
ff61b7
ff61b7
* Tue May 12 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.4-1
ff61b7
- add oprofile (16:16) to uidgid
ff61b7
- use os.remove instead of os.execute in lua post
ff61b7
  - no dependency on /bin/sh (thanks Panu Matilainen)
ff61b7
ff61b7
* Wed Apr 22 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.3-2
ff61b7
- rewrite postun scriptlet to <lua> to prevent /bin/sh
ff61b7
  dependency
ff61b7
ff61b7
* Fri Apr 10 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.3-1
ff61b7
- do not disable coredumps in profile/csh.cshrc scripts,
ff61b7
  coredumps already disabled in rawhide's RLIMIT_CORE(#495035)
ff61b7
ff61b7
* Wed Mar 25 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.2-2
ff61b7
- reserve uid 65 for nslcd (will share group 55 ldap, #491899)
ff61b7
ff61b7
* Tue Mar 24 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.2-1
ff61b7
- ship COPYING file, update protocols and services
ff61b7
  to latest IANA
ff61b7
ff61b7
* Mon Mar 23 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.1-2
ff61b7
- fix sources syntax, add sources URL (#226412)
ff61b7
ff61b7
* Thu Feb 26 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.1-1
ff61b7
- do ship/generate /etc/{shadow,gshadow} files(#483251)
ff61b7
- do ship default /etc/hosts with setup (#483244)
ff61b7
- activate multi on (required for IPv6 only localhost
ff61b7
  recognition out-of-the-box) (#486461)
ff61b7
- added postun section for cleaning of dangerous .rpmnew
ff61b7
  files after updates
ff61b7
- make profile and bashrc more portable (ksh, #487419)
ff61b7
ff61b7
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.7-5
ff61b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ff61b7
ff61b7
* Mon Feb 02 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-4
ff61b7
- drop <lua> scriptlet completely(audio/video group
ff61b7
  temporarily created by packages which use it for
ff61b7
  updates(#477769))
ff61b7
ff61b7
* Fri Jan 30 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-3
ff61b7
- add support for ctrl+arrow shortcut in rxvt(#474110)
ff61b7
ff61b7
* Thu Jan 29 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-2
ff61b7
- reserve 87 gid for polkituser (just uid was reserved),
ff61b7
  reserve 18 gid for dialout(to prevent conflicts with
ff61b7
  polkituser gid)
ff61b7
ff61b7
* Thu Jan 22 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.7-1
ff61b7
- synchronize /etc/services with latest IANA, do not use
ff61b7
  tabs in that file to have consistent output
ff61b7
- fix indentation in /etc/profile and /etc/bashrc
ff61b7
  (#481074)
ff61b7
- assign uid 36 for vdsm, gid 36 for kvm
ff61b7
  (#346151,#481021)
ff61b7
ff61b7
* Tue Jan 20 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.6-1
ff61b7
- make uidgid file better parsable (synchronize tabs)
ff61b7
- reserve gid 11 for group cdrom (udev,MAKEDEV)
ff61b7
- reserve gid 33 for group tape (udev,MAKEDEV)
ff61b7
- reserve gid 87 for group dialout (udev,MAKEDEV)
ff61b7
ff61b7
* Tue Jan 06 2009 Ondrej Vasik <ovasik@redhat.com> 2.7.5-4
ff61b7
- use lua language in post to prevent additional
ff61b7
  dependencies
ff61b7
ff61b7
* Thu Dec 18 2008 Ondrej Vasik <ovasik@redhat.com> 2.7.5-3
ff61b7
- add pkiuser (17:17) to uidgid
ff61b7
- temporarily create video/audio group in post section
ff61b7
  (#476886)
ff61b7
ff61b7
* Wed Dec 10 2008 Ondrej Vasik <ovasik@redhat.com> 2.7.5-2
ff61b7
- do not export PATH twice(#449286 NOTABUG revert)
ff61b7
- do not export INPUTRC(to respect just created ~/.inputrc)
ff61b7
  (#443717)
ff61b7
ff61b7
* Thu Nov 27 2008 Ondrej Vasik <ovasik@redhat.com> 2.7.5-1
ff61b7
- Modified upstream URL, synchronized with upstream git
ff61b7
ff61b7
* Wed Nov 19 2008 Ondrej Vasik <ovasik@redhat.com> 2.7.4-3
ff61b7
- update protocols to latest IANA list (2008-04-18)
ff61b7
- update services to latest IANA list (2008-11-17)
ff61b7
- mark /etc/protocols and /etc/inputrc %%config(noreplace)
ff61b7
- added URL, fixed few rpmlint warnings
ff61b7
- do own audio and video group (#458843), create it in default
ff61b7
  /etc/group
ff61b7
ff61b7
* Tue Nov 18 2008 Ondrej Vasik <ovasik@redhat.com> 2.7.4-2
ff61b7
- again process profile.d scripts in noninteractive shells,
ff61b7
  but do not display stderr/stdout messages(#457243)
ff61b7
- fix wrong prompt for csh/tcsh (#443854)
ff61b7
- don't show error message about missing hostname in profile
ff61b7
  (#301481)
ff61b7
- reserve rquotad port 875 in /etc/services (#455859)
ff61b7
- export PATH after processing profile.d scripts (#449286)
ff61b7
- assign gid's for audio (:63) and video (:39) group(#458843),
ff61b7
  assign uidgid pair (52:52) for puppet (#471918)
ff61b7
- fix /etc/services duplicities to pass serviceslint
ff61b7
ff61b7
* Thu Oct 09 2008 Phil Knirsch <pknirsch@redhat.com> 2.7.4-1
ff61b7
- Include new serviceslint for speedup (#465642)
ff61b7
- Cleaned up services due to newly discovered bugs in it with new serviceslint
ff61b7
ff61b7
* Wed Sep 03 2008 Phil Knirsch <pknirsch@redhat.com> 2.7.3-1
ff61b7
- Added SBinSanity patch as an approved feature (#458176)
ff61b7
ff61b7
* Wed Aug 06 2008 Phil Knirsch <pknirsch@redhat.com> 2.7.2-1
ff61b7
- Added uidgid pair for condor
ff61b7
- Added uidgid pair for trousers
ff61b7
ff61b7
* Fri Jul 25 2008 Phil Knirsch <pknirsch@redhat.com> 2.7.1-1
ff61b7
- Bump to 2.7.1 to avoid version problems with F-9
ff61b7
- Removed group news as well (#437462)
ff61b7
ff61b7
* Tue Jun 17 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.16-1
ff61b7
- Dropped user news from default /etc/passwd (#437462)
ff61b7
ff61b7
* Thu Jun 05 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.15-1
ff61b7
- Added prelude-manager and snortd to uidgid list
ff61b7
ff61b7
* Mon Apr 07 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.14-1
ff61b7
- Updated /etc/services to latest IANA version (#315571)
ff61b7
ff61b7
* Fri Apr 04 2008 Phil Knirsch <pknirsch@redhat.com>
ff61b7
- Fixed a problem with the new prompt for tcsh and screen terminal (#438550)
ff61b7
ff61b7
* Thu Mar 20 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.13-1
ff61b7
- Drop the wrong precmd for csh for xterm and screen terminals
ff61b7
ff61b7
* Tue Feb 26 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.12-1
ff61b7
- Corrected wrong /etc/profile.d behaviour for non-interactive bash and tcsh
ff61b7
ff61b7
* Fri Feb 22 2008 Phil Knirsch <pknirsch@redhat.com> 2.6.11-1
ff61b7
- Fixed problem with /etc/profile.d/* and non-interactive tcsh (#299221)
ff61b7
- Fixed xterm -title problem (#387581)
ff61b7
- Fixed problem with /etc/profile.d/*.csh not being executed for none loginshells anymore
ff61b7
  (#381631, #429838)
ff61b7
- Corrected missing shell for news user in uidgid and passwd
ff61b7
ff61b7
* Thu Aug 16 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.10-1
ff61b7
- License review and update
ff61b7
ff61b7
* Tue Jul 24 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.9-1
ff61b7
- Assigned uid 87 for PolicyKit package (#244950)
ff61b7
- Fixed precmd fix if TERM isn't set (#242732)
ff61b7
ff61b7
* Wed Jun 06 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.7-1
ff61b7
- Fixed precmd setting to behave like bash for (t)csh (#242732)
ff61b7
ff61b7
* Thu May 24 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.6-1
ff61b7
- Added another set of proposed changes to /etc/csh.cshrc (#199817)
ff61b7
- Added missing documentation in /etc/hosts.[allow|deny] (#157053)
ff61b7
ff61b7
* Wed May 23 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.5-1
ff61b7
- Fixed tcsh behaviour for non login shells (#191233)
ff61b7
- Fixed umask setting for tcsh to behave identical to bash logins (#199817)
ff61b7
- Added ipv6-crypt and ipv6-auth for backwards compatibility (#210546)
ff61b7
ff61b7
* Wed Apr 18 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.4-1
ff61b7
- Modified the 111/[tcp/udp] entries to work with rpcbind (#236639)
ff61b7
ff61b7
* Mon Mar 12 2007 Phil Knirsch <pknirsch@redhat.com> 2.6.3-1
ff61b7
- Changed winbind_auth to wbpriv by request of the samba maintainer
ff61b7
ff61b7
* Tue Dec 12 2006 Phil Knirsch <pknirsch@redhat.com> 2.6.2-1.fc7
ff61b7
- Updated uidgid for split of pcap into arpwatcher and tcpdump.
ff61b7
ff61b7
* Tue Nov 28 2006 Phil Knirsch <pknirsch@redhat.com> 2.6.1-1.fc7
ff61b7
- Update version and rebuilt
ff61b7
ff61b7
* Tue Nov 28 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.57-1
ff61b7
- Revert change for umask in /etc/bashrc (#217523)
ff61b7
ff61b7
* Thu Nov 16 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.56-1
ff61b7
- Added an entry for samba and winbind_auth
ff61b7
ff61b7
* Wed Oct 11 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.55-1
ff61b7
- Extended the protocols to include the missing hopopt (#209191)
ff61b7
ff61b7
* Tue Oct 10 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.54-1
ff61b7
- Update /etc/protocols to latest officiall IANA version (#209191)
ff61b7
ff61b7
* Thu Jul 27 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.53-1
ff61b7
- Added utempter gid for new libutempter package (#200240)
ff61b7
ff61b7
* Mon Jun 19 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.52-1
ff61b7
- Lock password for root account by default (#182206)
ff61b7
ff61b7
* Wed May 03 2006 Karsten Hopp <karsten@redhat.de>
ff61b7
- remove gkrellmd from the reserved uid/gid list (#186974)
ff61b7
ff61b7
* Tue Mar 21 2006 Florian La Roche <laroche@redhat.com> 2.5.50-1
ff61b7
- use stricter umask of 022 for all logins
ff61b7
ff61b7
* Thu Feb 23 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.49-1
ff61b7
- Really switch to new /etc/services file
ff61b7
- Added /etc/fstab and /etc/mtab to ownership of setup (#177061)
ff61b7
ff61b7
* Tue Jan 31 2006 Phil Knirsch <pknirsch@redhat.com> 2.5.48-1
ff61b7
- Switched to the new large /etc/services file which fixes #112298, #133683,
ff61b7
  #166443, #168872, #171228.
ff61b7
- Fixed pathmunge problem with bashrc (#123621)
ff61b7
- Removed /usr/X11R6/bin from default PATH (#173856)
ff61b7
ff61b7
* Tue Jan 24 2006 Phil Knirsch <pknirsch@redhat.com>
ff61b7
- Fixed bug with PROMPT_COMMAND being broken for wierd dirs (#142125)
ff61b7
- Added hfsplus to know filesystems (#172820)
ff61b7
ff61b7
* Mon Oct 17 2005 Bill Nottingham <notting@redhat.com>
ff61b7
- make motd noreplace (#170539)
ff61b7
ff61b7
* Tue Sep  6 2005 Bill Nottingham <notting@redhat.com> 2.5.47-1
ff61b7
- make lastlog 0644  (#167200)
ff61b7
ff61b7
* Mon Jun 20 2005 Bill Nottingham <notting@redhat.com> 2.5.46-1
ff61b7
- add buildrequires on bash, tcsh (#161016)
ff61b7
- move core dump size setting from csh.login to csh.cshrc (#156914)
ff61b7
ff61b7
* Fri Jun 17 2005 Bill Nottingham <notting@redhat.com> 2.5.45-1
ff61b7
- ksh doesn't implement EUID/UID. Work around that. (#160731)
ff61b7
ff61b7
* Thu May 19 2005 Bill Nottingham <notting@redhat.com> 2.5.44-1
ff61b7
- fix csh.cshrc when -e is used (#158265)
ff61b7
ff61b7
* Mon Apr 25 2005 Bill Nottingham <notting@redhat.com> 2.5.43-1
ff61b7
- remove mailman aliases (#155841)
ff61b7
ff61b7
* Mon Apr 18 2005 Bill Nottingham <notting@redhat.com> 2.5.42-1
ff61b7
- fix lastlog conflict (#155256)
ff61b7
ff61b7
* Fri Apr 15 2005 Bill Nottingham <notting@redhat.com> 2.5.41-1
ff61b7
- get rid of 'id' error messages if there is no /usr (#142707)
ff61b7
ff61b7
* Mon Jan 31 2005 Bill Nottingham <notting@redhat.com> 2.5.40-1
ff61b7
- have similar prompt changes for su to root in tcsh as in bash (#143826)
ff61b7
ff61b7
* Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 2.5.39-1
ff61b7
- ghost lastlog (#139539)
ff61b7
ff61b7
* Thu Nov 18 2004 Bill Nottingham <notting@redhat.com> 2.5.38-1
ff61b7
- fix bash/tcsh coredump size inconsistency (#139821)
ff61b7
ff61b7
* Wed Oct 27 2004 Bill Nottingham <notting@redhat.com> 2.5.37-1
ff61b7
- fix inconsistency in profile.d handling (#136859, <agrajag@dragaera.net>)
ff61b7
ff61b7
* Fri Oct  8 2004 Bill Nottingham <notting@redhat.com> 2.5.36-1
ff61b7
- fix duplicate alias
ff61b7
ff61b7
* Tue Sep 28 2004 Bill Nottingham <notting@redhat.com> 2.5.35-1
ff61b7
- add /etc/environment
ff61b7
ff61b7
* Mon Sep 27 2004 Rik van Riel <riel@redhat.com> 2.5.34-2
ff61b7
- mark /etc/services config(noreplace) (#133683)
ff61b7
ff61b7
* Thu Sep 23 2004 Bill Nottingham <notting@redhat.com> 2.5.34-1
ff61b7
- add dict (#107807)
ff61b7
- add cyrus services (#118832)
ff61b7
- move delete-char binding for csh (#113682)
ff61b7
- do the same path munging for csh as for bash (#57708)
ff61b7
- add postfix aliases (#117661)
ff61b7
- fix bashrc login shell check (#104491)
ff61b7
- add odmr to services (#101098)
ff61b7
- add distcc to services (#91535)
ff61b7
- add xterm forware/backward word bindings (#80860)
ff61b7
ff61b7
* Mon May 24 2004 Bill Nottingham <notting@redhat.com>
ff61b7
- make pathmunge available for profile.d scripts (#123621)
ff61b7
ff61b7
* Wed May 19 2004 Joe Orton <jorton@redhat.com> 2.5.33-2
ff61b7
- add IANA Register Port for svn to /etc/services (#122863)
ff61b7
ff61b7
* Wed May  5 2004 Nalin Dahyabhai <nalin@redhat.com> 2.5.33-1
ff61b7
- fix syntax error in csh.cshrc
ff61b7
ff61b7
* Tue May  4 2004 Bill Nottingham <notting@redhat.com> 2.5.32-1
ff61b7
- set MAIL in csh.cshrc (#115376)
ff61b7
- fix inputrc check in csh.login (#115073)
ff61b7
ff61b7
* Mon Jan 26 2004 Bill Nottingham <notting@redhat.com> 2.5.31-1
ff61b7
- move /etc/aliases here
ff61b7
ff61b7
* Mon Dec  8 2003 Bill Nottingham <notting@redhat.com> 2.5.30-1
ff61b7
- remove stty `tput kbs` section (#91357)
ff61b7
ff61b7
* Tue Sep  2 2003 Bill Nottingham <notting@redhat.com> 2.5.27-1
ff61b7
- securetty should be noreplace (#103585)
ff61b7
ff61b7
* Fri Mar 14 2003 Bill Nottingham <notting@redhat.com> 2.5.26-1
ff61b7
- clean up some typos in /etc/services (#86129)
ff61b7
ff61b7
* Mon Feb 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ff61b7
- add "console" to /etc/securetty for mainframe
ff61b7
ff61b7
* Mon Jan 20 2003 Nalin Dahyabhai <nalin@redhat.com> 2.5.24-1
ff61b7
- allocate uid/gid for mgetty
ff61b7
ff61b7
* Thu Jan  9 2003 Dan Walsh <dwalsh@redhat.com> 2.5.23-1
ff61b7
- added PXE to /etc/services
ff61b7
ff61b7
* Wed Jan  1 2003 Bill Nottingham <notting@redhat.com> 2.5.22-1
ff61b7
- remove bogus entries from inputrc (#80652)
ff61b7
ff61b7
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2.5.21-1
ff61b7
- remove unpackaged files from the buildroot
ff61b7
ff61b7
* Thu Aug 29 2002 Bill Nottingham <notting@redhat.com> 2.5.20-1
ff61b7
- shopt -s checkwinsize everywhere
ff61b7
ff61b7
* Wed Aug 28 2002 Preston Brown <pbrown@redhat.com> 2.5.19-1
ff61b7
- fix bug #61129 (~ substitution)
ff61b7
ff61b7
* Wed Aug 15 2002 Jens Petersen <petersen@redhat.com> 2.5.18-1
ff61b7
- bring back the screen case in /etc/bashrc, since /etc/screenrc no
ff61b7
  longer sets defhstatus (#60596, #60597)
ff61b7
ff61b7
* Sun Aug 11 2002 Florian La Roche <Florian.LaRoche@redhat.de> 2.5.17-1
ff61b7
- add "set mark-symlinked-directories on" to /etc/inputrc
ff61b7
ff61b7
* Mon Jul 22 2002 Phil Knirsch <pknirsch@redhat.com> 2.5.16-2
ff61b7
- Added shopt -s checkwinsize to /etc/bashrc for xterm resizing
ff61b7
ff61b7
* Fri Jul 19 2002 Jens Petersen <petersen@redhat.com> 2.5.16-1
ff61b7
- dont special case screen in /etc/bashrc, since it overrides the user's
ff61b7
  screenrc title setting (#60596)
ff61b7
ff61b7
* Thu Jul 18 2002 Florian La Roche <Florian.LaRoche@redhat.de> 2.5.14-1
ff61b7
- move home dir of "news" to /etc/news
ff61b7
ff61b7
* Tue May 28 2002 Nalin Dahyabhai <nalin@redhat.com> 2.5.13-1
ff61b7
- allocate uid/gid for privilege-separated sshd
ff61b7
ff61b7
* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.5.12-2
ff61b7
- automated rebuild
ff61b7
ff61b7
* Wed Apr  3 2002 Bill Nottingham <notting@redhat.com> 2.5.12-1
ff61b7
- fix misformatted comment in /etc/services, allocate uid/gid for
ff61b7
  frontpage
ff61b7
ff61b7
* Thu Mar 28 2002 Bill Nottingham <notting@redhat.com> 2.5.11-1
ff61b7
- add newline in /etc/shells (#62271)
ff61b7
ff61b7
* Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com> 2.5.10-1
ff61b7
- allocate uid for the vcsa user
ff61b7
ff61b7
* Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 2.5.9-1
ff61b7
- re-add ext3 to /etc/filesystems
ff61b7
ff61b7
* Mon Mar 11 2002 Bill Nottingham <notting@redhat.com> 2.5.8-1
ff61b7
- add nologin to /etc/shells (#53963)
ff61b7
- fix some quoting issues (#59627)
ff61b7
- fix screen status line (#60596)
ff61b7
- fix path regexps (#59624)
ff61b7
- move profile.d stuff to csh.cshrc (#59946)
ff61b7
ff61b7
* Fri Mar  8 2002 Nalin Dahyabhai <nalin@redhat.com>
ff61b7
- add bprd, bpdbm, bpjava-msvc, vnetd, bpcd, and vopied to /etc/services
ff61b7
ff61b7
* Tue Sep 25 2001 Nalin Dahyabhai <nalin@redhat.com>
ff61b7
- change rmtcfg to an alias for bvcontrol, which is a registered name
ff61b7
ff61b7
* Mon Sep 17 2001 Nalin Dahyabhai <nalin@redhat.com> 2.5.7-1
ff61b7
- add entries to services (ipp, wnn4, and so on)
ff61b7
- try to remove duplicates in services (remove nameserver as alias for domain,
ff61b7
  and readnews as alias for netnews)
ff61b7
ff61b7
* Mon Aug 20 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- change FTP user's home dir to /var/ftp (#52091)
ff61b7
- %%ghost /etc/shadow, /etc/gshadow
ff61b7
ff61b7
* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- add /etc/shells to filelist (#51813)
ff61b7
ff61b7
* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- put lock in /etc/group (#51654)
ff61b7
ff61b7
* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- lock only needs to be a gid
ff61b7
- don't set dspmbyte=euc here; do it in lang.csh, and only if necessary (#50318)
ff61b7
ff61b7
* Mon Aug  6 2001 Jeff Johnson <jbj@redhat.com>
ff61b7
- add lock.lock uid/gid 54 to own /var/lock directory.
ff61b7
ff61b7
* Thu Jul 19 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- add forward/backward-word mappings (#48783)
ff61b7
- add pgpkeyserver port to /etc/services (#49407)
ff61b7
ff61b7
* Thu Jul 19 2001 Preston Brown <pbrown@redhat.com>
ff61b7
- core files disabled by default.  Developers can enable them.
ff61b7
ff61b7
* Fri Jul 13 2001 Bill Nottingham <notting@redhat.com> 2.5.1-1
ff61b7
- revert news user back to no shell (#48701)
ff61b7
ff61b7
* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com> 2.5.0-1
ff61b7
- move profile.d parsing from csh.cshrc to csh.login (#47417)
ff61b7
ff61b7
* Sat Jul  7 2001 Nalin Dahyabhai <nalin@redhat.com> 2.4.15-1
ff61b7
- reorder /etc/services to match comments again
ff61b7
- protocol 118 is stp, not st
ff61b7
- update URLs in /etc/protocols and /etc/services
ff61b7
ff61b7
* Thu Jul  5 2001 Preston Brown <pbrown@redhat.com> 2.4.14-1
ff61b7
- put */sbin in path if user ID is 0.
ff61b7
ff61b7
* Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- add an entry to /etc/services for ssh X11 forwarding (#44944)
ff61b7
ff61b7
* Wed Jun 13 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- take ttyS0 out of securetty on main tree
ff61b7
ff61b7
* Tue Jun 12 2001 Philip Copeland <bryce@redhat.com>
ff61b7
- added ttyS0 to securetty for serial console usage
ff61b7
ff61b7
* Tue Jun 12 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- add rndc to /etc/services (#40265)
ff61b7
- test for read bit, not execute bit, for profile.d (#35714)
ff61b7
ff61b7
* Sun Jun 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
ff61b7
- add "canna" entry to /etc/services
ff61b7
ff61b7
* Mon May 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.4.10-1
ff61b7
- Fix bugs #24159 and #30634 again; whoever moved bashrc from bash
ff61b7
  to setup used an old version. :((
ff61b7
ff61b7
* Wed May  2 2001 Preston Brown <pbrown@redhat.com> 2.4.9-1
ff61b7
- bashrc moved here from bash package
ff61b7
- set umask in bashrc, so it applies for ALL shells.
ff61b7
ff61b7
* Fri Apr 27 2001 Preston Brown <pbrown@redhat.com> 2.4.8-1
ff61b7
- /sbin/nologin for accounts that aren't "real."
ff61b7
ff61b7
* Sat Apr  7 2001 Preston Brown <pbrown@redhat.com>
ff61b7
- revert control-arrow forward/backward word (broken)
ff61b7
ff61b7
* Tue Mar 27 2001 Preston Brown <pbrown@redhat.com>
ff61b7
- fix japanese input with tcsh (#33211)
ff61b7
ff61b7
* Tue Mar  6 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- fix some weirdness with rxvt (#30799)
ff61b7
ff61b7
* Wed Feb 28 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- add SKK input method (#29759)
ff61b7
ff61b7
* Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
ff61b7
ff61b7
* Wed Feb 21 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- fix inputrc, Yet Again. (#28617)
ff61b7
ff61b7
* Thu Feb 15 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- add in uidgid file, put it in %%doc
ff61b7
ff61b7
* Wed Feb  7 2001 Adrian Havill <havill@redhat.com>
ff61b7
- bindkey for delete in the case of tcsh
ff61b7
ff61b7
* Wed Feb  7 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- add some more stuff to /etc/services (#25396, patch from
ff61b7
  <pekkas@netcore.fi>)
ff61b7
ff61b7
* Tue Feb  6 2001 Nalin Dahyabhai <nalin@redhat.com>
ff61b7
- add gii/tcp = 616 for gated
ff61b7
ff61b7
* Tue Jan 30 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- wrap some inputrc settings with tests for mode, term (#24117)
ff61b7
ff61b7
* Mon Jan 29 2001 Bill Nottingham <notting@redhat.com>
ff61b7
- overhaul /etc/protocols (#18530)
ff61b7
- add port 587 to /etc/services (#25001)
ff61b7
- add corbaloc (#19581)
ff61b7
- don't set /usr/X11R6/bin in $PATH if it's already set (#19968)
ff61b7
ff61b7
* Fri Dec  1 2000 Nalin Dahyabhai <nalin@redhat.com>
ff61b7
- Clean up /etc/services, separating registered numbers from unregistered
ff61b7
  ("squatted") numbers, and adding some.
ff61b7
ff61b7
* Mon Nov 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
ff61b7
- Add smtps (465/tcp) and submission (587/tcp) to /etc/services for TLS
ff61b7
  support (postfix >= 20001030-2)
ff61b7
ff61b7
* Sun Aug  6 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- /var/log/lastlog is %%config(noreplace) (#15412)
ff61b7
- some of the various %%verify changes (#14819)
ff61b7
ff61b7
* Thu Aug  3 2000 Nalin Dahyabhai <nalin@redhat.com>
ff61b7
- linuxconf should be 98, not 99
ff61b7
ff61b7
* Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- fix some of the csh stuff (#14622)
ff61b7
ff61b7
* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
ff61b7
- stop setting "multi on" in /etc/host.conf
ff61b7
ff61b7
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
ff61b7
- automatic rebuild
ff61b7
ff61b7
* Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- add hfs filesystem
ff61b7
ff61b7
* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
ff61b7
- printcap is a noreplace file now
ff61b7
ff61b7
* Sun Jun 18 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- fix typo
ff61b7
ff61b7
* Tue Jun 13 2000 Nalin Dahyabhai <nalin@redhat.com>
ff61b7
- add linuxconf/tcp = 99 to /etc/services
ff61b7
ff61b7
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- add some stuff to /etc/services
ff61b7
- tweak ulimit call again
ff61b7
ff61b7
* Tue Jun  6 2000 Bernhard Rosenkraenzer <bero@redhat.com>
ff61b7
- homedir of ftp is now /var/ftp
ff61b7
ff61b7
* Sun May 14 2000 Nalin Dahyabhai <nalin@redhat.com>
ff61b7
- move profile.d logic in csh.login to csh.cshrc
ff61b7
ff61b7
* Tue Apr 18 2000 Nalin Dahyabhai <nalin@redhat.com>
ff61b7
- redirect ulimit -S -c to /dev/null to avoid clutter
ff61b7
ff61b7
* Thu Apr 13 2000 Bernhard Rosenkraenzer <bero@redhat.com>
ff61b7
- s/ulimit -c/ulimit -S -c/ - bash 2.x adaption
ff61b7
ff61b7
* Mon Apr 03 2000 Nalin Dahyabhai <nalin@redhat.com>
ff61b7
- Add more of the kerberos-related services from IANA's registry and krb5
ff61b7
ff61b7
* Wed Mar 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
ff61b7
- Add 2.4'ish vc/* devices to securetty
ff61b7
ff61b7
* Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
ff61b7
- add /etc/filesystems with sane defaults
ff61b7
ff61b7
* Wed Feb 16 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- don't set prompt in /etc/profile (it's done in /etc/bashrc)
ff61b7
ff61b7
* Fri Feb  5 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- yet more inputrc tweaks from Hans de Goede (hans@highrise.nl)
ff61b7
ff61b7
* Sun Jan 30 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- yet more inputrc tweaks from Hans de Goede (hans@highrise.nl)
ff61b7
ff61b7
* Sun Jan 23 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- fix mailq line. (#7140)
ff61b7
ff61b7
* Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- add ldap to /etc/services
ff61b7
ff61b7
* Tue Jan 18 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- kill HISTFILESIZE, it's broken
ff61b7
ff61b7
* Tue Jan 18 2000 Preston Brown <pbrown@redhat.com>
ff61b7
- some inputrc tweaks
ff61b7
ff61b7
* Wed Jan 12 2000 Bill Nottingham <notting@redhat.com>
ff61b7
- make some more stuff noreplace
ff61b7
ff61b7
* Fri Nov 19 1999 Bill Nottingham <notting@redhat.com>
ff61b7
- fix mailq line. (#7140)
ff61b7
ff61b7
* Fri Oct 29 1999 Bill Nottingham <notting@redhat.com>
ff61b7
- split csh.login into csh.login and csh.cshrc (#various)
ff61b7
- fix pop service names (#6206)
ff61b7
- fix ipv6 protocols entries (#6219)
ff61b7
ff61b7
* Thu Sep  2 1999 Jeff Johnson <jbj@redhat.com>
ff61b7
- rename /etc/csh.cshrc to /etc/csh.login (#2931).
ff61b7
- (note: modified /etc/csh.cshrc should end up in /etc/csh.cshrc.rpmsave)
ff61b7
ff61b7
* Fri Aug 20 1999 Jeff Johnson <jbj@redhat.com>
ff61b7
- add defattr.
ff61b7
- fix limit command in /etc/csh.cshrc (#4582).
ff61b7
ff61b7
* Thu Jul  8 1999 Bill Nottingham <notting@redhat.com>
ff61b7
- move /etc/inputrc here.
ff61b7
ff61b7
* Mon Apr 19 1999 Bill Nottingham <notting@redhat.com>
ff61b7
- always use /etc/inputrc
ff61b7
ff61b7
* Wed Mar 31 1999 Preston Brown <pbrown@redhat.com>
ff61b7
- added alias pointing to imap from imap2
ff61b7
ff61b7
* Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
ff61b7
- updated protocols/services from debian to comply with more modern
ff61b7
- IETF/RFC standards
ff61b7
ff61b7
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
ff61b7
- auto rebuild in the new build environment (release 4)
ff61b7
ff61b7
* Thu Feb 18 1999 Jeff Johnson <jbj@redhat.com>
ff61b7
- unset variables used in /etc/csh.cshrc (#1212)
ff61b7
ff61b7
* Mon Jan 18 1999 Jeff Johnson <jbj@redhat.com>
ff61b7
- compile for Raw Hide.
ff61b7
ff61b7
* Tue Oct 13 1998 Cristian Gafton <gafton@redhat.com>
ff61b7
- fix the csh.cshrc re: ${PATH} undefined
ff61b7
ff61b7
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
ff61b7
- translations modified for de, fr, tr
ff61b7
ff61b7
* Fri Dec 05 1997 Erik Troan <ewt@redhat.com>
ff61b7
- /etc/profile uses $i, which needs to be unset
ff61b7
ff61b7
* Mon Nov 03 1997 Donnie Barnes <djb@redhat.com>
ff61b7
- made /etc/passwd and /etc/group %%config(noreplace)
ff61b7
ff61b7
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
ff61b7
- removed /etc/inetd.conf, /etc/rpc
ff61b7
- flagged /etc/securetty as missingok
ff61b7
- fixed buildroot stuff in spec file
ff61b7
ff61b7
* Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
ff61b7
- made a noarch package
ff61b7
ff61b7
* Wed Apr 16 1997 Erik Troan <ewt@redhat.com>
ff61b7
- Don't verify md5sum, size, or timestamp of /var/log/lastlog, /etc/passwd,
ff61b7
  or /etc/group.