[projects/setup] Don't track ChangeLog

draenog draenog at pld-linux.org
Sun Nov 3 01:56:52 CET 2013


commit 6545cae34851faf15dd7e39607702cdb4146a346
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Sun Nov 3 00:50:35 2013 +0000

    Don't track ChangeLog
    
    It is generated from scratch during every release.

 .gitignore |    1 +
 ChangeLog  | 1171 ------------------------------------------------------------
 2 files changed, 1 insertion(+), 1171 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 324acf4..d0e5ef0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+ChangeLog
 *~
 *.org
 *.bz2
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 6ad5a8b..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,1171 +0,0 @@
-2012-01-12  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* Makefile: Version 2.8.2.
-
-2012-01-12  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/fstab: hidepid=2 as explainded in
-	  https://lwn.net/Articles/474645/; will work in >= 3.3; no effect
-	  in older kernels
-
-2011-12-08  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* joinpasswd.c: fsync/close after loop.
-
-2011-12-08  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* joinpasswd.c: Report better errors.
-
-2011-12-08  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* Makefile: 2.8.1
-
-2011-12-08  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* joinpasswd.c: Check much more return values, fsync file, close
-	  descriptor.
-
-2011-12-08  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* joinpasswd.c: Check write/close return values.
-
-2011-11-28  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* Makefile: No mtab file.
-
-2011-11-28  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/mtab: Version 2.8.0. /etc/mtab is now symlink to
-	  /proc/self/mounts
-
-2011-11-27  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* Makefile: Version 2.7.4.
-
-2011-10-14  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* postshell.c: Skip commented out lines.
-
-2011-03-06  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/profile.d/: tmp-dir.csh, tmp-dir.sh: - do not forcibly create
-	  user ~/tmp to allow clean $HOME for desktop users. besides
-	  /etc/skel provides it now
-
-2011-02-24  Tomasz Pala <gotar/at/pld-linux.org>
-
-	* etc/profile: - more generic check of parameters to be exported
-
-2011-02-24  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/profile: - only export var in zsh if var is actually set
-
-2011-02-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/fstab: - drop cgroup altogether, it's mounted by scripts
-	  (cpuset of cgconfig)
-
-2011-02-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/fstab: - removed cpuset - noauto for cgroup
-
-2011-01-25  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* changelog.sh: - use neutral timezone when generating changelogs
-
-2011-01-25  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* Makefile: - up to 2.7.3
-
-2011-01-22  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/profile: - vim needs filetype not syntax
-
-2011-01-22  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/profile: - add xdg like ~/.local/bin to PATH if exists
-
-2011-01-22  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/profile: - add to PATH only existing dirs
-
-2010-11-02  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/fstab: Prefer all cgroup subsystems instead of cpuset only.
-	  Use common place for mounting thse.
-
-2010-03-25  Paweł Zuzelski <pawelz/at/pld-linux.org>
-
-	* Makefile: - 2.7.2
-
-2010-03-25  Paweł Zuzelski <pawelz/at/pld-linux.org>
-
-	* etc/passwd: changed $HOME of stats an nobody users to
-	  /usr/share/empty. It is because of davfs2, which does not allow
-	  non-root user to mount filesystem into $HOME of another user, so
-	  it won't work if any user has "/" as its home. Note that it does
-	  not introduce dependency from package containing /usr/share/empty
-	  directory.  These users don't use their $HOME so it don't have to
-	  be real directory.
-
-2009-06-09  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/fstab: - sdX is more common, add /boot
-
-2009-06-09  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/fstab: - cleanup obsolete /devfs, enable shm
-
-2009-05-27  Tomasz Pala <gotar/at/pld-linux.org>
-
-	* etc/profile: - skip /etc/env.d/*.zwc (zsh compiled) files, -
-	  quote env.d and shrc.d file names
-
-2009-03-02  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* Makefile: - typo
-
-2009-03-02  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* Makefile: - 2.6.2
-
-2009-03-02  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* delpasswd.c: - typo
-
-2009-03-02  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* delpasswd.c: - added verifyp(), don't mess with files if there is
-	  no reason to
-
-2009-03-01  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* Makefile, delpasswd.c, grouprename.c: - grouprename replaced by
-	  joinpasswd+delpasswd combo
-
-2009-02-21  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* joinpasswd.c: - test return values
-
-2009-02-19  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* changelog.sh: - fail on errors
-
-2009-02-19  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/profile: - apply to all xterm/konsole/rxvt variations
-
-2009-01-26  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* grouprename.c: - spelling
-
-2009-01-26  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* Makefile: - added grouprename program
-
-2009-01-26  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* grouprename.c: - shameles ripoff of joinpasswd.c
-
-2009-01-25  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* Makefile: - 2.6.1
-
-2009-01-25  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/group: - added tape group - renamed cdwrite -> cdrom and ttyS
-	  -> dialout
-
-2008-09-09  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/profile.d/: tmp-dir.csh, tmp-dir.sh: - don't set TMPDIR to
-	  ~/tmp if it doesn't exist
-
-2008-07-14  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/resolv.conf: - kill trailing space
-
-2008-05-27  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* Makefile: - mislooked: so 2.6.0!
-
-2008-05-27  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/fstab: - e3 socks
-
-2008-05-27  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/fstab: - no fsck for journaled filesystem
-
-2008-05-27  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* Makefile: - 2.5.7
-
-2008-05-27  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/profile: - apply setup-dquo.patch (by pascalek)
-
-2008-05-27  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* Makefile: - add changelog target
-
-2008-05-27  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* changelog.sh: - based on rc-inetd copy of script - add charset
-	  hacks (thx patrys for pl->en)
-
-2008-05-27  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* Makefile: - add distfiles rule to upload to distfiles
-
-2008-05-27  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* Makefile: - add tag target
-
-2008-05-27  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* Makefile: - add update-fstab postshell from sources - version
-	  2.5.6 (to be bigger than FC2 has)
-
-2008-04-18  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/group: - fuse should exist here (for dev sake)
-
-2008-04-01  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* Makefile: - version bump for future
-
-2008-04-01  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/securetty: Add udev/devfs style tts/{0,1} to /etc/securetty
-	  (glen).
-
-2008-04-01  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/profile: Read /etc/profile.env if available (glen).
-
-2008-04-01  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/profile.d/: tmp-dir.csh, tmp-dir.sh: Set TMPDIR variable,
-	  too.
-
-2007-11-25  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* Makefile: - set sane permissions in make dist
-
-2007-11-25  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/services: - merged update from iana-etc 2.20
-
-2007-11-21  Adam Gołębiowski <adamg/at/pld-linux.org>
-
-	* Makefile: - start working on 2.4.12
-
-2007-11-21  Adam Gołębiowski <adamg/at/pld-linux.org>
-
-	* etc/services: - git 9418/tcp
-
-2007-11-01  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* changelog.sh: - changelog generator. based on rc-scripts one
-
-2007-07-19  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/services: - it was too late for commits. Put csync2 in proper
-	  place.
-
-2007-07-18  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile: - 2.4.11
-
-2007-07-18  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* TODO: - some future TODO
-
-2007-07-18  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/services: - csync2 added
-
-2006-09-01  Bartosz Taudul <wolf/at/pld-linux.org>
-
-	* etc/resolv.conf: - add some public dns servers
-
-2006-03-26  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/fstab: - devfs is obsolete now
-
-2006-03-25  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/passwd: - changed news home to /home/services/news
-
-2006-03-07  Paweł Sikora <pluto/at/pld-linux.org>
-
-	* postshell.c: - klibc fix.
-
-2005-10-05  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* update-fstab.c: - sync devgid,devmode order with fstab included
-	  in setup 2.4.10
-
-2005-09-22  Przemysław Iskra <sparky/at/pld-linux.org>
-
-	* update-fstab.c: - don't fail when there's no usbfs entry
-
-2005-09-17  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* update-fstab.c: - check for malloc failure
-
-2005-09-17  Przemysław Iskra <sparky/at/pld-linux.org>
-
-	* update-fstab.c: - c is better than lua
-
-2005-09-16  Przemysław Iskra <sparky/at/pld-linux.org>
-
-	* etc/: fstab, group: - added group usb (78), use this group in
-	  usbfs
-
-2005-08-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/fstab: - added cpuset
-
-2005-06-28  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/fstab: - ntfs on Linux 2.4.x still uses iocharset= - typo in
-	  vfat entry
-
-2005-06-28  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/fstab: - ENOTIME - reverted nls for vfat
-
-2005-06-27  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/fstab: - iocharset is deprecated
-
-2005-06-17  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* postshell.c: - skip stdio (fopen), 4k saved with diet
-
-2005-06-17  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* postshell.c: - avoid using fprintf(). saved 5k with diet
-
-2005-06-17  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* postshell.c: - saved from glibc-postshell.patch
-
-2005-05-26  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/: profile, services: - setting PS1 moved to *rc of each
-	  shell. What with ksh93? There is no rc   file...; added safetp
-	  service (exotic encrypted ftp)
-
-2005-03-22  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile: - ooops - real 2.4.10 :)
-
-2005-03-22  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* .cvsignore, etc/.cvsignore: - cvs ignore
-
-2005-03-22  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile: - started with 2.4.10
-
-2005-03-22  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile: - 2.4.9
-
-2005-03-22  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/services: - updated, according to
-	  SOURCES/setup-services.patch
-
-2005-03-06  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/profile: - unset strstr function created
-
-2005-03-06  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/profile: - optimize: skip three grep executions
-
-2005-03-06  Elan Ruusamäe <glen/at/pld-linux.org>
-
-	* etc/profile: - optimize: don't call 'id -un' twice
-
-2005-02-11  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile, etc/group: - 2.4.8 - added backup group (GID=39)
-
-2005-01-07  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/passwd: set default shells to /bin/false
-
-2005-01-03  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile, etc/fstab, etc/group, etc/profile.d/tmp-dir.csh,
-	  etc/profile.d/tmp-dir.sh: - 2.4.7 - lets release it and merge
-	  pending patches
-
-2004-09-06  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/fstab: Put mode=1777,nosuid,nodev,noexec for /dev/shm
-	  explictly (it's 1777 by default so anyone can put normal files
-	  there).
-
-2004-09-04  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/profile: - add rxvt too
-
-2004-09-01  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/profile: - added gnome to terminals
-
-2004-07-23  Łukasz Pawelczyk <havner/at/pld-linux.org>
-
-	* etc/fstab: - gid=17 for sysfs
-
-2004-07-19  Adam Nowotny <domelu/at/pld-linux.org>
-
-	* etc/services: - added netserver (12865/tcp and 12865/udp) for
-	  Netperf Server
-
-2004-06-30  Piotr Szymanski <djurban/at/pld-linux.org>
-
-	* etc/group: - revert my changes
-
-2004-06-29  Piotr Szymanski <djurban/at/pld-linux.org>
-
-	* etc/group: - add services
-
-2004-05-03  Bartosz Taudul <wolf/at/pld-linux.org>
-
-	* etc/profile: - remove RPS1
-
-2004-04-30  Tomasz Pala <gotar/at/pld-linux.org>
-
-	* etc/profile: - /etc/profile.d/* can be -x
-
-2004-04-29  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/group: - fixed nogroup entry
-
-2004-04-28  Łukasz Pawelczyk <havner/at/pld-linux.org>
-
-	* Makefile: - updated for shrc.d dir
-
-2004-04-28  Łukasz Pawelczyk <havner/at/pld-linux.org>
-
-	* etc/: fstab, group: - fstab patch
-
-2004-04-19  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/services: - more instances of incorrect syntax commented out
-
-2004-04-19  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/services: - commented out syntacticly incorrect entries (man
-	  5 services)
-
-2004-04-11  Tomasz Pala <gotar/at/pld-linux.org>
-
-	* etc/profile: - $SHELL is set once for session, back to $0
-
-2004-04-10  Tomasz Pala <gotar/at/pld-linux.org>
-
-	* etc/profile: - use $SHELL instead of $0
-
-2004-04-06  Adam Gorzkiewicz <adgor/at/pld-linux.org>
-
-	* etc/env.d/SSH_ASKPASS: - This value may be set global too
-
-2004-04-06  Adam Gorzkiewicz <adgor/at/pld-linux.org>
-
-	* etc/profile: - Grrr... binding 'complete' to '^I' needed due to
-	  last bunch of debian patches
-
-2004-04-04  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile: - new variables
-
-2004-04-04  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/: suid_profile, env.d/MAILCHECK, env.d/MAILPATH, env.d/TMOUT:
-	  - suid_profile for privileged shell mode. Few more variables.
-
-2004-04-04  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile, etc/fstab: - fixed MAkefile
-
-2004-04-04  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile, etc/profile, etc/env.d/EDITOR, etc/env.d/HISTFILESIZE,
-	  etc/env.d/HOME_ETC, etc/env.d/NNTPSERVER, etc/env.d/ORGANIZATION,
-	  etc/env.d/VISUAL: - 2.4.6 - basic /etc/env.d support. Simple way
-	  to manage system variables.	 Something quite similar is in
-	  gentoo
-
-2004-04-01  Adam Gorzkiewicz <adgor/at/pld-linux.org>
-
-	* etc/profile: - Do not export MAIL while isn't set here
-
-2004-03-30  Tomasz Pala <gotar/at/pld-linux.org>
-
-	* etc/profile: - cosmetics
-
-2004-03-30  Adam Gorzkiewicz <adgor/at/pld-linux.org>
-
-	* etc/profile: - There's no need to bind 'complete' function for
-	  ksh - rxvt sends same home/end sequences as linux - Fixed
-	  'beginning/end-of-line' bindings for linux|rxvt terms (ksh)	-
-	  TODO: they still do not work properly for these terms - Typo
-
-2004-03-30  Tomasz Pala <gotar/at/pld-linux.org>
-
-	* etc/profile: - HOME_ETC, - RPS1 is back, but not exported
-
-2004-03-30  Tomasz Pala <gotar/at/pld-linux.org>
-
-	* etc/fstab: - shmfs is obsoleted, use tmpfs
-
-2004-02-18  Jacek Konieczny <jajcus/at/pld-linux.org>
-
-	* etc/: group, passwd: - stats user and logs,stats group
-
-2004-02-04  Łukasz Jernaś <deejay1/at/pld-linux.org>
-
-	* etc/fstab: - FHS 2.3 compliance
-
-2004-02-04  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
-	* etc/profile: Drop clock display; it's so stupid (add it in your
-	  own config).
-
-2003-10-02  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/services: - ddp - Pewnie appletalkowy UDP.  The Datagram
-	  Delivery Protocol (DDP) is the network-layer protocol that is
-	  responsible for the socket-to-socket delivery of datagrams over
-	  the AppleTalk Internet. This group manages the DDP layer on the
-	  managed device.
-
-2003-10-02  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/services: - commented out ddp, wtf is this?
-
-2003-10-02  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/services: - back out previous change
-
-2003-10-02  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/services: - commented out incorrect entries
-
-2003-09-26  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/services: - merged from setup.spec patches
-
-2003-09-26  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile: - 2.4.5
-
-2003-09-26  Michał Moskal <malekith/at/pld-linux.org>
-
-	* joinpasswd.c: - fix typo
-
-2003-09-26  Robert Jakub Woźny <speedy/at/pld-linux.org>
-
-	* etc/services: - will i be killed ? - blues: let's make new
-	  release and remove patch from setup.spec - what about cyrus/sieve
-	  ?
-
-2003-09-16  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* joinpasswd.c: - typo
-
-2003-09-16  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile: - stupid typos fixed
-
-2003-09-15  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile: - 2.4.4
-
-2003-09-15  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* Makefile, joinpasswd.c: - prepared Makefile to make creating new
-	  releases easier. Do (finally!!)   compilation of joinpasswd - we
-	  should consider start using it.  - killed pld.org.pl in
-	  joinpasswd source
-
-2003-09-15  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/profile: - key bindings and functions for zsh are out to
-	  zsh.spec
-
-2003-09-15  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/profile: - moved from zsh.spec into proper place.
-
-2003-09-15  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/profile: - added setting of xterm-window title for bash and
-	  zsh. TODO: ksh*
-
-2003-08-08  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/profile: - show clock in zsh :)
-
-2003-04-02  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/services: - added some aliases and few non-IANA entries from
-	  old services - NOW you can make new setup package
-
-2003-04-02  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/services: - ugh, :set ff=unix
-
-2003-04-02  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/services: - removed newlines before eols
-
-2003-04-02  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/services: - grrrrrr, services broken in the same way again...
-	  - first step: unexpanded, comments made really comments, not
-	  aliases
-
-2003-04-01  Witek Kręcicki <adasi/at/pld-linux.org>
-
-	* etc/group:  - nogroup
-
-2003-04-01  Witek Kręcicki <adasi/at/pld-linux.org>
-
-	* etc/: group, services:  - added group and services from SOURCES
-
-2002-12-20  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/group: - added standard Unix nogroup group
-
-2002-12-06  Tomasz Orzechowski <orzech/at/pld-linux.org>
-
-	* etc/passwd: - home/services for ftp and http users
-
-2002-11-17  Adam Gorzkiewicz <adgor/at/pld-linux.org>
-
-	* etc/group: - Added cdwrite (gid=27)
-
-2002-11-04  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* postshell.c: - obsolete
-
-2002-07-23  Michał Moskal <malekith/at/pld-linux.org>
-
-	* etc/passwd: - removed empty line at the end of file
-
-2002-06-13  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/services: - added alias pop=pop2 (expected by imap-pop2)
-
-2002-05-13  Łukasz Jarosław Mozer <baseciq/at/pld-linux.org>
-
-	* etc/profile: - removed IRCSERVER (this should be in
-	  /etc/profile.d instead, provided by packages with irc clients)
-
-2002-05-11  Łukasz Jarosław Mozer <baseciq/at/pld-linux.org>
-
-	* etc/profile: - added IRCSERVER="irc.pld.org.pl" since we have our
-	  irc service :)
-
-2002-04-22  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/group: - removed daemon from group adm
-
-2002-04-20  Michał Moskal <malekith/at/pld-linux.org>
-
-	* postshell.c: - tool to be included in glibc, to run both ldconfig
-	  and telinit in post
-
-2002-03-10  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/services: - added ipp,ldaps,wnn4_Cn,wnn4_Kr,wnn4_Tw
-
-2002-03-07  Michał Moskal <malekith/at/pld-linux.org>
-
-	* joinpasswd.c: - no PLD GNU/Linux, just PLD Linux
-
-2002-03-07  Michał Moskal <malekith/at/pld-linux.org>
-
-	* etc/profile: - s/hostname/uname -n/ (we require sh-utils anyway
-	  (id)), and this   relaxes requirement of net-tools - hmm...
-	  shouldn't require: sh-utils be in spec?
-
-2002-01-07  Marcin Bohosiewicz <marcus/at/pld-linux.org>
-
-	* etc/services: - added 548/tcp and 548/udp for AFP over TCP
-
-2001-12-05  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/profile: -added commented CONFIG_DIR (shoulden't we start
-	  using it??)
-
-2001-10-25  kloczek
-
-	* etc/group: - removed icmp group.
-
-2001-10-24  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/group: - added video group (gid=24), according to
-	  uid_gid.db.txt
-
-2001-10-01  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/group: - one more group for grsec
-
-2001-10-01  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/services: - added alias smtps=ssmtp
-
-2001-09-18  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
-
-	* etc/profile: - fixed PATH setting
-
-2001-08-16  Michał Moskal <malekith/at/pld-linux.org>
-
-	* joinpasswd.c: - changed locking to be compatibile with lckpwdf()
-	  function   used in shadow
-
-2001-08-13  Michał Moskal <malekith/at/pld-linux.org>
-
-	* joinpasswd.c: - added gshadow
-
-2001-08-13  Michał Moskal <malekith/at/pld-linux.org>
-
-	* joinpasswd.c: - added locking databases (compatibile with shadow)
-
-2001-08-13  Michał Moskal <malekith/at/pld-linux.org>
-
-	* joinpasswd.c: - added making backup of updated files
-
-2001-08-13  Michał Moskal <malekith/at/pld-linux.org>
-
-	* joinpasswd.c: - tool for adding new users that appeard in .rpmnew
-	  files.
-
-2001-08-11  Paweł Gołaszewski <blues/at/pld-linux.org>
-
-	* etc/resolv.conf: - resolv.conf - some package should own it...
-
-2001-07-25  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/group: - added groups for kernel 2.4 grsecurity patch
-
-2001-06-26  Jakub Bogusz <qboosh/at/pld-linux.org>
-
-	* etc/services: - unexpanded - comments should be comments, not
-	  aliases - added some ports and aliases (mostly from old services)
-
-2001-06-24  mkochano
-
-	* etc/profile: - Removed setting of MAIL variable. It is done by
-	  pam_mail module.  - Corrected typo.
-
-2001-06-18  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/services: - new, made by Wojciech "Sas" Cieciwa
-	  <cieciwa/at/pld.org.pl>
-
-2001-06-18  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - added ability to recognize ksh93 as bin sh
-
-2001-05-21  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - more kbd stuff for ksh93
-
-2001-05-14  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - some more ksh93 (don't save function definitions
-	  in history)
-
-2001-05-14  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - more ksh93 stuff (Home and End work now :)
-
-2001-05-13  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/profile: ksh93 support
-
-2001-02-09  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
-
-	* etc/services: - added saned (6566/tcp)
-
-2001-01-29  Jacek Konieczny <jajcus/at/pld-linux.org>
-
-	* etc/passwd: - changed user "games" gid to 20
-
-2001-01-11  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
-
-	* etc/group: - added icmp (gid 11)
-
-2000-12-28  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - one more hack for recognizing shell type
-
-2000-12-19  kloczek
-
-	* etc/netgroup: Empty file for netgroup.
-
-2000-12-06  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/profile: more zsh magic
-
-2000-12-05  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/profile: fixed ZSH prompt and enabled history feature
-
-2000-11-02  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - add /usr/X11R6/bin and $HOME/bin to PATH if
-	  missing
-
-2000-11-02  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/fstab: - /var/shm -> /dev/shm
-
-2000-10-27  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/services: added missing zebra services
-
-2000-09-25  Paweł Sakowski <saq/at/pld-linux.org>
-
-	* etc/protocols: - revoking the inet6-apps changes (a patch is a
-	  better idea)
-
-2000-09-25  Paweł Sakowski <saq/at/pld-linux.org>
-
-	* etc/protocols: - merged the protocols from inet6-apps (ping
-	  wouldn't work)
-
-2000-09-05  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - don't barf when 'bind' fails (ksh)
-
-2000-08-06  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/services: - removed ipv6 (must not smoke so much ;) - added
-	  stelnet and qmqp
-
-2000-08-06  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - more ksh hacks
-
-2000-08-04  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/services: - added ipv6 41
-
-2000-08-03  Marcin Bohosiewicz <marcus/at/pld-linux.org>
-
-	* etc/: fstab, group:
-	  - added group "proc" to /etc/group - added "gid=17" in /proc line
-	  in /etc/fstab file
-
-2000-07-24  Paweł Gajda <mis/at/pld-linux.org>
-
-	* etc/services: added Dictionary Server Protocol
-
-2000-07-22  kloczek
-
-	* etc/printcap: - removed.
-
-2000-07-12  Bartosz Waszak <waszi/at/pld-linux.org>
-
-	* etc/services: - typo
-
-2000-07-12  Bartosz Waszak <waszi/at/pld-linux.org>
-
-	* etc/services: - added 464/udp for kpasswdd
-
-2000-06-14  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
-
-	* etc/mtab: - obvious :)
-
-2000-06-04  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
-
-	* etc/services: - added 224/{tcp,udp} (masqdialer)
-
-2000-06-01  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - some fixes - and more beautyfing ;)
-
-2000-05-30  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/hosts: - added 127.0.0.1
-
-2000-05-30  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/fstab: - cosmetics
-
-2000-05-30  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - removed ash
-
-2000-05-30  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - anyone can use sh
-
-2000-05-29  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: -  fix setting up sane defaults for
-	  rootshell/bash/ksh
-
-2000-05-10  kloczek
-
-	* etc/: issue, issue.net: - this files are now in issue package.
-
-2000-05-10  kloczek
-
-	* etc/issue.net: - replace %s by Linux.
-
-2000-05-10  kloczek
-
-	* etc/issue: - like issue.net but using getty tokens.
-
-2000-05-10  kloczek
-
-	* etc/issue.linuxterm: - removed.
-
-2000-05-10  kloczek
-
-	* etc/issue.net: - change version to 1.0.
-
-2000-05-10  kloczek
-
-	* etc/profile.d/: tmp-dir.csh, tmp-dir.sh: - cosmetics.
-
-2000-05-10  kloczek
-
-	* etc/group: - games: 21 -> 20, - added slocate: 21, - added utmp:
-	  22.
-
-2000-05-05  kloczek
-
-	* etc/services: - added ldap 389/{tcp,udp}, - more kerberos
-	  services.
-
-2000-05-05  kloczek
-
-	* etc/securetty: - added tty9-11 and vc/1-11.
-
-2000-05-05  kloczek
-
-	* etc/filesystems: - added "nodev proc", "nodev devpts", "iso9660".
-
-2000-05-05  kloczek
-
-	* etc/group: - console group gid changed to 31 for keep
-	  copatybility with RH.
-
-2000-04-25  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
-
-	* etc/: filesystems, fstab: [no log message]
-
-2000-04-17  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
-
-	* etc/group: - added audio, ttyS - corrected some gids
-
-2000-04-14  Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
-
-	* etc/profile.d/tmp-dir.sh: - removed POSIX-uncompatible &>
-	  redirection :)
-
-2000-02-22  Bartek Szady <bszx/at/pld-linux.org>
-
-	* etc/profile.d/tmp-dir.csh:  - typo
-
-2000-02-02  Paweł Wilk <siefca/at/pld-linux.org>
-
-	* etc/: issue, issue.linuxterm: colours sux
-
-2000-01-30  Paweł Wilk <siefca/at/pld-linux.org>
-
-	* etc/: issue, issue.net: Colorful issue :>
-
-1999-12-02  elephant
-
-	* etc/: hosts, protocols, services: - Added file names at the
-	  beginning of each file   (might be helpful in case of disk crash)
-
-1999-10-05  Bartosz Waszak <waszi/at/pld-linux.org>
-
-	* etc/services: added alias imap - imap2
-
-1999-10-03  Artur Frysiak <wiget/at/pld-linux.org>
-
-	* etc/services: - added `pop3` as alias to pop-3 (fix trouble with
-	  fetchmail)
-
-1999-09-15  kloczek
-
-	* etc/passwd: - change root shell to /bin/sh.
-
-1999-09-15  kloczek
-
-	* etc/group: - fix entry for floppy group, - games must have gid
-	  20.
-
-1999-09-15  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/protocols: - reverted last change
-
-1999-09-14  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/group: - move users from 100 to 1000
-
-1999-08-12  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/hosts: moved here from inet6-apps
-
-1999-08-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/securetty: added ttyS{0,1}
-
-1999-08-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/passwd: /bin/ksh for root shell
-
-1999-08-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile.d/tmp-dir.csh: - ~/tmp creation for (t)csh
-
-1999-08-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile.d/tmp-dir: - cleanup
-
-1999-08-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/protocols: ipv6-icmp -> icmp6
-
-1999-08-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/profile: - umask 077, 007 -> 022, 002 - some minor fixes
-
-1999-08-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/shells: - empty file
-
-1999-08-10  Jan Rękorajski <baggins/at/pld-linux.org>
-
-	* etc/services: - from devel
-
-1999-07-26  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/protocols: - aktualizacja
-
-1999-07-19  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/protocols: updated
-
-1999-07-07  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/services: some kerberos additions
-
-1999-07-01  Artur Frysiak <wiget/at/pld-linux.org>
-
-	* etc/: group, passwd: - sync with uid_gid.txt
-
-1999-06-27  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/services: swat and zebra entries
-
-1999-06-23  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/services: added rsync service
-
-1999-05-13  Artur Frysiak <wiget/at/pld-linux.org>
-
-	* etc/services: - added more s-services
-
-1999-03-08  smyda
-
-	* etc/: group, passwd, profile.d/tmp-dir, profile.d/tmp-dir.sh: -
-	  add some positions
-
-1999-03-07  elephant
-
-	* etc/services:  o Added some comments
-
-1999-03-04  smyda
-
-	* etc/services: - new entries in services
-
-1999-02-26  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/passwd: -added postfix entry
-
-1999-02-25  elephant
-
-	* etc/services: Modified/added some service comments
-
-	   Modified Files:
-		  setup/etc/services
-
-1999-02-25  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/profile.d/tmp-dir.sh: renamed to tmp-dir.sh
-
-1999-02-25  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/profile.d/tmp-dir: - ~/tmp is now created at user login
-
-1999-02-24  kloczek
-
-	* etc/profile:
-	  - added modifications which allow setup base setting for ash,
-	  bash	 and ksh shells.
-
-1999-02-05  elephant
-
-	* etc/: passwd, profile:
-	   Modified Files:
-		  passwd profile
-
-1999-02-04  Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
-
-	* etc/: csh.cshrc, group, passwd, profile, protocols, services,
-	  shadow, shells:
-	  Now setup is PLD-devel ready.
-
-1999-02-01  kloczek
-
-	* etc/services:
-	  - added rsync entries.
-
-1999-01-26  elephant
-
-	* etc/: csh.cshrc, group, protocols, services:
-	   Modified Files:
-		  csh.cshrc group protocols services
-
-1999-01-26  elephant
-
-	* etc/profile:
-	   Modified Files:
-		  profile
-
-1999-01-25  elephant
-
-	* etc/: services, shells:
-	   Modified Files:
-		  services shells
-
-1999-01-22  kloczek
-
-	* etc/services:
-	  - more services.
-
-1999-01-22  kloczek
-
-	* etc/: csh.cshrc, group, host.conf, motd, passwd, printcap,
-	  profile, protocols, securetty, services, shadow, shells:
-	  - initial version sources setup package.
-
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/setup.git/commitdiff/81e2bc872afdd37892d3bb10fa3b5fbe81cbc715



More information about the pld-cvs-commit mailing list