]> git.pld-linux.org Git - projects/setup.git/blob - ChangeLog
- ChangeLog update by changelog.sh
[projects/setup.git] / ChangeLog
1 2005-09-16  sparky  <sparky@pld-linux.org>
2
3         * etc/fstab, etc/group: - added group usb (78), use this group in usbfs
4
5 2005-08-10  baggins  <baggins@pld-linux.org>
6
7         * etc/fstab: - added cpuset
8
9 2005-06-28  qboosh  <qboosh@pld-linux.org>
10
11         * etc/fstab: - ntfs on Linux 2.4.x still uses iocharset=
12         - typo in vfat entry
13
14 2005-06-28  blues  <blues@pld-linux.org>
15
16         * etc/fstab: - ENOTIME - reverted nls for vfat
17
18 2005-06-27  blues  <blues@pld-linux.org>
19
20         * etc/fstab: - iocharset is deprecated
21
22 2005-05-26  blues  <blues@pld-linux.org>
23
24         * etc/profile, etc/services:
25         - setting PS1 moved to *rc of each shell. What with ksh93? There is no rc
26           file...; added safetp service (exotic encrypted ftp)
27
28 2005-03-22  blues  <blues@pld-linux.org>
29
30         * Makefile: - ooops - real 2.4.10 :)
31
32         * .cvsignore, etc/.cvsignore: - cvs ignore
33
34         * Makefile: - started with 2.4.10
35
36         * Makefile: - 2.4.9
37
38         * etc/services: - updated, according to SOURCES/setup-services.patch
39
40 2005-03-06  glen  <glen@pld-linux.org>
41
42         * etc/profile: - unset strstr function created
43
44         * etc/profile: - optimize: skip three grep executions
45
46         * etc/profile: - optimize: don't call 'id -un' twice
47
48 2005-02-11  blues  <blues@pld-linux.org>
49
50         * Makefile, etc/group: - 2.4.8 - added backup group (GID=39)
51
52 2005-01-07  arekm  <arekm@pld-linux.org>
53
54         * etc/passwd: set default shells to /bin/false
55
56 2005-01-03  blues  <blues@pld-linux.org>
57
58         * Makefile, etc/fstab, etc/group, etc/profile.d/tmp-dir.csh, etc/profile.d/tmp-dir.sh:
59         - 2.4.7 - lets release it and merge pending patches
60
61 2004-09-06  arekm  <arekm@pld-linux.org>
62
63         * etc/fstab:
64         Put mode=1777,nosuid,nodev,noexec for /dev/shm explictly (it's 1777 by default so anyone can put normal files there).
65
66 2004-09-04  blues  <blues@pld-linux.org>
67
68         * etc/profile: - add rxvt too
69
70 2004-09-01  blues  <blues@pld-linux.org>
71
72         * etc/profile: - added gnome to terminals
73
74 2004-07-23  havner  <havner@pld-linux.org>
75
76         * etc/fstab: - gid=17 for sysfs
77
78 2004-07-19  domelu  <domelu@pld-linux.org>
79
80         * etc/services:
81         - added netserver (12865/tcp and 12865/udp) for Netperf Server
82
83 2004-06-30  djurban  <djurban@pld-linux.org>
84
85         * etc/group: - revert my changes
86
87 2004-06-29  djurban  <djurban@pld-linux.org>
88
89         * etc/group: - add services
90
91 2004-05-03  wolf  <wolf@pld-linux.org>
92
93         * etc/profile: - remove RPS1
94
95 2004-04-30  gotar  <gotar@pld-linux.org>
96
97         * etc/profile: - /etc/profile.d/* can be -x
98
99 2004-04-29  qboosh  <qboosh@pld-linux.org>
100
101         * etc/group: - fixed nogroup entry
102
103 2004-04-28  havner  <havner@pld-linux.org>
104
105         * Makefile: - updated for shrc.d dir
106
107         * etc/group, etc/fstab: - fstab patch
108
109 2004-04-19  baggins  <baggins@pld-linux.org>
110
111         * etc/services: - more instances of incorrect syntax commented out
112
113         * etc/services:
114         - commented out syntacticly incorrect entries (man 5 services)
115
116 2004-04-11  gotar  <gotar@pld-linux.org>
117
118         * etc/profile: - $SHELL is set once for session, back to $0
119
120         * etc/profile: - use $SHELL instead of $0
121
122 2004-04-07  adgor  <adgor@pld-linux.org>
123
124         * etc/env.d/SSH_ASKPASS: - This value may be set global too
125
126 2004-04-06  adgor  <adgor@pld-linux.org>
127
128         * etc/profile:
129         - Grrr... binding 'complete' to '^I' needed due to last bunch of debian patches
130
131 2004-04-04  blues  <blues@pld-linux.org>
132
133         * Makefile: - new variables
134
135         * etc/env.d/MAILPATH, etc/env.d/TMOUT, etc/env.d/MAILCHECK, etc/suid_profile:
136         - suid_profile for privileged shell mode. Few more variables.
137
138         * Makefile, etc/fstab: - fixed MAkefile
139
140         * 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, etc/profile, Makefile:
141         - 2.4.6 - basic /etc/env.d support. Simple way to manage system variables.
142           Something quite similar is in gentoo
143
144 2004-04-01  adgor  <adgor@pld-linux.org>
145
146         * etc/profile: - Do not export MAIL while isn't set here
147
148 2004-03-31  gotar  <gotar@pld-linux.org>
149
150         * etc/profile: - cosmetics
151
152 2004-03-31  adgor  <adgor@pld-linux.org>
153
154         * etc/profile: - There's no need to bind 'complete' function for ksh
155         - rxvt sends same home/end sequences as linux
156         - Fixed 'beginning/end-of-line' bindings for linux|rxvt terms (ksh)
157           - TODO: they still do not work properly for these terms
158         - Typo
159
160 2004-03-31  gotar  <gotar@pld-linux.org>
161
162         * etc/profile: - HOME_ETC,
163         - RPS1 is back, but not exported
164
165         * etc/fstab: - shmfs is obsoleted, use tmpfs
166
167 2004-02-18  jajcus  <jajcus@pld-linux.org>
168
169         * etc/group, etc/passwd: - stats user and logs,stats group
170
171 2004-02-04  deejay1  <deejay1@pld-linux.org>
172
173         * etc/fstab: - FHS 2.3 compliance
174
175 2004-02-04  arekm  <arekm@pld-linux.org>
176
177         * etc/profile:
178         Drop clock display; it's so stupid (add it in your own config).
179
180 2003-10-03  baggins  <baggins@pld-linux.org>
181
182         * etc/services: - ddp - Pewnie appletalkowy UDP.
183         The Datagram Delivery Protocol (DDP) is the network-layer protocol that is
184         responsible for the socket-to-socket delivery of datagrams over the AppleTalk
185         Internet. This group manages the DDP layer on the managed device.
186
187 2003-10-02  baggins  <baggins@pld-linux.org>
188
189         * etc/services: - commented out ddp, wtf is this?
190
191         * etc/services: - back out previous change
192
193         * etc/services: - commented out incorrect entries
194
195 2003-09-26  blues  <blues@pld-linux.org>
196
197         * etc/services: - merged from setup.spec patches
198
199         * Makefile: - 2.4.5
200
201 2003-09-26  malekith  <malekith@pld-linux.org>
202
203         * joinpasswd.c: - fix typo
204
205 2003-09-26  speedy  <speedy@pld-linux.org>
206
207         * etc/services: - will i be killed ?
208         - blues: let's make new release and remove patch from setup.spec
209         - what about cyrus/sieve ?
210
211 2003-09-16  blues  <blues@pld-linux.org>
212
213         * joinpasswd.c: - typo
214
215         * Makefile: - stupid typos fixed
216
217         * Makefile: - 2.4.4
218
219         * Makefile, joinpasswd.c:
220         - prepared Makefile to make creating new releases easier. Do (finally!!)
221           compilation of joinpasswd - we should consider start using it.
222         - killed pld.org.pl in joinpasswd source
223
224         * etc/profile: - key bindings and functions for zsh are out to zsh.spec
225
226 2003-09-15  blues  <blues@pld-linux.org>
227
228         * etc/profile: - moved from zsh.spec into proper place.
229
230         * etc/profile:
231         - added setting of xterm-window title for bash and zsh. TODO: ksh*
232
233 2003-08-08  blues  <blues@pld-linux.org>
234
235         * etc/profile: - show clock in zsh :)
236
237 2003-04-02  qboosh  <qboosh@pld-linux.org>
238
239         * etc/services:
240         - added some aliases and few non-IANA entries from old services
241         - NOW you can make new setup package
242
243         * etc/services: - ugh, :set ff=unix
244
245         * etc/services: - removed newlines before eols
246
247         * etc/services: - grrrrrr, services broken in the same way again...
248         - first step: unexpanded, comments made really comments, not aliases
249
250 2003-04-01  adasi  <adasi@pld-linux.org>
251
252         * etc/group:  - nogroup
253
254         * etc/group, etc/services:  - added group and services from SOURCES
255
256 2002-12-20  blues  <blues@pld-linux.org>
257
258         * etc/group: - added standard Unix nogroup group
259
260 2002-12-06  orzech  <orzech@pld-linux.org>
261
262         * etc/passwd: - home/services for ftp and http users
263
264 2002-11-17  adgor  <adgor@pld-linux.org>
265
266         * etc/group: - Added cdwrite (gid=27)
267
268 2002-07-23  malekith  <malekith@pld-linux.org>
269
270         * etc/passwd: - removed empty line at the end of file
271
272 2002-06-13  qboosh  <qboosh@pld-linux.org>
273
274         * etc/services: - added alias pop=pop2 (expected by imap-pop2)
275
276 2002-05-13  baseciq  <baseciq@pld-linux.org>
277
278         * etc/profile:
279         - removed IRCSERVER (this should be in /etc/profile.d instead, provided by packages with irc clients)
280
281 2002-05-11  baseciq  <baseciq@pld-linux.org>
282
283         * etc/profile:
284         - added IRCSERVER="irc.pld.org.pl" since we have our irc service :)
285
286 2002-04-22  blues  <blues@pld-linux.org>
287
288         * etc/group: - removed daemon from group adm
289
290 2002-03-10  qboosh  <qboosh@pld-linux.org>
291
292         * etc/services: - added ipp,ldaps,wnn4_Cn,wnn4_Kr,wnn4_Tw
293
294 2002-03-07  malekith  <malekith@pld-linux.org>
295
296         * joinpasswd.c: - no PLD GNU/Linux, just PLD Linux
297
298         * etc/profile:
299         - s/hostname/uname -n/ (we require sh-utils anyway (id)), and this
300           relaxes requirement of net-tools
301         - hmm... shouldn't require: sh-utils be in spec?
302
303 2002-01-07  marcus  <marcus@pld-linux.org>
304
305         * etc/services: - added 548/tcp and 548/udp for AFP over TCP
306
307 2001-12-05  blues  <blues@pld-linux.org>
308
309         * etc/profile:
310         -added commented CONFIG_DIR (shoulden't we start using it??)
311
312 2001-10-25  kloczek  <kloczek@pld-linux.org>
313
314         * etc/group: - removed icmp group.
315
316 2001-10-24  qboosh  <qboosh@pld-linux.org>
317
318         * etc/group: - added video group (gid=24), according to uid_gid.db.txt
319
320 2001-10-01  baggins  <baggins@pld-linux.org>
321
322         * etc/group: - one more group for grsec
323
324 2001-10-01  qboosh  <qboosh@pld-linux.org>
325
326         * etc/services: - added alias smtps=ssmtp
327
328 2001-09-18  zagrodzki  <zagrodzki@pld-linux.org>
329
330         * etc/profile: - fixed PATH setting
331
332 2001-08-16  malekith  <malekith@pld-linux.org>
333
334         * joinpasswd.c:
335         - changed locking to be compatibile with lckpwdf() function
336           used in shadow
337
338 2001-08-13  malekith  <malekith@pld-linux.org>
339
340         * joinpasswd.c: - added gshadow
341
342         * joinpasswd.c: - added locking databases (compatibile with shadow)
343
344         * joinpasswd.c: - added making backup of updated files
345
346         * joinpasswd.c:
347         - tool for adding new users that appeard in .rpmnew files.
348
349 2001-08-11  blues  <blues@pld-linux.org>
350
351         * etc/resolv.conf: - resolv.conf - some package should own it...
352
353 2001-07-25  baggins  <baggins@pld-linux.org>
354
355         * etc/group: - added groups for kernel 2.4 grsecurity patch
356
357 2001-06-26  qboosh  <qboosh@pld-linux.org>
358
359         * etc/services: - unexpanded
360         - comments should be comments, not aliases
361         - added some ports and aliases (mostly from old services)
362
363 2001-06-24  mkochano  <mkochano@pld-linux.org>
364
365         * etc/profile:
366         - Removed setting of MAIL variable. It is done by pam_mail module.
367         - Corrected typo.
368
369 2001-06-18  baggins  <baggins@pld-linux.org>
370
371         * etc/services:
372         - new, made by Wojciech "Sas" Cieciwa <cieciwa@pld.org.pl>
373
374         * etc/profile: - added ability to recognize ksh93 as bin sh
375
376 2001-05-21  baggins  <baggins@pld-linux.org>
377
378         * etc/profile: - more kbd stuff for ksh93
379
380 2001-05-14  baggins  <baggins@pld-linux.org>
381
382         * etc/profile:
383         - some more ksh93 (don't save function definitions in history)
384
385         * etc/profile: - more ksh93 stuff (Home and End work now :)
386
387 2001-05-13  misiek  <misiek@pld-linux.org>
388
389         * etc/profile: ksh93 support
390
391 2001-02-09  zagrodzki  <zagrodzki@pld-linux.org>
392
393         * etc/services: - added saned (6566/tcp)
394
395 2001-01-29  jajcus  <jajcus@pld-linux.org>
396
397         * etc/passwd: - changed user "games" gid to 20
398
399 2001-01-11  zagrodzki  <zagrodzki@pld-linux.org>
400
401         * etc/group: - added icmp (gid 11)
402
403 2000-12-28  baggins  <baggins@pld-linux.org>
404
405         * etc/profile: - one more hack for recognizing shell type
406
407 2000-12-19  kloczek  <kloczek@pld-linux.org>
408
409         * etc/netgroup: Empty file for netgroup.
410
411 2000-12-06  misiek  <misiek@pld-linux.org>
412
413         * etc/profile: more zsh magic
414
415 2000-12-05  misiek  <misiek@pld-linux.org>
416
417         * etc/profile: fixed ZSH prompt and enabled history feature
418
419 2000-11-02  baggins  <baggins@pld-linux.org>
420
421         * etc/profile: - add /usr/X11R6/bin and $HOME/bin to PATH if missing
422
423         * etc/fstab: - /var/shm -> /dev/shm
424
425 2000-10-27  misiek  <misiek@pld-linux.org>
426
427         * etc/services: added missing zebra services
428
429 2000-09-25  saq  <saq@pld-linux.org>
430
431         * etc/protocols:
432         - revoking the inet6-apps changes (a patch is a better idea)
433
434         * etc/protocols:
435         - merged the protocols from inet6-apps (ping wouldn't work)
436
437 2000-09-06  baggins  <baggins@pld-linux.org>
438
439         * etc/profile: - don't barf when 'bind' fails (ksh)
440
441 2000-08-06  baggins  <baggins@pld-linux.org>
442
443         * etc/services: - removed ipv6 (must not smoke so much ;)
444         - added stelnet and qmqp
445
446         * etc/profile: - more ksh hacks
447
448 2000-08-04  baggins  <baggins@pld-linux.org>
449
450         * etc/services: - added ipv6 41
451
452 2000-08-03  marcus  <marcus@pld-linux.org>
453
454         * etc/fstab, etc/group:
455         - added group "proc" to /etc/group
456         - added "gid=17" in /proc line in /etc/fstab file
457
458 2000-07-24  mis  <mis@pld-linux.org>
459
460         * etc/services: added Dictionary Server Protocol
461
462 2000-07-22  kloczek  <kloczek@pld-linux.org>
463
464         * etc/Attic/printcap: - removed.
465
466 2000-07-13  waszi  <waszi@pld-linux.org>
467
468         * etc/services: - typo
469
470         * etc/services: - added 464/udp for kpasswdd
471
472 2000-06-14  zagrodzki  <zagrodzki@pld-linux.org>
473
474         * etc/mtab: - obvious :)
475
476 2000-06-04  zagrodzki  <zagrodzki@pld-linux.org>
477
478         * etc/services: - added 224/{tcp,udp} (masqdialer)
479
480 2000-06-01  baggins  <baggins@pld-linux.org>
481
482         * etc/profile: - some fixes
483         - and more beautyfing ;)
484
485 2000-05-30  baggins  <baggins@pld-linux.org>
486
487         * etc/hosts: - added 127.0.0.1
488
489         * etc/fstab: - cosmetics
490
491         * etc/profile: - removed ash
492
493         * etc/profile: - anyone can use sh
494
495 2000-05-29  baggins  <baggins@pld-linux.org>
496
497         * etc/profile: -  fix setting up sane defaults for rootshell/bash/ksh
498
499 2000-05-10  kloczek  <kloczek@pld-linux.org>
500
501         * etc/Attic/issue, etc/Attic/issue.net:
502         - this files are now in issue package.
503
504         * etc/Attic/issue.net: - replace %s by Linux.
505
506         * etc/Attic/issue: - like issue.net but using getty tokens.
507
508         * etc/Attic/issue.linuxterm: - removed.
509
510         * etc/Attic/issue.net: - change version to 1.0.
511
512         * etc/profile.d/tmp-dir.csh, etc/profile.d/tmp-dir.sh: - cosmetics.
513
514         * etc/group: - games: 21 -> 20,
515         - added slocate: 21,
516         - added utmp: 22.
517
518 2000-05-06  kloczek  <kloczek@pld-linux.org>
519
520         * etc/services: - added ldap 389/{tcp,udp},
521         - more kerberos services.
522
523 2000-05-05  kloczek  <kloczek@pld-linux.org>
524
525         * etc/securetty: - added tty9-11 and vc/1-11.
526
527         * etc/filesystems: - added "nodev proc", "nodev devpts", "iso9660".
528
529         * etc/group:
530         - console group gid changed to 31 for keep copatybility with RH.
531
532 2000-04-25  zagrodzki  <zagrodzki@pld-linux.org>
533
534         * etc/filesystems, etc/fstab: *** empty log message ***
535
536 2000-04-17  zagrodzki  <zagrodzki@pld-linux.org>
537
538         * etc/group: - added audio, ttyS
539         - corrected some gids
540
541 2000-04-14  zagrodzki  <zagrodzki@pld-linux.org>
542
543         * etc/profile.d/tmp-dir.sh:
544         - removed POSIX-uncompatible &> redirection :)
545
546 2000-02-22  bszx  <bszx@pld-linux.org>
547
548         * etc/profile.d/tmp-dir.csh:  - typo
549
550 2000-02-03  siefca  <siefca@pld-linux.org>
551
552         * etc/Attic/issue, etc/Attic/issue.linuxterm: colours sux
553
554 2000-01-30  siefca  <siefca@pld-linux.org>
555
556         * etc/Attic/issue, etc/Attic/issue.net: Colorful issue :>
557
558 1999-12-02  elephant  <elephant@pld-linux.org>
559
560         * etc/hosts, etc/protocols, etc/services:
561         - Added file names at the beginning of each file
562           (might be helpful in case of disk crash)
563
564 1999-10-05  waszi  <waszi@pld-linux.org>
565
566         * etc/services: added alias imap - imap2
567
568 1999-10-03  wiget  <wiget@pld-linux.org>
569
570         * etc/services:
571         - added `pop3` as alias to pop-3 (fix trouble with fetchmail)
572
573 1999-09-15  kloczek  <kloczek@pld-linux.org>
574
575         * etc/passwd: - change root shell to /bin/sh.
576
577         * etc/group: - fix entry for floppy group,
578         - games must have gid 20.
579
580 1999-09-15  misiek  <misiek@pld-linux.org>
581
582         * etc/protocols: - reverted last change
583
584 1999-09-14  baggins  <baggins@pld-linux.org>
585
586         * etc/group: - move users from 100 to 1000
587
588 1999-08-12  misiek  <misiek@pld-linux.org>
589
590         * etc/hosts: moved here from inet6-apps
591
592 1999-08-10  baggins  <baggins@pld-linux.org>
593
594         * etc/securetty: added ttyS{0,1}
595
596         * etc/passwd: /bin/ksh for root shell
597
598         * etc/profile.d/tmp-dir.csh: - ~/tmp creation for (t)csh
599
600         * etc/profile.d/Attic/tmp-dir: - porz±dki
601
602         * etc/protocols: ipv6-icmp -> icmp6
603
604         * etc/profile: - umask 077, 007 -> 022, 002
605         - some minor fixes
606
607         * etc/shells: - empty file
608
609         * etc/services: - from devel
610
611 1999-07-26  misiek  <misiek@pld-linux.org>
612
613         * etc/protocols: - aktualizacja
614
615 1999-07-19  misiek  <misiek@pld-linux.org>
616
617         * etc/protocols: updated
618
619 1999-07-07  misiek  <misiek@pld-linux.org>
620
621         * etc/services: parê kerberosowych dodatków
622
623 1999-07-01  wiget  <wiget@pld-linux.org>
624
625         * etc/group, etc/passwd: - sync with uid_gid.txt
626
627 1999-06-27  misiek  <misiek@pld-linux.org>
628
629         * etc/services: swat and zebra entries
630
631 1999-06-23  misiek  <misiek@pld-linux.org>
632
633         * etc/services: added rsync service
634
635 1999-05-13  wiget  <wiget@pld-linux.org>
636
637         * etc/services: - added more s-services
638
639 1999-03-08  smyda  <smyda@pld-linux.org>
640
641         * etc/profile.d/Attic/tmp-dir, etc/profile.d/tmp-dir.sh, etc/group, etc/passwd:
642         - add some positions
643
644 1999-03-07  elephant  <elephant@pld-linux.org>
645
646         * etc/services:  o Added some comments
647
648 1999-03-04  smyda  <smyda@pld-linux.org>
649
650         * etc/services: - new entries in services
651
652 1999-02-26  misiek  <misiek@pld-linux.org>
653
654         * etc/passwd: -added postfix entry
655
656 1999-02-25  elephant  <elephant@pld-linux.org>
657
658         * etc/services: Modified/added some service comments
659
660          Modified Files:
661                 setup/etc/services
662
663 1999-02-25  misiek  <misiek@pld-linux.org>
664
665         * etc/profile.d/tmp-dir.sh: renamed to tmp-dir.sh
666
667         * etc/profile.d/Attic/tmp-dir: - ~/tmp is now created at user login
668
669 1999-02-24  kloczek  <kloczek@pld-linux.org>
670
671         * etc/profile:
672         - added modifications which allow setup base setting for ash, bash
673           and ksh shells.
674
675 1999-02-06  elephant  <elephant@pld-linux.org>
676
677         * etc/passwd, etc/profile:
678          Modified Files:
679                 passwd profile
680
681 1999-02-04  misiek  <misiek@pld-linux.org>
682
683         * etc/Attic/csh.cshrc, etc/Attic/shadow, etc/group, etc/passwd, etc/profile, etc/protocols, etc/services, etc/shells:
684         Now setup is PLD-devel ready.
685
686 1999-02-01  kloczek  <kloczek@pld-linux.org>
687
688         * etc/services:
689         - added rsync entries.
690
691 1999-01-26  elephant  <elephant@pld-linux.org>
692
693         * etc/Attic/csh.cshrc, etc/group, etc/protocols, etc/services:
694          Modified Files:
695                 csh.cshrc group protocols services
696
697         * etc/profile:
698          Modified Files:
699                 profile
700
701 1999-01-25  elephant  <elephant@pld-linux.org>
702
703         * etc/services, etc/shells:
704          Modified Files:
705                 services shells
706
707 1999-01-22  kloczek  <kloczek@pld-linux.org>
708
709         * etc/services:
710         - more services.
711
712         * etc/Attic/csh.cshrc, etc/Attic/printcap, etc/Attic/shadow, etc/group, etc/host.conf, etc/motd, etc/passwd, etc/profile, etc/protocols, etc/securetty, etc/services, etc/shells:
713         - initial version sources setup package.
714
This page took 0.119614 seconds and 3 git commands to generate.