]> git.pld-linux.org Git - projects/setup.git/blame - ChangeLog
- get rid of /media mounts, it's done by udev automagic these days
[projects/setup.git] / ChangeLog
CommitLineData
dc010b25
AM
12012-01-12 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
2
3 * Makefile: Version 2.8.2.
4
c51d9d65
AM
52012-01-12 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
6
7 * etc/fstab: hidepid=2 as explainded in
8 https://lwn.net/Articles/474645/; will work in >= 3.3; no effect
9 in older kernels
10
112011-12-08 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
12
13 * joinpasswd.c: fsync/close after loop.
14
04289684
AM
152011-12-08 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
16
17 * joinpasswd.c: Report better errors.
18
192011-12-08 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
20
21 * Makefile: 2.8.1
22
f23d2c1c
AM
232011-12-08 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
24
25 * joinpasswd.c: Check much more return values, fsync file, close
26 descriptor.
27
282011-12-08 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
29
30 * joinpasswd.c: Check write/close return values.
31
ec6295d7
AM
322011-11-28 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
33
34 * Makefile: No mtab file.
35
362011-11-28 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
37
38 * etc/mtab: Version 2.8.0. /etc/mtab is now symlink to
39 /proc/self/mounts
40
bc4bd214
ER
412011-11-27 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
42
43 * Makefile: Version 2.7.4.
44
452011-10-14 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
46
47 * postshell.c: Skip commented out lines.
48
492011-03-06 Elan Ruusamäe <glen/at/pld-linux.org>
50
51 * etc/profile.d/: tmp-dir.csh, tmp-dir.sh: - do not forcibly create
52 user ~/tmp to allow clean $HOME for desktop users. besides
53 /etc/skel provides it now
54
552011-02-24 Tomasz Pala <gotar/at/pld-linux.org>
56
57 * etc/profile: - more generic check of parameters to be exported
58
592011-02-24 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
60
61 * etc/profile: - only export var in zsh if var is actually set
62
632011-02-10 Jan Rękorajski <baggins/at/pld-linux.org>
64
65 * etc/fstab: - drop cgroup altogether, it's mounted by scripts
66 (cpuset of cgconfig)
67
682011-02-10 Jan Rękorajski <baggins/at/pld-linux.org>
69
70 * etc/fstab: - removed cpuset - noauto for cgroup
71
722011-01-25 Elan Ruusamäe <glen/at/pld-linux.org>
73
74 * changelog.sh: - use neutral timezone when generating changelogs
75
14638b36
ER
762011-01-25 Elan Ruusamäe <glen/at/pld-linux.org>
77
78 * Makefile: - up to 2.7.3
79
6fa3d032
ER
802011-01-22 Elan Ruusamäe <glen/at/pld-linux.org>
81
82 * etc/profile: - vim needs filetype not syntax
83
842011-01-22 Elan Ruusamäe <glen/at/pld-linux.org>
85
86 * etc/profile: - add xdg like ~/.local/bin to PATH if exists
87
882011-01-22 Elan Ruusamäe <glen/at/pld-linux.org>
89
90 * etc/profile: - add to PATH only existing dirs
91
922010-11-02 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
93
94 * etc/fstab: Prefer all cgroup subsystems instead of cpuset only.
95 Use common place for mounting thse.
96
01f73f1b 972010-03-25 Paweł Zuzelski <pawelz/at/pld-linux.org>
98
99 * Makefile: - 2.7.2
100
1012010-03-25 Paweł Zuzelski <pawelz/at/pld-linux.org>
102
6fa3d032
ER
103 * etc/passwd: changed $HOME of stats an nobody users to
104 /usr/share/empty. It is because of davfs2, which does not allow
105 non-root user to mount filesystem into $HOME of another user, so
106 it won't work if any user has "/" as its home. Note that it does
107 not introduce dependency from package containing /usr/share/empty
108 directory. These users don't use their $HOME so it don't have to
109 be real directory.
110
1112009-06-09 Elan Ruusamäe <glen/at/pld-linux.org>
112
113 * etc/fstab: - sdX is more common, add /boot
114
1152009-06-09 Elan Ruusamäe <glen/at/pld-linux.org>
116
117 * etc/fstab: - cleanup obsolete /devfs, enable shm
118
1192009-05-27 Tomasz Pala <gotar/at/pld-linux.org>
120
121 * etc/profile: - skip /etc/env.d/*.zwc (zsh compiled) files, -
122 quote env.d and shrc.d file names
123
1242009-03-02 Elan Ruusamäe <glen/at/pld-linux.org>
125
126 * Makefile: - typo
01f73f1b 127
d83e9683
JR
1282009-03-02 Jan Rękorajski <baggins/at/pld-linux.org>
129
130 * Makefile: - 2.6.2
131
1322009-03-02 Jan Rękorajski <baggins/at/pld-linux.org>
133
134 * delpasswd.c: - typo
135
1362009-03-02 Jan Rękorajski <baggins/at/pld-linux.org>
137
138 * delpasswd.c: - added verifyp(), don't mess with files if there is
139 no reason to
140
14638b36 1412009-03-01 Jan Rękorajski <baggins/at/pld-linux.org>
d83e9683
JR
142
143 * Makefile, delpasswd.c, grouprename.c: - grouprename replaced by
144 joinpasswd+delpasswd combo
145
1462009-02-21 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
147
148 * joinpasswd.c: - test return values
149
1502009-02-19 Elan Ruusamäe <glen/at/pld-linux.org>
151
152 * changelog.sh: - fail on errors
153
7a930ea6
ER
1542009-02-19 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
155
156 * etc/profile: - apply to all xterm/konsole/rxvt variations
157
1582009-01-26 Elan Ruusamäe <glen/at/pld-linux.org>
159
160 * grouprename.c: - spelling
161
1622009-01-26 Jan Rękorajski <baggins/at/pld-linux.org>
163
164 * Makefile: - added grouprename program
165
1662009-01-26 Jan Rękorajski <baggins/at/pld-linux.org>
167
168 * grouprename.c: - shameles ripoff of joinpasswd.c
169
d83e9683 1702009-01-25 Jan Rękorajski <baggins/at/pld-linux.org>
7a930ea6
ER
171
172 * Makefile: - 2.6.1
173
d83e9683 1742009-01-25 Jan Rękorajski <baggins/at/pld-linux.org>
7a930ea6
ER
175
176 * etc/group: - added tape group - renamed cdwrite -> cdrom and ttyS
177 -> dialout
178
1792008-09-09 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
180
181 * etc/profile.d/: tmp-dir.csh, tmp-dir.sh: - don't set TMPDIR to
182 ~/tmp if it doesn't exist
183
1842008-07-14 Elan Ruusamäe <glen/at/pld-linux.org>
185
186 * etc/resolv.conf: - kill trailing space
187
1882008-05-27 Elan Ruusamäe <glen/at/pld-linux.org>
189
190 * Makefile: - mislooked: so 2.6.0!
191
1922008-05-27 Elan Ruusamäe <glen/at/pld-linux.org>
193
194 * etc/fstab: - e3 socks
195
1962008-05-27 Elan Ruusamäe <glen/at/pld-linux.org>
197
198 * etc/fstab: - no fsck for journaled filesystem
199
2002008-05-27 Elan Ruusamäe <glen/at/pld-linux.org>
201
202 * Makefile: - 2.5.7
203
2042008-05-27 Elan Ruusamäe <glen/at/pld-linux.org>
205
206 * etc/profile: - apply setup-dquo.patch (by pascalek)
207
2082008-05-27 Elan Ruusamäe <glen/at/pld-linux.org>
209
210 * Makefile: - add changelog target
211
2122008-05-27 Elan Ruusamäe <glen/at/pld-linux.org>
213
214 * changelog.sh: - based on rc-inetd copy of script - add charset
215 hacks (thx patrys for pl->en)
216
2172008-05-27 Elan Ruusamäe <glen/at/pld-linux.org>
218
219 * Makefile: - add distfiles rule to upload to distfiles
220
2212008-05-27 Elan Ruusamäe <glen/at/pld-linux.org>
222
223 * Makefile: - add tag target
224
2252008-05-27 Elan Ruusamäe <glen/at/pld-linux.org>
226
227 * Makefile: - add update-fstab postshell from sources - version
228 2.5.6 (to be bigger than FC2 has)
229
2302008-04-18 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
231
232 * etc/group: - fuse should exist here (for dev sake)
233
2342008-04-01 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
235
236 * Makefile: - version bump for future
237
2382008-04-01 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
239
240 * etc/securetty: Add udev/devfs style tts/{0,1} to /etc/securetty
241 (glen).
242
2432008-04-01 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
244
245 * etc/profile: Read /etc/profile.env if available (glen).
246
2472008-04-01 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
248
249 * etc/profile.d/: tmp-dir.csh, tmp-dir.sh: Set TMPDIR variable,
250 too.
251
2522007-11-25 Jakub Bogusz <qboosh/at/pld-linux.org>
253
254 * Makefile: - set sane permissions in make dist
255
2562007-11-25 Jakub Bogusz <qboosh/at/pld-linux.org>
257
258 * etc/services: - merged update from iana-etc 2.20
259
2602007-11-21 Adam Gołębiowski <adamg/at/pld-linux.org>
261
262 * Makefile: - start working on 2.4.12
263
2642007-11-21 Adam Gołębiowski <adamg/at/pld-linux.org>
265
266 * etc/services: - git 9418/tcp
267
2682007-11-01 Elan Ruusamäe <glen/at/pld-linux.org>
269
270 * changelog.sh: - changelog generator. based on rc-scripts one
271
2722007-07-19 Paweł Gołaszewski <blues/at/pld-linux.org>
273
274 * etc/services: - it was too late for commits. Put csync2 in proper
275 place.
276
14638b36 2772007-07-18 Paweł Gołaszewski <blues/at/pld-linux.org>
7a930ea6
ER
278
279 * Makefile: - 2.4.11
280
14638b36 2812007-07-18 Paweł Gołaszewski <blues/at/pld-linux.org>
7a930ea6
ER
282
283 * TODO: - some future TODO
284
14638b36 2852007-07-18 Paweł Gołaszewski <blues/at/pld-linux.org>
7a930ea6
ER
286
287 * etc/services: - csync2 added
288
2892006-09-01 Bartosz Taudul <wolf/at/pld-linux.org>
290
291 * etc/resolv.conf: - add some public dns servers
292
2932006-03-26 Paweł Gołaszewski <blues/at/pld-linux.org>
294
295 * etc/fstab: - devfs is obsolete now
296
2972006-03-25 Jakub Bogusz <qboosh/at/pld-linux.org>
298
299 * etc/passwd: - changed news home to /home/services/news
300
3012006-03-07 Paweł Sikora <pluto/at/pld-linux.org>
302
303 * postshell.c: - klibc fix.
304
3052005-10-05 Jakub Bogusz <qboosh/at/pld-linux.org>
306
307 * update-fstab.c: - sync devgid,devmode order with fstab included
308 in setup 2.4.10
309
3102005-09-22 Przemysław Iskra <sparky/at/pld-linux.org>
311
312 * update-fstab.c: - don't fail when there's no usbfs entry
313
3142005-09-17 Elan Ruusamäe <glen/at/pld-linux.org>
315
316 * update-fstab.c: - check for malloc failure
317
3182005-09-17 Przemysław Iskra <sparky/at/pld-linux.org>
319
320 * update-fstab.c: - c is better than lua
321
3222005-09-16 Przemysław Iskra <sparky/at/pld-linux.org>
323
324 * etc/: fstab, group: - added group usb (78), use this group in
325 usbfs
326
3272005-08-10 Jan Rękorajski <baggins/at/pld-linux.org>
328
329 * etc/fstab: - added cpuset
330
3312005-06-28 Jakub Bogusz <qboosh/at/pld-linux.org>
332
333 * etc/fstab: - ntfs on Linux 2.4.x still uses iocharset= - typo in
334 vfat entry
335
3362005-06-28 Paweł Gołaszewski <blues/at/pld-linux.org>
337
338 * etc/fstab: - ENOTIME - reverted nls for vfat
339
3402005-06-27 Paweł Gołaszewski <blues/at/pld-linux.org>
341
342 * etc/fstab: - iocharset is deprecated
343
3442005-06-17 Elan Ruusamäe <glen/at/pld-linux.org>
345
346 * postshell.c: - skip stdio (fopen), 4k saved with diet
347
3482005-06-17 Elan Ruusamäe <glen/at/pld-linux.org>
349
350 * postshell.c: - avoid using fprintf(). saved 5k with diet
351
3522005-06-17 Elan Ruusamäe <glen/at/pld-linux.org>
353
354 * postshell.c: - saved from glibc-postshell.patch
355
3562005-05-26 Paweł Gołaszewski <blues/at/pld-linux.org>
357
358 * etc/: profile, services: - setting PS1 moved to *rc of each
359 shell. What with ksh93? There is no rc file...; added safetp
360 service (exotic encrypted ftp)
361
3622005-03-22 Paweł Gołaszewski <blues/at/pld-linux.org>
363
364 * Makefile: - ooops - real 2.4.10 :)
365
3662005-03-22 Paweł Gołaszewski <blues/at/pld-linux.org>
367
368 * .cvsignore, etc/.cvsignore: - cvs ignore
369
3702005-03-22 Paweł Gołaszewski <blues/at/pld-linux.org>
371
372 * Makefile: - started with 2.4.10
373
3742005-03-22 Paweł Gołaszewski <blues/at/pld-linux.org>
375
376 * Makefile: - 2.4.9
377
3782005-03-22 Paweł Gołaszewski <blues/at/pld-linux.org>
379
380 * etc/services: - updated, according to
381 SOURCES/setup-services.patch
382
3832005-03-06 Elan Ruusamäe <glen/at/pld-linux.org>
384
385 * etc/profile: - unset strstr function created
386
3872005-03-06 Elan Ruusamäe <glen/at/pld-linux.org>
388
389 * etc/profile: - optimize: skip three grep executions
390
3912005-03-06 Elan Ruusamäe <glen/at/pld-linux.org>
392
393 * etc/profile: - optimize: don't call 'id -un' twice
394
3952005-02-11 Paweł Gołaszewski <blues/at/pld-linux.org>
396
397 * Makefile, etc/group: - 2.4.8 - added backup group (GID=39)
398
3992005-01-07 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
400
401 * etc/passwd: set default shells to /bin/false
402
4032005-01-03 Paweł Gołaszewski <blues/at/pld-linux.org>
404
405 * Makefile, etc/fstab, etc/group, etc/profile.d/tmp-dir.csh,
406 etc/profile.d/tmp-dir.sh: - 2.4.7 - lets release it and merge
407 pending patches
408
4092004-09-06 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
410
411 * etc/fstab: Put mode=1777,nosuid,nodev,noexec for /dev/shm
412 explictly (it's 1777 by default so anyone can put normal files
413 there).
414
4152004-09-04 Paweł Gołaszewski <blues/at/pld-linux.org>
416
417 * etc/profile: - add rxvt too
418
4192004-09-01 Paweł Gołaszewski <blues/at/pld-linux.org>
420
421 * etc/profile: - added gnome to terminals
422
d83e9683 4232004-07-23 Łukasz Pawelczyk <havner/at/pld-linux.org>
7a930ea6
ER
424
425 * etc/fstab: - gid=17 for sysfs
426
4272004-07-19 Adam Nowotny <domelu/at/pld-linux.org>
428
429 * etc/services: - added netserver (12865/tcp and 12865/udp) for
430 Netperf Server
431
4322004-06-30 Piotr Szymanski <djurban/at/pld-linux.org>
433
434 * etc/group: - revert my changes
435
4362004-06-29 Piotr Szymanski <djurban/at/pld-linux.org>
437
438 * etc/group: - add services
439
4402004-05-03 Bartosz Taudul <wolf/at/pld-linux.org>
441
442 * etc/profile: - remove RPS1
443
4442004-04-30 Tomasz Pala <gotar/at/pld-linux.org>
445
446 * etc/profile: - /etc/profile.d/* can be -x
447
4482004-04-29 Jakub Bogusz <qboosh/at/pld-linux.org>
449
450 * etc/group: - fixed nogroup entry
451
4522004-04-28 Łukasz Pawelczyk <havner/at/pld-linux.org>
453
454 * Makefile: - updated for shrc.d dir
455
4562004-04-28 Łukasz Pawelczyk <havner/at/pld-linux.org>
457
458 * etc/: fstab, group: - fstab patch
459
4602004-04-19 Jan Rękorajski <baggins/at/pld-linux.org>
461
462 * etc/services: - more instances of incorrect syntax commented out
463
4642004-04-19 Jan Rękorajski <baggins/at/pld-linux.org>
465
466 * etc/services: - commented out syntacticly incorrect entries (man
467 5 services)
468
4692004-04-11 Tomasz Pala <gotar/at/pld-linux.org>
470
471 * etc/profile: - $SHELL is set once for session, back to $0
472
14638b36 4732004-04-10 Tomasz Pala <gotar/at/pld-linux.org>
7a930ea6
ER
474
475 * etc/profile: - use $SHELL instead of $0
476
14638b36 4772004-04-06 Adam Gorzkiewicz <adgor/at/pld-linux.org>
7a930ea6
ER
478
479 * etc/env.d/SSH_ASKPASS: - This value may be set global too
480
4812004-04-06 Adam Gorzkiewicz <adgor/at/pld-linux.org>
482
483 * etc/profile: - Grrr... binding 'complete' to '^I' needed due to
484 last bunch of debian patches
485
d83e9683 4862004-04-04 Paweł Gołaszewski <blues/at/pld-linux.org>
7a930ea6
ER
487
488 * Makefile: - new variables
489
d83e9683 4902004-04-04 Paweł Gołaszewski <blues/at/pld-linux.org>
7a930ea6
ER
491
492 * etc/: suid_profile, env.d/MAILCHECK, env.d/MAILPATH, env.d/TMOUT:
493 - suid_profile for privileged shell mode. Few more variables.
494
4952004-04-04 Paweł Gołaszewski <blues/at/pld-linux.org>
496
497 * Makefile, etc/fstab: - fixed MAkefile
498
4992004-04-04 Paweł Gołaszewski <blues/at/pld-linux.org>
500
501 * Makefile, etc/profile, etc/env.d/EDITOR, etc/env.d/HISTFILESIZE,
502 etc/env.d/HOME_ETC, etc/env.d/NNTPSERVER, etc/env.d/ORGANIZATION,
503 etc/env.d/VISUAL: - 2.4.6 - basic /etc/env.d support. Simple way
504 to manage system variables. Something quite similar is in
505 gentoo
506
5072004-04-01 Adam Gorzkiewicz <adgor/at/pld-linux.org>
508
509 * etc/profile: - Do not export MAIL while isn't set here
510
14638b36 5112004-03-30 Tomasz Pala <gotar/at/pld-linux.org>
7a930ea6
ER
512
513 * etc/profile: - cosmetics
514
14638b36 5152004-03-30 Adam Gorzkiewicz <adgor/at/pld-linux.org>
7a930ea6
ER
516
517 * etc/profile: - There's no need to bind 'complete' function for
518 ksh - rxvt sends same home/end sequences as linux - Fixed
519 'beginning/end-of-line' bindings for linux|rxvt terms (ksh) -
520 TODO: they still do not work properly for these terms - Typo
521
14638b36 5222004-03-30 Tomasz Pala <gotar/at/pld-linux.org>
7a930ea6
ER
523
524 * etc/profile: - HOME_ETC, - RPS1 is back, but not exported
525
14638b36 5262004-03-30 Tomasz Pala <gotar/at/pld-linux.org>
7a930ea6
ER
527
528 * etc/fstab: - shmfs is obsoleted, use tmpfs
529
5302004-02-18 Jacek Konieczny <jajcus/at/pld-linux.org>
531
532 * etc/: group, passwd: - stats user and logs,stats group
533
5342004-02-04 Łukasz Jernaś <deejay1/at/pld-linux.org>
535
536 * etc/fstab: - FHS 2.3 compliance
537
5382004-02-04 Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
539
540 * etc/profile: Drop clock display; it's so stupid (add it in your
541 own config).
542
14638b36 5432003-10-02 Jan Rękorajski <baggins/at/pld-linux.org>
7a930ea6
ER
544
545 * etc/services: - ddp - Pewnie appletalkowy UDP. The Datagram
546 Delivery Protocol (DDP) is the network-layer protocol that is
547 responsible for the socket-to-socket delivery of datagrams over
548 the AppleTalk Internet. This group manages the DDP layer on the
549 managed device.
550
5512003-10-02 Jan Rękorajski <baggins/at/pld-linux.org>
552
553 * etc/services: - commented out ddp, wtf is this?
554
5552003-10-02 Jan Rękorajski <baggins/at/pld-linux.org>
556
557 * etc/services: - back out previous change
558
5592003-10-02 Jan Rękorajski <baggins/at/pld-linux.org>
560
561 * etc/services: - commented out incorrect entries
562
5632003-09-26 Paweł Gołaszewski <blues/at/pld-linux.org>
564
565 * etc/services: - merged from setup.spec patches
566
5672003-09-26 Paweł Gołaszewski <blues/at/pld-linux.org>
568
569 * Makefile: - 2.4.5
570
5712003-09-26 Michał Moskal <malekith/at/pld-linux.org>
572
573 * joinpasswd.c: - fix typo
574
5752003-09-26 Robert Jakub Woźny <speedy/at/pld-linux.org>
576
577 * etc/services: - will i be killed ? - blues: let's make new
578 release and remove patch from setup.spec - what about cyrus/sieve
579 ?
580
5812003-09-16 Paweł Gołaszewski <blues/at/pld-linux.org>
582
583 * joinpasswd.c: - typo
584
5852003-09-16 Paweł Gołaszewski <blues/at/pld-linux.org>
586
587 * Makefile: - stupid typos fixed
588
14638b36 5892003-09-15 Paweł Gołaszewski <blues/at/pld-linux.org>
7a930ea6
ER
590
591 * Makefile: - 2.4.4
592
14638b36 5932003-09-15 Paweł Gołaszewski <blues/at/pld-linux.org>
7a930ea6
ER
594
595 * Makefile, joinpasswd.c: - prepared Makefile to make creating new
596 releases easier. Do (finally!!) compilation of joinpasswd - we
597 should consider start using it. - killed pld.org.pl in
598 joinpasswd source
599
14638b36 6002003-09-15 Paweł Gołaszewski <blues/at/pld-linux.org>
7a930ea6
ER
601
602 * etc/profile: - key bindings and functions for zsh are out to
603 zsh.spec
604
6052003-09-15 Paweł Gołaszewski <blues/at/pld-linux.org>
606
607 * etc/profile: - moved from zsh.spec into proper place.
608
6092003-09-15 Paweł Gołaszewski <blues/at/pld-linux.org>
610
611 * etc/profile: - added setting of xterm-window title for bash and
612 zsh. TODO: ksh*
613
6142003-08-08 Paweł Gołaszewski <blues/at/pld-linux.org>
615
616 * etc/profile: - show clock in zsh :)
617
6182003-04-02 Jakub Bogusz <qboosh/at/pld-linux.org>
619
620 * etc/services: - added some aliases and few non-IANA entries from
621 old services - NOW you can make new setup package
622
6232003-04-02 Jakub Bogusz <qboosh/at/pld-linux.org>
624
625 * etc/services: - ugh, :set ff=unix
626
6272003-04-02 Jakub Bogusz <qboosh/at/pld-linux.org>
628
629 * etc/services: - removed newlines before eols
630
6312003-04-02 Jakub Bogusz <qboosh/at/pld-linux.org>
632
633 * etc/services: - grrrrrr, services broken in the same way again...
634 - first step: unexpanded, comments made really comments, not
635 aliases
636
6372003-04-01 Witek Kręcicki <adasi/at/pld-linux.org>
638
639 * etc/group: - nogroup
640
6412003-04-01 Witek Kręcicki <adasi/at/pld-linux.org>
642
643 * etc/: group, services: - added group and services from SOURCES
644
6452002-12-20 Paweł Gołaszewski <blues/at/pld-linux.org>
646
647 * etc/group: - added standard Unix nogroup group
648
6492002-12-06 Tomasz Orzechowski <orzech/at/pld-linux.org>
650
651 * etc/passwd: - home/services for ftp and http users
652
d83e9683 6532002-11-17 Adam Gorzkiewicz <adgor/at/pld-linux.org>
7a930ea6
ER
654
655 * etc/group: - Added cdwrite (gid=27)
656
6572002-11-04 Jakub Bogusz <qboosh/at/pld-linux.org>
658
659 * postshell.c: - obsolete
660
6612002-07-23 Michał Moskal <malekith/at/pld-linux.org>
662
663 * etc/passwd: - removed empty line at the end of file
664
6652002-06-13 Jakub Bogusz <qboosh/at/pld-linux.org>
666
667 * etc/services: - added alias pop=pop2 (expected by imap-pop2)
668
6692002-05-13 Łukasz Jarosław Mozer <baseciq/at/pld-linux.org>
670
671 * etc/profile: - removed IRCSERVER (this should be in
672 /etc/profile.d instead, provided by packages with irc clients)
673
6742002-05-11 Łukasz Jarosław Mozer <baseciq/at/pld-linux.org>
675
676 * etc/profile: - added IRCSERVER="irc.pld.org.pl" since we have our
677 irc service :)
678
6792002-04-22 Paweł Gołaszewski <blues/at/pld-linux.org>
680
681 * etc/group: - removed daemon from group adm
682
6832002-04-20 Michał Moskal <malekith/at/pld-linux.org>
684
685 * postshell.c: - tool to be included in glibc, to run both ldconfig
686 and telinit in post
687
6882002-03-10 Jakub Bogusz <qboosh/at/pld-linux.org>
689
690 * etc/services: - added ipp,ldaps,wnn4_Cn,wnn4_Kr,wnn4_Tw
691
6922002-03-07 Michał Moskal <malekith/at/pld-linux.org>
693
694 * joinpasswd.c: - no PLD GNU/Linux, just PLD Linux
695
6962002-03-07 Michał Moskal <malekith/at/pld-linux.org>
697
698 * etc/profile: - s/hostname/uname -n/ (we require sh-utils anyway
699 (id)), and this relaxes requirement of net-tools - hmm...
700 shouldn't require: sh-utils be in spec?
701
7022002-01-07 Marcin Bohosiewicz <marcus/at/pld-linux.org>
703
704 * etc/services: - added 548/tcp and 548/udp for AFP over TCP
705
7062001-12-05 Paweł Gołaszewski <blues/at/pld-linux.org>
707
708 * etc/profile: -added commented CONFIG_DIR (shoulden't we start
709 using it??)
710
7112001-10-25 kloczek
712
713 * etc/group: - removed icmp group.
714
7152001-10-24 Jakub Bogusz <qboosh/at/pld-linux.org>
716
717 * etc/group: - added video group (gid=24), according to
718 uid_gid.db.txt
719
7202001-10-01 Jan Rękorajski <baggins/at/pld-linux.org>
721
722 * etc/group: - one more group for grsec
723
7242001-10-01 Jakub Bogusz <qboosh/at/pld-linux.org>
725
726 * etc/services: - added alias smtps=ssmtp
727
7282001-09-18 Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
729
730 * etc/profile: - fixed PATH setting
731
7322001-08-16 Michał Moskal <malekith/at/pld-linux.org>
733
734 * joinpasswd.c: - changed locking to be compatibile with lckpwdf()
735 function used in shadow
736
7372001-08-13 Michał Moskal <malekith/at/pld-linux.org>
738
739 * joinpasswd.c: - added gshadow
740
7412001-08-13 Michał Moskal <malekith/at/pld-linux.org>
742
743 * joinpasswd.c: - added locking databases (compatibile with shadow)
744
7452001-08-13 Michał Moskal <malekith/at/pld-linux.org>
746
747 * joinpasswd.c: - added making backup of updated files
748
7492001-08-13 Michał Moskal <malekith/at/pld-linux.org>
750
751 * joinpasswd.c: - tool for adding new users that appeard in .rpmnew
752 files.
753
7542001-08-11 Paweł Gołaszewski <blues/at/pld-linux.org>
755
756 * etc/resolv.conf: - resolv.conf - some package should own it...
757
7582001-07-25 Jan Rękorajski <baggins/at/pld-linux.org>
759
760 * etc/group: - added groups for kernel 2.4 grsecurity patch
761
7622001-06-26 Jakub Bogusz <qboosh/at/pld-linux.org>
763
764 * etc/services: - unexpanded - comments should be comments, not
765 aliases - added some ports and aliases (mostly from old services)
766
7672001-06-24 mkochano
768
769 * etc/profile: - Removed setting of MAIL variable. It is done by
770 pam_mail module. - Corrected typo.
771
7722001-06-18 Jan Rękorajski <baggins/at/pld-linux.org>
773
774 * etc/services: - new, made by Wojciech "Sas" Cieciwa
775 <cieciwa/at/pld.org.pl>
776
7772001-06-18 Jan Rękorajski <baggins/at/pld-linux.org>
778
779 * etc/profile: - added ability to recognize ksh93 as bin sh
780
7812001-05-21 Jan Rękorajski <baggins/at/pld-linux.org>
782
783 * etc/profile: - more kbd stuff for ksh93
784
7852001-05-14 Jan Rękorajski <baggins/at/pld-linux.org>
786
787 * etc/profile: - some more ksh93 (don't save function definitions
788 in history)
789
7902001-05-14 Jan Rękorajski <baggins/at/pld-linux.org>
791
792 * etc/profile: - more ksh93 stuff (Home and End work now :)
793
7942001-05-13 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
795
796 * etc/profile: ksh93 support
797
7982001-02-09 Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
799
800 * etc/services: - added saned (6566/tcp)
801
8022001-01-29 Jacek Konieczny <jajcus/at/pld-linux.org>
803
804 * etc/passwd: - changed user "games" gid to 20
805
8062001-01-11 Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
807
808 * etc/group: - added icmp (gid 11)
809
8102000-12-28 Jan Rękorajski <baggins/at/pld-linux.org>
811
812 * etc/profile: - one more hack for recognizing shell type
813
d83e9683 8142000-12-19 kloczek
7a930ea6
ER
815
816 * etc/netgroup: Empty file for netgroup.
817
8182000-12-06 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
819
820 * etc/profile: more zsh magic
821
8222000-12-05 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
823
824 * etc/profile: fixed ZSH prompt and enabled history feature
825
8262000-11-02 Jan Rękorajski <baggins/at/pld-linux.org>
827
828 * etc/profile: - add /usr/X11R6/bin and $HOME/bin to PATH if
829 missing
830
8312000-11-02 Jan Rękorajski <baggins/at/pld-linux.org>
832
833 * etc/fstab: - /var/shm -> /dev/shm
834
8352000-10-27 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
836
837 * etc/services: added missing zebra services
838
8392000-09-25 Paweł Sakowski <saq/at/pld-linux.org>
840
841 * etc/protocols: - revoking the inet6-apps changes (a patch is a
842 better idea)
843
8442000-09-25 Paweł Sakowski <saq/at/pld-linux.org>
845
846 * etc/protocols: - merged the protocols from inet6-apps (ping
847 wouldn't work)
848
14638b36 8492000-09-05 Jan Rękorajski <baggins/at/pld-linux.org>
7a930ea6
ER
850
851 * etc/profile: - don't barf when 'bind' fails (ksh)
852
8532000-08-06 Jan Rękorajski <baggins/at/pld-linux.org>
854
855 * etc/services: - removed ipv6 (must not smoke so much ;) - added
856 stelnet and qmqp
857
8582000-08-06 Jan Rękorajski <baggins/at/pld-linux.org>
859
860 * etc/profile: - more ksh hacks
861
8622000-08-04 Jan Rękorajski <baggins/at/pld-linux.org>
863
864 * etc/services: - added ipv6 41
865
8662000-08-03 Marcin Bohosiewicz <marcus/at/pld-linux.org>
867
868 * etc/: fstab, group:
869 - added group "proc" to /etc/group - added "gid=17" in /proc line
870 in /etc/fstab file
871
8722000-07-24 Paweł Gajda <mis/at/pld-linux.org>
873
874 * etc/services: added Dictionary Server Protocol
875
8762000-07-22 kloczek
877
878 * etc/printcap: - removed.
879
14638b36 8802000-07-12 Bartosz Waszak <waszi/at/pld-linux.org>
7a930ea6
ER
881
882 * etc/services: - typo
883
14638b36 8842000-07-12 Bartosz Waszak <waszi/at/pld-linux.org>
7a930ea6
ER
885
886 * etc/services: - added 464/udp for kpasswdd
887
8882000-06-14 Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
889
890 * etc/mtab: - obvious :)
891
8922000-06-04 Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
893
894 * etc/services: - added 224/{tcp,udp} (masqdialer)
895
8962000-06-01 Jan Rękorajski <baggins/at/pld-linux.org>
897
898 * etc/profile: - some fixes - and more beautyfing ;)
899
9002000-05-30 Jan Rękorajski <baggins/at/pld-linux.org>
901
902 * etc/hosts: - added 127.0.0.1
903
9042000-05-30 Jan Rękorajski <baggins/at/pld-linux.org>
905
906 * etc/fstab: - cosmetics
907
9082000-05-30 Jan Rękorajski <baggins/at/pld-linux.org>
909
910 * etc/profile: - removed ash
911
9122000-05-30 Jan Rękorajski <baggins/at/pld-linux.org>
913
914 * etc/profile: - anyone can use sh
915
9162000-05-29 Jan Rękorajski <baggins/at/pld-linux.org>
917
918 * etc/profile: - fix setting up sane defaults for
919 rootshell/bash/ksh
920
9212000-05-10 kloczek
922
923 * etc/: issue, issue.net: - this files are now in issue package.
924
9252000-05-10 kloczek
926
927 * etc/issue.net: - replace %s by Linux.
928
9292000-05-10 kloczek
930
931 * etc/issue: - like issue.net but using getty tokens.
932
9332000-05-10 kloczek
934
935 * etc/issue.linuxterm: - removed.
936
9372000-05-10 kloczek
938
939 * etc/issue.net: - change version to 1.0.
940
9412000-05-10 kloczek
942
943 * etc/profile.d/: tmp-dir.csh, tmp-dir.sh: - cosmetics.
944
9452000-05-10 kloczek
946
947 * etc/group: - games: 21 -> 20, - added slocate: 21, - added utmp:
948 22.
949
14638b36 9502000-05-05 kloczek
7a930ea6
ER
951
952 * etc/services: - added ldap 389/{tcp,udp}, - more kerberos
953 services.
954
9552000-05-05 kloczek
956
957 * etc/securetty: - added tty9-11 and vc/1-11.
958
9592000-05-05 kloczek
960
961 * etc/filesystems: - added "nodev proc", "nodev devpts", "iso9660".
962
9632000-05-05 kloczek
964
965 * etc/group: - console group gid changed to 31 for keep
966 copatybility with RH.
967
9682000-04-25 Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
969
970 * etc/: filesystems, fstab: [no log message]
971
9722000-04-17 Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
973
974 * etc/group: - added audio, ttyS - corrected some gids
975
9762000-04-14 Sebastian Zagrodzki <zagrodzki/at/pld-linux.org>
977
978 * etc/profile.d/tmp-dir.sh: - removed POSIX-uncompatible &>
979 redirection :)
980
9812000-02-22 Bartek Szady <bszx/at/pld-linux.org>
982
983 * etc/profile.d/tmp-dir.csh: - typo
984
14638b36 9852000-02-02 Paweł Wilk <siefca/at/pld-linux.org>
7a930ea6
ER
986
987 * etc/: issue, issue.linuxterm: colours sux
988
d83e9683 9892000-01-30 Paweł Wilk <siefca/at/pld-linux.org>
7a930ea6
ER
990
991 * etc/: issue, issue.net: Colorful issue :>
992
9931999-12-02 elephant
994
995 * etc/: hosts, protocols, services: - Added file names at the
996 beginning of each file (might be helpful in case of disk crash)
997
9981999-10-05 Bartosz Waszak <waszi/at/pld-linux.org>
999
1000 * etc/services: added alias imap - imap2
1001
10021999-10-03 Artur Frysiak <wiget/at/pld-linux.org>
1003
1004 * etc/services: - added `pop3` as alias to pop-3 (fix trouble with
1005 fetchmail)
1006
10071999-09-15 kloczek
1008
1009 * etc/passwd: - change root shell to /bin/sh.
1010
10111999-09-15 kloczek
1012
1013 * etc/group: - fix entry for floppy group, - games must have gid
1014 20.
1015
10161999-09-15 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1017
1018 * etc/protocols: - reverted last change
1019
10201999-09-14 Jan Rękorajski <baggins/at/pld-linux.org>
1021
1022 * etc/group: - move users from 100 to 1000
1023
10241999-08-12 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1025
1026 * etc/hosts: moved here from inet6-apps
1027
10281999-08-10 Jan Rękorajski <baggins/at/pld-linux.org>
1029
1030 * etc/securetty: added ttyS{0,1}
1031
10321999-08-10 Jan Rękorajski <baggins/at/pld-linux.org>
1033
1034 * etc/passwd: /bin/ksh for root shell
1035
10361999-08-10 Jan Rękorajski <baggins/at/pld-linux.org>
1037
1038 * etc/profile.d/tmp-dir.csh: - ~/tmp creation for (t)csh
1039
10401999-08-10 Jan Rękorajski <baggins/at/pld-linux.org>
1041
1042 * etc/profile.d/tmp-dir: - cleanup
1043
10441999-08-10 Jan Rękorajski <baggins/at/pld-linux.org>
1045
1046 * etc/protocols: ipv6-icmp -> icmp6
1047
10481999-08-10 Jan Rękorajski <baggins/at/pld-linux.org>
1049
1050 * etc/profile: - umask 077, 007 -> 022, 002 - some minor fixes
1051
10521999-08-10 Jan Rękorajski <baggins/at/pld-linux.org>
1053
1054 * etc/shells: - empty file
1055
10561999-08-10 Jan Rękorajski <baggins/at/pld-linux.org>
1057
1058 * etc/services: - from devel
1059
10601999-07-26 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1061
1062 * etc/protocols: - aktualizacja
1063
10641999-07-19 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1065
1066 * etc/protocols: updated
1067
10681999-07-07 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1069
1070 * etc/services: some kerberos additions
1071
10721999-07-01 Artur Frysiak <wiget/at/pld-linux.org>
1073
1074 * etc/: group, passwd: - sync with uid_gid.txt
1075
10761999-06-27 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1077
1078 * etc/services: swat and zebra entries
1079
10801999-06-23 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1081
1082 * etc/services: added rsync service
1083
10841999-05-13 Artur Frysiak <wiget/at/pld-linux.org>
1085
1086 * etc/services: - added more s-services
1087
10881999-03-08 smyda
1089
1090 * etc/: group, passwd, profile.d/tmp-dir, profile.d/tmp-dir.sh: -
1091 add some positions
1092
10931999-03-07 elephant
1094
1095 * etc/services: o Added some comments
1096
10971999-03-04 smyda
1098
1099 * etc/services: - new entries in services
1100
11011999-02-26 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1102
1103 * etc/passwd: -added postfix entry
1104
11051999-02-25 elephant
1106
1107 * etc/services: Modified/added some service comments
1108
1109 Modified Files:
1110 setup/etc/services
1111
11121999-02-25 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1113
1114 * etc/profile.d/tmp-dir.sh: renamed to tmp-dir.sh
1115
11161999-02-25 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1117
1118 * etc/profile.d/tmp-dir: - ~/tmp is now created at user login
1119
11201999-02-24 kloczek
1121
1122 * etc/profile:
1123 - added modifications which allow setup base setting for ash,
1124 bash and ksh shells.
1125
14638b36 11261999-02-05 elephant
7a930ea6
ER
1127
1128 * etc/: passwd, profile:
1129 Modified Files:
1130 passwd profile
1131
11321999-02-04 Arkadiusz Miśkiewicz (alias) <misiek/at/pld-linux.org>
1133
1134 * etc/: csh.cshrc, group, passwd, profile, protocols, services,
1135 shadow, shells:
1136 Now setup is PLD-devel ready.
1137
11381999-02-01 kloczek
1139
1140 * etc/services:
1141 - added rsync entries.
1142
11431999-01-26 elephant
1144
1145 * etc/: csh.cshrc, group, protocols, services:
1146 Modified Files:
1147 csh.cshrc group protocols services
1148
11491999-01-26 elephant
1150
1151 * etc/profile:
1152 Modified Files:
1153 profile
1154
11551999-01-25 elephant
1156
1157 * etc/: services, shells:
1158 Modified Files:
1159 services shells
1160
11611999-01-22 kloczek
1162
1163 * etc/services:
1164 - more services.
1165
11661999-01-22 kloczek
1167
1168 * etc/: csh.cshrc, group, host.conf, motd, passwd, printcap,
1169 profile, protocols, securetty, services, shadow, shells:
1170 - initial version sources setup package.
1171
This page took 0.947832 seconds and 4 git commands to generate.