X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=ChangeLog;h=2aec1e61b31e3dcee6c05365c5b8593598547eb8;hb=96ee73c14a480ea7c00e8e48ad75b068aee0cf94;hp=a6b5def0f066707131d0a465e81bb40db0e003fc;hpb=f6527c842d9f66959555710a5941bf8ff0fcb26d;p=projects%2Frc-scripts.git diff --git a/ChangeLog b/ChangeLog index a6b5def0..2aec1e61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,650 +1,6509 @@ -2003-09-05 Arkadiusz Mi¶kiewicz +2013-05-15 21:04 +0000 [r12658] Elan Ruusamäe - * rc.d/init.d/functions: - if there is no process then it already died + * po/de.po, po/pl.po: make update-po -2003-08-19 Andrzej M. Krzysztofowicz +2013-04-09 22:07 +0000 [r12650] Elan Ruusamäe + + * lib/functions: Fedora compat: fix echo_success and echo_failure + formatting + +2013-04-09 21:48 +0000 [r12648-12649] Elan Ruusamäe + + * lib/functions: RedHat/Fedora compatibility turn daemon() and + friends into syntax their scripts understand (shell syntax) if + initscript interpreter is set to bash + + * lib/functions: revert [12647] it was correct before that + +2013-04-09 21:41 +0000 [r12647] Elan Ruusamäe + + * lib/functions: do not reset RC_LOGGING when IN_SHUTDOWN is not + set refs [6452] and [9733] + +2013-04-03 08:51 +0000 [r12643] Elan Ruusamäe + + * lib/functions: improve fedora compatibility: add: - daemon + --pidfile=FOO - killproc -d DELAY use usleep 50000 instead of + 100000, computers are bit faster now :) + +2013-03-18 08:25 +0000 [r12632] Arkadiusz Miśkiewicz + + * configure.ac: Release 0.4.5.5. + +2013-03-09 23:12 +0000 [r12630] Arkadiusz Miśkiewicz + + * configure.ac: AM_CONFIG_HEADER is obsolete. + +2013-03-09 23:09 +0000 [r12629] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: usbfs is deprecated for some time. + +2013-02-11 22:23 +0000 [r12626] Elan Ruusamäe + + * rc.d/rc.sysinit: avoid loading /etc/modules contents twice + (modules-load.d/modules.conf is symlink to that) + +2013-02-06 16:22 +0000 [r12625] Jakub Bogusz + + * doc/sysconfig.txt: - clarified (LANG is also whole locale code; + LANGUAGE not LINGUAS is used at runtime) + +2013-02-06 15:35 +0000 [r12624] Elan Ruusamäe + + * rc.d/init.d/network: more complete update for NM skipping. + improves [12481] and [12616] should the `$USERS` be dropped now, + i don't see it from current NM generated configs M init.d/network + +2013-02-06 15:32 +0000 [r12623] Elan Ruusamäe + + * lang.csh: note that lang.csh is broken + +2013-02-06 15:27 +0000 [r12622] Elan Ruusamäe + + * doc/sysconfig.txt: more specific language code specification + +2013-02-05 15:04 +0000 [r12616] Elan Ruusamäe + + * rc.d/init.d/network: ignore ifcfg-* files which have no DEVICE + line present, i.e WiFi networks generated by NM + +2013-01-09 08:48 +0000 [r12613] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Store raw dmesg format, so few dmesg features + can be used (like -T) when reading from this file. + +2012-12-17 07:39 +0000 [r12610] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-eth0: ethtool example. + +2012-12-13 17:17 +0000 [r12604] Jacek Konieczny + + * lib/ifup: SYSCTLDEVICE definition moved when ${DEVICE} is known + +2012-12-05 20:54 +0000 [r12603] Elan Ruusamäe + + * lib/functions: killproc: improve experimental start-stop-daemon + based killing. do not send --retry, in case we specify a signal + to kill (usually HUP) as processes do not usually exit (remove + their pid from pidfile) if they receive HUP + +2012-11-24 12:34 +0000 [r12602] Elan Ruusamäe + + * rc.d/rc.sysinit: unset locale when using a-z patterns + +2012-11-23 16:44 +0000 [r12601] Elan Ruusamäe + + * rc.d/rc.sysinit: remove not needed subshell + +2012-10-21 15:14 +0000 [r12593] Elan Ruusamäe + + * service: service: systemd wrapper default output cat + +2012-10-06 16:33 +0000 [r12592] Tomasz Pala + + * lib/ifup: - another example of zsh supremacy in shell world! + fixed 5 yrs old flaw introduced in rev. 8719 that neither pdksh + nor mksh handled properly, not to mention bash - such process + backgrounding caused, when called from functions/run_cmd (i.e. + during service network start), I/O wait for STDOUT of + 'background' job despite >/dev/null redirects; this effectively + leads to 2 seconds delay for each interface at system startup, + cumulating to minutes of pointless waiting on heavy networked + machines! There is alternate workaround: { { sleep 2; } & } + >/dev/null that works as expected under pdksh or mksh, but + requires additional & for zsh and doesn't fix bash behaviour, so + please do not touch _THIS_ solution without comprehensive + research! -- Aug 29th, 2012, /me Note: this happens due to $() + capture, so plain ifup isn't enough. + +2012-06-20 13:23 +0000 [r12572] Adam Osuchowski + + * rc.d/rc.sysinit: - extra sysctl right after mounting /proc + +2012-05-21 11:01 +0000 [r12569] Jan Rękorajski + + * rc.d/rc.sysinit: - don't start udev or fsck / when running inside + LXC container + +2012-05-20 08:35 +0000 [r12568] Jan Rękorajski + + * lib/ifup: - fix sysctl setting for interfaces with dot in name, + patch by Adam Osuchowski + +2012-04-20 09:47 +0000 [r12557] Paweł Gołaszewski + + * lib/ifup-vlan: - just warn about disabled master interface, don't + silently disable vlans + +2012-04-18 06:29 +0000 [r12553] Arkadiusz Miśkiewicz + + * lib/functions.network: Start ip rules prio from 10000 and + increment (not decrement) by 5. + +2012-04-17 15:33 +0000 [r12551] Elan Ruusamäe + + * sysconfig/interfaces/ifcfg-bond0 (added): bonding sample + +2012-04-03 20:24 +0000 [r12537-12538] Jan Rękorajski + + * configure.ac: - 0.4.5.4 + + * Makefile.am: - add uninstall-hook, don't we just love autocrap + crapiness? + +2012-04-03 19:30 +0000 [r12536] Jan Rękorajski + + * lib/functions: - provide stdin for the daemons that just must + have it, but stupid ksh closes it on them (for example acpid) + +2012-03-29 07:04 +0000 [r12523] Elan Ruusamäe + + * rc.d/rc.sysinit: clean /tmp if it is not on tmpfs + +2012-03-28 21:33 +0000 [r12522] Elan Ruusamäe + + * rc.d/init.d/network: use is_empty_file function on /etc/mactab + +2012-03-21 15:53 +0000 [r12507] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Mount /proc based on fstab first and if that + fails fallback to hardcoded values. + +2012-03-18 12:11 +0000 [r12497] Elan Ruusamäe + + * sysconfig/i18n: warn about systemd, besides keeping ssh env + should came from lang.sh + +2012-03-17 09:32 +0000 [r12496] Elan Ruusamäe + + * service: as we are redirecting to systemd, detect when systemd + redirects back due /sbinservice in .service file + +2012-03-17 09:14 +0000 [r12495] Elan Ruusamäe + + * service: validate systemd command, before sending it to systemd, + to keep "service lighttpd configtest" on working + +2012-03-17 08:39 +0000 [r12494] Elan Ruusamäe + + * service: - detect if service is in systemd (if LoadError means + it's not present in systemd) - add --no-systemd option to + override detect + +2012-03-04 21:49 +0000 [r12486] Elan Ruusamäe + + * service: fix message printing; pass anything to systemd if it is + up (status is valid action too) + +2012-03-04 20:47 +0000 [r12485] Arkadiusz Miśkiewicz + + * service: Tabs are used here. + +2012-03-04 20:36 +0000 [r12484] Arkadiusz Miśkiewicz + + * service: systemd takes preference if it is booted/active. + +2012-03-04 20:12 +0000 [r12483] Jan Rękorajski + + * rc.d/rc.sysinit: - load kernel modules specified in + /etc/modules-load.d/ configs (systemd compat) + +2012-03-03 20:35 +0000 [r12482] Elan Ruusamäe + + * service: - systemd bits + +2012-02-19 18:33 +0000 [r12481] Jan Rękorajski + + * rc.d/init.d/network: - skip interfaces configured by + NetworkManager, by cactus/at/pld-linux.org + +2012-02-19 18:23 +0000 [r12478] Jan Rękorajski + + * configure.ac: - 0.4.5.3 + +2012-02-19 18:11 +0000 [r12477] Jan Rękorajski + + * rc.d/rc.sysinit: - devtmpfs is madatory for udev >= 176 + +2012-02-03 19:23 +0000 [r12474] Arkadiusz Miśkiewicz + + * lib/functions.network: Adding rule by rule causes reverse order + to be applied by kernel. We want rules from + sysconfig/static-rules to be working in the same order as these + were added in that file. The one solution is to use '/usr/bin/tac + static-routes' or to use own priorities. We use prio 20000 with + step 10 down, to get holes for other, manually added rules. + +2012-01-25 14:40 +0000 [r12468] Kacper Kornet + + * lib/functions: - fix bashism in previous commit + +2012-01-25 14:28 +0000 [r12467] Kacper Kornet + + * lib/functions: - fix daemon --user --fork as they conflicted with + each other + +2012-01-13 13:32 +0000 [r12466] Jan Rękorajski + + * rc.d/init.d/network: - stable sort for BOOTPRIO= devices, so vlan + ifaces will be after their NIC eth counterparts - treat macvlan + and macvtap interfaces specially - they may be created on almost + enything + +2011-12-16 08:47 +0000 [r12455] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: vgscan/vgmknodes/vgdisplay don't support + --sysinit option. Back to ignorelocking for these. + +2011-12-15 18:17 +0000 [r12454] Elan Ruusamäe + + * init/cpusets.conf, init/allowlogin.conf, init/sys-chroots.conf: + nicely stop, without error + +2011-12-14 17:15 +0000 [r12453] Elan Ruusamäe + + * lib/functions: - ksh did not like doble minus ("+5--10"), needs + spaces ("+5 - -10") to process correctly + +2011-12-14 11:33 +0000 [r12451] Elan Ruusamäe + + * configure.ac: - 0.4.5.2 + +2011-12-14 11:26 +0000 [r12449] Elan Ruusamäe + + * changelog.sh: - be sure users file is up to date + +2011-12-14 07:59 +0000 [r12448] Elan Ruusamäe + + * init/local.conf: doc bits + +2011-12-12 10:38 +0000 [r12447] Elan Ruusamäe + + * lib/functions: daemon(): make nice level absolute, not to be + dependant of nice level of shell where service started. + +2011-12-09 21:25 +0000 [r12446] Tomasz Pala + + * rc.d/init.d/network: - systemd support: export partial jobs, + leave ifup/ifdown to separate services + +2011-12-04 14:36 +0000 [r12437] Artur Frysiak + + * man/fstab-decode.8 (removed), man/Makefile.am: Drop fstab-decode + man page + +2011-12-04 02:42 +0000 [r12436] Artur Frysiak + + * src/Makefile.am, src/fstab-decode.c (removed): fstab-decode is + part of SysVinit-tools + +2011-11-29 18:05 +0000 [r12421] Arkadiusz Miśkiewicz + + * rc.d/init.d/netfs: Don't mount devpts again. + +2011-11-28 19:47 +0000 [r12420] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Make forced mounts quiet in case /etc/mtab is + symlink to /proc/self/mounts. + +2011-11-15 21:38 +0000 [r12414] Elan Ruusamäe + + * sysconfig/system: spelling typo + +2011-11-01 14:01 +0000 [r12405] Jan Rękorajski + + * modules.preudev: - typo + +2011-11-01 13:39 +0000 [r12404] Jan Rękorajski + + * rc.d/rc.sysinit: - fix LVM2 check logic + +2011-10-31 19:52 +0000 [r12403] Jan Rękorajski + + * modules.preudev: - set props + +2011-10-31 19:30 +0000 [r12402] Jan Rękorajski + + * rc.d/rc.sysinit: - give some info what's going on when loading + modules + +2011-10-31 19:26 +0000 [r12401] Jan Rękorajski + + * modules.preudev (added): - example file + +2011-10-31 19:19 +0000 [r12400] Jan Rękorajski + + * rc.d/rc.sysinit: - give admin the ability to load some kernel + modules before udev kicks in + +2011-10-31 19:12 +0000 [r12399] Jan Rękorajski + + * sysconfig/system, rc.d/rc.sysinit: - give user ability to disable + linux multipath drivers and daemons + +2011-10-31 18:53 +0000 [r12398] Jan Rękorajski + + * rc.d/rc.sysinit: - functions are in /lib/rc-scripts + +2011-10-23 19:26 +0000 [r12388-12389] Elan Ruusamäe + + * rc.d/rc.sysinit, init/Makefile.am, init/modules.conf (added): + load /etc/modules in upstart + + * rc.d/rc.shutdown: emit shutdown events + +2011-10-23 11:21 +0000 [r12387] Elan Ruusamäe + + * init/rcS-sulogin.conf: respect RUN_SULOGIN_ON_ERR from + /etc/sysconfig/system + +2011-10-10 07:49 +0000 [r12369-12370] Elan Ruusamäe + + * TODO: upstart compatible is service up todo + + * doc/upstart.txt: shutdown started/starting upstart event doc + +2011-10-09 22:58 +0000 [r12368] Elan Ruusamäe + + * modules: point out the parameters use fact + +2011-10-09 18:57 +0000 [r12367] Elan Ruusamäe + + * rc.d/rc.shutdown: emit shutdown starting/started event + +2011-10-09 18:14 +0000 [r12366] Elan Ruusamäe + + * doc/upstart.txt, init/rc.conf, rc.d/init.d/network: let "network" + emit network starting/stopping/started/stopped events as well + +2011-10-09 17:35 +0000 [r12364-12365] Elan Ruusamäe + + * doc/upstart.txt: chop trailing spaces + + * rc.d/rc.sysinit: fix handling 3.x.y kernels + +2011-10-05 14:47 +0000 [r12363] Elan Ruusamäe + + * rc.d/init.d/local, init/Makefile.am, init/local.conf (added): + upstart for rc.local + +2011-09-30 10:54 +0000 [r12360] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit, rc.d/rc.shutdown: Use --sysinit for lvm. When + stopping hide error messages (normal for many cases like lvm on + rootfs). + +2011-09-27 07:15 +0000 [r12356-12357] Jan Rękorajski + + * configure.ac: - 0.4.5.1 + + * rc.d/rc.sysinit: - fix $LVM2 variable fuckup (use is_no instead + of is_yes) (glen, you moron, have you considered a possibility + that $LVM2 will land in sysconfig.rpmsave, thus making lvm + dependant system non-bootable?) + +2011-09-25 09:57 +0000 [r12351-12352] Elan Ruusamäe + + * po/Makefile.am: just in case C locale + + * po/rc-scripts.pot: updated + +2011-09-22 15:45 +0000 [r12350] Jan Rękorajski + + * rc.d/rc.sysinit: - properly mount /run and put it into mtab + +2011-09-18 20:34 +0000 [r12349] Artur Frysiak + + * rc.d/rc.sysinit: Mount /run ASAP + +2011-09-11 20:08 +0000 [r12347] Elan Ruusamäe + + * init/cryptsetup.conf (added), init/Makefile.am: Add cryptsetup + +2011-09-11 20:00 +0000 [r12344] Elan Ruusamäe + + * rc.d/init.d/cryptsetup: local vars + +2011-09-11 19:53 +0000 [r12342-12343] Elan Ruusamäe + + * init/Makefile.am: Add allowlogin, sys-chroots, cpusets + + * init/cpusets.conf (added): Add cpusets + +2011-09-11 11:29 +0000 [r12341] Elan Ruusamäe + + * service: print unknown state to stdout as well + +2011-09-02 06:18 +0000 [r12339-12340] Elan Ruusamäe + + * rc.d/init.d/sys-chroots, init/allowlogin.conf (added), + rc.d/init.d/allowlogin, init/sys-chroots.conf (added): add + allowlogin and sys-chroots upstart parts, altho no stop for them + + * sysconfig/system, rc.d/rc.sysinit: add $LVM2 allows you to + disable LVM2 if your only LVM volume is rootfs started on initrd + and want faster startup + +2011-09-02 06:08 +0000 [r12338] Elan Ruusamäe + + * sysconfig/interfaces/Makefile.am: Add ifcfg-ppp0.pppoe + +2011-08-31 18:44 +0000 [r12337] Elan Ruusamäe + + * lib/functions: upstart: behave like current initscripts: print + running/not running instead of silence + +2011-08-31 16:24 +0000 [r12336] Elan Ruusamäe + + * rc.d/init.d/functions (removed), rc.d/init.d/Makefile.am, + po/rc-scripts.pot, lib/functions (added), lib/Makefile.am: move + also functions to /lib/rc-scripts (symlink preserved) + +2011-08-19 19:56 +0000 [r12331] Elan Ruusamäe + + * rc.d/init.d/functions: formatting + +2011-08-19 19:44 +0000 [r12328-12330] Elan Ruusamäe + + * rc.d/init.d/local: add starting line + + * rc.d/rc.sysinit: prefer local code over io checks (boot splash + unlikely enabled anyway) + + * rc.d/init.d/functions: avoid shift() error when program called + with no actions in _upstart_controlled; tabs + +2011-08-14 19:45 +0000 [r12323] Elan Ruusamäe + + * init/rc.conf: register pld.sysinit-done to satisfy initctl + check-config + +2011-08-14 12:03 +0000 [r12321-12322] Elan Ruusamäe + + * sysconfig/interfaces/ifcfg-ppp0.kou, changelog.sh, rc.d/rc.init: + add missing keyword expansion + + * rc.d/init.d, sysconfig/interfaces/down.d/tnl, + sysconfig/interfaces/down.d/ppp, sysconfig/interfaces/down.d/ipx, + sysconfig/interfaces/down.d, rc.d, src, + sysconfig/interfaces/down.d/all, sysconfig/interfaces/down.d/ip, + sysconfig/interfaces/up.d/tnl, isapnp, + sysconfig/interfaces/up.d/ppp, sysconfig/interfaces/up.d/ipx, + sysconfig/interfaces/up.d, ppp, /, sysconfig, doc, + sysconfig/interfaces/up.d/all, sysconfig/interfaces/up.d/ip, lib: + svn:ignore fixups + +2011-08-14 11:56 +0000 [r12319-12320] Elan Ruusamäe + + * doc/Makefile.am, doc/template.init (added), + rc.d/init.d/Makefile.am, rc.d/init.d/template.init (removed), + po/rc-scripts.pot: move template.init to doc + + * sysconfig/.cvsignore (removed), doc/.cvsignore (removed), + sysconfig/interfaces/up.d/all/.cvsignore (removed), rc.d, + sysconfig/interfaces/down.d/all, sysconfig/interfaces/down.d/ip, + sysconfig/interfaces/up.d/tnl, sysconfig/interfaces/up.d/ppp, + sysconfig/interfaces/up.d/ipx, + sysconfig/interfaces/down.d/ipx/.cvsignore (removed), /, + sysconfig, sysconfig/interfaces/up.d/ip, isapnp/.cvsignore + (removed), sysconfig/interfaces/up.d/ipx/.cvsignore (removed), + ppp/ip-up.d, rc.d/init.d, ppp/ip-down.d/.cvsignore (removed), + sysconfig/interfaces/data/.cvsignore (removed), + sysconfig/interfaces/down.d/tnl, sysconfig/interfaces/down.d/ppp, + sysconfig/interfaces/down.d/ipx, + sysconfig/interfaces/up.d/ip/.cvsignore (removed), lib/.cvsignore + (removed), src, rc.d/init.d/.cvsignore (removed), + ppp/ip-up.d/.cvsignore (removed), isapnp, + sysconfig/interfaces/down.d/tnl/.cvsignore (removed), + po/.cvsignore (removed), + sysconfig/interfaces/down.d/ppp/.cvsignore (removed), + sysconfig/interfaces/down.d/.cvsignore (removed), + sysconfig/interfaces/up.d, ppp/ip-down.d, ppp, + sysconfig/hwprofiles/.cvsignore (removed), rc.d/.cvsignore + (removed), src/.cvsignore (removed), + sysconfig/interfaces/.cvsignore (removed), + sysconfig/interfaces/down.d/all/.cvsignore (removed), + sysconfig/interfaces/down.d/ip/.cvsignore (removed), doc, + sysconfig/interfaces/up.d/all, lib, + sysconfig/interfaces/up.d/tnl/.cvsignore (removed), + sysconfig/interfaces/up.d/ppp/.cvsignore (removed), + sysconfig/interfaces/up.d/.cvsignore (removed), ppp/.cvsignore + (removed), .cvsignore (removed), po, sysconfig/interfaces/down.d: + convert .cvsignore to svn:ignore + +2011-08-14 11:48 +0000 [r12318] Elan Ruusamäe + + * TODO: privilege check is done with unix file permissions: scripts + just not executable for regular user + +2011-08-14 11:42 +0000 [r12310-12317] Elan Ruusamäe + + * po/rc-scripts.pot, po/Makefile.am: add makepot.pl to EXTRA_DIST + + * makepot.pl (removed), po/Makefile.am, po/makepot.pl (added): move + makepot to po/ dir with rest of it's files + + * po/pl.po, po/rc-scripts.pot, rc.d/init.d/random, po/de.po: - fix + bad nls usage + + * po/pl.po, po/de.po: utf8 to rule the world + + * po/pl.po, po/de.po: - updated + + * po/rc-scripts.pot: - updated + + * po/rc-scripts.pot (added): track to see new strings to appear or + not + + * lib/ifdown-post, lib/Makefile.am, ppp/auth-up, + sysconfig/network-scripts (removed), ppp/ip-up, lib/ifdown-ppp, + lib/ifup-post, doc/net-scripts.txt, configure.ac, ppp/auth-down, + lib/tnlup, lib/ifdown-sl, lib/ifdown-irda, lib/ifup, Makefile.am, + ppp/ip-down, sysconfig/Makefile.am, lib/ifup-iucv, ppp/ipx-up, + lib/ifup-sl, lib/ifup-irda, lib/ifdown-vlan, lib/tnldown, + lib/ifdown, lib/ifup-plusb, lib/ifdown-br, ppp/ipx-down, + rc.d/init.d/network, lib/ifup-ppp, lib (added), lib/ifup-ipx, + lib/ifup-vlan, man/usernetctl.8, lib/ifup-br, lib/ifup-plip, + src/ppp-watch.c: - move network scripts to /lib, as none of them + are config files - version 0.4.5 for such major change + +2011-08-14 11:11 +0000 [r12308-12309] Elan Ruusamäe + + * configure.ac: fatal out when required tools missing, some ac fix + + * src/setuidgid.c: PLD Linux + +2011-08-14 09:56 +0000 [r12307] Elan Ruusamäe + + * init/random.conf, init/rc.conf, init/rcS-sulogin.conf, + init/rcS.conf: our vim-syntax-upstart recognizes the filetype + itself + +2011-08-13 13:51 +0000 [r12305] Elan Ruusamäe + + * po/Makefile.am: Do not ignore errors + +2011-08-13 13:42 +0000 [r12304] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: emit net-device-up + events, so upstart-socket-bridge could function + +2011-08-13 06:04 +0000 [r12303] Elan Ruusamäe + + * rc.d/init.d/functions: allow $USE_UPSTART from env to preceed + USE_UPSTART from sysconfig/system + +2011-07-25 06:10 +0000 [r12270-12271] Elan Ruusamäe + + * doc/net-scripts.txt, sysconfig/network-scripts/ifup: - add + $ETHTOOL_OPTS + + * TODO: - todo from arekm + +2011-07-21 10:28 +0000 [r12264] Elan Ruusamäe + + * service: - include service type in --status-all + +2011-07-18 13:11 +0000 [r12260] Elan Ruusamäe + + * rc.d/init.d/functions: - fuser is in /bin since psmisc-22.5-2 + +2011-06-28 19:51 +0000 [r12254] Arkadiusz Miśkiewicz + + * sysconfig/system: Explain what VSERVER is. + +2011-06-27 10:18 +0000 [r12252-12253] Jan Rękorajski + + * rc.d/init.d/functions: - fix local variable + + * rc.d/init.d/functions: - fix kernelver* functions + +2011-06-26 10:48 +0000 [r12250] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Mount securityfs based on it's availability + only. + +2011-06-20 15:04 +0000 [r12247] Elan Ruusamäe + + * rc.d/init.d/functions: - compat mode for old kernels, where + network lock was not touched + +2011-06-16 12:32 +0000 [r12246] Jacek Konieczny + + * init/Makefile.am, configure.ac: - the missing init/udev.conf + added to dist + +2011-06-15 13:12 +0000 [r12245] Jacek Konieczny + + * configure.ac: - Version: 0.4.4.2 + +2011-06-15 12:45 +0000 [r12244] Jacek Konieczny + + * init/rcS.conf, init/udev.conf (added), init/rc.conf, + rc.d/rc.sysinit: - some more 'emits' and a dummy Upstart job + added so the new 'initctl check-config' won't complain. + +2011-06-15 10:51 +0000 [r12243] Jacek Konieczny + + * doc/upstart.txt: - upstart usage docs updates + +2011-04-18 09:50 +0000 [r12230] Elan Ruusamäe + + * service: remove debug + +2011-04-14 09:42 +0000 [r12228] Jacek Konieczny + + * sysconfig/network-scripts/functions.network: - make sure the + default ip rules are preserved over network restart even if 'ip + rule show' displays them using numeric table values. I have a + system where 'from all lookup 255' is returned instead of 'from + all lookup local' for unknown reason, but it could also happen if + /etc/iproute2/rt_tables file is missing or corrupted. And bad + things happen (IPv4 not working) if the 'lookup local' rule is + missing. + +2011-04-08 19:15 +0000 [r12223] Elan Ruusamäe + + * service: move status all to function + +2011-03-29 13:26 +0000 [r12219] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Revert disabling + IPv6. Unfortunately it disables only IPv6 addresses while + socket(AF_INET6,...) still succeeds creating ill efect. + +2011-03-25 16:55 +0000 [r12215] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Set sysctl value + quietly. + +2011-03-23 21:45 +0000 [r12214] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: One more fix. + +2011-03-23 20:42 +0000 [r12213] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Really disable IPv6. + +2011-03-23 20:35 +0000 [r12212] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Disable IPv6 if it + is not enabled in config. + +2011-03-21 22:15 +0000 [r12211] Jan Rękorajski + + * doc/sysconfig.txt, sysconfig/Makefile.am, doc/sysconfig.docb, + sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup-routes: - add static-routes6 + support (IPv6-only ip routes and rules) + +2011-03-21 20:30 +0000 [r12210] Jan Rękorajski + + * sysconfig/static-routes6 (added): - IPv6 specific rules and + routes, rationale: some rules (and even routes) are addressless + (e.g. fwmark or 'default' route), because of this simple ip + won't handle IPv6, we have to use ip -6 + +2011-03-20 01:00 +0000 [r12206-12207] Jan Rękorajski + + * configure.ac: - 0.4.4.1, fixes typo in set_up_loopback + + * sysconfig/network-scripts/functions.network: - use proper device + +2011-03-20 00:09 +0000 [r12203] Jan Rękorajski + + * configure.ac: - 0.4.4.0 + +2011-03-19 23:57 +0000 [r12202] Jan Rękorajski + + * src/Makefile.am, configure.ac: - fix glib2 static linking + +2011-03-18 18:19 +0000 [r12201] Jan Rękorajski + + * sysconfig/network-scripts/functions.network: - setup static + routes for loopback, see + http://wiki.squid-cache.org/Features/Tproxy4 why this is needed + +2011-03-08 20:49 +0000 [r12198] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network, + rc.d/init.d/functions: Revert previous commit. Fix is_module + instead to do not match partial module names. + +2011-03-08 20:34 +0000 [r12197] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Load ipv6 and ipx + only when not built into kernel. + +2011-03-04 13:37 +0000 [r12188] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-vlan: GVRP default on on vlans + +2011-02-19 16:03 +0000 [r12170] Elan Ruusamäe + + * service: - tabs + +2011-02-10 16:37 +0000 [r12138] Jan Rękorajski + + * rc.d/init.d/cpusets: - added missing slash + +2011-02-10 12:46 +0000 [r12136] Jan Rękorajski + + * rc.d/init.d/cpusets: - don't try to find out the subsystem type + if none is mounted + +2011-02-10 12:26 +0000 [r12135] Jan Rękorajski + + * rc.d/init.d/cpusets: - silence mkdir + +2011-02-10 12:21 +0000 [r12134] Jan Rękorajski + + * rc.d/init.d/cpusets: - always mount on /dev/cpuset (only cpuset + is supported by this script) - check if mount point is proper + cpuset/cgroup(cpuset) subsys + +2011-02-10 12:12 +0000 [r12133] Jan Rękorajski + + * rc.d/init.d/cpusets: - mount only cpuset subsys cgroup - no need + to parse and check fstab as this script is run after rc.sysinit + mounts all filessystems listed there + +2011-02-10 11:04 +0000 [r12128-12130] Jan Rękorajski + + * rc.d/init.d/cpusets: - put cpuset/cgroup mounts in mtab + + * rc.d/init.d/cpusets: - exit from script if no cpuset/cgroup + support in kernel + + * rc.d/rc.sysinit, rc.d/init.d/cpusets: - moved cpuset/cgroup + mounting code into cpuset startup script for seamless + interoperability with libcgroup + +2011-02-09 10:55 +0000 [r12126] Elan Ruusamäe + + * rc.d/init.d/functions: add killproc -p alias + +2011-01-27 06:04 +0000 [r12089-12090] Arkadiusz Miśkiewicz + + * sysconfig/Makefile.am: sysconfig/clock is gone + + * sysconfig/clock (removed), doc/sysconfig.docb, doc/sysconfig.txt, + rc.d/rc.sysinit: sysconfig/clock and related actions are obsolete + now. hwclock knows how to handle these based on adjtime settings. + +2011-01-27 05:44 +0000 [r12088] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Check /dev/rtc or /dev/rtc0 existence. + +2011-01-25 18:56 +0000 [r12083-12084] Arkadiusz Miśkiewicz + + * configure.ac: 0.4.3.8 + + * autogen.sh: Disabled --enable-maintainer-mode + --enable-compile-warnings (unsupported by current auto*). + +2011-01-24 18:19 +0000 [r12082] Arkadiusz Miśkiewicz + + * sysconfig/network: IPv6 networking on by default. + +2010-12-22 10:23 +0000 [r12020] Arkadiusz Miśkiewicz + + * rc.d/init.d/netfs: Don't mount fs inside of vserver guest. + +2010-12-22 05:54 +0000 [r12019] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: cgroup/cpuset can exist in fstab but be + commented out. Handle that. + +2010-12-20 18:09 +0000 [r12014] Arkadiusz Miśkiewicz + + * rc.d/init.d/cryptsetup: started instead of busy + +2010-12-12 17:42 +0000 [r11982-11983] Elan Ruusamäe + + * configure.ac: - 0.4.3.7 + + * rc.d/init.d/functions: add --user support to run_cmd Usage: + run_cmd --user stats "Message" command_to_run arg1 arg2... + +2010-12-07 14:08 +0000 [r11973] Elan Ruusamäe + + * rc.d/init.d/template.init: - pidfile var + +2010-12-03 13:10 +0000 [r11940] Elan Ruusamäe + + * rc.d/init.d/netfs: - some formatting, respect to use functios + (RETVAL variable vs exit calls) + +2010-12-03 13:04 +0000 [r11939] Elan Ruusamäe + + * rc.d/init.d/netfs: - use functions + +2010-12-03 11:43 +0000 [r11936] Arkadiusz Miśkiewicz + + * configure.ac: 0.4.3.6 + +2010-12-03 11:33 +0000 [r11934-11935] Arkadiusz Miśkiewicz + + * rc.d/init.d/netfs: Bugfix (bring in cryptsetup; cleanups). + + * rc.d/init.d/netfs: Bugfix. + +2010-12-03 10:37 +0000 [r11933] Arkadiusz Miśkiewicz + + * rc.d/init.d/Makefile.am, rc.d/init.d/network: Bring in netfs. + +2010-12-03 10:33 +0000 [r11930-11932] Arkadiusz Miśkiewicz + + * rc.d/init.d/netfs: : not needed. + + * TODO: - better umount on stop + + * rc.d/init.d/netfs: Bugfixes. Seems to be working fine. + +2010-12-03 10:25 +0000 [r11929] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: __umount_*loop from FC. + +2010-12-03 10:15 +0000 [r11928] Arkadiusz Miśkiewicz + + * rc.d/init.d/netfs: Don't touch nfs if we have separate nfsfs + script. + +2010-12-03 09:38 +0000 [r11927] Arkadiusz Miśkiewicz + + * rc.d/init.d/netfs (added): Networked filesystems mount/umount. + Unfinished. + +2010-12-02 15:30 +0000 [r11922] Elan Ruusamäe + + * rc.d/rc.sysinit: - avoid crypto init retries if no crypttab is + setup + +2010-11-25 23:54 +0000 [r11913] Jan Rękorajski + + * rc.d/rc.sysinit: - don't mount cgroup if it's set up in fstab + http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2010-November/152970.html + BTW, all this kinda sucks and needs revamp :( + +2010-11-07 19:54 +0000 [r11900] Elan Ruusamäe + + * rc.d/rc.sysinit: - init crypt mounts also after lvm has been run + +2010-11-06 10:47 +0000 [r11894] Arkadiusz Miśkiewicz + + * configure.ac: Release 0.4.3.5. + +2010-11-06 09:57 +0000 [r11893] Arkadiusz Miśkiewicz + + * rc.d/init.d/network, sysconfig/system, rc.d/init.d/functions: + Detect isolation only vserver networking. New variable - + VSERVER_ISOLATION_NET. + +2010-11-06 09:12 +0000 [r11892] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Silent modprobe. + +2010-11-06 08:43 +0000 [r11889] Arkadiusz Miśkiewicz + + * configure.ac: Release 0.4.3.4. + +2010-11-06 00:33 +0000 [r11888] Jan Rękorajski + + * rc.d/rc.sysinit: - create /dev/cgroup (see comment) + +2010-11-06 00:26 +0000 [r11887] Jan Rękorajski + + * rc.d/init.d/cpusets: - use full blown cgroup subsystem if + available + +2010-11-06 00:11 +0000 [r11886] Jan Rękorajski + + * rc.d/rc.sysinit: - if cgroup is available use all its subsystems + instead of just cpusets + +2010-11-06 00:07 +0000 [r11885] Jan Rękorajski + + * rc.d/rc.sysinit: - commit at rev 10523 was completely bogus, + preventing mounting cpuset at all, as default fstab contains + cpuset line with noauto option + +2010-10-09 21:21 +0000 [r11840] Arkadiusz Miśkiewicz + + * src/initlog.c: Update initlog from initscripts. + +2010-10-06 08:03 +0000 [r11831] Elan Ruusamäe + + * rc.d/init.d/template.init: - procname + +2010-10-06 07:58 +0000 [r11830] Elan Ruusamäe + + * rc.d/init.d/template.init: - killproc wants procname mostly + +2010-09-30 04:26 +0000 [r11823] Arkadiusz Miśkiewicz + + * rc.d/rc: Fix 'local: można używać tylko w funkcji' on bash. + +2010-09-19 18:38 +0000 [r11812] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Make sysctl quiet. + +2010-09-03 09:07 +0000 [r11801] shadzik + + * rc.d/rc.sysinit: - don't check the fs on aufs and squashfs + systems + +2010-08-26 10:30 +0000 [r11789] Elan Ruusamäe + + * rc.d/rc.sysinit: - use /var/log/boot.log, to match with plymouth + path + +2010-08-21 18:00 +0000 [r11788] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Set firmware-loader also when udev is off. + +2010-08-01 16:32 +0000 [r11741] Elan Ruusamäe + + * sysconfig/i18n: - plain en with utf8 + +2010-08-01 16:13 +0000 [r11739] Elan Ruusamäe + + * rc.d/rc.sysinit: - skip lock when making nodes on boot + +2010-08-01 16:08 +0000 [r11738] Elan Ruusamäe + + * rc.d/rc.sysinit: - check_root_fs to function for readability + +2010-08-01 15:58 +0000 [r11735-11737] Elan Ruusamäe + + * rc.d/rc.sysinit: - remove locale setup where it is pointless + (grep for fixed strings, and cat) + + * rc.d/init.d/template.init: - sample for status with pidfile + + * rc.d/rc.sysinit: - skip unneccesary subshell + +2010-07-26 13:31 +0000 [r11715] Jacek Konieczny + + * sysconfig/network-scripts/ifup: - typo + +2010-07-26 13:20 +0000 [r11714] Jacek Konieczny + + * sysconfig/network-scripts/ifup: - allow per-interface + configuration files for dhclient.conf – single config file with + 'interface' directive(s) conflicts with interface name given on + the command line. + +2010-07-21 08:23 +0000 [r11688] Elan Ruusamäe + + * rc.d/init.d/allowlogin: - functions, exit early if disabled + +2010-07-20 08:42 +0000 [r11684] Elan Ruusamäe + + * rc.d/rc.shutdown: - ugly hack to still do killall as pgrep is on + /usr, or rather drop pgrep as it never returns empty nowadays due + kernel threads? + +2010-07-08 10:47 +0000 [r11638-11639] Elan Ruusamäe + + * rc.d/init.d/cpusets, rc.d/init.d/network, rc.d/init.d/local, + rc.d/init.d/random, rc.d/init.d/single: - ignore /var/lock/subsys + remove readonly fs errors (after fsck wants to reboot system) + + * rc.d/init.d/cpusets, rc.d/init.d/allowlogin, rc.d/init.d/network, + rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/killall: - + executable initscripts + +2010-06-18 06:40 +0000 [r11565] Bartłomiej Zimoń + + * rc.d/rc.shutdown: - fix shutdown/restart on kernels with devtmpfs + +2010-06-15 11:37 +0000 [r11562] Jacek Konieczny + + * changelog.sh: - changelog.sh script improved and ChangeLog + updated + +2010-06-15 11:33 +0000 [r11561] Jacek Konieczny + + * configure.ac: - firmwaredir was wrong + +2010-06-15 11:17 +0000 [r11558-11559] Jacek Konieczny + + * configure.ac: - Version: 0.4.3.3 + + * Makefile.am, configure.ac: - firmwaredir relative to + ${exec_prefix} to fix 'make distcheck' + +2010-06-15 10:13 +0000 [r11557] Jacek Konieczny + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown: + - allow multiple dhclient instances running on one machine + +2010-06-14 17:25 +0000 [r11555-11556] Elan Ruusamäe + + * rc.d/init.d/random: - reorganize into functions + + * rc.d/init.d/random: - do not touch host random inside vserver + (discussed with baggins and arekm long time ago) + +2010-06-08 09:01 +0000 [r11552] Jacek Konieczny + + * rc.d/init.d/functions: - /proc/cmdline may be unavailable (like + in a VServer) make cat quiet in such case + +2010-05-18 12:13 +0000 [r11476] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup: No need for wait loop. + check_link_down sleeps for specified time in 0.5s intervals. + +2010-05-17 20:26 +0000 [r11475] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup, + sysconfig/interfaces/ifcfg-description: Wait for wpa_supplicant + to actually connect to network before trying dhcp. + +2010-05-17 20:20 +0000 [r11474] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Support for max + timeout as parameter. + +2010-05-17 20:16 +0000 [r11473] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Don't rely on ip + link UP checking. Always to mii-tool/ethtool test. + +2010-05-17 19:08 +0000 [r11472] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup: Respect ZEROCONF variable for + dhcpcd. + +2010-05-17 18:08 +0000 [r11471] Elan Ruusamäe + + * rc.d/init.d/functions: - ok to exit silently in ssd mode of + killproc, no need to noise about missing pidfile + +2010-05-13 07:17 +0000 [r11462] Arkadiusz Miśkiewicz + + * Makefile.am: Include/install firmware-loader.sh brought by commit + r10422. + +2010-05-12 07:11 +0000 [r11460] Jacek Konieczny + + * doc/Makefile.am: - include upstart.txt in the package + +2010-05-12 07:08 +0000 [r11459] Jacek Konieczny + + * doc/upstart.txt: - notes about job debuging + +2010-05-11 17:21 +0000 [r11458] Jacek Konieczny + + * configure.ac: - Version: 0.4.3.2 + +2010-05-11 10:10 +0000 [r11449] Jacek Konieczny + + * init/Makefile.am: - new listed in Makefile.am + +2010-05-11 08:54 +0000 [r11447] Jacek Konieczny + + * init/rc.conf (added), init/rcS-sulogin.conf (added), + init/rcS.conf (added): - init job descriptions moved from + upstart-SysVinit + +2010-05-10 17:24 +0000 [r11427] Elan Ruusamäe + + * rc.d/init.d/functions: - note about two modes in daemon + +2010-05-10 14:35 +0000 [r11424] Jacek Konieczny + + * configure.ac: - Version: 0.4.3.1 + +2010-05-10 14:31 +0000 [r11423] Jacek Konieczny + + * src/start-stop-daemon.c, src/Makefile.am, + man/start-stop-daemon.8, configure.ac, rc.d/init.d/functions: - + 'dropcaps' and 'start-stop-daemon-pid-check' patches from + packages/rc-scripts applied + +2010-05-10 12:59 +0000 [r11422] Jacek Konieczny + + * rc.d/init.d/functions: - properly quote is_yes() argument + +2010-05-10 11:50 +0000 [r11420] Jacek Konieczny + + * configure.ac: - Version: 0.4.3.0 + +2010-05-10 11:23 +0000 [r11419] Jacek Konieczny + + * man/es, sysconfig/network-scripts, sysconfig/interfaces, + sysconfig/interfaces/down.d/all, sysconfig/cpusets, isapnp, + sysconfig/interfaces/up.d/tnl, rc.d/rc.sysinit, + rc.d/init.d/random, sysconfig/interfaces/up.d/ppp, + sysconfig/interfaces/up.d/ipx, service, /, configure.ac, man/sv, + man/de, sysconfig, man/ja, Makefile.am, rc.d/init.d, + sysconfig/interfaces/down.d/tnl, po, + sysconfig/interfaces/down.d/ppp, sysconfig/interfaces/down.d/ipx, + man/fr, rc.d/init.d/functions, doc/make-html, doc/upstart.txt + (added), sysconfig/hwprofiles, rc.d, src, + sysconfig/interfaces/down.d/ip, src/setuidgid.c (added), rc.d/rc, + sysconfig/interfaces/up.d, ppp, sysconfig/interfaces/data, + src/Makefile.am, man/ru, init (added), t/backtick-test.sh, + rc.d/init.d/network, rc.d/rc.shutdown, + sysconfig/interfaces/up.d/ip, sysconfig/interfaces/up.d/all, doc, + init/random.conf, man, init/Makefile.am, + sysconfig/interfaces/down.d: - upstart_native branch merged + +2010-05-02 12:16 +0000 [r11364] Jacek Konieczny + + * sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown, + sysconfig/network, doc/net-scripts.txt, + sysconfig/network-scripts/functions.network: - support for + zeroconf networking (based on information from + http://avahi.org/wiki/AvahiAutoipd#Routes) + +2010-04-21 20:24 +0000 [r11340] Elan Ruusamäe + + * service: - grab $ACTION variable + +2010-04-21 18:26 +0000 [r11339] Elan Ruusamäe + + * service: - nicer output (brief) for --status-all ported from + ubuntu + +2010-04-21 18:21 +0000 [r11338] Elan Ruusamäe + + * service: - identify as pld + +2010-04-07 07:02 +0000 [r11312-11313] Elan Ruusamäe + + * configure.ac: - release 0.4.2.8 + + * rc.d/init.d/functions: - add --redirfds similar to --closefds + +2010-04-05 19:18 +0000 [r11309] Elan Ruusamäe + + * rc.d/init.d/template.init: - tabs + +2010-04-05 19:13 +0000 [r11308] Elan Ruusamäe + + * rc.d/init.d/template.init: - no need to load service config to + check network state + +2010-02-08 17:34 +0000 [r11137] Jakub Bogusz + + * sysconfig/network-scripts/ifup, + sysconfig/interfaces/ifcfg-description: - WLAN_WPA_DRIVER should + default to wext + +2010-02-08 17:11 +0000 [r11136] Elan Ruusamäe + + * rc.d/init.d/functions: - skip dead pids in status() with + --pidfile, or is filter_chroot() broken by design? + +2010-02-08 17:06 +0000 [r11135] Elan Ruusamäe + + * t/status-pidfile.sh (added): - test for status() --pidfile + +2010-02-08 16:51 +0000 [r11134] Elan Ruusamäe + + * backtick-test.sh (removed), t (added), t/backtick-test.sh + (added): - move tests to t/ + +2010-01-15 13:56 +0000 [r11113] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Use two separate tests instead of single + double test since bash yells about wrong integer if variable is + empty (and bash can source functions file). + +2010-01-11 10:52 +0000 [r11099] Elan Ruusamäe + + * changelog.sh: - C locale for consistent changelog + +2010-01-11 09:07 +0000 [r11098] Arkadiusz Miśkiewicz + + * sysconfig/system: Drop EVMS_MD since it's not used. + +2010-01-10 22:05 +0000 [r11096] Arkadiusz Miśkiewicz + + * configure.ac: Prepare for 0.4.2.7. + +2009-12-02 19:13 +0000 [r11004] Elan Ruusamäe + + * rc.d/rc.sysinit: - more reverting baggins buzybox branch changes + regarding hwclock + +2009-11-24 11:07 +0000 [r11001] Tomasz Pala + + * rc.d/rc.sysinit, rc.d/rc.shutdown: - having EVMS_LVM=yes without + the tools doesn't make them work - having EVMS_LVM=no mustn't + prevent plain LVM from bringing up - conclusion: these parts of + code are EVMS_LVM independant + +2009-11-22 23:24 +0000 [r10999] Elan Ruusamäe + + * rc.d/Makefile.am: - add rc.init back + +2009-11-22 23:14 +0000 [r10998] Elan Ruusamäe + + * rc.d/rc.init (added): - restore, but this time with some doc too + +2009-11-22 20:39 +0000 [r10996] Elan Ruusamäe + + * rc.d/rc.sysinit: - hwclock doesn't recognize -l (patch from + devel-en) + +2009-11-22 13:54 +0000 [r10995] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: - formatting + +2009-11-22 13:51 +0000 [r10993-10994] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: - nwid already set + earlier + + * rc.d/init.d/network: - typo, dots + +2009-11-22 09:19 +0000 [r10990-10992] Elan Ruusamäe + + * rc.d/rc.init (removed), rc.d/Makefile.am: - rc.init does not seem + to be used anywhere; remove it + + * sysconfig/network: - mention HOTPLUG + + * sysconfig/interfaces/ifcfg-description: - cleanup + +2009-11-20 12:58 +0000 [r10989] Elan Ruusamäe + + * rc.d/rc.shutdown: - cleanup trailing whitespace + +2009-11-20 12:54 +0000 [r10988] Elan Ruusamäe + + * rc.d/init.d/sys-chroots: - back to /bin/sh + +2009-11-20 12:35 +0000 [r10985-10987] Elan Ruusamäe + + * modules: - apply rc-scripts-modules.patch + + * configure.ac: - prepare for 0.4.2.6 release + +2009-11-19 21:21 +0000 [r10984] Elan Ruusamäe + + * rc.d/init.d/functions: - with --pidfile set in status(), don't + make wrong assumptions by finding process by name + +2009-11-19 21:07 +0000 [r10983] Elan Ruusamäe + + * rc.d/init.d/functions: - fix weird typo + +2009-11-19 20:41 +0000 [r10982] Elan Ruusamäe + + * rc.d/init.d/functions: - if pidfile specified, pid must be there, + don't fallback for pidof(1) + +2009-11-19 13:31 +0000 [r10981] Elan Ruusamäe + + * rc.d/rc.local: - rc.local is sourced, not executed + +2009-11-17 07:10 +0000 [r10976] Elan Ruusamäe + + * rc.d/init.d/functions, rc.d/init.d/sys-chroots, rc.d/rc, + rc.d/rc.sysinit, rc.d/init.d/cryptsetup: - partial merge of + baggin's busybox branch changes + +2009-11-17 06:22 +0000 [r10975] Elan Ruusamäe + + * rc.d/init.d/functions: - status -p shortopt for --pidfile + +2009-11-16 14:49 +0000 [r10971] Tomasz Pala + + * sysconfig/network-scripts/functions.network: - + unknown/unsupported: return 2 if no tools found or all the + methods failed + +2009-11-16 14:07 +0000 [r10970] Tomasz Pala + + * sysconfig/network-scripts/functions.network: - don't call + check_mii_tool if ethtool or iwconfig reported success + +2009-11-16 14:03 +0000 [r10969] Tomasz Pala + + * sysconfig/network-scripts/functions.network: - check rfkill + before iwconfig (more common and doesn't require binary) - note + /sys/class/net/${1}/operstate file on some systems + +2009-11-16 14:00 +0000 [r10968] Tomasz Pala + + * sysconfig/network-scripts/functions.network: - it's common for + WiFi that all the methods of link state determinaion fail, don't + abort dhclient in such case + +2009-11-04 08:03 +0000 [r10945] Tomasz Pala + + * sysconfig/network-scripts/ifup-br: - don't disable bridged device + just before bridge starts! - this interrupts every subdevice + currently active (like VLAN interfaces in another bridges) + +2009-11-04 07:58 +0000 [r10944] Tomasz Pala + + * sysconfig/network-scripts/ifdown-br: - dont't set bridged device + down! some subdevice can still be used (e.g. VLAN interface in + another bridge), - NOTE: addresses from underlying device are + flushed on ifup-br so there should not exist anyone anyway + +2009-11-03 15:47 +0000 [r10933] Tomasz Pala + + * sysconfig/network-scripts/ifup-br: - bridge forward delay is used + regardless of STP, - NB hello timer runs always too, it's just + not used without STP + +2009-10-25 18:33 +0000 [r10854] Elan Ruusamäe + + * rc.d/init.d/network: - fix devs detect + +2009-10-16 08:50 +0000 [r10792] Elan Ruusamäe + + * rc.d/init.d/template.init: - stderr redirected anyway, nothing + special needed in configtest() + +2009-10-15 10:03 +0000 [r10789] Paweł Zuzelski + + * sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile: - do not reduce + MTU by default. It kills ipsec. + +2009-10-15 09:32 +0000 [r10788] Paweł Zuzelski + + * sysconfig/interfaces/data/chat-ppp0.gprs-playmobile (added), + sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile (added): - ppp + configuration for PLAY MOBILE (tested on HUAWEI E169 and E220 + modems) + +2009-10-14 07:35 +0000 [r10784] Elan Ruusamäe + + * rc.d/rc.sysinit: - local args in /etc/modules processing + +2009-09-14 23:31 +0000 [r10603] Tomasz Pala + + * rc.d/rc.sysinit: - there's no point in trying to run + vg{scan,change} if they're not present; so made them sufficient + unless is_no "$EVMS_LVM" + +2009-09-02 19:58 +0000 [r10524] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Set rc to 0 for mdadm rc=2 case. + +2009-09-01 18:59 +0000 [r10523] Paweł Gołaszewski + + * rc.d/rc.sysinit: - cpuset shouldn't be mounted unconditionally - + it has few options + +2009-08-30 20:14 +0000 [r10518] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: mdadm status codes 0 and 2 (new in mdadm 3.0) + are success + +2009-08-25 10:25 +0000 [r10493] Elan Ruusamäe + + * rc.d/rc.sysinit: - use shell construct + +2009-08-25 09:26 +0000 [r10492] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Skip comments in args. + +2009-08-24 06:16 +0000 [r10491] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Restore extra check. + +2009-08-17 20:34 +0000 [r10490] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit, src/getkey.c: New getkey handling (from fc). + +2009-08-16 20:53 +0000 [r10487] Arkadiusz Miśkiewicz + + * configure.ac: Release 0.4.2.4. + +2009-08-11 14:06 +0000 [r10473] Elan Ruusamäe + + * rc.d/rc.sysinit: - no subshell needed and unify modprobe -c + callout + +2009-08-11 07:08 +0000 [r10469] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Don't use modprobe.conf file. Use /sbin/modprobe + -c output instead. + +2009-08-07 17:42 +0000 [r10460] Marcin Król + + * sysconfig/network-scripts/ifup-sl, + sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup-ppp, + sysconfig/network-scripts/ifup-vlan, + sysconfig/network-scripts/tnlup, + sysconfig/network-scripts/ifup-br, rc.d/rc.sysinit: - '-k' is no + longer valid modprobe switch + +2009-07-25 19:44 +0000 [r10427] Elan Ruusamäe + + * rc.d/init.d/template.init: - configtest alias - allow output of + configtest success + +2009-07-25 19:29 +0000 [r10426] Elan Ruusamäe + + * rc.d/init.d/template.init: - improved configtest output sequence + +2009-07-25 19:24 +0000 [r10425] Elan Ruusamäe + + * rc.d/init.d/template.init: - add checkconfig action sample + +2009-07-25 19:19 +0000 [r10424] Elan Ruusamäe + + * rc.d/init.d/template.init: - use for msg as it + usualy differs + +2009-07-21 18:25 +0000 [r10422] Zbigniew Krzystolik + + * firmware-loader.sh (added), rc.d/rc.sysinit: - added + firmware-loader.sh for autoload firmware on systems w/o udev + +2009-07-17 07:40 +0000 [r10421] shadzik + + * sysconfig/i18n: - add en_US.UTF-8/UTF-8 de_DE.UTF-8/UTF-8 + en_GB.UTF-8/UTF-8 to supported langs + +2009-07-16 18:09 +0000 [r10420] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Update LINES correctly. + +2009-07-16 17:07 +0000 [r10419] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: On IPMI serial console COLUMNS ends up + with negative value like -13. Protect agains such thing. Also + protect LINES. + +2009-07-01 04:39 +0000 [r10409] Elan Ruusamäe + + * acinclude.m4: - fix underquoted definition warning + +2009-07-01 04:35 +0000 [r10408] Elan Ruusamäe + + * configure.ac: - 0.4.2.3 + +2009-06-29 00:13 +0000 [r10399] Elan Ruusamäe + + * rc.d/rc.shutdown: - nice message about kexec being used + +2009-06-28 22:17 +0000 [r10398] Elan Ruusamäe + + * rc.d/rc.shutdown: - invoke kexec only if image loaded + +2009-06-05 18:30 +0000 [r10372] Elan Ruusamäe + + * sysconfig/network: - update udev path + +2009-06-03 06:29 +0000 [r10367-10369] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: - one local should + be enough + + * rc.d/init.d/functions: - update path + + * sysconfig/network-scripts/functions.network: - i don't think cat + output is localized + +2009-06-02 20:34 +0000 [r10366] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Add rfkill support. + +2009-05-26 19:51 +0000 [r10361] Zbigniew Krzystolik + + * rc.d/init.d/functions: - don't kill -KILL (in start-stop-daemon), + try TERM first + +2009-05-22 18:30 +0000 [r10358] Arkadiusz Miśkiewicz + + * DEVELOPMENT, configure.ac: Prepare for 0.4.2.2. + +2009-04-23 20:59 +0000 [r10333] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Don't rely on mii + check (it's unreliable). 'radio off' clarifications. Less + iterations in loop. + +2009-04-07 09:28 +0000 [r10321-10322] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Don't check for /dev/rtc existence. When using + udev it doesn't exist usually. + + * rc.d/rc.sysinit: Don't check for /dev/rtc existence. When using + udev it doesn't exist usually. + +2009-03-26 15:11 +0000 [r10264] Jan Rękorajski + + * sysconfig/network-scripts/ifup-aliases: - more readable + +2009-03-26 13:33 +0000 [r10253] Jan Rękorajski + + * sysconfig/network-scripts/ifup-aliases: - set addrlabel only if + specified + +2009-03-23 16:07 +0000 [r10235] Jan Rękorajski + + * configure.ac: - 0.4.2.1 + +2009-03-21 21:30 +0000 [r10225-10226] Elan Ruusamäe + + * rc.d/init.d/sys-chroots: - correct + + * rc.d/init.d/sys-chroots: - invert condition to bring down one + level of indent + +2009-03-21 21:24 +0000 [r10223-10224] Elan Ruusamäe + + * rc.d/init.d/local: - proper order of commands + + * rc.d/init.d/killall: - correction + +2009-03-21 21:17 +0000 [r10222] Elan Ruusamäe + + * rc.d/init.d/allowlogin: - why the space? + +2009-03-20 16:03 +0000 [r10221] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Set nickname only + when specified in config since many wifi adapters don't support + this setting. + +2009-03-19 00:15 +0000 [r10218] Elan Ruusamäe + + * DEVELOPMENT, sysconfig/network-scripts/functions.network, + rc.d/init.d/functions, rc.d/rc, rc.d/rc.sysinit: - use "local" + not "typeset" (compatible with: pdksh/bash/dash) + +2009-03-16 11:34 +0000 [r10214] Elan Ruusamäe + + * rc.d/rc.sysinit, rc.d/rc.shutdown: - shorter lvm version detect + +2009-03-16 11:27 +0000 [r10213] Elan Ruusamäe + + * rc.d/rc.shutdown: - remove unneeded subshells + +2009-03-16 11:23 +0000 [r10212] Elan Ruusamäe + + * sysconfig/system: - typo + +2009-03-15 23:09 +0000 [r10210-10211] Jan Rękorajski + + * rc.d/rc.shutdown, sysconfig/system: - added UMOUNT_IGNORE option + + * rc.d/rc.shutdown: - refactor awk invocation in fs unmounting code + +2009-03-12 15:32 +0000 [r10208] Elan Ruusamäe + + * inittab: - sX prefix ofr serial lines + +2009-03-11 12:41 +0000 [r10203] Jan Rękorajski + + * configure.ac: - 0.4.2.0, well deserved version bump after few + years of development + +2009-03-10 11:39 +0000 [r10197-10198] Jan Rękorajski + + * sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup: - addlabel is IPv6 only + + * sysconfig/network-scripts/ifup-aliases: - added addrlabel support + +2009-03-10 11:33 +0000 [r10196] Jan Rękorajski + + * sysconfig/network-scripts/ifup-aliases: - removed dead code + +2009-03-10 11:20 +0000 [r10195] Jan Rękorajski + + * sysconfig/network-scripts/ifup: - add IP_LABEL support + +2009-03-10 11:16 +0000 [r10194] Jan Rękorajski + + * sysconfig/network-scripts/functions.network: - allow addrlabel + setting for ipv4 adresses + +2009-03-10 11:11 +0000 [r10192-10193] Jan Rękorajski + + * sysconfig/network-scripts/functions.network: - remove IP6_SRC_IF + dead code - started adding IP_LABEL + + * doc/net-scripts.txt: - remove IP6_SRC_IF, add IP_ALABEL + +2009-03-10 11:02 +0000 [r10191] Jan Rękorajski + + * sysconfig/interfaces/ifcfg-description: - just remove IP6_SRC_IF + to avoid confusion + +2009-03-10 10:56 +0000 [r10190] Jan Rękorajski + + * sysconfig/interfaces/ifcfg-description: - add IP_LABEL setting + for ip addrlabel (see RFC 3484) - added comment about uselessness + of IP6_SRC_IF setting + +2009-03-09 21:21 +0000 [r10186] Jan Rękorajski + + * rc.d/init.d/functions: - use exntended regexp functionality + +2009-03-09 21:12 +0000 [r10185] Jan Rękorajski + + * rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup, + sysconfig/network-scripts/tnldown, rc.d/rc.sysinit, + rc.d/init.d/cryptsetup, sysconfig/network-scripts/ifup-neigh, + sysconfig/network-scripts/functions.network, + rc.d/init.d/functions, sysconfig/network-scripts/ifup-vlan: - man + grep, "Direct invocation as either egrep or fgrep is deprecated", + use grep -F or grep -E + +2009-03-09 21:04 +0000 [r10183-10184] Jan Rękorajski + + * rc.d/rc.sysinit: - fix syntax + + * rc.d/init.d/functions: - man grep, glen. "Direct invocation as + either egrep or fgrep is deprecated" - and better safe than + sorry, use grep -E with proper regexp + +2009-03-09 18:50 +0000 [r10181-10182] Elan Ruusamäe + + * sysconfig/network-scripts/ifdown-vlan: - ip link help might be + localized, remove unneeded subshell + + * rc.d/init.d/functions: - /proc/mounts isn't localized and it has + fixed format (use fgrep) + +2009-03-09 18:03 +0000 [r10180] Jan Rękorajski + + * rc.d/rc.sysinit: - use is_fsmounted for checking mount points - + fix mtab entry for /dev/cpuset + +2009-03-09 17:47 +0000 [r10179] Jan Rękorajski + + * rc.d/init.d/functions: - use /proc/mounts if available for + checking mounted fs + +2009-03-09 16:07 +0000 [r10178] Jan Rękorajski + + * rc.d/rc.sysinit: - check if /proc and /sys are mounted before + trying to mount them + +2009-03-09 15:54 +0000 [r10177] Jan Rękorajski + + * rc.d/init.d/functions: - added is_fsmounted function to check if + a given filesystem is mounted, requires /bin/stat (i.e. coreutils + >= 7.1-2) + +2009-03-08 15:48 +0000 [r10176] Tomasz Pala + + * sysconfig/network-scripts/ifup: - rc.d/init.d/network calls + "/sbin/ifup tnlcfg-$i boot" causing awk: cannot open tnlcfg-tun0 + (No such file or directory) from ifup-post tnlcfg-tun0 (calling + ifup-aliases without full $CONFIG path) This fixes long lasting + bug: + http://www.mail-archive.com/pld-devel-pl@lists.pld-linux.org/msg18413.html + http://www.mail-archive.com/pld-devel-pl@lists.pld-linux.org/msg11198.html + +2009-03-06 12:56 +0000 [r10174] Elan Ruusamäe + + * rc.d/init.d/functions: - daemon() startup errors dump to stderr + +2009-03-02 12:39 +0000 [r10159] Elan Ruusamäe + + * rc.d/rc.sysinit: - no bashism, typo + +2009-03-02 12:28 +0000 [r10158] Zbigniew Krzystolik + + * rc.d/rc.sysinit: - remount rootfs rw only if no option 'ro' in + fstab - hide remove errors on /etc/*mtab~* /fastboot etc + +2009-02-27 16:36 +0000 [r10150] Tomasz Pala + + * sysconfig/network-scripts/ifup-vlan: - fixed exit status when no + appropriate tools found + +2009-02-27 16:33 +0000 [r10149] Tomasz Pala + + * sysconfig/network-scripts/ifdown-vlan: - restored vconfig support + for older iproute2 users + +2009-02-25 07:43 +0000 [r10146] Elan Ruusamäe + + * rc.d/init.d/template.init: - less indent by using return in + functions + +2009-02-21 12:43 +0000 [r10135] Arkadiusz Miśkiewicz + + * rc.d/rc, sysconfig/network-scripts/functions.network: Comparsion + correction. + +2009-02-20 09:05 +0000 [r10133] Arkadiusz Miśkiewicz + + * configure.ac: Preparations for 0.4.1.27. + +2009-02-19 20:03 +0000 [r10132] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: - 15 seems to be normal color on 16 and + 256 color consoles + +2009-02-19 10:15 +0000 [r10130] Elan Ruusamäe + + * rc.d/init.d/functions: - typo + +2009-02-17 17:23 +0000 [r10127] Tomasz Pala + + * rc.d/init.d/functions: - added {waitname:+--name $waitname} to + ssd, otherwise there's no way to start qpopperd and qpoppersd + both at the same time /usr/sbin/qpoppersd already running. - use + long options names + +2009-02-16 01:07 +0000 [r10123-10124] Tomasz Pala + + * rc.d/init.d/functions: - keep one style of spacing, do not + pollute sh with C-style comparision == operator + + * rc.d/init.d/functions: - expand relative --pidfile to absolute + /var/run path; ssd in killproc has broken plenty of daemons + including amavisd-new, apache and clamav - dropped ancient + /usr/X11R6/bin from $PATH + +2009-02-12 11:29 +0000 [r10122] Elan Ruusamäe + + * rc.d/init.d/functions: - calculate default INIT_COL from terminal + size + +2009-02-12 11:26 +0000 [r10121] Elan Ruusamäe + + * sysconfig/system: - no hardcoded default in config for INIT_COL + +2009-02-09 19:59 +0000 [r10115] Elan Ruusamäe + + * rc.d/init.d/functions: - typo + +2009-02-04 20:28 +0000 [r10099] Paweł Gołaszewski + + * rc.d/init.d/functions: - makepid functionality to daemon function + +2009-01-25 14:58 +0000 [r10096] Elan Ruusamäe + + * rc.d/init.d/cryptsetup: - LC_ALL=C for greps + +2009-01-23 15:03 +0000 [r10095] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: - local output for + func internal vars + +2009-01-23 13:54 +0000 [r10094] Elan Ruusamäe + + * sysconfig/network-scripts/ifdown: - grepping pid from ps ax could + be ambigous, use kill -0 for running-pid-check + +2009-01-23 13:45 +0000 [r10093] Elan Ruusamäe + + * rc.d/init.d/cryptsetup: - revert unwanted commit + +2009-01-23 13:39 +0000 [r10092] Elan Ruusamäe + + * sysconfig/network-scripts/ifup-vlan, + sysconfig/network-scripts/ifup-ipx, + sysconfig/network-scripts/tnlup, + sysconfig/network-scripts/ifdown-sl, + sysconfig/network-scripts/ifup, + sysconfig/network-scripts/ifdown-irda, + sysconfig/network-scripts/ifup-br, + sysconfig/network-scripts/ifup-plip, sysconfig/system, + sysconfig/network-scripts/ifup-iucv, rc.d/rc, + sysconfig/network-scripts/ifdown-post, rc.d/rc.init, lang.csh, + hwprofile, service, sysconfig/network-scripts/ifup-sl, + sysconfig/network-scripts/ifup-irda, + sysconfig/network-scripts/ifup-routes, rc.d/rc.shutdown, + sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/ifdown-ppp, + sysconfig/network-scripts/tnldown, + sysconfig/network-scripts/ifup-post, + sysconfig/network-scripts/ifup-plusb, + sysconfig/network-scripts/ifdown, + sysconfig/network-scripts/ifdown-br, + sysconfig/network-scripts/ifup-neigh, + sysconfig/network-scripts/ifup-ppp: - cleanup vi:syntax, not + needed and doesn't work anyway (should be vim:ft if any) + +2009-01-23 13:34 +0000 [r10091] Elan Ruusamäe + + * Makefile.am, sysconfig/network-scripts/ifdown-br, + rc.d/init.d/cryptsetup, + sysconfig/network-scripts/functions.network, configure.ac, + sysconfig/network-scripts/ifup-vlan, + sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/tnlup, + sysconfig/network-scripts/ifdown-vlan, + sysconfig/network-scripts/ifup-br, + sysconfig/network-scripts/tnldown, + sysconfig/network-scripts/ifdown: - force LC_ALL=C when grepping + data from possibly localized program outputs + +2009-01-22 09:06 +0000 [r10090] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-description: Mention GVRP option. + +2009-01-22 09:02 +0000 [r10089] Arkadiusz Miśkiewicz + + * po/pl.po: Update + +2009-01-22 08:56 +0000 [r10087-10088] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup-vlan: Prefer vlan creation using + iproute2, fallback to vconfig. + + * sysconfig/network-scripts/ifdown: No need for special handling + for vlans when downing master device. + +2009-01-22 08:41 +0000 [r10086] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown-vlan: vconfig no longer needed + here. + +2009-01-22 07:43 +0000 [r10085] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown, + sysconfig/network-scripts/ifdown-vlan: Delete devices using + iproute2. + +2009-01-05 19:08 +0000 [r10050] Jan Rękorajski + + * rc.d/rc.sysinit, rc.d/init.d/cpusets: - use noprefix mount option + for cgroup cpuset + +2009-01-02 19:01 +0000 [r10047-10048] Jan Rękorajski + + * sysconfig/cpusets/cpuset-test: - removed reference to cpuset + virtualization (feature long dead, and no signs of resurrection) + + * rc.d/init.d/cpusets: - fix for /dev/cpuset mounted as cgroup + -ocpuset + +2008-12-31 19:25 +0000 [r10044] Jan Rękorajski + + * configure.ac: 0.4.1.26 + +2008-12-25 07:08 +0000 [r10040] Jakub Bogusz + + * rc.d/init.d/functions: - optional argument in square brackets + +2008-12-16 19:00 +0000 [r10038] Elan Ruusamäe + + * rc.d/init.d/functions: - add usage for killproc - shift 2 is + better than shift shift + +2008-12-16 18:55 +0000 [r10037] Elan Ruusamäe + + * rc.d/init.d/functions: - try ssd for killproc. needs pidfile to + work reliably - what values to use for --retry? + +2008-12-11 17:04 +0000 [r10034] Elan Ruusamäe + + * rc.d/rc.sysinit: - display LVM VG stats after LVM has been + initialized + +2008-12-09 14:35 +0000 [r10030] Jan Rękorajski + + * sysconfig/network-scripts/ifup-ppp, rc.d/rc.shutdown, po/pl.po, + sysconfig/system, rc.d/rc.sysinit: - removed DevFS support + +2008-12-09 14:31 +0000 [r10029] Jan Rękorajski + + * rc.d/rc.sysinit: - udev-135-2 finally creates /dev/cpuset + directory - use cgroup fs in newer kernels + +2008-12-04 19:49 +0000 [r10022] Paweł Sikora + + * rc.d/rc.sysinit: - allow usb group to operate on /proc/bus/usb. + +2008-12-02 07:14 +0000 [r10020] Arkadiusz Miśkiewicz + + * sysctl.conf: Leave default for kernel. + +2008-12-02 00:08 +0000 [r10019] Paweł Sikora + + * sysctl.conf: - describe kernel.randomize_va_space feature. + +2008-11-30 19:27 +0000 [r10016] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-vlan: Load 8021q module. + +2008-11-30 15:15 +0000 [r10014] Elan Ruusamäe + + * rc.d/init.d/functions: - add --pidfile to status() + +2008-11-28 16:09 +0000 [r10010] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-eth0.1, + sysconfig/network-scripts/ifup, + sysconfig/interfaces/ifcfg-description: macvlan support. + +2008-11-27 14:47 +0000 [r10007] Jan Rękorajski + + * rc.d/rc.sysinit: - load dm-mod before using dmsetup in multipath + case + +2008-11-18 13:40 +0000 [r9998] Elan Ruusamäe + + * rc.d/init.d/cryptsetup: - catch missing device errors + +2008-11-18 13:26 +0000 [r9996-9997] Elan Ruusamäe + + * sysconfig/interfaces/data/chat-ppp0.kou: - it starts pppd right + after connection - with kernel or fixed firmware there's OK said + after ATZ + + * sysconfig/interfaces/ifcfg-ppp0.kou: - add debug line (disabled) + +2008-11-14 01:23 +0000 [r9991] Elan Ruusamäe + + * rc.d/init.d/cryptsetup: - use nls + +2008-11-12 23:27 +0000 [r9985] Elan Ruusamäe + + * rc.d/init.d/cryptsetup: - dmsetup mknodes so the startup doesn't + complain on missing nodes + +2008-11-10 00:46 +0000 [r9974] Elan Ruusamäe + + * rc.d/init.d/cryptsetup: - output formatting cosmetics + +2008-11-10 00:15 +0000 [r9973] Elan Ruusamäe + + * rc.d/init.d/cryptsetup: - no bashism + +2008-11-05 22:48 +0000 [r9970] Elan Ruusamäe + + * rc.d/init.d/functions: - add --chdir to daemon() + +2008-11-05 22:39 +0000 [r9969] Elan Ruusamäe + + * rc.d/init.d/functions: - -u is for stopping in ssd + +2008-11-04 20:04 +0000 [r9963] Elan Ruusamäe + + * configure.ac: - wtf 0.4.1.24 was already there? bump to 0.4.1.25 + then + +2008-11-04 19:57 +0000 [r9962] Elan Ruusamäe + + * DEVELOPMENT: - somewhy have to svn up again after configure.ac + commit + +2008-11-04 19:45 +0000 [r9959] Elan Ruusamäe + + * configure.ac: - 0.4.1.24 release + +2008-11-04 18:07 +0000 [r9958] Elan Ruusamäe + + * lang.sh: - LC_ALL was still overwritten with i18n value even if + one had from ssh session + +2008-10-29 08:54 +0000 [r9927] Elan Ruusamäe + + * run-parts: - rip out -u -- it's bad concept and + nothing should be using it anyway + +2008-10-28 00:09 +0000 [r9926] Elan Ruusamäe + + * run-parts: - add --test and -- to behave like debian run-parts(1) + +2008-10-26 13:43 +0000 [r9922] Tomasz Pala + + * sysconfig/system, rc.d/rc.sysinit: - introduce START_UDEV + variable + +2008-10-25 22:53 +0000 [r9921] Andrzej Dopierała + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown: + - wpa is also usefull with not wireless devices - eg with 8021x. + - patch by Pawel Nogas + +2008-10-25 18:35 +0000 [r9920] Radosław Zieliński + + * sysconfig/network-scripts/ifup: - removed sed dependency + +2008-10-25 18:16 +0000 [r9918-9919] Radosław Zieliński + + * sysconfig/interfaces/ifcfg-eth0.1: - typo + + * sysconfig/network-scripts/ifdown, doc/net-scripts.txt, + sysconfig/interfaces/ifcfg-eth0, sysconfig/network-scripts/ifup: + - support for automatic 6to4 tunnels + +2008-10-13 13:21 +0000 [r9909] Tomasz Pala + + * backtick-test.sh (added), rc.d/init.d/network: - restored some + backticks - pdksh has broken $(...) closing paren detection, - + added backtick-test.sh to test whenever this would be valid some + day + +2008-10-13 01:04 +0000 [r9908] Tomasz Pala + + * rc.d/init.d/cpusets, rc.d/init.d/functions, rc.d/init.d/network: + - unified function definitions (line-saving way), - use + unambiguous $(...) instead of backticks. + +2008-10-12 18:08 +0000 [r9907] Tomasz Pala + + * rc.d/init.d/functions: - start-stop-daemon uses -c not -u to + change UID + +2008-09-16 20:39 +0000 [r9869] Elan Ruusamäe + + * inittab: - full set of samples for default terminals (default + keymap doesn't allow you switch over 12) + +2008-09-15 08:23 +0000 [r9868] Elan Ruusamäe + + * inittab: - you don't likely need so many terminals + +2008-08-07 20:39 +0000 [r9860] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Actually don't use -s option since dmesg uses + klogctl() to retrieve real ring buffer size. + +2008-08-07 20:36 +0000 [r9859] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: dump 524288 of dmesg data + +2008-07-24 10:10 +0000 [r9851] Arkadiusz Miśkiewicz + + * sysctl.conf: Don't set net.ipv4.ip_local_port_range; use kernel + default + +2008-07-24 10:06 +0000 [r9850] Arkadiusz Miśkiewicz + + * sysctl.conf: Disable tcp syncookies by default (these disable + SACK which according to DaveM 'sets TCP stack back by 10 years') + +2008-07-22 17:39 +0000 [r9849] Jakub Bogusz + + * sysconfig/i18n: - proper encoding for de_DE + +2008-07-17 20:42 +0000 [r9846] shadzik + + * sysconfig/network-scripts/ifup: - wpa_supplicant 0.6.3 doesn't + have a "-w" option!! + +2008-06-10 21:00 +0000 [r9801] Paweł Gołaszewski + + * sysconfig/network-scripts/ifup-ppp: - try last resort in setting + MODEMPORT - compatibility change. + +2008-06-01 11:28 +0000 [r9785] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Export ISATTY. Calling this test from + inside of initlog() return true even if output still goes into + terminal. By exporting we make sure that initial test result is + used for entire run of the script. Fixes wrong 'DONE' string + alignment when bringin up dhcp. + +2008-05-22 19:08 +0000 [r9761] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown: Return can be only from + function. Use exit. + +2008-05-19 06:21 +0000 [r9759-9760] Elan Ruusamäe + + * rc.d/init.d/functions: - tabs + + * rc.d/init.d/functions: - try not to use initlog if $RC_LOGGING is + off (avoits usleeps for each startup) + +2008-05-19 06:05 +0000 [r9756-9757] Elan Ruusamäe + + * configure.ac: - 0.4.1.23 + + * rc.d/init.d/functions: - add --pidfile to daemon() + +2008-04-27 02:00 +0000 [r9733] Elan Ruusamäe + + * rc.d/init.d/functions: - disable log_success/log_failed when + RC_LOGGING is off + +2008-04-27 01:34 +0000 [r9731-9732] Elan Ruusamäe + + * sysconfig/interfaces/tnlcfg-description: - utf8 + + * doc/polski.dsl, doc/sysconfig.docb, doc/rc-scripts.docb: - utf8 + +2008-04-27 01:29 +0000 [r9730] Elan Ruusamäe + + * configure.ac, rc-scripts.spec.in (removed), Makefile.am: - + outdated, use spec from cvs + +2008-04-27 01:24 +0000 [r9729] Elan Ruusamäe + + * sysconfig/network-scripts/ifdown-irda, + sysconfig/network-scripts/ifdown-vlan, + sysconfig/network-scripts/ifup-br, + sysconfig/network-scripts/tnldown, + sysconfig/network-scripts/ifdown-br, hwprofile, + sysconfig/network-scripts/ifup-irda, rc.d/init.d/functions, + sysconfig/network-scripts/ifup-vlan, + sysconfig/network-scripts/tnlup: - utf8 + +2008-04-27 01:20 +0000 [r9728] Elan Ruusamäe + + * AUTHORS: - utf8 + +2008-04-24 21:23 +0000 [r9724-9725] Elan Ruusamäe + + * configure.ac: - 0.4.1.22 + + * rc.d/init.d/functions: - make stripping string suffixes from + EXTRAVER more greedy + +2008-04-23 22:35 +0000 [r9720-9722] Elan Ruusamäe + + * configure.ac: - 0.4.1.21 + + * rc.d/rc.sysinit: - leave note for future not to fall again + + * rc.d/init.d/functions: - handle also `uname -r` returning + "2.6.25-1" + +2008-04-23 22:27 +0000 [r9718-9719] Elan Ruusamäe + + * rc.d/rc.sysinit: - second try: /var/run cleanup without find and + without args len exceeded error + + * rc.d/init.d/functions: - fix for kernels whose release is + "2.6.25_vanilla-1", found by vip` + +2008-04-16 17:30 +0000 [r9711] Arkadiusz Miśkiewicz + + * sysconfig/i18n: Obsolete texts. + +2008-04-09 09:02 +0000 [r9703-9704] Jan Rękorajski + + * configure.ac: - 0.4.1.20 + + * rc.d/rc.sysinit: - reverted r9238, /usr may NOT be mounted at + this time, ever heard of NFS? + +2008-03-27 15:42 +0000 [r9688] Patryk Zawadzki + + * configure.ac: - bump version to 0.4.1.19 + +2008-03-27 15:19 +0000 [r9687] Patryk Zawadzki + + * rc.d/rc.shutdown: - force reboot/halt to work with other init + daemons + +2008-03-26 19:43 +0000 [r9685] Sławomir Paszkiewicz + + * configure.ac: - forgot to commit; 0.4.1.18 + +2008-03-26 16:20 +0000 [r9682] Elan Ruusamäe + + * setsysfont: - /usr is not mounted when this is called from + rc.sysinit + +2008-03-26 14:42 +0000 [r9681] Elan Ruusamäe + + * sysconfig/network: - i always set full hostname here, why "only + hostname" comment? + +2008-03-26 08:46 +0000 [r9680] Sławomir Paszkiewicz + + * sysconfig/network-scripts/ifup-ppp: - "sync" option must be used + before "plugin" option - changes made by seba (at) pro-ject.net + (merged from cvs) + +2008-03-26 08:42 +0000 [r9677-9679] Sławomir Paszkiewicz + + * sysconfig/interfaces/Makefile.am: - added + ifcfg-ppp0.ueagle4-neostrada + + * sysconfig/interfaces/ifcfg-description: - added SYNC option + + * sysconfig/interfaces/ifcfg-ppp0.ueagle4-neostrada (added): - + config for neostrada using usb modem Sagem E4 + +2008-03-26 08:11 +0000 [r9675] Elan Ruusamäe + + * configure.ac: - release 0.4.1.17 + +2008-03-25 23:41 +0000 [r9674] Elan Ruusamäe + + * rc.d/init.d/template.init: - more chkconfig vars + +2008-03-25 15:14 +0000 [r9670-9671] Elan Ruusamäe + + * sysconfig/network-scripts/ifup-ppp: - actually check $MODEMPORT + being chardevice after all *DSL variants + + * sysconfig/network-scripts/ifup-ppp: - check $MODEMPORT set from + config (not the value set from this script) + +2008-03-24 19:17 +0000 [r9667-9668] Elan Ruusamäe + + * configure.ac: - release 0.4.1.16 + + * sysconfig/network-scripts/functions.network: - return val doc for + check_{mii_tool,ethtool,iwconfig} - code readability + +2008-03-22 12:14 +0000 [r9649] Jakub Bogusz + + * sysconfig/interfaces/ifcfg-description: - typo + +2008-03-19 14:21 +0000 [r9646] Arkadiusz Miśkiewicz + + * rc.d/rc.shutdown: Use .sh - safer. + +2008-03-19 12:51 +0000 [r9645] Arkadiusz Miśkiewicz + + * rc.d/rc.shutdown: Multiple UPS support. + +2008-03-09 12:33 +0000 [r9575] Jakub Bogusz + + * setsysfont: - use "locale charmap" to detect UTF-8 locales + properly - call unicode_stop for non-UTF locales (Linux 2.6.24+ + has unicode console by default) + +2008-03-01 18:01 +0000 [r9549] Andrzej Dopierała + + * sysconfig/interfaces/ifcfg-eth0: - add commented DHCP_OPTIONS + option to show how to pass parameters to dhcp client + +2008-02-27 10:35 +0000 [r9533] Elan Ruusamäe + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown: + - fix for network script that it does not enslave eth interfaces + from it during stop phase (Ilja Bobkevič) + +2008-02-18 20:56 +0000 [r9424] Elan Ruusamäe + + * sysconfig/network-scripts/ifup-ppp: - require $MODEMPORT being + character device (/dev/modem, /dev/tts/USB0) + +2008-02-14 15:23 +0000 [r9346] Elan Ruusamäe + + * sysconfig/interfaces/ifcfg-ppp0.pppoe (added): - add config i + used for adsl setup + +2008-02-11 10:16 +0000 [r9303] Arkadiusz Miśkiewicz + + * rc.d/rc.shutdown: mdadm stop will yell that it can't stop rootfs + array. Such errors are misleading and useless. + +2008-02-09 20:00 +0000 [r9279] Elan Ruusamäe + + * sysconfig/network-scripts/ifup-ppp: - fail on required MODEMPORT + (or set it to /dev/modem?) + +2008-02-08 22:58 +0000 [r9254] Elan Ruusamäe + + * sysconfig/network-scripts/ifup-ppp: - typo + +2008-02-08 22:17 +0000 [r9252-9253] Elan Ruusamäe + + * sysconfig/interfaces/data/Makefile.am: - kõu disconnect script + + * sysconfig/interfaces/data/chat-ppp0.kou-disconnect (added): - + disconnect script (not tested) + +2008-02-08 19:34 +0000 [r9240-9245] Elan Ruusamäe + + * sysconfig/interfaces/Makefile.am, + sysconfig/interfaces/data/Makefile.am: - files for kõu + (http://www.kou.ee/) + + * sysconfig/interfaces/ifcfg-ppp0.kou: - renamed chatscript + + * sysconfig/interfaces/data/chat-ppp0.kou (added), + sysconfig/interfaces/data/chat-kou (removed): - renamed + + * sysconfig/interfaces/ifcfg-ppp0.kou (added), + sysconfig/interfaces/ifcfg-kou (removed): - renamed + + * sysconfig/interfaces/data/chat-kou (added): - chat script for kõu + (http://www.kou.ee/) + + * sysconfig/interfaces/ifcfg-kou (added): - config for kõu + (http://www.kou.ee/) + +2008-02-08 17:34 +0000 [r9238] Elan Ruusamäe + + * rc.d/rc.sysinit: - use find to overcome arguments length exceeded + when descending to php sessions dir (and yes, /usr is already + mounted when this code is ran) + +2008-02-08 15:39 +0000 [r9237] Elan Ruusamäe + + * sysconfig/network-scripts/ifup-ppp: - give hint on missing + chatscript error + +2008-02-08 14:54 +0000 [r9236] Elan Ruusamäe + + * sysconfig/interfaces/ifcfg-description: - placeholder for + WVDIALSECT + +2008-01-29 12:10 +0000 [r9209] Elan Ruusamäe + + * modules: - mention that /etc/modules.X.Y and /etc/modules.X.Y.Z + are readed too - mention that module options are processed too + +2008-01-15 09:40 +0000 [r9174] Elan Ruusamäe + + * rc.d/rc.local: - leave EOF clean ;) + +2007-12-30 13:31 +0000 [r9170] Elan Ruusamäe + + * configure.ac: - prepare 0.4.1.15 + +2007-12-27 00:52 +0000 [r9162] Elan Ruusamäe + + * rc.d/init.d/functions: - handle when there's no terminal attached + (f.e gui tools like smart) + +2007-12-17 17:39 +0000 [r9145] Elan Ruusamäe + + * rc.d/init.d/local: - implement status + +2007-12-17 17:35 +0000 [r9144] Elan Ruusamäe + + * rc.d/init.d/allowlogin: - implement status + +2007-12-11 12:29 +0000 [r9137-9140] Elan Ruusamäe + + * configure.ac: - prepare 0.4.1.14 + + * rc.d/rc.sysinit: - load dm-multipath module before multipath + activating for setups when rootfs was not also on multipath + +2007-12-10 22:25 +0000 [r9135] Elan Ruusamäe + + * lang.sh: - cosmetics + +2007-12-10 22:20 +0000 [r9134] Arkadiusz Miśkiewicz + + * lang.sh: Don't overwrite session settings (that can be comming + from ssh). + +2007-12-08 13:05 +0000 [r9132] Elan Ruusamäe + + * rc.d/init.d/network: - cleanups + +2007-12-08 13:02 +0000 [r9130-9131] Elan Ruusamäe + + * rc.d/init.d/network: - added reload target (will ask DHCP client + to renew lease), only dhcpcd supported for now + + * sysconfig/network-scripts/functions.network: - minor cosetics + +2007-12-05 13:15 +0000 [r9128] Elan Ruusamäe + + * rc.d/Makefile.am, rc.d/rc.modules (removed): - rc.modules + functionality integrated to rc.sysinit + +2007-12-05 13:02 +0000 [r9127] Elan Ruusamäe + + * rc.d/rc.sysinit: - formatting + +2007-12-01 20:49 +0000 [r9125] Adam Gołębiowski + + * rc.d/rc.sysinit: - skip fsck on / if device node doesn't exist + yet, e.g.: rootfs-on-lvm and udev is used (perhaps we should try + to fsck / once more later on?) + +2007-11-28 20:28 +0000 [r9117] Jakub Bogusz + + * rc.d/init.d/template.init: - simplicity and verboseness wins: let + try-restart inform if service is not running + +2007-11-26 20:37 +0000 [r9102] Elan Ruusamäe + + * sysconfig/network-scripts/ifdown, + sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup: - apply + SOURCES/rc-scripts-dev_alias.patch (if it is buggy then the bugs + should be fixed -- it's been applied in pld ac for ages) + +2007-11-26 20:32 +0000 [r9101] Elan Ruusamäe + + * rc.d/rc.sysinit: - /etc/rc.d/rc.modules moved to internal + functions - module paramters also accepted from modules file + +2007-11-26 20:15 +0000 [r9100] Elan Ruusamäe + + * rc.d/rc.sysinit: - make $RUN_DEPMOD=ifmissing really behave so as + described (depmod -A stats every module file in modules dir) + +2007-11-26 20:08 +0000 [r9096-9099] Elan Ruusamäe + + * rc.d/rc.modules: - plain modprobe the module - skip loading + rc-scripts functions if they appear to be loaded already + + * rc.d/rc.shutdown: - apply SOURCES/rc-scripts-fuser.patch + + * rc.d/init.d/functions: - tab-safe is_empty_file() now (from + rc.modules) + + * sysconfig/system: - add $RC_BOOTLOG=yes + +2007-11-26 17:46 +0000 [r9092] Elan Ruusamäe + + * configure.ac: - prepare 0.4.1.13 + +2007-11-25 11:18 +0000 [r9091] Jakub Bogusz + + * rc.d/init.d/template.init: - force-reload is not supposed to + start service if it is not running - new try-restart action (as + specified by LSB 3.1.0, formerly "condrestart" in some distros) + it should restart service if running and just exit sucessfully + otherwise + +2007-11-25 08:46 +0000 [r9090] Jakub Bogusz + + * rc.d/init.d/template.init: - simplified + +2007-11-21 23:24 +0000 [r9076-9077] Elan Ruusamäe + + * rc.d/init.d/template.init: - better this way + + * rc.d/init.d/template.init: - this should be restart, who put + reload there? + +2007-11-21 23:18 +0000 [r9074-9075] Elan Ruusamäe + + * rc.d/init.d/template.init: - reload also could use pidfile + + * rc.d/init.d/template.init: - one more killproc sample + +2007-11-13 18:57 +0000 [r9043] Elan Ruusamäe + + * rc.d/rc.sysinit: - suffix dm-multipath partitions with pN + +2007-11-09 01:54 +0000 [r9033] Elan Ruusamäe + + * rc.d/rc.shutdown: - blogd might be already down and it might had + been started manually + +2007-11-09 01:47 +0000 [r9032] Elan Ruusamäe + + * sysconfig/hwprofiles/Makefile.am: - if the file is not packaged + in spec, don't install it either + +2007-11-09 01:37 +0000 [r9030-9031] Elan Ruusamäe + + * rc.d/rc.sysinit, rc.d/rc.shutdown: - /etc/crypttab shouldn't be + empty when using it + + * rc.d/init.d/functions: - add is_empty_file() function + +2007-11-09 01:20 +0000 [r9028-9029] Elan Ruusamäe + + * crypttab (added), Makefile.am: - add sample /etc/crypttab + + * TODO: - cleanup + +2007-11-09 01:10 +0000 [r9027] Elan Ruusamäe + + * rc.d/rc.sysinit, rc.d/rc.shutdown: - bugfixes for crypttab + +2007-11-09 00:49 +0000 [r9025-9026] Elan Ruusamäe + + * rc.d/rc.shutdown: - add /etc/crypttab processing + + * rc.d/init.d/cryptsetup: - add halt_crypto() from fc + initscripts-8.54 - add standalone mode for start/stop + +2007-11-09 00:37 +0000 [r9024] Elan Ruusamäe + + * rc.d/rc.sysinit: - initial /etc/crypttab processing + +2007-11-09 00:33 +0000 [r9021-9023] Elan Ruusamäe + + * rc.d/init.d/Makefile.am: - add cryptsetup + + * rc.d/init.d/cryptsetup (added): - based on code from rc.sysinit + of fc initscripts-8.54 + + * man/Makefile.am, man/crypttab.5 (added): - add crypttab.5 from fc + initscripts-8.54 + +2007-11-09 00:21 +0000 [r9020] Elan Ruusamäe + + * rc.d/init.d/random: - use subsys lock files + +2007-11-09 00:00 +0000 [r9019] Elan Ruusamäe + + * rc.d/rc.shutdown, rc.d/rc.sysinit: - blogd updates + +2007-11-08 00:42 +0000 [r9016] Elan Ruusamäe + + * src/usleep.c, man/usleep.1, src/Makefile.am: - update with suse + variant from killproc-2.12 (and who's oot? + http://lists.rpath.com/pipermail/initscripts-commits/2006-December/000573.html) + +2007-11-08 00:29 +0000 [r9013-9015] Elan Ruusamäe + + * src/initlog.c: - update from initscripts-8.54, except killing + startDaemon() and adding deprecation message + + * src/initlog.conf: - update from initscripts-8.54 + + * src/minilogd.c: - update from initscripts-8.54 + +2007-11-06 18:55 +0000 [r9004-9005] Elan Ruusamäe + + * configure.ac: - release 0.4.1.12 + + * rc.d/init.d/functions: - missing shift for nice level parsing in + daemon(). fixes some (broken) initscripts + +2007-11-05 18:09 +0000 [r8991] Elan Ruusamäe + + * sysconfig/clock: - UTC clock by default. See: + http://glen.alkohol.ee/pld/clock-utc.html + +2007-11-02 02:29 +0000 [r8957-8959] Elan Ruusamäe + + * configure.ac: - release 0.4.1.11 + + * rc.d/init.d/functions: - ksh doesn't like $2 in # modifier + +2007-11-01 13:23 +0000 [r8947-8948] Elan Ruusamäe + + * man/fstab-decode.8 (added): - add from fc + + * src/fstab-decode.c (added): - add from fc + +2007-11-01 13:20 +0000 [r8946] Elan Ruusamäe + + * configure.ac: - release 0.4.1.10 + +2007-11-01 12:20 +0000 [r8944] Elan Ruusamäe + + * rc.d/rc.sysinit: - /dev (with devfs) could be mounted by kernel + (arekm note) + +2007-11-01 03:00 +0000 [r8941-8942] Elan Ruusamäe + + * man/Makefile.am, src/Makefile.am: - add fstab-decode from rh + + * rc.d/rc.sysinit: - don't get tempted to kill blogd + +2007-11-01 02:53 +0000 [r8940] Elan Ruusamäe + + * rc.d/rc.sysinit: - read /proc/cmdline after /proc mount + +2007-11-01 02:36 +0000 [r8937-8939] Elan Ruusamäe + + * sysconfig/system: - devfs comment update + + * rc.d/rc.sysinit: - devfsd without devfs makes no sense :) + + * rc.d/rc.sysinit: - no need to source udev configs here - just + umount /initrd/dev without checking + +2007-11-01 02:10 +0000 [r8935] Elan Ruusamäe + + * rc.d/rc.sysinit: - $PATH is set from init.d/functions - improve + dm-multipath setup - attempt harder to create all LVM nodes, even + the ones initialized from initrd - kill blogd at the end of + script + +2007-11-01 02:06 +0000 [r8934] Elan Ruusamäe + + * rc.d/rc.sysinit: - umount /initrd earlier, right after udev + startup + +2007-11-01 01:34 +0000 [r8932-8933] Elan Ruusamäe + + * rc.d/init.d/functions: - strstr() from fedora initscripts + + * rc.d/rc.sysinit: - read /proc/cmdline just once (idea stolen from + fedora) + +2007-11-01 01:23 +0000 [r8930-8931] Elan Ruusamäe + + * rc.d/init.d/functions, rc.d/rc.sysinit: - disable_selinux(), + relabel_selinux(), clean_vserver_mtab() used only in rc.sysinit, + moved there + + * rc.d/init.d/functions: - local vars + +2007-11-01 01:13 +0000 [r8929] Elan Ruusamäe + + * rc.d/init.d/functions: - drop redhat/mandrake compat - simple if + should be lighter than function call + +2007-11-01 01:05 +0000 [r8927-8928] Elan Ruusamäe + + * rc.d/init.d/functions: - drop unneeded subshell + + * rc.d/init.d/functions: - use shell construct to test is pathname + full path + +2007-11-01 00:59 +0000 [r8926] Elan Ruusamäe + + * rc.d/init.d/functions: - use shell constructs for basename() + +2007-11-01 00:54 +0000 [r8925] Elan Ruusamäe + + * rc.d/init.d/functions: - avoid endless loop when one puts --user + after daemon name - some small optimizations - update daemon() + usage + +2007-11-01 00:48 +0000 [r8924] Elan Ruusamäe + + * sysconfig/system: - add DEFAULT_SERVICE_UMASK=022 + +2007-11-01 00:35 +0000 [r8922-8923] Elan Ruusamäe + + * rc.d/init.d/functions: - shell version + + * rc.d/init.d/functions: - set ulimits with one awk call in + daemon() + +2007-10-31 23:31 +0000 [r8920-8921] Elan Ruusamäe + + * dumb.sh: - usable + + * rc.d/init.d/functions: - typo? + +2007-10-31 20:48 +0000 [r8919] Elan Ruusamäe + + * rc.d/rc.sysinit: - small cleanups and fixes + +2007-10-30 19:42 +0000 [r8904] Elan Ruusamäe + + * rc.d/rc.sysinit: - move $MODULES_CONF closer where it is used + +2007-10-30 16:23 +0000 [r8903] Elan Ruusamäe + + * rc.d/rc.sysinit: - fix obvious typo (perhaps drop it as it never + worked?) + +2007-10-30 16:10 +0000 [r8901-8902] Elan Ruusamäe + + * rc.d/rc.sysinit: - activate dm-multipath + + * rc.d/rc.sysinit: - small optimize to use only awk + +2007-10-29 11:29 +0000 [r8897] Elan Ruusamäe + + * sysconfig/network-scripts/ifup: - assume default + WLAN_WPA_CONFIG=/etc/wpa_supplicant.conf + +2007-10-28 17:58 +0000 [r8891-8893] Elan Ruusamäe + + * sysconfig/interfaces/ifcfg-description: - $HOTPLUG is processed + by udev (udev_net_helper) + + * sysconfig/network-scripts/functions.network: - allow + WLAN_MODE=managed in lowercase (as it's in doc) + + * sysconfig/network-scripts/functions.network: - key index and + value should be different arguments + +2007-10-28 17:36 +0000 [r8890] Arkadiusz Miśkiewicz + + * rc.d/rc.shutdown: Revert ntfsfix. Please use something like + init.d/ntfsfix for that. + +2007-10-28 16:59 +0000 [r8887-8889] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: - [ -n "" ] and [ "" + ] are the same, save some bytes/readability ;) + + * sysconfig/network-scripts/functions.network: - handle wlan + different four keys + + * sysconfig/interfaces/ifcfg-description: - new WLAN options + +2007-10-28 16:43 +0000 [r8885-8886] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: - reuse + WLAN_ENCRYPTION + + * sysconfig/network-scripts/functions.network: - optimize + wireless_param() by calling eval once + +2007-10-28 16:13 +0000 [r8884] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: - no need for + LC_ALL=C to grep fixed string + +2007-10-28 13:06 +0000 [r8883] Paweł Gołaszewski + + * rc.d/rc.shutdown: - run ntfsfix if there are some ntfs + filesystems mounted and if proper app is installed + +2007-10-26 12:48 +0000 [r8878] Elan Ruusamäe + + * sysconfig/system: - use default nice "+0" to avoid confusion as + "0" is not valid in service setup + +2007-10-04 20:22 +0000 [r8778] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Activate ATARAID devices. + +2007-10-03 13:10 +0000 [r8771] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Do sanity check only + when configuration file exists. + +2007-10-03 06:55 +0000 [r8770] Elan Ruusamäe + + * sysconfig/network-scripts/ifup: - trim network length from + $IP4ADDR when doing arping + +2007-10-02 22:32 +0000 [r8769] Jan Rękorajski + + * rc.d/rc.sysinit: - don't try to update mtab when mounting usbfs + (root is ro yet) + +2007-10-01 08:45 +0000 [r8768] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: - support $IPADDR + + $NETMASK combination if no prefix in $IPADDR present + +2007-09-26 12:17 +0000 [r8753-8754] Elan Ruusamäe + + * configure.ac: - 0.4.1.9 + + * sysconfig/network-scripts/ifup: - typo in arping line + +2007-09-25 15:59 +0000 [r8751] Jan Rękorajski + + * rc.d/rc.shutdown: - typo + +2007-09-25 15:54 +0000 [r8749-8750] Jan Rękorajski + + * rc.d/init.d/network: - no need to play with NFS, it screws up / + over NFS and we have nfsfs for it + + * rc.d/init.d/local: - source functions library (for msg_usage), no + need to set PATH + +2007-09-25 11:34 +0000 [r8745-8746] Elan Ruusamäe + + * configure.ac: - 0.4.1.8 + + * sysconfig/network: - more info about AUTOMATIC_IFCFG + +2007-09-11 18:47 +0000 [r8720] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup: PLDize ARP cache updating + procedure. + +2007-09-11 18:33 +0000 [r8719] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup: Update ARP cache of neighbours + (from fedora). + +2007-07-14 20:33 +0000 [r8676] Radosław Zieliński + + * sysconfig/network: - AUTOMATIC_IFCFG=no + +2007-07-03 11:51 +0000 [r8656-8658] Elan Ruusamäe + + * configure.ac: - release 0.4.1.7 + + * rc.d/init.d/functions: - do not depend on which command to find + rpcinfo + +2007-06-14 18:42 +0000 [r8640] Elan Ruusamäe + + * sysconfig/network-scripts/bondup (removed), + sysconfig/network-scripts/Makefile.am, + sysconfig/network-scripts/bonddown (removed), + sysconfig/interfaces/Makefile.am, rc.d/init.d/network, + sysconfig/interfaces/ifcfg-bond0 (removed): - revert bonding + support (unfinished and broken) + +2007-06-05 10:45 +0000 [r8637-8638] Elan Ruusamäe + + * sysconfig/interfaces/Makefile.am: - add ifcfg-bond0 + + * sysconfig/interfaces/ifcfg-bond0 (added): - sample config + +2007-06-05 10:39 +0000 [r8636] Elan Ruusamäe + + * sysconfig/network-scripts/Makefile.am, + sysconfig/network-scripts/bonddown (added), rc.d/init.d/network, + sysconfig/network-scripts/bondup (added): - bonding support by + Justas Vilimas + +2007-06-05 10:27 +0000 [r8635] Elan Ruusamäe + + * TODO: - save + +2007-05-30 11:51 +0000 [r8631] Elan Ruusamäe + + * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit, rc.d/init.d/single: - + see ChangeLog for Changes + +2007-05-09 20:40 +0000 [r8500] Elan Ruusamäe + + * rc.d/init.d/functions: - keep /etc/mtab permissions (whatever + they are) inside vserver - which outputs to stderr if it can't + find the program + +2007-05-01 01:10 +0000 [r8489] Jan Rękorajski + + * configure.ac: - 0.4.1.6 + +2007-05-01 01:02 +0000 [r8488] Jan Rękorajski + + * DEVELOPMENT: - added warning about parenthesis in command + substitution + +2007-05-01 00:53 +0000 [r8487] Jan Rękorajski + + * rc.d/rc.sysinit, rc.d/init.d/network: - reverted some command + substitution changes due to conflicting parenthesis + +2007-04-28 18:34 +0000 [r8484-8485] Jakub Bogusz + + * sysconfig/network-scripts/ifdown-ppp: - kill ugly warning if pppd + was nicely killed + + * ppp/ip-down, ppp/ip-up: - proper CONFIG sources (needed to + override DEVICE from pppd and get ppp/ip-{up,down} scripts work + again + +2007-04-27 20:45 +0000 [r8483] Jan Rękorajski + + * rc.d/init.d/functions: - restore stderr redirection + +2007-04-27 20:21 +0000 [r8482] Jan Rękorajski + + * rc.d/init.d/functions: - replace awk usage with shell constructs + +2007-04-27 14:02 +0000 [r8481] Jan Rękorajski + + * rc.d/rc.modules: - replace awk usage with shell constructs + +2007-04-27 13:32 +0000 [r8480] Jan Rękorajski + + * rc.d/rc: - replace awk usage with shell constructs + +2007-04-26 22:03 +0000 [r8479] Jan Rękorajski + + * rc.d/init.d/functions: - removed unneeded termput hpa + +2007-04-26 21:38 +0000 [r8478] Jan Rękorajski + + * rc.d/init.d/functions: - shell magic fixing screwed dots in + show() on serial console + +2007-04-26 16:51 +0000 [r8475] Jan Rękorajski + + * configure.ac: - Release 0.4.1.5 + +2007-04-26 16:45 +0000 [r8474] Jan Rękorajski + + * setsysfont: - replaced sed with awk + +2007-04-26 15:56 +0000 [r8473] Jan Rękorajski + + * sysconfig/network-scripts/ifdown, ppp/ip-up.d/logger, + rc.d/rc.sysinit, run-parts, sysconfig/interfaces/up.d/ppp/logger, + ppp/ip-down.d/logger, sysconfig/interfaces/down.d/ppp/logger, + sysconfig/hwprofiles/Makefile.am, service, rc.d/init.d/cpusets, + sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup-ipx, rc.d/init.d/network, + sysconfig/network-scripts/ifup: - use $() for command + substitution + +2007-04-26 15:30 +0000 [r8472] Jan Rękorajski + + * rc.d/init.d/functions: - unify command substitution (`` -> $()) + +2007-04-26 15:24 +0000 [r8471] Jan Rękorajski + + * rc.d/init.d/functions: - typeset local in check_portmapper + +2007-04-26 14:55 +0000 [r8470] Jan Rękorajski + + * rc.d/init.d/functions: - generic check_portmapper function + +2007-04-16 17:26 +0000 [r8460] Jan Rękorajski + + * sysconfig/network-scripts/functions.network: - use shell + construct instead of grep in calcnetmask + +2007-04-16 16:21 +0000 [r8459] Jan Rękorajski + + * sysconfig/network-scripts/functions.network: - calcprefix without + need of awk + +2007-04-14 21:55 +0000 [r8458] Paweł Gołaszewski + + * rc.d/init.d/functions: - allow to have more than one line in + pidfile + +2007-03-20 12:09 +0000 [r8389] Jan Rękorajski + + * rc.d/init.d/network: - simpler way to umount nfs4 + +2007-03-20 11:53 +0000 [r8388] Jan Rękorajski + + * rc.d/init.d/network: - unmount NFSv4 filesystems + +2007-03-20 11:48 +0000 [r8387] Jan Rękorajski + + * rc.d/rc.sysinit: - cleaner solution for empty hostname + +2007-03-19 18:58 +0000 [r8384] Jan Rękorajski + + * rc.d/rc.sysinit: - nfs4 is also non-local fs + +2007-03-19 17:27 +0000 [r8383] Jan Rękorajski + + * rc.d/rc.sysinit: - in case of empty HOSTNAME set it to what the + kernel thinks it is (for example workstation with kernel level IP + config and / over NFS) + +2007-03-15 17:19 +0000 [r8379] Elan Ruusamäe + + * rc.d/rc.sysinit: - can start blogd rather earlier + +2007-03-14 18:51 +0000 [r8378] Jan Rękorajski + + * rc.d/init.d/cpusets: - fixed glen's misoptimization + +2007-03-13 17:11 +0000 [r8372-8373] Elan Ruusamäe + + * rc.d/init.d/template.init: - avoid doing something silly if plain + template is used + + * rc.d/init.d/template.init: - start does not have exit code + +2007-03-09 21:10 +0000 [r8371] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-eth0: Add sfq as default qdisc. + +2007-03-07 10:24 +0000 [r8367] Elan Ruusamäe + + * changelog.sh: - correct comment + +2007-03-02 15:37 +0000 [r8323] Elan Ruusamäe + + * changelog.sh: - detect users file charset + +2007-02-27 21:10 +0000 [r8311-8313] Elan Ruusamäe + + * rc.d/init.d/random: - comment says do not, so won't! + + * rc.d/init.d/random, rc.d/init.d/cpusets, rc.d/init.d/allowlogin, + rc.d/init.d/network, rc.d/init.d/local: - well, PLDIZE! + + * rc.d/init.d/cpusets, rc.d/init.d/allowlogin, + rc.d/init.d/functions, rc.d/init.d/Makefile.am, + rc.d/init.d/network, rc.d/init.d/local, rc.d/init.d/sys-chroots, + rc.d/init.d/template.init, rc.d/init.d/random, + rc.d/init.d/single, rc.d/init.d/killall: - vim autodetects syntax + from shebang + +2007-02-25 00:59 +0000 [r8290-8293] Elan Ruusamäe + + * configure.ac: - Release 0.4.1.4 + + * sysconfig/Makefile.am, sysconfig/timezone (removed), + rc.d/init.d/Makefile.am, rc.d/init.d/timezone (removed): - + timezone moved to tzdata.spec + + * DEVELOPMENT: - sync order + + * DEVELOPMENT: - how to make release + +2007-02-08 15:42 +0000 [r8239] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: - allow tnlcfg- + prefix in interface CONFIGs + +2007-02-05 18:54 +0000 [r8223] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Delay (or even skip) clock setting if /dev/rtc + doesn't exist. + +2007-02-04 21:39 +0000 [r8222] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm: Update from + Mateusz Korniak. + +2007-01-28 14:25 +0000 [r8209-8210] Elan Ruusamäe + + * rc.d/rc.sysinit, rc.d/init.d/functions: - $CONSOLETYPE used only + in rc.sysinit + + * rc.d/init.d/functions: - termput() cannot cache in shell vars as + it's always called from subshell + +2007-01-28 14:08 +0000 [r8207-8208] Elan Ruusamäe + + * sysconfig/init-colors, sysconfig/init-colors.gentoo: Typo. + + * sysconfig/system: Add VSERVER option here. + +2007-01-22 19:15 +0000 [r8194] Elan Ruusamäe + + * sysconfig/network-scripts/ifdown: - do sleep 1 only when bringing + down with dhcpcd + +2007-01-22 19:12 +0000 [r8192-8193] Elan Ruusamäe + + * sysconfig/network-scripts/ifdown: - reuase $DHCP_CLIENT + + * sysconfig/network-scripts/ifdown, + sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup: - be sure that dhcp client + detection is same for ifup and ifdown + +2007-01-22 18:47 +0000 [r8189-8191] Elan Ruusamäe + + * sysconfig/network-scripts/ifup-routes: - kill subshell + + * sysconfig/network-scripts/ifup-neigh: - IPV4_NETWORKING does not + change it's value in a loop. + + * sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/ifup-neigh: - updated comments + +2007-01-22 18:41 +0000 [r8188] Elan Ruusamäe + + * sysconfig/network-scripts/ifup-neigh, + sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/ifup-post: ifup-{aliases,routes,neigh} + are now sourced instead of executed + +2007-01-22 18:37 +0000 [r8187] Elan Ruusamäe + + * sysconfig/network-scripts/ifup-aliases: Die debug + +2007-01-22 18:16 +0000 [r8186] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: Cache hostname + output to call it less times + +2007-01-22 18:09 +0000 [r8185] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: Less subshells in + source_config(). + +2007-01-18 20:20 +0000 [r8173] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-aliases: Find out number of + aliases from ifcfg-xyz file. + +2007-01-16 23:00 +0000 [r8171] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-br: multicast/arp should be set on + slave devices (patch by Szymon Siwek). + +2007-01-11 14:29 +0000 [r8152-8153] Elan Ruusamäe + + * configure.ac: Release 0.4.1.3 + + * make-tag.sh (added): Nifty script to make releases in svn tagged. + +2007-01-11 14:19 +0000 [r8149] Elan Ruusamäe + + * changelog.sh: Autodetect svn path. + +2007-01-11 14:15 +0000 [r8147-8148] Elan Ruusamäe + + * autogen.sh: Changelog generation moved to separate script. + + * changelog.sh (added): Based on geninitrd/changelog.sh + +2007-01-11 14:11 +0000 [r8145] Elan Ruusamäe + + * Makefile.am: Fix for make distcheck. + +2006-12-18 21:28 +0000 [r8111] Elan Ruusamäe + + * sysctl.conf: Add kernel.core_uses_pid + +2006-12-14 08:08 +0000 [r8100-8101] Elan Ruusamäe + + * sysconfig/system: Typo. + + * sysconfig/system: Spelling + +2006-12-08 12:17 +0000 [r8088] Elan Ruusamäe + + * Makefile.am: Create /var/cache/rc-scripts/msg.cache on install. + +2006-12-08 12:07 +0000 [r8087] Elan Ruusamäe + + * sysconfig/network: Add $NETWORKING back, as it's used by a lot of + initscripts + +2006-12-07 22:24 +0000 [r8086] Elan Ruusamäe + + * rc.d/init.d/cpusets: Error exit code + +2006-12-07 21:52 +0000 [r8085] Elan Ruusamäe + + * rc.d/init.d/network: Small cosmetics. + +2006-12-07 21:47 +0000 [r8083-8084] Elan Ruusamäe + + * rc.d/init.d/network: Reindent. + + * rc.d/init.d/network: Small reorganizing. + +2006-12-07 21:42 +0000 [r8080-8082] Elan Ruusamäe + + * sysconfig/network: $NETWORKING was supposed to be obsoleted. + + * rc.d/init.d/network: $NETWORKING was supposed to be obsoleted. + + * rc.d/init.d/sys-chroots: Optimize for faster exit if not + configured. + +2006-12-07 21:32 +0000 [r8077-8079] Elan Ruusamäe + + * rc.d/init.d/killall: As we don't source functions, we must set + sane PATH to ensure security + + * rc.d/init.d/local: As we don't source functions, we must set sane + PATH to ensure security + + * rc.d/init.d/killall: Probability that there exists init.d/$subsys + is bigger than init.d/$subsys.init. + +2006-12-07 21:18 +0000 [r8076] Elan Ruusamäe + + * rc.d/init.d/cpusets: Exit early if cpusets not enabled in + sysconfig/system. + +2006-12-05 17:39 +0000 [r8073] Elan Ruusamäe + + * rc.d/rc.shutdown: Fixes for /usr on separate parition (not + tested!). + +2006-12-05 17:32 +0000 [r8072] Elan Ruusamäe + + * rc.d/init.d/functions: Store cachefile in /var, read/write errors + are ignored anyway. + +2006-12-05 17:07 +0000 [r8070] Arkadiusz Miśkiewicz + + * configure.ac: Release 0.4.0.2. + +2006-11-27 12:36 +0000 [r8006] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Revert remounting based on /proc/mounts entries + (current rootfs state is not reflected there). + +2006-11-26 14:35 +0000 [r7999] Arkadiusz Miśkiewicz + + * AUTHORS: Readd timezone setup & resolvesymlink to Paweł Wilk. + +2006-11-26 10:05 +0000 [r7998] Arkadiusz Miśkiewicz + + * AUTHORS, src/Makefile.am: Fix resolvesymlink_SOURCE typo. Updated + Paweł Wilk email address. + +2006-11-26 10:02 +0000 [r7997] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions, rc.d/rc.shutdown, AUTHORS, po/pl.po, + src/pci-config.c (removed), rc-scripts.spec.in, src/Makefile.am: + Revert nVidia madness. rc-scripts is not a place for such + workaround. + +2006-11-26 08:06 +0000 [r7993] Paweł Wilk + + * rc.d/init.d/functions: - small improvement in + forcedeth_wourkaround() + +2006-11-25 20:36 +0000 [r7992] Paweł Wilk + + * rc.d/init.d/functions: - added important check in + forcedeth_workaround() which detects co-working drivers + +2006-11-25 16:01 +0000 [r7991] Paweł Wilk + + * po/pl.po: - added translation for WOL work-around message + +2006-11-25 12:09 +0000 [r7989] Paweł Wilk + + * src/Makefile.am, rc.d/init.d/functions, rc.d/rc.shutdown, + AUTHORS, src/pci-config.c (added), rc-scripts.spec.in: - added + Wake-On-Lan work-around for nForce ethernet drivers - added + pci-config utility which allows power state manipulation and + devices listing + +2006-11-19 15:45 +0000 [r7986] Elan Ruusamäe + + * sysctl.conf: Add dev.rtc.max-user-freq. + +2006-11-01 22:53 +0000 [r7938] Elan Ruusamäe + + * rc.d/init.d/functions: Ignore errors if msg cachefile can not be + written (functions sourced by non-root user of readonly + filesystem). + +2006-11-01 13:23 +0000 [r7931] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: Avoid "RTNETLINK + answers: File exists" message and say possible cause instead. + +2006-11-01 13:09 +0000 [r7930] Elan Ruusamäe + + * sysconfig/network-scripts/ifup: Pointless subshell dropped + +2006-11-01 00:35 +0000 [r7926] Paweł Gołaszewski + + * sysconfig/interfaces/ifcfg-description: - more docs + +2006-10-23 14:11 +0000 [r7894] Marcin Winkler + + * rc.d/init.d/network: - fix s@usb@usr@ + +2006-10-19 14:15 +0000 [r7878] Elan Ruusamäe + + * rc.d/init.d/functions: Avoid heredoc, pdksh makes tmpfile then. + +2006-10-19 13:06 +0000 [r7875] Elan Ruusamäe + + * rc.d/rc.sysinit: Fix syntax errors. + +2006-10-19 09:55 +0000 [r7871] Elan Ruusamäe + + * rc.d/rc.sysinit: Simplify. + +2006-10-18 20:02 +0000 [r7869] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Detect more posible cases when rootfs is read + only. + +2006-10-18 12:22 +0000 [r7868] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: Avoid bringing down + eth0 in case of bad config. + +2006-10-18 11:55 +0000 [r7867] Elan Ruusamäe + + * rc.d/init.d/network: Remove ifcfg- prefix from interface names. + +2006-10-15 11:22 +0000 [r7856] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/tnlup: Load sit module for sit tunnels. + +2006-10-13 06:34 +0000 [r7853] Arkadiusz Miśkiewicz + + * configure.ac: Prepare for 0.4.1.1 (beta1). + +2006-10-13 06:23 +0000 [r7851-7852] Arkadiusz Miśkiewicz + + * man/Makefile.am: Add getkey.1 + + * src/getkey.c, man/getkey.1 (added): Updated. + +2006-10-12 21:07 +0000 [r7849-7850] Elan Ruusamäe + + * sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada, + sysconfig/interfaces/ifcfg-eth0.1, + sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada, + sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada, + sysconfig/interfaces/ifcfg-ppp0.gprs-idea: Propset Id + + * sysconfig/interfaces/ifcfg-ppp0.callback, + sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm, + sysconfig/interfaces/ifcfg-br0, + sysconfig/interfaces/ifcfg-description, + sysconfig/interfaces/ifcfg-irlan0, + sysconfig/interfaces/ifcfg-ppp0.tpsa, + sysconfig/interfaces/ifcfg-ppp0.gprs-idea, + sysconfig/interfaces/ifcfg-ppp0.leased1, + sysconfig/interfaces/ifcfg-ppp0.leased2, + sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada, + sysconfig/interfaces/ifcfg-sl0, + sysconfig/interfaces/ifcfg-eth0.1, + sysconfig/interfaces/ifcfg-irda0, + sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada, + sysconfig/interfaces/ifcfg-eth0, + sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Unify file + header. + +2006-10-12 19:49 +0000 [r7848] Elan Ruusamäe + + * sysconfig/static-routes: Add sample of single host routing + +2006-10-05 20:39 +0000 [r7842] Elan Ruusamäe + + * rc.d/rc.sysinit: Use simple if. + +2006-10-05 17:22 +0000 [r7840-7841] Elan Ruusamäe + + * rc.d/rc.sysinit: There are no comments in /proc/mounts. + + * rc.d/rc.sysinit: There could be multiple entries for root dir. + +2006-10-02 22:03 +0000 [r7839] Paweł Sikora + + * sysconfig/network-scripts/functions.network: - wireless-tools >= + 29 uses `nick' command. + +2006-09-30 10:50 +0000 [r7827] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-br: Update brctl parameters to + mach new version of bridge-utils (should be backward compatible). + By Szymon Siwek. + +2006-09-28 23:38 +0000 [r7826] Elan Ruusamäe + + * sysctl.conf: Default local port range is too evil. can't even + start mysqld! + +2006-09-28 14:35 +0000 [r7823] Elan Ruusamäe + + * rc.d/rc.sysinit: Remount rootfs only if it's not already rw (or + it's better to ignore remount errors?) + +2006-09-27 22:30 +0000 [r7820] Elan Ruusamäe + + * rc.d/rc.sysinit: Relax fstab format when finding rootfs passno + (allow comments at the end of line). + +2006-09-27 13:35 +0000 [r7819] Elan Ruusamäe + + * rc.d/rc.sysinit: Optimize less uname -r calls. + +2006-09-26 23:59 +0000 [r7818] Elan Ruusamäe + + * rc.d/rc.sysinit: Reflect init_gettext function rename. + +2006-09-26 23:48 +0000 [r7817] Elan Ruusamäe + + * rc.d/init.d/functions: Add checking of msg cache validity. $TPUT + and $GETTEXT need to be set before msg cache can be generated. + +2006-09-24 09:35 +0000 [r7806] Arkadiusz Miśkiewicz + + * rc-scripts.spec.in: rc.local is now run from init.d/local script. + +2006-09-24 09:29 +0000 [r7805] Arkadiusz Miśkiewicz + + * configure.ac: Prepare for 0.4.1.0 release (consider it beta). + +2006-09-18 23:09 +0000 [r7794] Elan Ruusamäe + + * rc.d/init.d/functions, rc.d/rc.sysinit: Allow /usr being mounted + afterwards. + +2006-09-18 19:06 +0000 [r7793] Elan Ruusamäe + + * rc.d/init.d/allowlogin: Drop superfluous default setting. + +2006-09-18 19:02 +0000 [r7792] Elan Ruusamäe + + * rc.d/init.d/sys-chroots: Don't touch chkconfig symlinks on + chroot, instead play with network subsys lockfile. This allows + you define sys-chroots from livecd without corrupting that + chroot. + +2006-09-18 18:58 +0000 [r7791] Elan Ruusamäe + + * rc.d/init.d/sys-chroots, rc.d/rc, rc.d/rc.sysinit, + rc.d/init.d/allowlogin: /etc/sysconfig/system already loaded by + init.d/functions. Adjust defaults if no sysconfig/system is + present (so the checks stay same after these changes). + +2006-09-18 18:50 +0000 [r7790] Elan Ruusamäe + + * rc.d/rc.sysinit: RUN_LDCONFIG not used here. + +2006-09-18 17:55 +0000 [r7789] Elan Ruusamäe + + * rc.d/init.d/functions: Corrected tput check. + +2006-09-18 12:41 +0000 [r7788] Elan Ruusamäe + + * rc.d/init.d/functions: Trap and hide errors when reading msg + cachefile. + +2006-09-17 22:06 +0000 [r7787] Elan Ruusamäe + + * rc.d/init.d/functions: Punctuation. + +2006-09-17 21:52 +0000 [r7786] Elan Ruusamäe + + * rc.d/init.d/functions: No need to force any settings for initng. + +2006-09-17 19:05 +0000 [r7785] Elan Ruusamäe + + * rc.d/init.d/timezone: Use lockfiles. + +2006-09-17 18:34 +0000 [r7784] Elan Ruusamäe + + * rc.d/init.d/functions: Cache colors in filesystem too. + +2006-09-17 18:21 +0000 [r7783] Elan Ruusamäe + + * rc.d/init.d/functions: busy(), ok(), started(), are constant so + their values can be cached. + +2006-09-17 18:15 +0000 [r7781-7782] Elan Ruusamäe + + * rc.d/init.d/functions: Buffer show() function so the display to + be more smooth. + + * rc.d/init.d/functions: Correct show() function printf handling. + +2006-09-17 17:53 +0000 [r7779-7780] Elan Ruusamäe + + * rc.d/init.d/template.init: RETVAL is set by start(); if any. + + * rc.d/init.d/sys-chroots: RETVAL is set by start(); if any. + +2006-09-17 17:10 +0000 [r7778] Elan Ruusamäe + + * rc.d/init.d/template.init: Demonstrate use of functions. + +2006-09-17 17:06 +0000 [r7777] Elan Ruusamäe + + * rc.d/init.d/network: Shortcuts for vserver. + +2006-09-17 16:59 +0000 [r7776] Elan Ruusamäe + + * rc.d/init.d/cpusets: Merge optimzations from network script. + +2006-09-17 16:52 +0000 [r7775] Elan Ruusamäe + + * rc.d/init.d/network: Add bug-5795.patch (assume it's correct). + +2006-09-17 16:47 +0000 [r7774] Elan Ruusamäe + + * rc.d/init.d/cpusets, rc.d/init.d/network, rc.d/init.d/timezone, + rc.d/init.d/sys-chroots: Use functions to avoid reexec for + restart. + +2006-09-17 16:27 +0000 [r7771-7773] Elan Ruusamäe + + * rc.d/init.d/local, rc.d/init.d/sys-chroots: Propset Id + + * rc.d/init.d/local: Update chkconfig description. + + * rc.d/init.d/cpusets, rc.d/init.d/local: LSB compliance. + +2006-09-17 15:57 +0000 [r7770] Elan Ruusamäe + + * rc.d/init.d/functions: Cache termput calls within same script. + +2006-09-17 15:42 +0000 [r7769] Elan Ruusamäe + + * rc.d/init.d/functions: Kill bogus +arg checks. + +2006-09-17 15:29 +0000 [r7768] Elan Ruusamäe + + * rc.d/init.d/functions: Always use cached in show() function + (There's no benefit of doing otherwise). + +2006-09-17 15:18 +0000 [r7765-7767] Elan Ruusamäe + + * rc.d/init.d/functions: Cleanup nls() function. + + * rc.d/init.d/functions: Avoid overwriting global NLS_DOMAIN if can + do without. + + * rc.d/init.d/functions: Keep state of have gettext and have tput + per whole initscript. + +2006-09-17 15:01 +0000 [r7764] Elan Ruusamäe + + * rc.d/init.d/functions: Use buggy awk-printf wrapper only if + /bin/printf is not available. + +2006-09-17 13:49 +0000 [r7763] Elan Ruusamäe + + * rc.d/init.d/Makefile.am, rc.d/init.d/local (added): Use locking + for rc.local , so that it's no longer invoked between runlevel + changes. + +2006-09-17 13:36 +0000 [r7761-7762] Elan Ruusamäe + + * rc.d/init.d/cpusets: Cosmetics for vim + + * rc.d/init.d/allowlogin, rc.d/init.d/network, + rc.d/init.d/timezone, rc.d/init.d/random: LSB compliance + +2006-09-17 13:26 +0000 [r7758-7760] Elan Ruusamäe + + * rc.d/init.d/single: Adjust indent. + + * rc.d/init.d/single, rc.d/init.d/cpusets, rc.d/init.d/network: + Sane $PATH is initialized in init.d/functions. + + * rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/cpusets, + rc.d/init.d/allowlogin, rc.d/init.d/network, + rc.d/init.d/timezone: NLS_DOMAIN="rc-scripts" is the default + setting, remove. + +2006-09-09 19:13 +0000 [r7745] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown: Allow to kill + dhcp/wpa_supplicant daemon even if device disappears/is down due + to some reasons. + +2006-09-08 18:35 +0000 [r7739] Radosław Zieliński + + * sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada, + sysconfig/network-scripts/ifup-ppp: - speedtouch-neostrada fixes: + - use modem_run in kernel mode only if PPPOA_FIRMWARE is not + empty; comment out PPPOA_FIRMWARE in default ifcfg-ppp0 - comment + out MTU=1452; doesn't work (for me) if it's defined + +2006-08-31 11:58 +0000 [r7694] Elan Ruusamäe + + * sysconfig/interfaces/ifcfg-description: Correct english + description. + +2006-08-31 09:51 +0000 [r7693] Elan Ruusamäe + + * sysconfig/network-scripts/ifup: Restore basename change. + +2006-08-31 07:26 +0000 [r7692] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup: Detect if wireless interface is + turned on. + +2006-08-10 12:14 +0000 [r7656] Jan Rękorajski + + * rc.d/init.d/network: - check for /usb/bin/wc existence (in case + of /usr over NFS) + +2006-07-24 14:02 +0000 [r7546] Elan Ruusamäe + + * sysconfig/interfaces/ifcfg-irlan0, doc/net-scripts.txt: + s/BOOTMETHOD/BOOTPROTO/g once more. + +2006-07-24 13:59 +0000 [r7544-7545] Elan Ruusamäe + + * sysconfig/network-scripts/ifup: Default $DHCP_HOSTNAME to + $HOSTNAME. + + * sysconfig/network-scripts/ifup: Optimize: remove three basename + calls + +2006-07-20 14:13 +0000 [r7537] Elan Ruusamäe + + * TODO: - killproc() s%!&*ks + +2006-07-19 16:38 +0000 [r7535] Jan Rękorajski + + * sysconfig/hwprofiles/files: - added xorg.conf + +2006-07-09 08:06 +0000 [r7499] Adam Gołębiowski + + * sysconfig/network-scripts/functions.network: - typo; noticed by + Szymon Siwek (sls (at) poczta wp pl) + +2006-07-04 14:59 +0000 [r7491] Elan Ruusamäe + + * TODO: Add LVM on dmraid problem + +2006-05-28 19:05 +0000 [r7454] Elan Ruusamäe + + * autogen.sh: Always run changelog generation when asked. Obfuscate + email addreses here. Use mktemp if available. Allow various + locations for CVSROOT/users file. + +2006-05-23 15:38 +0000 [r7436] Elan Ruusamäe + + * sysconfig/network-scripts/functions.network: Try harder to get + value for WLAN_NICKNAME. + +2006-05-15 23:18 +0000 [r7408] Zbigniew Krzystolik + + * sysctl.conf: - grsecurity options updated + +2006-05-07 17:33 +0000 [r7394] Arkadiusz Miśkiewicz + + * configure.ac: Release 0.4.0.27. + +2006-05-07 17:27 +0000 [r7391-7393] Arkadiusz Miśkiewicz + + * rc-scripts.spec.in: Add sysconfig/hwprofiles dir. + + * rc.d/rc.shutdown: Speedup shutdown (glen). + + * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm, + sysconfig/interfaces/ifcfg-ppp0.gprs-idea, + sysconfig/interfaces/Makefile.am: Add ifcfg-ppp0.gprs-idea to + makefiles. Add proper initstring to ifcfg-ppp0.gprs-plusgsm. + Another PHONE for gprs-idea (this one works for me with ipaq over + BT). + +2006-05-07 17:18 +0000 [r7390] Arkadiusz Miśkiewicz + + * sysconfig/Makefile.am, doc/Makefile.am, + sysconfig/interfaces/up.d/all/Makefile.am, + sysconfig/hwprofiles/Makefile.am, + sysconfig/interfaces/Makefile.am, + sysconfig/interfaces/down.d/all/Makefile.am, + sysconfig/interfaces/data/Makefile.am: Avoid installing files + that aren't packaged (glen). + +2006-05-07 11:09 +0000 [r7389] Elan Ruusamäe + + * rc.d/init.d/network: Fix missing $bootprio. + +2006-05-07 10:46 +0000 [r7388] Arkadiusz Miśkiewicz + + * rc.d/init.d/network: Fix interfaces_boot detection (Adam Ryba). + +2006-04-25 07:20 +0000 [r7370] Elan Ruusamäe + + * rc.d/rc: Tabs. + +2006-03-23 09:22 +0000 [r7293] Tomasz Pala + + * sysconfig/network: - hostname -h [...] Unless you are using bind + or NIS for host lookups you can change the FQDN (Fully Qualified + Domain Name) and the DNS domain name (which is part of the FQDN) + in the /etc/hosts file. + +2006-03-22 19:54 +0000 [r7279] Elan Ruusamäe + + * rc.d/rc.sysinit: Vserver speedup (skips extra 5 second delay in + some cases) + +2006-03-20 17:22 +0000 [r7253] Radosław Zieliński + + * rc.d/rc.sysinit: - allow \t in "alias usb-controller" (from + Lukasz Masko, nov 2005) + +2006-03-11 14:54 +0000 [r7144] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-ppp: Typo bugfix. + +2006-03-09 17:54 +0000 [r7132] Elan Ruusamäe + + * rc.d/init.d/network: Tabs. + +2006-03-09 17:47 +0000 [r7131] Elan Ruusamäe + + * rc.d/init.d/network: Rewritten configuration parsing portion + (solves ~ and .rpmnew files ignorance). execve() calls reduced + from 25 to 4. Tested with ash and ksh. There could be bugs! + +2006-03-09 16:20 +0000 [r7127] Arkadiusz Miśkiewicz + + * configure.ac: Prepare for 0.4.0.26. + +2006-03-09 14:58 +0000 [r7126] Jan Rękorajski + + * rc.d/init.d/template.init: - no, please don't remove vim modeline + +2006-03-09 11:21 +0000 [r7125] Elan Ruusamäe + + * rc.d/init.d/template.init: vim modeline is unneccessary here. + +2006-03-08 15:07 +0000 [r7121] Jan Rękorajski + + * rc.d/rc.sysinit: - human readable cleaning of /var/lock - and + don't remove /var/lock/cvs + +2006-03-05 13:41 +0000 [r7096] Adam Gołębiowski + + * sysconfig/system: - typos + +2006-03-03 21:54 +0000 [r7083] Elan Ruusamäe + + * rc.d/rc.sysinit: The is_no() function comes from functions, don't + use it before it's defined + +2006-02-27 18:09 +0000 [r7036] Elan Ruusamäe + + * setsysfont: Revert hardcoded part. Fix your config instead. + +2006-02-27 17:49 +0000 [r7035] Elan Ruusamäe + + * rc.d/init.d/cpusets: - expand Id keyword + +2006-02-27 13:47 +0000 [r7034] Elan Ruusamäe + + * rc.d/init.d/network: In vserver /sbin/ip is not required. + +2006-02-26 11:05 +0000 [r7020] Elan Ruusamäe + + * rc.d/init.d/functions: Disable colors and enable FASTRC for + initng. + +2006-02-26 10:45 +0000 [r7019] Elan Ruusamäe + + * setsysfont: Unicode fixes. + +2006-02-24 11:04 +0000 [r7006] Elan Ruusamäe + + * rc.d/rc.sysinit: Boot logging possibility with showconsole. + +2006-02-23 14:43 +0000 [r7005] Elan Ruusamäe + + * rc.d/rc.sysinit: Respect fs_passno for rootfs when doing rootfs + fsck. Enable paralell fsck for other filesystems. + +2006-02-23 14:23 +0000 [r7004] Elan Ruusamäe + + * rc.d/rc.sysinit: Ignore "rootfs" when setting _ROOTFS_TYPE. + +2006-02-23 13:57 +0000 [r7003] Elan Ruusamäe + + * rc.d/rc.sysinit: Make /dev/cpuset dir for udev. Check + /proc/mounts instead of /proc/filesystems when filling /etc/mtab. + +2006-02-23 10:38 +0000 [r7002] Elan Ruusamäe + + * doc/net-scripts.txt, doc/sysvinitfiles, rc.d/init.d/functions, + rc-scripts.spec.in, inittab, rc.d/rc.sysinit, run-parts: We are + PLD Linux (not just PLD). + +2006-02-23 10:35 +0000 [r6999-7001] Elan Ruusamäe + + * sysconfig/init-colors: We are PLD Linux (not just PLD), fix + init-colors.gentoo path. + + * sysconfig/i18n: Have here also listed en_US.UTF-8 + + * sysconfig/interfaces/ifcfg-eth0: By default boot eth0 with dhcp. + If you have static IP configuration, you need to edit this file + anyway + +2006-02-14 00:24 +0000 [r6972] Jan Rękorajski + + * sysconfig/cpusets/cpuset-test, rc.d/init.d/cpusets: - cpuset + virtualization support + +2006-02-10 22:21 +0000 [r6965] Elan Ruusamäe + + * rc.d/rc.sysinit: Reverted last change + +2006-02-10 19:47 +0000 [r6964] Elan Ruusamäe + + * rc.d/rc.sysinit: Disable DELAY_LOGIN for vserver, suggested by + Patrys + +2006-02-10 19:40 +0000 [r6960-6963] Elan Ruusamäe + + * rc.d/rc.sysinit: Remove stupid sleep 1 + + * rc.d/rc.sysinit: No SELinux labels for vserver + + * rc.d/rc.sysinit: Fixing indent + + * rc.d/rc.sysinit: setsysfont and selinux make no sense inside + vserver (no devices attached) + +2006-02-10 19:31 +0000 [r6959] Elan Ruusamäe + + * rc.d/rc.sysinit: Do not mount /proc in vserver + +2006-02-10 19:17 +0000 [r6958] Elan Ruusamäe + + * rc.d/init.d/network: One can't (u)mount anything inside vserver, + not even network mounts + +2006-02-08 17:41 +0000 [r6952] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Redirect errors from mounts grepping to + /dev/null. + +2006-02-05 15:32 +0000 [r6922] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit, sysconfig/system: Rename PROMPT to RC_PROMPT + (PROMPT is internal zsh variable). Fixed RC_PROMPT testing to + work as described in sysconfig/system. + +2006-01-21 13:49 +0000 [r6875-6876] Elan Ruusamäe + + * rc.d/init.d/template.init: Allow some actions when network is + down (by ankry /at/ 2003-07-03). + + * rc.d/init.d/template.init: - remove old syntax + +2006-01-21 12:32 +0000 [r6874] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-description: Describe current + PPPoE/PPPoA config. + +2006-01-21 12:18 +0000 [r6873] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada, + sysconfig/network-scripts/ifup-ppp: Generic PPP over ATM support. + +2006-01-20 18:02 +0000 [r6871] Jan Rękorajski + + * rc.d/rc.sysinit: - give getkey a timeout of 5s, better safe than + hung init process + +2006-01-20 15:40 +0000 [r6869] Jan Rękorajski + + * rc.d/init.d/functions: - skip filter_chroot() in vserver fixes + running %pre/%post scripts for packages installed in vserver + +2006-01-19 08:52 +0000 [r6864] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/Makefile.am, + sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada (added): Add + ueagle example (abram). + +2006-01-18 08:18 +0000 [r6844] Arkadiusz Miśkiewicz + + * configure.ac: Prepare for 0.4.0.25. + +2006-01-15 12:01 +0000 [r6809] Arkadiusz Miśkiewicz + + * rc.d/init.d/sys-chroots, rc.d/rc.sysinit: Use correct chown + user:group notation. + +2006-01-13 18:07 +0000 [r6803] Jan Rękorajski + + * rc.d/rc.sysinit: - more non-vserver stuff ifed + +2006-01-12 16:21 +0000 [r6798-6800] Jan Rękorajski + + * rc.d/rc.sysinit: - cleanup if vserver logic + + * rc.d/rc.sysinit: - merge more vserver ifs + + * rc.d/rc.sysinit: - typo + +2006-01-12 16:10 +0000 [r6797] Jan Rękorajski + + * rc.d/rc.sysinit: - more non-vserver things if'ed - kill psdevtab + removal (file is obsolete since 1998) + +2006-01-12 16:01 +0000 [r6796] Jan Rękorajski + + * rc.d/rc.shutdown: - cleanup + +2006-01-12 15:29 +0000 [r6795] Jan Rękorajski + + * rc.d/rc.shutdown, rc.d/rc.sysinit: - skip swap/quota/acct in + vserver + +2006-01-10 20:59 +0000 [r6788] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: mdadm now creates missing nodes when assembling + an array. + +2006-01-09 17:23 +0000 [r6781] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Typos fixed. + +2006-01-08 21:53 +0000 [r6777] Arkadiusz Miśkiewicz + + * configure.ac: Prepare for 0.4.0.24. + +2006-01-07 15:57 +0000 [r6762] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: ESSID setting is + done only once, at the end just before commit. + +2006-01-06 15:57 +0000 [r6750] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Don't use run_cmd for starting udev since + start_udev can handle messages itself. + +2006-01-05 22:52 +0000 [r6747] Arkadiusz Miśkiewicz + + * setsysfont, rc.d/rc.sysinit: Fix console detection by not running + setsysfont trough run_cmd (fixes utf8 font handling, too). + +2006-01-04 12:16 +0000 [r6734] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: No longer set hotplug stuff. Put that into + sysctl.conf. + +2006-01-01 20:16 +0000 [r6727] Arkadiusz Miśkiewicz + + * lang.sh: Process more locale variables (havner). + +2006-01-01 20:12 +0000 [r6726] Arkadiusz Miśkiewicz + + * setsysfont: Include /etc/rc.d/init.d/functions. + +2005-12-26 10:35 +0000 [r6709] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Fix WLAN power, + txpower, retry settings. Patch by Łukasz Maśko. + +2005-12-15 18:59 +0000 [r6651-6652] Arkadiusz Miśkiewicz + + * configure.ac: Preparations for 0.4.0.23. + + * rc.d/rc.sysinit: modprobe with -s option so messages go to + syslog. + +2005-12-09 15:26 +0000 [r6627] Jan Rękorajski + + * rc.d/rc.shutdown: - change reboot/halt message for vserver + (request by glen) + +2005-12-05 00:33 +0000 [r6598] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup, + sysconfig/interfaces/ifcfg-description: Up wireless device before + setting any WLAN parameters support. + +2005-12-05 00:29 +0000 [r6597] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: udev loads core usb modules itself so + /proc/bus/usb was never mounted here. Now we are checking for + exact mount instead of just checking whether usb modules are + loaded. + +2005-11-24 15:25 +0000 [r6563] Jan Rękorajski + + * rc.d/rc.sysinit, rc.d/init.d/functions: - remove duplicate + entries in vserver guest /etc/mtab + +2005-11-23 20:49 +0000 [r6561] Arkadiusz Miśkiewicz + + * setsysfont: Don't yell when there is no kbd installed. + +2005-11-18 23:44 +0000 [r6541] Jan Rękorajski + + * rc.d/rc.sysinit: - don't clear mtab on vserver guest + +2005-11-17 22:54 +0000 [r6540] Jan Rękorajski + + * rc.d/init.d/functions: - fixed vserver detection with legacy + vserver code turned off + +2005-11-16 18:45 +0000 [r6534] Arkadiusz Miśkiewicz + + * configure.ac: Update for 0.4.0.22. + +2005-11-05 01:34 +0000 [r6520] Elan Ruusamäe + + * rc.d/rc.sysinit: - remove useless rm -f /var/run/hwprofile, which + will never work as all filesystems are readonly at that point + +2005-11-01 18:34 +0000 [r6510-6511] Arkadiusz Miśkiewicz + + * src/process.c: Updated from FC. + + * src/shvar.c, src/shvar.h: Be more precise about condition. + +2005-10-30 22:14 +0000 [r6504] Arkadiusz Miśkiewicz + + * rc.d/rc.shutdown, rc.d/rc.sysinit: Mount securityfs filesystem on + kernel >= 2.6.14. + +2005-10-30 00:03 +0000 [r6503] Jan Rękorajski + + * rc.d/rc: - corrected order of conditions + +2005-10-28 14:54 +0000 [r6501] Jan Rękorajski + + * rc.d/init.d/network: - ignore non-empty but commented /etc/mactab + (patch by glen) + +2005-10-26 16:57 +0000 [r6492] Jan Rękorajski + + * lang.sh, run-parts, lang.csh, hwprofile, service, setsysfont: - + more white space and formatting cleanup + +2005-10-26 16:33 +0000 [r6491] Jan Rękorajski + + * rc.d/rc.modules, sysconfig/network-scripts/ifup-sl, + sysconfig/network-scripts/ifup-irda, + sysconfig/network-scripts/ifup-aliases, rc.d/init.d/network, + sysconfig/network-scripts/ifdown-ppp, + sysconfig/network-scripts/ifdown-vlan, + sysconfig/network-scripts/tnldown, + sysconfig/network-scripts/ifdown-br, + sysconfig/interfaces/tnlcfg-icm, sysconfig/static-nat, + ppp/ipx-up, sysconfig/network-scripts/functions.network, + ppp/auth-up, rc.d/init.d/allowlogin, + sysconfig/network-scripts/ifup-vlan, + sysconfig/interfaces/tnlcfg-description, + sysconfig/network-scripts/ifup, + sysconfig/network-scripts/ifup-br, + sysconfig/network-scripts/ifup-plip, rc.d/init.d/template.init, + ppp/ip-up, rc.d/rc.sysinit, + sysconfig/network-scripts/ifdown-post, sysconfig/clock, + rc.d/init.d/cpusets, sysconfig/network-scripts/ifup-routes, + rc.d/rc.shutdown, ppp/ipx-down, rc.d/init.d/timezone, + ppp/auth-down, sysconfig/network-scripts/ifdown, + sysconfig/network-scripts/ifup-plusb, rc.d/init.d/sys-chroots, + sysconfig/network-scripts/ifup-post, sysconfig/static-routes, + ppp/ip-down, sysconfig/network-scripts/ifup-neigh, + sysconfig/network-scripts/ifup-ppp, + sysconfig/network-scripts/ifup-ipx, rc.d/rc.local, + rc.d/init.d/functions, sysconfig/network-scripts/ifdown-sl, + sysconfig/network-scripts/tnlup, + sysconfig/network-scripts/ifdown-irda, sysconfig/system, + sysconfig/network-scripts/ifup-iucv, rc.d/rc, rc.d/init.d/random, + rc.d/init.d/single, rc.d/rc.init, sysconfig/network, + sysconfig/timezone, rc.d/init.d/killall: - more vim setting + removed (don't convert tabs to spaces) - white space cleanup - + convert spaces to tabs - unify formatting for all scripts + +2005-10-25 18:22 +0000 [r6489] Jan Rękorajski + + * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit: - add support for + running inside vservers, the diff may seem huge but it's mostly + white space change + +2005-10-25 18:15 +0000 [r6488] Jan Rękorajski + + * rc.d/init.d/functions: - typo + +2005-10-25 17:11 +0000 [r6487] Jan Rękorajski + + * rc.d/rc, rc.d/rc.sysinit: - source configs before functions + +2005-10-25 16:56 +0000 [r6485] Jan Rękorajski + + * rc.d/init.d/network: - don't start interfaces inside vserver + +2005-10-25 16:46 +0000 [r6484] Jan Rękorajski + + * rc.d/rc: - all stty's stderr belongs to /dev/null + +2005-10-25 16:21 +0000 [r6482] Jan Rękorajski + + * rc.d/init.d/functions: - detect if run inside vserver and ignore + rc_splash if so + +2005-10-25 16:04 +0000 [r6480] Jan Rękorajski + + * rc.d/rc.sysinit: - we need /proc mounted before everything + +2005-10-25 14:17 +0000 [r6479] Jan Rękorajski + + * rc.d/rc.modules, rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit: - + grep: all your stderr are belong to /dev/null + +2005-10-25 11:58 +0000 [r6477] Jan Rękorajski + + * rc.d/init.d/functions: - better detection of tput functionality + +2005-10-19 19:06 +0000 [r6468] Arkadiusz Miśkiewicz + + * configure.ac: Update for new release. + +2005-10-19 18:08 +0000 [r6467] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Working version of + calcprefix(). + +2005-10-19 11:01 +0000 [r6462] Jan Rękorajski + + * rc.d/rc: - check for proper first argument in correct place + +2005-10-17 15:04 +0000 [r6453] Jan Rękorajski + + * rc.d/init.d/functions: - RC_LOGGING should be checked against + "no" + +2005-10-17 14:52 +0000 [r6452] Jan Rękorajski + + * sysconfig/system, rc.d/init.d/functions, rc.d/rc.shutdown: - + clean solution for initlog/minilogd: RC_LOGGING setting, and + don't log while shutting down + +2005-10-17 13:49 +0000 [r6451] Jan Rękorajski + + * src/minilogd.c (added), src/initlog.c, src/Makefile.am: - + reverted last commit + +2005-10-17 13:20 +0000 [r6450] Jan Rękorajski + + * src/Makefile.am, src/minilogd.c (removed), src/initlog.c: - + removed minilogd and its calls (more pain than gain) + +2005-10-16 19:26 +0000 [r6447] Jan Rękorajski + + * rc.d/rc.init, rc.d/init.d/single, sysconfig/timezone, hwprofile, + rc.d/init.d/cpusets, sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/ifdown-ppp, + sysconfig/network-scripts/ifup-post, rc.d/init.d/allowlogin, + rc.d/rc.local, sysconfig/network-scripts/ifdown-sl, + sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup, + sysconfig/network-scripts/ifdown-irda, + sysconfig/network-scripts/ifup-iucv, rc.d/rc, sysconfig/network, + rc.d/init.d/killall, sysconfig/network-scripts/ifup-sl, + sysconfig/network-scripts/ifup-irda, rc.d/init.d/network, + rc.d/rc.shutdown, rc.d/init.d/timezone, + sysconfig/network-scripts/ifdown-vlan, + sysconfig/network-scripts/tnldown, + sysconfig/network-scripts/ifup-plusb, + sysconfig/network-scripts/ifdown, + sysconfig/network-scripts/ifdown-br, + sysconfig/network-scripts/ifup-neigh, + sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup-ppp, + sysconfig/network-scripts/ifup-ipx, + sysconfig/network-scripts/ifup-vlan, + sysconfig/network-scripts/ifup-br, + sysconfig/network-scripts/ifup-plip, sysconfig/system, + rc.d/init.d/template.init, rc.d/rc.sysinit, rc.d/init.d/random, + sysconfig/network-scripts/ifdown-post: - removed dumb tw=78 vim + setting + +2005-10-06 16:08 +0000 [r6429] Artur Frysiak + + * rc.d/init.d/network: - fixed CIFS unmounting + +2005-10-04 18:09 +0000 [r6425] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown: + Use pidfile for wpa_supplicant. + +2005-10-02 17:13 +0000 [r6420] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup, + sysconfig/interfaces/ifcfg-description, + sysconfig/network-scripts/ifdown: Simple support for WPA. Note + that killing wpa_supplicant daemon is supported only for single + daemon/interface (TODO: multiple daemons support). + +2005-09-05 17:12 +0000 [r6352] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Add support for whole path in pidfile. + +2005-08-24 22:08 +0000 [r6333] Arkadiusz Miśkiewicz + + * rc.d/init.d/cpusets, rc.d/init.d/functions: Fix is_yes in cpuset + stuff. Quote file paths when doing echo > something. + +2005-08-23 16:32 +0000 [r6330] Arkadiusz Miśkiewicz + + * configure.ac: Update for 0.4.0.20. + +2005-08-23 16:29 +0000 [r6327-6329] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm, + sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm: Fixed PlusGSM + examples. (Patch by Paweł Gołaszewski) + + * inittab: Example for agetty on serial port. + + * rc.d/init.d/network: [a-z] doesn't always mean whole alphabet + (for example et_EE locale). Use C locale when searching. (Patch + by Elan Ruusamäe) + +2005-08-15 22:45 +0000 [r6315] Jan Rękorajski + + * rc.d/init.d/cpusets: - don't spew errors on stdout - inform about + failurse + +2005-08-14 18:32 +0000 [r6311] Tomasz Wittner + + * DEVELOPMENT: - typo in enumeration + +2005-08-13 23:06 +0000 [r6307-6310] Jan Rękorajski + + * rc.d/init.d/cpusets: - added echo for better status readability + + * rc.d/init.d/cpusets: - properly test cpuset dir for status + display + + * rc.d/init.d/cpusets: - properly escape message + + * rc.d/init.d/cpusets: - use show() when creating/removing cpusets + +2005-08-13 22:58 +0000 [r6306] Jan Rękorajski + + * rc.d/init.d/cpusets: - typo + +2005-08-13 22:34 +0000 [r6305] Jan Rękorajski + + * rc.d/init.d/functions: - take CPUSETS setting into account + +2005-08-13 22:00 +0000 [r6304] Jan Rękorajski + + * rc.d/rc.sysinit: - mount cpuset filesystem if kernel capable + +2005-08-11 17:43 +0000 [r6300] Jan Rękorajski + + * doc/sysconfig.txt, doc/sysconfig.docb: - added description for + available per-service settings + +2005-08-11 17:11 +0000 [r6299] Jan Rękorajski + + * rc-scripts.spec.in: - cpusets added + +2005-08-11 17:04 +0000 [r6297-6298] Jan Rękorajski + + * rc.d/init.d/Makefile.am: - cpusets script added + + * configure.ac: - sysconfig/cpusets/Makefile added + +2005-08-11 16:58 +0000 [r6294-6296] Jan Rękorajski + + * po/pl.po: - final touch + + * po/pl.po: - updated + + * rc.d/init.d/functions: - added some code for completness + +2005-08-11 16:36 +0000 [r6293] Jan Rękorajski + + * rc.d/init.d/cpusets: - defile cpuset settings as local in + function + +2005-08-11 16:35 +0000 [r6292] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: filter_chroot(): Do not filter pids for + processes that no longer exists. We don't know whether these were + from current (ch)root so we assume that they were. + +2005-08-11 16:23 +0000 [r6291] Jan Rękorajski + + * rc.d/init.d/functions: - added cpuset support to daemon and + status functions + +2005-08-10 20:10 +0000 [r6290] Jan Rękorajski + + * sysconfig/Makefile.am, rc.d/init.d/cpusets (added), + sysconfig/cpusets/Makefile.am (added), sysconfig/system, + sysconfig/cpusets/cpuset-test (added): - CPUSETS support (work in + progress) + +2005-08-10 19:49 +0000 [r6289] Jan Rękorajski + + * sysconfig/cpusets (added): - a place for cpusets config files + +2005-08-08 21:53 +0000 [r6288] Andrzej Dopierała + + * rc.d/init.d/network: - get only tnlcfg-name, not tnlcfg-name~ + +2005-07-27 09:09 +0000 [r6229] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup: ifup: Handle special + pcmcia-hotplug case. + +2005-07-21 22:35 +0000 [r6226] Andrzej Dopierała + + * rc.d/init.d/network: - first up bridge, next tunnels (tunnels can + be on bridges) - first down tunnels, next bridge ;) + +2005-05-30 18:54 +0000 [r6028] Arkadiusz Miśkiewicz + + * configure.ac: Release 0.4.0.19. + +2005-05-30 18:47 +0000 [r6027] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup: Understand BOOTPROTO=static + properly (Elan Ruusamäe ). + +2005-05-30 18:42 +0000 [r6026] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown-post: When stopping delete root + queueing discipline instead of trying to add it. + +2005-05-25 08:26 +0000 [r6013] Elan Ruusamäe + + * sysctl.conf: grsec is available for 2.6 kernels too. + +2005-05-03 17:50 +0000 [r5915] Elan Ruusamäe + + * rc.d/init.d/sys-chroots: Typo. + +2005-04-30 20:53 +0000 [r5896] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: killproc(): fill base and pid variables + based on waitname. + +2005-04-25 16:01 +0000 [r5884] Adam Gołębiowski + + * rc.d/init.d/network: - when using BOOTPRIO, cd to /etc/sysconfig + to get list of interfaces + +2005-04-15 21:48 +0000 [r5770] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-ppp0.gprs-idea: Add BT example. + +2005-04-08 17:34 +0000 [r5744] Paweł Sakowski + + * sysconfig/system: - typo + +2005-03-25 19:00 +0000 [r5631] Arkadiusz Miśkiewicz + + * rc-scripts.spec.in: Updated to match needs. + +2005-03-25 18:50 +0000 [r5629-5630] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Fix sound dmabuf handling in rc.sysinit. Use + different modules config file for 2.4/2.6 kernel. + (havner/at/pld-linux.org) + + * rc.d/init.d/functions: Fix displaing show() function when $CHARS + variable is set. (tommat/at/pld-linux.org). + +2005-03-25 18:37 +0000 [r5625] Arkadiusz Miśkiewicz + + * configure.ac: Prepare for 0.4.0.18. + +2005-03-22 16:54 +0000 [r5615] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Increment counter when waiting specified + time for daemon to start/terminate. + +2005-03-06 00:11 +0000 [r5570] Arkadiusz Miśkiewicz + + * src/Makefile.am: Place minilogd in sbin. + +2005-03-05 23:46 +0000 [r5569] Elan Ruusamäe + + * man/ru/Makefile.am (added), man/es/Makefile.am (added), + man/fr/Makefile.am (added), man/de/Makefile.am (added), + man/sv/Makefile.am (added), man/ja/Makefile.am (added), + configure.ac, man/Makefile.am: - Finished manuals to subdirs. + (Thanks arekm). + +2005-01-24 14:15 +0000 [r5479] Elan Ruusamäe + + * configure.ac: Use AM_CONFIG_HEADER, rather AC_CONFIG_HEADER for + autogen.sh to call autoheader. + +2005-01-24 14:05 +0000 [r5478] Elan Ruusamäe + + * src/config.h.in (removed): removed + +2005-01-24 13:47 +0000 [r5477] Elan Ruusamäe + + * src/Makefile.am, configure.ac, acinclude.m4 (added), + src/config.h.in (added), src/start-stop-daemon.c (added): added + start-stop-daemon from dpkg-1.10.23 includes config.h support now + (as such conditional defines impossible on commandline) and m4 + macros needed for start-stop-daemon.c + +2005-01-24 13:38 +0000 [r5476] Elan Ruusamäe + + * doc/netreport.1 (removed), doc/genhostid.1 (removed), + man/netreport.1 (added), man/genhostid.1 (added), doc/ipcalc.1 + (removed), doc/usleep.1 (removed), doc/usernetctl.8 (removed), + man/ipcalc.1 (added), man/usleep.1 (added), doc/consoletype.1 + (removed), man/usernetctl.8 (added), Makefile.am, doc/initlog.1 + (removed), doc/doexec.1 (removed), doc/Makefile.am, + doc/ppp-watch.8 (removed), man/consoletype.1 (added), + man/initlog.1 (added), man/doexec.1 (added), man/ppp-watch.8 + (added), man/Makefile.am: - moved manuals to man/ subdir + +2005-01-24 13:32 +0000 [r5475] Elan Ruusamäe + + * man/ja (added), man/ru/start-stop-daemon.8 (added), + man/es/start-stop-daemon.8 (added), man/fr/start-stop-daemon.8 + (added), man/de/start-stop-daemon.8 (added), + man/sv/start-stop-daemon.8 (added), man (added), + man/ja/start-stop-daemon.8 (added), man/ru (added), man/es + (added), man/fr (added), man/start-stop-daemon.8 (added), man/de + (added), man/sv (added), man/Makefile.am (added): - created tree + for manuals - imported start-stop-daemon manuals from + dpkg-1.10.23 + +2005-01-24 00:33 +0000 [r5474] Elan Ruusamäe + + * doc/Makefile.am: - fix typo which prevented packaging rest of the + manuals to distrib + +2005-01-23 23:56 +0000 [r5473] Elan Ruusamäe + + * rc.d/init.d/functions: - typo, english + +2005-01-23 19:11 +0000 [r5472] Paweł Sakowski + + * rc.d/init.d/sys-chroots: - mount usbfs if available + +2005-01-17 21:15 +0000 [r5461] Elan Ruusamäe + + * rc.d/init.d/functions: - indent to same level + +2005-01-02 22:53 +0000 [r5418] Radosław Zieliński + + * sysconfig/network-scripts/ifup-ppp, + sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup-vlan, + sysconfig/network-scripts/ifup-ipx, + sysconfig/network-scripts/tnlup, + sysconfig/network-scripts/ifdown-sl, + sysconfig/network-scripts/ifup, + sysconfig/network-scripts/ifdown-irda, + sysconfig/network-scripts/ifup-br, + sysconfig/network-scripts/ifup-plip, + sysconfig/network-scripts/ifup-iucv, + sysconfig/network-scripts/ifup-sl, + sysconfig/network-scripts/ifup-irda, + sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/ifdown-ppp, + sysconfig/network-scripts/ifdown-vlan, + sysconfig/network-scripts/tnldown, + sysconfig/network-scripts/ifup-post, + sysconfig/network-scripts/ifdown, + sysconfig/network-scripts/ifup-plusb, + sysconfig/network-scripts/ifdown-br, + sysconfig/network-scripts/ifup-neigh: - unified indentation (ts=8 + sw=4, as vi modeline says) + +2005-01-02 21:49 +0000 [r5417] Radosław Zieliński + + * sysctl.conf: - added net.ipv4.conf.default.rp_filter=1 -- *.all.* + has no real effect: when sysctl -p is run, interfaces are not up + yet + +2004-12-13 22:31 +0000 [r5382-5383] Paweł Sakowski + + * po/de.po, po/pl.po: - updated for current source tree + + * rc.d/init.d/network: - missed one + +2004-12-13 22:01 +0000 [r5379-5380] Paweł Sakowski + + * sysconfig/network-scripts/ifup-sl, rc.d/init.d/network, + sysconfig/network-scripts/ifup: - make nls invocations actually + translatable + + * po/de.po: - fixed remaining fuzzy entries + +2004-12-13 20:16 +0000 [r5378] Paweł Sakowski + + * po/de.po: - updated my email address - fixed some fuzzy entries + (the easiest ones) + +2004-12-08 22:46 +0000 [r5368] Elan Ruusamäe + + * rc.d/rc.sysinit: - typo + +2004-12-02 17:43 +0000 [r5362] Jarek Koszuk + + * rc.d/init.d/functions: Support for per service umask settings. + This solves the problem with possibly different umask settings + when starting services at boot time, and by hand. + +2004-11-29 20:10 +0000 [r5357] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-ppp0.gprs-idea (added), + sysconfig/interfaces/data/chat-ppp0.gprs-idea (added): Add IDEA + GPRS examples. + +2004-11-26 22:49 +0000 [r5351] Arkadiusz Miśkiewicz + + * configure.ac: Version 0.4.0.17. + +2004-11-13 21:43 +0000 [r5320] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup: Drop condition when checking + cable - not needed. + +2004-11-13 21:37 +0000 [r5319] Bartosz Taudul + + * sysconfig/network-scripts/ifup: - fix typo + +2004-11-13 21:31 +0000 [r5318] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup: Link status checking for ifup + dhcp iface (from FC3). + +2004-11-13 20:31 +0000 [r5315] Adam Gołębiowski + + * sysconfig/system: - s/outsite/outside/ + +2004-11-13 11:36 +0000 [r5312-5313] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Drop obsolete msg_() functions. + + * rc.d/rc.sysinit, rc.d/init.d/functions: More SELinux support from + FC initscripts. + +2004-10-25 19:27 +0000 [r4863] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Use usbfs as USB filesystem name (not sure about + 2.4?). + +2004-10-01 21:28 +0000 [r4677] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-ppp: Modprobe ppp modules when + /dev/ppp doesn't exists (udev and devfs case). + +2004-09-25 22:22 +0000 [r4656] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Move .ICE-unix creation a bit lower in case of + CLEAN_TMP usage. + +2004-09-25 13:22 +0000 [r4649] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Added udev support. + +2004-09-25 12:30 +0000 [r4647] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-description: Fix typo (numer->number). + +2004-09-24 21:04 +0000 [r4639] Arkadiusz Miśkiewicz + + * configure.ac: Version 0.4.0.16. + +2004-09-22 16:32 +0000 [r4636] Arkadiusz Miśkiewicz + + * rc.d/init.d/network, sysconfig/interfaces/ifcfg-description: + BOOTPRIO for changing interfaces starting order. + +2004-09-22 15:38 +0000 [r4635] Witek Kręcicki + + * rc.d/init.d/network: - Start VLAN's after all physical interfaces + +2004-09-19 13:32 +0000 [r4615] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Create /tmp/.ICE-unix directory for X11. + +2004-08-25 20:58 +0000 [r4436] Arkadiusz Miśkiewicz + + * sysconfig/Makefile.am, sysconfig/ip-rules (removed): Drop + sysconfig/ip-rules, it's not used. + +2004-08-25 20:36 +0000 [r4434] Arkadiusz Miśkiewicz + + * configure.ac: Release 0.4.0.15. + +2004-08-25 20:33 +0000 [r4433] Arkadiusz Miśkiewicz + + * rc.d/init.d/Makefile.am: Add sys-chroots. + +2004-08-25 20:15 +0000 [r4432] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/tnlup, + sysconfig/network-scripts/tnldown: Don't display ls errors when + there is no tunnel configs. + +2004-08-25 17:30 +0000 [r4431] Jan Rękorajski + + * sysconfig/i18n: - it's much too early for unicode by default, so + add some comments + +2004-08-22 18:06 +0000 [r4430] Arkadiusz Miśkiewicz + + * rc.d/rc.shutdown: When shutting down try to stop LVM devices, + too. + +2004-08-20 10:16 +0000 [r4429] Arkadiusz Miśkiewicz + + * rc.d/init.d/network, rc.d/rc.sysinit: Set sysctl parameters + quietly (needed to avoid bunch of errors when grsec_lock is + turned on). + +2004-08-14 23:16 +0000 [r4428] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Add support for waiting for process to + finish to daemon() and killproc(). Example usage: daemon + --waitforname httpd.${HTTPD_MPM} --waitfortime 60 + httpd.${HTTPD_MPM} -f /etc/httpd/httpd.conf -k stop where + --waitforname is name of process to wait and --waitfortime is how + many seconds to wait at max. + +2004-08-09 00:31 +0000 [r4424] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Pass complete path to sulogin (/sbin/sulogin). + +2004-07-23 23:08 +0000 [r4389] Arkadiusz Miśkiewicz + + * rc.d/init.d/sys-chroots: chroot: umount /proc, /selinux and /sys + at stopping. + +2004-07-23 23:04 +0000 [r4387-4388] Arkadiusz Miśkiewicz + + * rc.d/init.d/sys-chroots: chroot: umount all when stopping. + + * rc.d/init.d/sys-chroots, rc.d/rc: chroot: Process stopping + properly. + +2004-07-23 22:56 +0000 [r4386] Arkadiusz Miśkiewicz + + * rc.d/init.d/sys-chroots: chroot: Do not run network but lock + subsys to pretend that network was run. + +2004-07-23 22:27 +0000 [r4385] Arkadiusz Miśkiewicz + + * rc.d/init.d/sys-chroots, rc.d/rc: rc: When shutting down to not + call rc.shutdown when in chroot. sys-chroots: Run some commands + really in chroot. + +2004-07-23 21:58 +0000 [r4384] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada, + sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Set MTU to + 1452 for neostrada (from neostrada.info FAQ). + +2004-07-23 21:24 +0000 [r4383] Arkadiusz Miśkiewicz + + * rc.d/init.d/sys-chroots: chroot: clean up mtabs, mount proc, + sysfs and selinuxfs. + +2004-07-23 21:14 +0000 [r4382] Arkadiusz Miśkiewicz + + * rc.d/init.d/sys-chroots (added): Started implementing multiple + systems in chroots idea. + +2004-07-04 17:50 +0000 [r4316] Arkadiusz Miśkiewicz + + * configure.ac: s/path/name/ + +2004-07-04 17:46 +0000 [r4315] Arkadiusz Miśkiewicz + + * configure.ac: Avoid backup files when searching for shell + scripts, too. + +2004-07-04 16:23 +0000 [r4312] Arkadiusz Miśkiewicz + + * po/de.po, po/pl.po: Make update-po + few manual fixes to pl.po. + +2004-07-04 16:14 +0000 [r4311] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network, + rc.d/init.d/functions: Add #!/bin/sh to fool file(1). + +2004-07-04 15:57 +0000 [r4310] Arkadiusz Miśkiewicz + + * configure.ac: Don't search for shell scripts in directories with + names starting with dot. + +2004-07-04 15:45 +0000 [r4309] Arkadiusz Miśkiewicz + + * rc.d/rc.shutdown: Turn off RAID devices using mdadm first, + fallback to raidutils. Make raidutils stopping gettext friendly. + +2004-07-04 15:35 +0000 [r4308] Arkadiusz Miśkiewicz + + * makepot.pl: Put empty CHARSET instead of iso8859-2 in .pot file. + +2004-07-04 15:26 +0000 [r4307] Arkadiusz Miśkiewicz + + * configure.ac: - 0.4.0.14 + +2004-07-04 14:41 +0000 [r4306] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Last one sysctl called with -e option to avoid + errors on unknown keys. + +2004-07-04 14:34 +0000 [r4305] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Run LVM tools for RAID case only if some RAID + volume was there. + +2004-07-04 14:11 +0000 [r4304] Arkadiusz Miśkiewicz + + * TODO: Some are done. + +2004-07-04 09:40 +0000 [r4303] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-ppp: Quote whole message passed to + logger. + +2004-07-03 12:03 +0000 [r4302] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-ppp: s/speedtouch/speedtch/. Drop + quoting from nls call. + +2004-07-03 11:27 +0000 [r4301] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/Makefile.am, + sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada (added), + sysconfig/network-scripts/ifup-ppp: Speedtouch modem support + (arekm && qboosh). + +2004-07-02 21:56 +0000 [r4299] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown-ppp: Set interface used by EAGLE + driver to down when downing ppp interface. + +2004-07-02 21:51 +0000 [r4298] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown-ppp: Always call ifdwon-post + even if pppd was killed using -KILL. + +2004-07-02 21:42 +0000 [r4297] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-ppp, + sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Use PAPNAME + for neo example. Fix ifcfg-password.so plugin usage. + +2004-07-02 20:45 +0000 [r4296] Arkadiusz Miśkiewicz + + * hwprofile: Nicer profile number choose message. + +2004-07-02 15:30 +0000 [r4290-4291] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada (added), + sysconfig/interfaces/Makefile.am: Add TPSA Neostrada example + (Sagem Fast 700 using eagle-usb driver). + + * sysconfig/interfaces/data/chat-ppp0.tpsa, + sysconfig/network-scripts/ifup-ppp: Fix chat-ppp0.tepsa (they no + longer send ppp string). ifcfg-password.so is choosen only if + PLUGIN_IFCFG_PASSWORD is set to yes. + +2004-06-29 22:06 +0000 [r4273] Arkadiusz Miśkiewicz + + * sysconfig/i18n: UTF-8 pl_PL is pl_PL.UTF-8/UTF-8 in + SUPPORTED_LOCALES (qboosh). + +2004-06-29 19:43 +0000 [r4269] Arkadiusz Miśkiewicz + + * configure.ac: Relase 0.4.0.13. + +2004-06-29 19:33 +0000 [r4268] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Run rc.live for PLD LiveCD. + +2004-06-29 19:28 +0000 [r4267] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Use fastboot also for encrypted FS. + +2004-06-29 19:08 +0000 [r4266] Arkadiusz Miśkiewicz + + * rc.d/rc.shutdown: Sync remaining variable in fs umounting. Add + squashfs there. + +2004-06-28 21:23 +0000 [r4264] Arkadiusz Miśkiewicz + + * po/de.po, po/pl.po, po/Makefile.am: Fix fields spoted by msgfmt + -c and print translation statistics. + +2004-06-28 21:19 +0000 [r4263] Arkadiusz Miśkiewicz + + * po/Makefile.am: msgfmt now does po file validation. + +2004-06-28 19:22 +0000 [r4258] Arkadiusz Miśkiewicz + + * setsysfont: Minimalize code to support SYSFONT, fix UTF-8 + handling. + +2004-06-27 14:54 +0000 [r4253] Arkadiusz Miśkiewicz + + * setsysfont: Drop debugging stuff. + +2004-06-27 14:43 +0000 [r4252] Arkadiusz Miśkiewicz + + * setsysfont: Enhance font setting (use CONSOLEMAP and + CONSOLEFONTMAP options). + +2004-06-27 14:30 +0000 [r4251] Arkadiusz Miśkiewicz + + * sysconfig/i18n: Promote unicode settings. + +2004-06-24 01:51 +0000 [r4236] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Always try to sync /dev entries for LVM2. + +2004-06-23 23:10 +0000 [r4235] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Synchronize LVM2 devices. + +2004-06-20 12:19 +0000 [r4225] Arkadiusz Miśkiewicz + + * configure.ac: Version 0.4.0.12. + +2004-06-20 11:33 +0000 [r4224] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit, rc.d/init.d/network: (sysctl): Ignore unknown + keys in sysctl.conf since kernels can have too different + settings. + +2004-06-18 23:40 +0000 [r4215] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: killproc(): Add --pidfile support. + +2004-06-16 20:31 +0000 [r4211] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: daemon(), run_cmd(): cd / before running + any program + +2004-06-04 12:49 +0000 [r4140] Arkadiusz Miśkiewicz + + * sysctl.conf: Added exec-shield example. + +2004-05-24 00:49 +0000 [r4121] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: 2.4.x kernel EVMS modules are loaded only when + really running on 2.4 kernels. + +2004-05-24 00:44 +0000 [r4120] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-ppp: Default route is forced only + if DEFROUTE=yes (Witek Kręcicki + + * po/pl.po: More Polish characters used (Robert 'dzeus' Graużenis + ) + +2004-05-19 22:43 +0000 [r4099] Marcin Chojnowski + + * po/pl.po: all strings are with Polish chars now + +2004-05-18 22:58 +0000 [r4086] Arkadiusz Miśkiewicz + + * src/ipcalc.c, src/usleep.c, src/process.c, src/minilogd.c, + src/testd.c, src/initlog.c, src/doexec.c, src/usernetctl.c: + Update helpers from Fedora initscripts. + +2004-05-18 22:46 +0000 [r4084] Arkadiusz Miśkiewicz + + * configure.ac: Prepare for 0.4.0.11. + +2004-05-18 22:27 +0000 [r4083] Arkadiusz Miśkiewicz + + * setsysfont: Don't depend on bin paths. + +2004-05-18 22:24 +0000 [r4082] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions, rc.d/rc.sysinit: Set system font as soon + as possible. + +2004-05-18 21:29 +0000 [r4081] Arkadiusz Miśkiewicz + + * setsysfont: Run unicode_start for UTF-8 console. + +2004-05-18 21:16 +0000 [r4080] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Always delete some /tmp files on boot. + +2004-05-18 10:33 +0000 [r4074] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Load hid, keybdev and mousedev only for kernels + older than 2.6. For newer kernels use hotplug. + +2004-05-18 10:13 +0000 [r4073] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Support for unmounting /initrd. + +2004-05-16 16:14 +0000 [r4065] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: (lvm detection): Remove head command usage - do + it with awk only. + +2004-05-15 02:29 +0000 [r4055] Arkadiusz Miśkiewicz + + * sysconfig/Makefile.am: Example gentoo colors configuration + included. + +2004-05-15 02:23 +0000 [r4053-4054] Arkadiusz Miśkiewicz + + * configure.ac: Release 0.4.0.10. + + * rc.d/init.d/functions, sysconfig/init-colors (added), rc.d/rc, + rc.d/rc.sysinit, sysconfig/Makefile.am, + sysconfig/init-colors.gentoo (added): Merge color customization + support created by Łukasz Pawelczyk . + +2004-04-06 12:11 +0000 [r3903] Artur Frysiak + + * rc.d/init.d/network: - umount CIFS on network stop + +2004-04-03 21:39 +0000 [r3881] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Fix LVM1 tools detection. + +2004-04-02 14:39 +0000 [r3855] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/Makefile.am, + sysconfig/interfaces/ifcfg-eth0.1 (added): VLAN example + configuration. + +2004-03-29 20:42 +0000 [r3843] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: --fork support in daemon() by Aredridel + . + +2004-03-08 14:04 +0000 [r3424] Artur Frysiak + + * rc.d/rc.sysinit: - check for LVM tools version and load only + needed modules - fix case when /var is RO and LVM2 is activated + +2004-03-08 13:37 +0000 [r3423] Artur Frysiak + + * rc.d/rc.sysinit: - cifs is networked fs + +2004-02-26 22:14 +0000 [r3384] Arkadiusz Miśkiewicz + + * rc.d/init.d/Makefile.am: Create $(sysconfdir)/init.d -> + $(sysconfdir)/rc.d/init.d symlink for compatiblity. + +2004-02-07 21:37 +0000 [r3312] Arkadiusz Miśkiewicz + + * po/Makefile.am: Use $(mkinstalldirs) as suggested by Artur + Frysiak. + +2004-02-06 22:33 +0000 [r3306] Arkadiusz Miśkiewicz + + * po/Makefile.am: Use install_sh instead of mkinstalldirs. + +2004-02-06 22:24 +0000 [r3305] Arkadiusz Miśkiewicz + + * configure.ac: Preparation for 0.4.0.9. + +2004-02-03 21:55 +0000 [r3271] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Set bafile earlier. + +2004-02-03 21:37 +0000 [r3269] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Do not delete hwprofile configuration (Tomasz + Witek ). + +2004-01-27 11:55 +0000 [r3222] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: daemon(): when using --user run su with -s + /bin/sh option. + +2004-01-25 12:27 +0000 [r3221] Arkadiusz Miśkiewicz + + * rc.d/rc.shutdown: Run kexec before rebooting (kexec support). + +2004-01-24 01:06 +0000 [r3220] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown: Wait for second after shutting + down dhcp daemon/interface (for example dhcpcd needs some time). + +2004-01-16 23:12 +0000 [r3195] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: filter_chroot(): Return unfiltered pids + when /proc is not mounted. + +2004-01-16 15:43 +0000 [r3194] Arkadiusz Miśkiewicz + + * src/Makefile.am, src/usernetctl.c: Use proper path when executing + ifup/ifdown scripts in sernetctl. + +2004-01-15 22:12 +0000 [r3193] Arkadiusz Miśkiewicz + + * src/Makefile.am, configure.ac: Use --cflags-only-I from glib or + glib-2.0 configuration when building ppp-watch. + +2004-01-10 16:13 +0000 [r3156] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Set wireless nick to + $WLAN_NICKNAME (variable) not WLAN_NICKNAME (string). + +2004-01-10 15:57 +0000 [r3153] Arkadiusz Miśkiewicz + + * configure.ac: - 0.4.0.8 release + +2004-01-10 15:27 +0000 [r3152] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Outside chroot always add all possible + pids unless some has /proc/XXX/root inside of known chroot. + +2004-01-10 14:07 +0000 [r3151] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: filter_chroot(): add pid only once. + +2004-01-10 13:58 +0000 [r3150] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Fix ulimits in one more case (ssh vs squid + case). + +2004-01-10 13:42 +0000 [r3149] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions, sysconfig/system: Support for handling + processes inside and outside of chrooted systems based on + rc-scripts-chroot_safe.patch. + +2004-01-09 21:59 +0000 [r3148] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Rework ulimit support so it works again. + +2004-01-09 01:40 +0000 [r3141] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Sencond part of ppp + DEVNAME fixes. + +2004-01-09 01:24 +0000 [r3140] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown-ppp: ifup-ppp instructs pppd to + create pppd-$DEVNAME.pid file, so in ifdown-ppp we also use + $DEVNAME. + +2004-01-09 00:39 +0000 [r3139] Arkadiusz Miśkiewicz + + * run-parts: If in -u mode and user cannot be found then skip that + file and display warning. + +2004-01-09 00:29 +0000 [r3138] Arkadiusz Miśkiewicz + + * run-parts: Added -u option which means: run as owner of file not + as current user (usable mainly from root). + +2004-01-08 22:42 +0000 [r3137] Arkadiusz Miśkiewicz + + * src/Makefile.am, configure.ac: Try to find glib-2.0, glib in that + order - link with first found. + +2004-01-08 22:01 +0000 [r3134] Arkadiusz Miśkiewicz + + * configure.ac: - 0.4.0.7 release + +2004-01-08 02:43 +0000 [r3133] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: When shutting down + ip rule and ip route, clear rules using current kernel tables + configuration not data stored in configuration files so we always + end in clean state (by Arkadiusz Chomicki ). + +2004-01-07 08:37 +0000 [r3132] Arkadiusz Miśkiewicz + + * rc.d/rc: Typo fixed (revious->previous) in bootsplash code. + Arkadiusz Chomicki + +2004-01-02 16:44 +0000 [r3109-3110] Arkadiusz Miśkiewicz + + * autogen.sh: Second option when doing changelog is directory name + like rc-scripts. + + * rc.d/rc.sysinit: Zero /etc/cryptomtab if such file exists. + +2003-12-28 19:23 +0000 [r3090] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Don't mount selinuxfs if it's already mounted + (by init for example). + +2003-12-27 14:43 +0000 [r3081] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network: Fix static routes + conf parsing. (Arkadiusz Chomicki ) + +2003-12-25 18:43 +0000 [r3076] Arkadiusz Miśkiewicz + + * autogen.sh: changelog generation part can be now used in other + modules. + +2003-12-25 13:20 +0000 [r3073] Łukasz Jernaś + + * rc.d/init.d/template.init: - typo + +2003-12-23 17:15 +0000 [r3065] Paweł Å»urowski + + * rc.d/init.d/functions: - fixed bug when $limits is empty + +2003-12-23 00:37 +0000 [r3064] Arkadiusz Miśkiewicz + + * rc.d/init.d/network: When starting execute rc_splash 'bootnetwork + start'. + +2003-12-23 00:31 +0000 [r3063] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Read sysconfig/bootsplash, too. + +2003-12-22 17:43 +0000 [r3062] Paweł Å»urowski + + * rc.d/init.d/functions: - removed sed (I'm sorry I done buggy + change last time, now it is good one - tested and working) + +2003-12-22 00:59 +0000 [r3061] Arkadiusz Miśkiewicz + + * rc.d/rc: Much more accurate calculations of start/stop scripts + required in new runlevel. + +2003-12-21 22:55 +0000 [r3060] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Revert few pzurowski changes since they + are broken even after fixing syntax. + +2003-12-21 22:31 +0000 [r3059] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Paweł Å»urowski optimizations were broken + (missing quotation marks). Fixed now. + +2003-12-21 21:25 +0000 [r3056] Arkadiusz Miśkiewicz + + * rc-scripts.spec.in: Add pkgconfig to BuildRequires. + +2003-12-21 21:11 +0000 [r3055] Arkadiusz Miśkiewicz + + * src/Makefile.am, configure.ac: Find libglib.a location using + pkg-config and use it (Artur Frysiak ). + +2003-12-21 17:30 +0000 [r3054] Arkadiusz Miśkiewicz + + * configure.ac, sysconfig/network-scripts/Makefile.am: Don't set + libdir - use value from configure script. + +2003-12-21 17:05 +0000 [r3053] Arkadiusz Miśkiewicz + + * configure.ac: - release 0.4.0.6 is comming + +2003-12-21 16:43 +0000 [r3052] Łukasz Jernaś + + * po/pl.po: - typo + +2003-12-21 14:33 +0000 [r3051] Adam Gorzkiewicz + + * rc.d/rc.modules: - Typo + +2003-12-21 13:43 +0000 [r3050] Marcin Krzyżanowski + + * sysconfig/network-scripts/ifup-ppp: - fix ${PPPOA_EAGLE} check if + there isn't executable adictrl try use eaglectrl + +2003-12-21 13:28 +0000 [r3049] Paweł Å»urowski + + * rc.d/init.d/functions: - small revert: we do not use sed in + rc-scripts - other sed -> awk changes + +2003-12-21 13:08 +0000 [r3048] Marcin Krzyżanowski + + * sysconfig/network-scripts/ifup-ppp: - corrected nls message when + pppd does not exist - support for PPPOA_EAGLE start with kernel + 2.6 and 2.4 + +2003-12-21 12:14 +0000 [r3047] Paweł Å»urowski + + * rc.d/rc.sysinit, rc.d/rc.modules, rc.d/init.d/functions: - + simplified (use less tools, one-time file reading) + +2003-12-21 10:46 +0000 [r3046] Paweł Å»urowski + + * rc.d/rc.modules: - simplified (double awk->single one) + +2003-12-21 10:18 +0000 [r3045] Arkadiusz Miśkiewicz + + * rc.d/rc.modules: Added support for /etc/modules file exactly for + one kernel (like /etc/modules.2.6.0). + +2003-12-21 10:14 +0000 [r3044] Arkadiusz Miśkiewicz + + * rc.d/rc.modules: Do not require existence of /etc/modules (Marcin + Krzyzanowski ). + +2003-12-21 00:58 +0000 [r3043] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions, rc.d/rc.shutdown, rc.d/rc, + rc.d/rc.sysinit: More progress bar support (bootsplash): it moves + now! + +2003-12-20 21:21 +0000 [r3042] Arkadiusz Miśkiewicz + + * hwprofile: Reindented whole script. checkprofdir(): New. Use it + when required (now help is shown when needed). When executed + without arguments show help. + +2003-12-19 14:40 +0000 [r3039] Arkadiusz Miśkiewicz + + * rc-scripts.spec.in: bdflush is not required. + +2003-12-19 13:59 +0000 [r3038] Arkadiusz Miśkiewicz + + * src/Makefile.am: Use @libdir@ instead of hardcoded /usr/lib path + when linking ppp-watch with glib. + +2003-12-15 13:29 +0000 [r1739] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: Set action variable to proper value in + rc_splash(). Found by Michal Moskal . + +2003-12-14 21:20 +0000 [r1733] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Fix mounting sysfs - be consistent with mounting + proc + do not require entry in fstab (qboosh). Add support for + mounting selinuxfs (me). + +2003-12-14 18:23 +0000 [r1732] Arkadiusz Miśkiewicz + + * src/usernetctl.c: - fix path to ifcfg- files (wrobell) + +2003-12-12 16:43 +0000 [r1731] Arkadiusz Miśkiewicz + + * rc.d/rc, rc.d/rc.sysinit, rc.d/init.d/functions: - initial + support for bootsplash.org + +2003-12-07 15:54 +0000 [r1723] Arkadiusz Miśkiewicz + + * configure.ac: - release 0.4.0.5 + +2003-12-05 20:41 +0000 [r1722] Arkadiusz Miśkiewicz + + * rc.d/init.d/network: Fix interfaces_boot for bridge devices. + (found by Radosław Kintzi ) + +2003-12-05 20:30 +0000 [r1721] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup, + sysconfig/network-scripts/ifup-br: Move setting wireless specific + settings into separate wireless_param() function and use it in + ifup. Set wireless parameters for each wireless device being part + of bridge. (patch by Radosław Kintzi ) + +2003-11-15 14:38 +0000 [r1698] Marcin Krzyżanowski + + * sysconfig/i18n: - add #SUPPORTED_LOCALES="pl_PL/ISO-8859-2 + de_DE/ISO-8859-2 en_GB/ISO-8859-1 en_US/ISO-8859-1" + +2003-11-14 14:05 +0000 [r1697] Arkadiusz Miśkiewicz + + * rc.d/rc.modules: Also load modules from + /etc/modules.${kernel_major}.${kernel_minior} if exists. Allows + for example to specify modules only to be loaded on 2.6 kernels. + (idea by cieciwa) + +2003-11-01 20:18 +0000 [r1484] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Redirect grep stderr output when checking for + HID to /dev/null. + +2003-11-01 19:34 +0000 [r1483] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Delete rpm locks when starting + (/var/lib/rpm/__db*). + +2003-11-01 19:31 +0000 [r1480-1482] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Explicitly turn on user and group quota. + + * rc.d/rc.sysinit: Mount local filesystems with -O no_netdev option + (rh). + + * rc.d/rc.sysinit: Rescan for LVM devices again after turning on + RAID devices in lvm-on-top-of-raid case. + +2003-11-01 19:20 +0000 [r1479] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: quotacheck could in some cases if quota files + were corrupted ask for user input - avoid this. + +2003-11-01 19:16 +0000 [r1478] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Initialize USB as fast as it's possible. + Properly mount usb filesystem even if it is not specified in + /etc/fstab. + +2003-11-01 14:54 +0000 [r1477] Arkadiusz Miśkiewicz + + * autogen.sh: Generate nice ChangeLog if requested and if needed + utilities are available. + +2003-10-31 17:49 +0000 [r1476] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Revert part which was pretending that /dev/pts + is always mounted (havner). + +2003-10-31 09:00 +0000 [r1475] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown: Fix double link down (qboosh). + +2003-10-31 01:12 +0000 [r1474] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Check for nofirewire in /proc/cmdline not in + stdin. + +2003-10-31 00:49 +0000 [r1469-1471] Arkadiusz Miśkiewicz + + * configure.ac: Prepare release 0.4.0.4. + + * rc-scripts.spec.in: Include genhostid in rpm package. + + * po/Makefile.am: Fix handling custom builddir (until now objects + were created in $(srcdir) not in builddir). + +2003-10-31 00:24 +0000 [r1468] Arkadiusz Miśkiewicz + + * configure.ac: Fix finding shell scripts procedure when building + with builddir different than place where configure file resides. + +2003-10-31 00:08 +0000 [r1466-1467] Arkadiusz Miśkiewicz + + * doc/ppp-watch.8, doc/ipcalc.1, doc/netreport.1, + doc/consoletype.1, doc/initlog.1: Update manual pages for each + updated utility. + + * doc/Makefile.am, doc/genhostid.1 (added): Include genhostid man + page. + +2003-10-31 00:03 +0000 [r1464-1465] Arkadiusz Miśkiewicz + + * adjtime: - One more zero to reflect real format of this file. + + * service: Set default PATH and use it along with TERM when + starting services. + +2003-10-30 23:58 +0000 [r1463] Arkadiusz Miśkiewicz + + * src/Makefile.am, src/getkey.c, src/usernetctl.c, src/ipcalc.c, + src/process.c, src/netreport.c, src/ppp-watch.c, + src/consoletype.c, src/genhostid.c (added), src/initlog.c: Update + bunch of utils in src/. New getnhostid utility. ipcalc has + enhanced PREFIX support. getkey has been rewrited to use popt + (rh). + +2003-10-30 23:43 +0000 [r1462] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Try to query 131072 bytes kernel buffer for + dmesg and keep dmesg file from last five runs. + +2003-10-30 23:33 +0000 [r1461] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Plase usbdevfs and devfs filesystems into + /etc/mtab, too. + +2003-10-30 23:30 +0000 [r1459-1460] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Handle situation where multiple usb-controller + aliases were defined and some of them were "off". + + * rc.d/rc.sysinit: Firewire modules are now loaded if proper + modprobe aliases were found (from mdk). + +2003-10-30 23:21 +0000 [r1458] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: Use -e option for first swapon call. Now swapon + will silently skip swap devices it they are not available at this + time (like for example swap files on some partitions). + +2003-10-30 21:41 +0000 [r1456] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifdown, + sysconfig/network-scripts/ifdown-br: - first flush addresses and + then down interface. Previously things were done in reversed + order and that caused problems on 2.6 kernels (ip flush was + hanging). Additionaly things are now done in sync with how it's + done in set_down_loopback(). + +2003-10-28 01:09 +0000 [r1455] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: - fix /sys mount and simplify check if usbfs is + already mounted + +2003-10-25 23:32 +0000 [r1451] Arkadiusz Miśkiewicz + + * configure.ac: - 0.4.0.3 release + +2003-10-18 22:26 +0000 [r1445] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: - fix typo in accounting script path (qboosh) + +2003-10-17 18:55 +0000 [r1444] Arkadiusz Miśkiewicz + + * rc.d/init.d/timezone: - copy timezone file instead of symlinking + it (idea by ankry) + +2003-10-13 07:41 +0000 [r1437] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-ppp: - don't ignore data specified + at DATAFORCHAT option (Szymon Siwek ) + +2003-10-12 19:12 +0000 [r1434-1436] Arkadiusz Miśkiewicz + + * sysconfig/system, rc.d/init.d/functions: - support for per + service ulimits configuration (qboosh) + + * sysconfig/network-scripts/functions.network: - kill gnu in PLD + name (qboosh) + + * po/de.po, rc.d/rc.shutdown, po/pl.po, rc.d/rc.sysinit: - use + /etc/rc.d/rc.acct for accouting; updated accouting related parts + of translations (qboosh) + +2003-10-11 11:03 +0000 [r1433] Artur Frysiak + + * sysconfig/interfaces/ifcfg-description: - describe HOTPLUG + +2003-10-11 10:59 +0000 [r1432] Artur Frysiak + + * sysconfig/network-scripts/ifup: - if invoced from hotplug bring + up only interface with HOTPLUG=yes + +2003-10-11 09:15 +0000 [r1431] Artur Frysiak + + * sysconfig/network-scripts/ifup: - ifup exit if invoked from + hotplug and ONBOOT=yes + +2003-10-08 15:03 +0000 [r1430] Arkadiusz Miśkiewicz + + * rc.d/rc.shutdown: - sysfs added to remaining list in rc.shutdown + (by havner) + +2003-10-07 15:44 +0000 [r1425] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-ppp: - bring PPPOA_IFACE up before + starting pppoa; small fix in logged message (both by adasi) + +2003-10-07 09:41 +0000 [r1424] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup-ppp: - initial eagle (pppoa) + support by Witold Krecicki ) + +2003-10-06 09:19 +0000 [r1413] Arkadiusz Miśkiewicz + + * hwprofile: - fix typo in available word (qboosh) + +2003-10-04 13:02 +0000 [r1412] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: - return with some retval + +2003-10-04 12:06 +0000 [r1411] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: - allow unknown options to be passed to + initlog() + +2003-10-04 11:57 +0000 [r1410] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: - move is_yes and is_not at beginning + +2003-10-04 11:41 +0000 [r1409] Arkadiusz Miśkiewicz + + * Makefile.am: - use rpm or rpmbuild depending on which rpm version + is installed + +2003-10-04 11:30 +0000 [r1408] Arkadiusz Miśkiewicz + + * rc-scripts.spec.in: - include hwprofiles/files + +2003-10-04 11:08 +0000 [r1407] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions, sysconfig/system: Fast boot support + (disables NLS, fancy logging and thus is much faster). Useful on + workstations. Based on idea and patch by Wojtek Kaniewski + . + +2003-10-04 09:55 +0000 [r1405-1406] Arkadiusz Miśkiewicz + + * setsysfont: - use CONSOLEFONT when SYSFONT is empty (Wojtek + Kaniewski ) + + * sysconfig/network-scripts/ifup-ppp: Support for + ppp-plugin-ifcfg-password.spec by Wojtek Kaniewski + . + +2003-10-04 09:46 +0000 [r1404] Arkadiusz Miśkiewicz + + * sysconfig/hwprofiles/files (added), sysconfig/hwprof, hwprofile, + sysconfig/hwprofiles/Makefile.am: Merged patch by Tomasz Witek + : - ignore Latency in /proc/pci - + ability to choose profile while booting - example profile file - + misc fixes and cleanups + +2003-10-02 18:43 +0000 [r1399-1400] Arkadiusz Miśkiewicz + + * configure.ac: - 0.4.0.2 release + + * rc.d/init.d/functions: - check own pid, not parents one + +2003-10-02 18:33 +0000 [r1398] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: - sleep 5 is not needed when starting usb; more + protection again double mounting usbfs + +2003-10-02 18:23 +0000 [r1397] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: - do even try to kill itself + +2003-09-30 09:44 +0000 [r1393] Jan Rękorajski + + * rc.d/rc.sysinit: - load lvm and dm modules with "autoclean" + +2003-09-30 09:40 +0000 [r1392] Jan Rękorajski + + * rc.d/rc.sysinit: - usb-storage must be loaded before LVM + detection (disks on USB are real) + +2003-09-28 16:33 +0000 [r1383] Artur Frysiak + + * sysconfig/network-scripts/ifup-ppp: - fix error message + +2003-09-28 16:03 +0000 [r1382] Artur Frysiak + + * sysconfig/network-scripts/ifup-irda: - fix setting arp for irdaX + +2003-09-28 14:53 +0000 [r1381] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/ifup: - fix power/txpower/retry wlan + parameters handling + +2003-09-22 19:55 +0000 [r1371] Artur Frysiak + + * run-parts: - use syntax described in SUSv2 + +2003-09-22 17:46 +0000 [r1370] Arkadiusz Miśkiewicz + + * run-parts: - oh, use RUNPARTS_DIR + +2003-09-22 17:20 +0000 [r1369] Arkadiusz Miśkiewicz + + * run-parts: - run mainly safe named scripts and protect against + some bad files + +2003-09-22 01:35 +0000 [r1365] Arkadiusz Miśkiewicz + + * rc-scripts.spec.in: - include more docs + +2003-09-22 01:28 +0000 [r1364] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/functions.network, sysconfig/i18n, + po/de.po, sysconfig/network-scripts/ifup-br, + sysconfig/network-scripts/ifup-plip, + sysconfig/interfaces/ifcfg-irlan0, ppp/ip-up.d/logger, + sysconfig/network-scripts/ifdown-post, README, + sysconfig/hwprofiles/Makefile.am, ppp/auth-down, + rc.d/init.d/timezone, sysconfig/network-scripts/ifup-post, + sysconfig/interfaces/data/chat-ppp0.leased1, makepot.pl, + sysconfig/network-scripts/ifup-neigh, + sysconfig/network-scripts/ifup-ppp, DEVELOPMENT, rc.d/rc.local, + AUTHORS, sysconfig/network-scripts/ifdown-irda, + isapnp/isapnp-kernel.conf, rc.d/init.d/random, run-parts, + rc.d/init.d/single, rc.d/rc.init, doc/ipcalc.1, + rc.d/init.d/killall, sysconfig/network-scripts/ifup-sl, + sysconfig/network-scripts/ifup-irda, isapnp/Makefile.am, + configure.ac, sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/ifdown-ppp, + sysconfig/network-scripts/ifdown-vlan, po/pl.po, + sysconfig/network-scripts/tnldown, + sysconfig/network-scripts/ifdown-br, doc/sysvinitfiles, + ppp/ipx-up, rc.d/init.d/allowlogin, ppp/auth-up, + sysconfig/network-scripts/ifup-vlan, + sysconfig/interfaces/tnlcfg-description, + sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0, + doc/sysconfig.txt, sysconfig/interfaces/data/chat-ppp0.callback, + rc.d/init.d/template.init, ppp/ip-up, rc.d/rc.sysinit, + doc/net-scripts.txt, sysconfig/interfaces/down.d/ppp/logger, + sysconfig/clock, hwprofile, sysconfig/interfaces/ifcfg-sl0, + src/ipcalc.c, ppp/ipx-down, rc.d/rc.shutdown, + sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/ifup-plusb, + sysconfig/network-scripts/ifdown, + sysconfig/interfaces/up.d/ppp/logger, ppp/ip-down, + sysconfig/interfaces/ifcfg-ppp0.callback, + sysconfig/network-scripts/ifup-ipx, rc.d/init.d/functions, + sysconfig/network-scripts/ifdown-sl, + sysconfig/network-scripts/tnlup, rc-scripts.spec.in, + sysconfig/system, sysconfig/network-scripts/ifup-iucv, rc.d/rc, + sysconfig/network, sysconfig/interfaces/ifcfg-ppp0.leased1, + sysconfig/interfaces/ifcfg-ppp0.leased2, rc.d/rc.modules, + sysconfig/interfaces/data/chat-ppp0.tpsa, + sysconfig/interfaces/ifcfg-irda0, rc.d/init.d/network, + ppp/ip-down.d/logger: - preparation for upcoming 0.4.0.1 release + - updated all email addresses to current domain (pld-linux.org) - + added missing files (networking scripts mainly) - updated spec + file - updated changelog + +2003-09-22 00:55 +0000 [r1363] Arkadiusz Miśkiewicz + + * sysconfig/network-scripts/Makefile.am, + sysconfig/interfaces/Makefile.am: - added missing files + +2003-09-19 20:29 +0000 [r1361] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/ifcfg-description: - description of + DIRECT_CONNECT for ppp, too + +2003-09-14 11:47 +0000 [r1331] Arkadiusz Miśkiewicz + + * sysconfig/interfaces/up.d/tnl/.cvsignore, + sysconfig/interfaces/up.d/ppp/.cvsignore, + sysconfig/interfaces/data/Makefile.am, autogen.sh, + sysconfig/static-nat, ppp/.cvsignore, doc/.cvsignore, + sysconfig/interfaces/up.d/all/.cvsignore, sysconfig/i18n, + po/de.po, src/process.c, sysconfig/network-scripts/ifup-br, + sysconfig/interfaces/ifcfg-irlan0, + sysconfig/interfaces/ifcfg-ppp0.tpsa, + sysconfig/interfaces/down.d/Makefile.am, src/process.h, + sysconfig/network-scripts/ifdown-post, lang.csh, + sysconfig/interfaces/down.d/ipx/.cvsignore, src/resolvesymlink.c, + sysconfig/hwprofiles/Makefile.am, dumb.sh, + sysconfig/interfaces/up.d/tnl/Makefile.am, ppp/auth-down, TODO, + sysconfig/interfaces/up.d/ipx/Makefile.am, + sysconfig/interfaces/data/chat-ppp0.leased1, + sysconfig/interfaces/down.d/all/thetouch, sysconfig/Makefile.am, + sysconfig/interfaces/data/.cvsignore, + sysconfig/network-scripts/ifup-neigh, doc/ppp-watch.8, + rc.d/rc.local, sysconfig/network-scripts/ifdown-irda, AUTHORS, + sysconfig/interfaces/ifcfg-description, + isapnp/isapnp-kernel.conf, doc/polski.dsl, + sysconfig/interfaces/down.d/ppp/Makefile.am, + ppp/ip-up.d/.cvsignore, po/.cvsignore, run-parts, rc.d/rc.init, + sysconfig/interfaces/down.d/.cvsignore, + sysconfig/network-scripts/.cvsignore, doc/ipcalc.1, + sysconfig/network-scripts/ifup-sl, configure.ac, + sysconfig/interfaces/ifcfg-eth0, sysconfig/interfaces/.cvsignore, + sysconfig/network-scripts/ifup-aliases, sysctl.conf, + sysconfig/network-scripts/ifdown-vlan, ppp/ip-down.d/Makefile.am, + COPYING, sysconfig/interfaces/up.d/.cvsignore, src/minilogd.c, + doc/doexec.1, ppp/auth-up, + sysconfig/interfaces/tnlcfg-description, + sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0, + rc.d/init.d/template.init, ppp/ip-up, src/netreport.c, + sysconfig/network-scripts/Makefile.am, rc.d/rc.sysinit, + src/testd.c, src/shvar.c, + sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm, + doc/net-scripts.txt, service, src/shvar.h, + sysconfig/interfaces/down.d/ip/Makefile.am, doc/usleep.1, + sysconfig/interfaces/down.d/all/Makefile.am, + sysconfig/network-scripts/ifup-routes, ppp/ipx-down, + rc.d/rc.shutdown, sysconfig/interfaces/up.d/ppp/Makefile.am, + sysconfig/network-scripts/ifup-plusb, sysconfig/static-routes, + sysconfig/interfaces/ifcfg-ppp0.callback, + sysconfig/interfaces/up.d/ip/.cvsignore, + sysconfig/network-scripts/tnlup, ppp/ip-up.d/Makefile.am, + rc-scripts.spec.in, sysconfig/interfaces/up.d/all/thetouch, + rc.d/init.d/.cvsignore, sysconfig/network-scripts/ifup-iucv, + sysconfig/interfaces/down.d/tnl/.cvsignore, rc.d/rc, + sysconfig/interfaces/down.d/ppp/.cvsignore, src/testdinit, + src/getkey.c, src/usernetctl.c, rc.d/rc.modules, + sysconfig/interfaces/data/chat-ppp0.tpsa, + sysconfig/interfaces/ifcfg-irda0, + sysconfig/hwprofiles/.cvsignore, + sysconfig/interfaces/down.d/all/.cvsignore, + sysconfig/interfaces/down.d/ip/.cvsignore, INSTALL, + sysconfig/interfaces/tnlcfg-icm, src/ppp-watch.c, + src/consoletype.c, ppp/ip-down.d/logger, doc/Makefile.am, + sysconfig/interfaces/up.d/all/Makefile.am, setsysfont, + sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup-plip, ppp/ip-up.d/logger, README, + rc.d/Makefile.am, rc.d/init.d/timezone, isapnp/.cvsignore, + doc/consoletype.1, sysconfig/network-scripts/ifup-post, + Makefile.am, sysconfig/hwprof, + sysconfig/interfaces/up.d/ipx/.cvsignore, + ppp/ip-down.d/.cvsignore, adjtime, src/initlog.c, + doc/sysconfig.docb, src/initlog.conf, src/loglevel.c, + DEVELOPMENT, sysconfig/network-scripts/ifup-ppp, src/initlog.h, + rc.d/init.d/Makefile.am, doc/make-html, inittab, + rc.d/init.d/random, rc.d/init.d/single, sysconfig/timezone, + rc.d/init.d/killall, src/Makefile.am, + sysconfig/network-scripts/ifup-irda, isapnp/Makefile.am, + sysconfig/network-scripts/ifdown-ppp, po/pl.po, + sysconfig/interfaces/up.d/Makefile.am, + sysconfig/network-scripts/tnldown, modules, ppp/Makefile.am, + doc/initlog.1, sysconfig/network-scripts/ifdown-br, NEWS, + .cvsignore, doc/sysvinitfiles, sysconfig/.cvsignore, ppp/ipx-up, + rc.d/init.d/allowlogin, sysconfig/network-scripts/ifup-vlan, + sysconfig/interfaces/data/chat-ppp0.callback, doc/sysconfig.txt, + po/Makefile.am, sysconfig/interfaces/down.d/ppp/logger, + hwprofile, sysconfig/clock, sysconfig/interfaces/ifcfg-sl0, + doc/usernetctl.8, src/ipcalc.c, doc/rc-scripts.docb, + sysconfig/ip-rules, sysconfig/network-scripts/ifdown, + sysconfig/interfaces/up.d/ppp/logger, sysconfig/static-arp, + ppp/ip-down, sysconfig/interfaces/up.d/ip/Makefile.am, + src/doexec.c, sysconfig/network-scripts/ifup-ipx, + rc.d/init.d/functions, sysconfig/network-scripts/ifdown-sl, + sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm, + sysconfig/interfaces/down.d/tnl/Makefile.am, doc/netreport.1, + sysconfig/system, sysconfig/interfaces/down.d/ipx/Makefile.am, + lang.sh, sysconfig/network, + sysconfig/interfaces/ifcfg-ppp0.leased1, + sysconfig/interfaces/Makefile.am, + sysconfig/interfaces/ifcfg-ppp0.leased2, rc.d/.cvsignore, + src/.cvsignore, rc.d/init.d/network, src/usleep.c: - propset Id + everywhere + +2003-09-14 10:48 +0000 [r1328] Arkadiusz Miśkiewicz + + * makepot.pl: - propset test + +2003-09-09 22:45 +0000 [r1128] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: - also be able to find 2.6 modules (.ko) + +2003-09-09 22:05 +0000 [r1126] Jan Rękorajski + + * rc.d/init.d/functions: - fixed is_module - modules may be gzipped + +2003-09-09 16:14 +0000 [r1124] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: - add sysfs to mtab + +2003-09-08 09:29 +0000 [r1122] Arkadiusz Miśkiewicz + + * rc.d/rc.sysinit: - mount sysfs in the same way as proc is + +2003-09-05 14:53 +0000 [r1120] Arkadiusz Miśkiewicz + + * rc.d/init.d/functions: - if there is no process then it already + died + +2003-08-19 14:07 +0000 [r1118] Andrzej M. Krzysztofowicz * dumb.sh: - for nessusd.init -2003-08-10 Arkadiusz Mi¶kiewicz +2003-08-10 20:54 +0000 [r1116] Arkadiusz Miśkiewicz * rc.d/rc.sysinit: - simplified mdadm support +2003-08-10 20:49 +0000 [r1115] Arkadiusz Miśkiewicz + * rc.d/init.d/functions: - functions for kernel version checking -2003-08-07 Arkadiusz Mi¶kiewicz +2003-08-07 10:20 +0000 [r1113] Arkadiusz Miśkiewicz - * rc.d/rc.sysinit: - - add support for mdadm when trying to start RAID devices + * rc.d/rc.sysinit: - add support for mdadm when trying to start + RAID devices -2003-08-06 Andrzej M. Krzysztofowicz +2003-08-06 19:23 +0000 [r1111] Andrzej M. Krzysztofowicz * dumb.sh: - from athcool.init -2003-07-28 Pawe³ Go³aszewski +2003-07-28 12:16 +0000 [r1109] Paweł Gołaszewski * sysctl.conf: - added gc_thresh entries +2003-07-28 12:11 +0000 [r1108] Paweł Gołaszewski + * sysconfig/network: - oops - these were my experiments... +2003-07-28 12:02 +0000 [r1106] Paweł Gołaszewski + * sysconfig/network: - typo +2003-07-28 11:33 +0000 [r1105] Paweł Gołaszewski + * sysconfig/network: - GATEWAY setup is back - with comment -2003-07-12 Arkadiusz Mi¶kiewicz +2003-07-11 23:08 +0000 [r1103] Arkadiusz Miśkiewicz * rc.d/init.d/network: - added nameif support -2003-07-10 Jan Rêkorajski +2003-07-10 18:39 +0000 [r1100-1101] Jan Rękorajski - * sysconfig/interfaces/ifcfg-description: - - description for VLAN_REORDER_HDR + * sysconfig/interfaces/ifcfg-description: - description for + VLAN_REORDER_HDR - * sysconfig/network-scripts/ifup-vlan: - - seems like API changed, allow REORDER_HDR on VLANs + * sysconfig/network-scripts/ifup-vlan: - seems like API changed, + allow REORDER_HDR on VLANs - * rc.d/init.d/network: - - we should stop bridges first if we are staring them last +2003-07-10 12:30 +0000 [r1098] Jan Rękorajski - * rc.d/init.d/network: - - special case bridge interfaces (br*), they *must* be handled last - as we are not able to know what will be bridged + * rc.d/init.d/network: - we should stop bridges first if we are + staring them last -2003-07-05 Arkadiusz Mi¶kiewicz +2003-07-10 12:26 +0000 [r1097] Jan Rękorajski + + * rc.d/init.d/network: - special case bridge interfaces (br*), they + *must* be handled last as we are not able to know what will be + bridged + +2003-07-05 11:59 +0000 [r1095] Arkadiusz Miśkiewicz * rc.d/rc.sysinit: - mount devpts, too -2003-06-30 Arkadiusz Mi¶kiewicz +2003-06-30 15:36 +0000 [r1094] Arkadiusz Miśkiewicz * rc.d/rc.sysinit: - keep old dmesg, too -2003-06-24 Jakub Bogusz +2003-06-24 10:34 +0000 [r1092-1093] Jakub Bogusz - * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm: - - added note about bluez + * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm: - added note about + bluez - * sysconfig/interfaces/Makefile.am, sysconfig/interfaces/data/Makefile.am: - - added *-ppp0.gprs-plusgsm + * sysconfig/interfaces/Makefile.am, + sysconfig/interfaces/data/Makefile.am: - added + *-ppp0.gprs-plusgsm - * sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm, sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm: - - ppp examples for GPRS/PlusGSM taken from BTS#694 +2003-06-24 10:26 +0000 [r1091] Jakub Bogusz -2003-06-20 Pawe³ Go³aszewski + * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm (added), + sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm (added): - ppp + examples for GPRS/PlusGSM taken from BTS#694 - * rc.d/rc.sysinit: - stupid missing thing +2003-06-20 15:32 +0000 [r1090] Paweł Gołaszewski -2003-06-19 Arkadiusz Mi¶kiewicz + * rc.d/rc.sysinit: - stupid missing thing - * sysconfig/network, sysconfig/network-scripts/functions.network, sysconfig/static-routes: - - use static-routes for ip rule configuration; drop GATRWAY from network configuration +2003-06-19 15:57 +0000 [r1089] Arkadiusz Miśkiewicz -2003-06-17 Jakub Bogusz + * sysconfig/static-routes, sysconfig/network, + sysconfig/network-scripts/functions.network: - use static-routes + for ip rule configuration; drop GATRWAY from network + configuration - * rc.d/init.d/timezone: - - posix zoneinfo files are in top level, not "posix" subdir now +2003-06-17 14:02 +0000 [r1088] Jakub Bogusz -2003-06-16 Witek Krêcicki + * rc.d/init.d/timezone: - posix zoneinfo files are in top level, + not "posix" subdir now - * rc.d/rc.sysinit: - future is now... +2003-06-16 21:28 +0000 [r1087] Witek Kręcicki -2003-06-16 Pawe³ Go³aszewski + * rc.d/rc.sysinit: - future is now... - * rc.d/rc.sysinit, rc-scripts.spec.in: - - early mounting of sysfs under kernel 2.5 +2003-06-16 20:20 +0000 [r1086] Paweł Gołaszewski -2003-06-16 Arkadiusz Mi¶kiewicz + * rc-scripts.spec.in, rc.d/rc.sysinit: - early mounting of sysfs + under kernel 2.5 + +2003-06-16 18:05 +0000 [r1085] Arkadiusz Miśkiewicz * rc.d/rc.sysinit: - usbdevfs is usbfs in 2.5 -2003-06-06 Pawe³ Go³aszewski +2003-06-06 09:02 +0000 [r1083] Paweł Gołaszewski - * sysconfig/interfaces/ifcfg-description: - fixed typo in description + * sysconfig/interfaces/ifcfg-description: - fixed typo in + description -2003-05-31 Arkadiusz Mi¶kiewicz +2003-05-31 11:59 +0000 [r1082] Arkadiusz Miśkiewicz * inittab: - calling update is obsolete starting from 2.2.9 kernel -2003-05-22 Andrzej M. Krzysztofowicz +2003-05-22 14:11 +0000 [r1080] Andrzej M. Krzysztofowicz * dumb.sh: - updated -2003-05-16 Andrzej M. Krzysztofowicz +2003-05-15 22:39 +0000 [r1078-1079] Andrzej M. Krzysztofowicz - * rc.d/init.d/functions: - formatting - - fixed second argument of "status" + * rc.d/init.d/functions: - formatting - fixed second argument of + "status" * dumb.sh: - updated -2003-05-15 Andrzej M. Krzysztofowicz +2003-05-15 21:37 +0000 [r1077] Andrzej M. Krzysztofowicz - * rc.d/init.d/functions, rc.d/init.d/template.init: - - LSB conformance changes + * rc.d/init.d/functions, rc.d/init.d/template.init: - LSB + conformance changes -2003-05-11 Andrzej M. Krzysztofowicz +2003-05-11 21:09 +0000 [r1076] Andrzej M. Krzysztofowicz * dumb.sh: - updated +2003-05-11 15:26 +0000 [r1075] Andrzej M. Krzysztofowicz + * dumb.sh: removed duplicates; %s fixes +2003-05-11 15:13 +0000 [r1074] Andrzej M. Krzysztofowicz + + * dumb.sh: updated + +2003-05-11 12:42 +0000 [r1073] Andrzej M. Krzysztofowicz + * dumb.sh: updated -2003-05-09 Andrzej M. Krzysztofowicz +2003-05-09 21:08 +0000 [r1072] Andrzej M. Krzysztofowicz * dumb.sh: - updated -2003-05-08 Andrzej M. Krzysztofowicz +2003-05-08 17:18 +0000 [r1071] Andrzej M. Krzysztofowicz * rc.d/init.d/template.init: - reversed bogus change +2003-05-07 23:35 +0000 [r1070] Andrzej M. Krzysztofowicz + * dumb.sh: - updated -2003-05-06 Andrzej M. Krzysztofowicz +2003-05-06 21:54 +0000 [r1069] Andrzej M. Krzysztofowicz * dumb.sh: updated -2003-05-05 Andrzej M. Krzysztofowicz +2003-05-05 00:07 +0000 [r1068] Andrzej M. Krzysztofowicz + + * dumb.sh, rc.d/init.d/template.init: updated - * rc.d/init.d/template.init, dumb.sh: updated +2003-05-04 19:48 +0000 [r1067] Andrzej M. Krzysztofowicz + + * dumb.sh: updated -2003-05-04 Andrzej M. Krzysztofowicz +2003-05-03 23:16 +0000 [r1066] Andrzej M. Krzysztofowicz * dumb.sh: updated -2003-05-03 Andrzej M. Krzysztofowicz +2003-05-02 23:41 +0000 [r1064-1065] Andrzej M. Krzysztofowicz - * dumb.sh: - dump script with various messages + * dumb.sh (added): - dump script with various messages * rc-scripts.spec.in: - fix improper use of %%{_sysconfigdir} -2003-05-02 kloczek +2003-05-02 20:27 +0000 [r1063] kloczek * po/de.po: - corrected charset s/iso8850-1/iso-8850-1/. -2003-04-17 Jan Rêkorajski +2003-04-17 18:21 +0000 [r1062] Jan Rękorajski * rc.d/rc.sysinit: - added support for device-mapper -2003-04-10 Arkadiusz Mi¶kiewicz (alias) +2003-04-10 07:37 +0000 [r1061] Arkadiusz Miśkiewicz (alias) - * rc.d/rc.sysinit: - - use new evms_activate utility; drop support for evms < 2.0.0 + * rc.d/rc.sysinit: - use new evms_activate utility; drop support + for evms < 2.0.0 -2003-04-07 Arkadiusz Mi¶kiewicz (alias) +2003-04-07 19:59 +0000 [r1060] Arkadiusz Miśkiewicz (alias) * rc.d/rc.sysinit: - split sysctl call into two pieces +2003-04-07 19:54 +0000 [r1059] Arkadiusz Miśkiewicz (alias) + * sysconfig/network-scripts/ifup: - fix Andrzej's proxy arp support -2003-03-06 Wojciech Ciêciwa +2003-03-06 13:31 +0000 [r1058] Wojciech Cięciwa * sysctl.conf: - corecting URL of grsecurity. -2003-01-25 Arkadiusz Mi¶kiewicz (alias) +2003-01-25 00:37 +0000 [r1057] Arkadiusz Miśkiewicz (alias) + + * rc.d/rc.shutdown: - more generic ups support via + /sbin/poweroff-ups - * rc.d/rc.shutdown: - more generic ups support via /sbin/poweroff-ups +2003-01-15 22:34 +0000 [r1056] Andrzej M. Krzysztofowicz -2003-01-15 Andrzej M. Krzysztofowicz + * TODO, sysconfig/network-scripts/ifup, + sysconfig/interfaces/ifcfg-description: - support for proxy ARP + per interface - fix sysctl for IPV6_DISABLE_AUTOCONF - typos, + formatting - MTU for ethernet already supported [ remove from + TODO ] - * sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-description, TODO: - - support for proxy ARP per interface - - fix sysctl for IPV6_DISABLE_AUTOCONF - - typos, formatting - - MTU for ethernet already supported [ remove from TODO ] +2003-01-07 14:45 +0000 [r1055] kloczek -2003-01-07 kloczek + * rc.d/init.d/functions: s/broke/break/ (fixed + http://bugs.pld.org.pl/?bug=520). - * rc.d/init.d/functions: - s/broke/break/ (fixed http://bugs.pld.org.pl/?bug=520). +2002-12-30 23:39 +0000 [r1054] Paweł Wilk -2002-12-31 Pawe³ Wilk + * run-parts: - run-parts: current directory now in an environment + variable - run-parts: args shifted - run-parts: cosmetics - * run-parts: - - run-parts: current directory now in an environment variable - - run-parts: args shifted - - run-parts: cosmetics +2002-12-17 14:01 +0000 [r1053] Jan Rękorajski -2002-12-17 Jan Rêkorajski + * rc.d/init.d/network, po/pl.po, doc/sysconfig.txt, + doc/sysconfig.docb, sysconfig/network-scripts/functions.network: + - removed references to IPV*_FORWARDING - * sysconfig/network-scripts/functions.network, rc.d/init.d/network, po/pl.po, doc/sysconfig.docb, doc/sysconfig.txt: - - removed references to IPV*_FORWARDING +2002-12-17 13:54 +0000 [r1052] Jan Rękorajski * sysconfig/network: - better solution to IPV*_FORWARDING - * sysconfig/network: - - removed IPV*_FORWARDING - use /etc/sysctl.conf to set this +2002-12-17 13:43 +0000 [r1051] Jan Rękorajski -2002-12-02 alchemyx + * sysconfig/network: - removed IPV*_FORWARDING - use + /etc/sysctl.conf to set this + +2002-12-01 23:59 +0000 [r1050] alchemyx * rc.d/rc.sysinit: - typo -2002-12-01 alchemyx +2002-12-01 21:31 +0000 [r1049] alchemyx - * rc.d/rc.sysinit: - - system will reboot if is instructed by fsck to do so + * rc.d/rc.sysinit: - system will reboot if is instructed by fsck to + do so -2002-11-28 Arkadiusz Mi¶kiewicz (alias) +2002-11-27 23:41 +0000 [r1048] Arkadiusz Miśkiewicz (alias) * rc.d/rc.shutdown: - support for UPS powerdown before halt -2002-11-12 kloczek +2002-11-12 15:54 +0000 [r1047] kloczek - * sysconfig/interfaces/ifcfg-description: - typo in comment (s/dhlc/dhcp/). + * sysconfig/interfaces/ifcfg-description: typo in comment + (s/dhlc/dhcp/). -2002-11-09 alchemyx +2002-11-08 23:45 +0000 [r1046] alchemyx - * sysconfig/network-scripts/functions.network, sysconfig/static-nat: - - updated static-nat (reversed parameters) so it works now as intended (as - described in docs) + * sysconfig/static-nat, + sysconfig/network-scripts/functions.network: - updated static-nat + (reversed parameters) so it works now as intended (as described + in docs) -2002-10-10 Jan Rêkorajski +2002-10-10 15:07 +0000 [r1045] Jan Rękorajski - * sysconfig/system, rc.d/rc.sysinit: - better support fo EVMS + * rc.d/rc.sysinit, sysconfig/system: - better support fo EVMS -2002-09-29 Arkadiusz Patyk +2002-09-28 23:05 +0000 [r1044] Arkadiusz Patyk * rc.d/rc.shutdown: - don't force umount iso9660 ramfs tmpfs -2002-09-14 Tomasz Orzechowski +2002-09-14 19:54 +0000 [r1043] Tomasz Orzechowski + + * sysconfig/system, rc.d/rc, rc.d/rc.sysinit: - LOAD_SOUND is + obsolete - * rc.d/rc, rc.d/rc.sysinit, sysconfig/system: - LOAD_SOUND is obsolete +2002-08-24 17:04 +0000 [r1042] Arkadiusz Miśkiewicz (alias) -2002-08-24 Arkadiusz Mi¶kiewicz (alias) + * sysconfig/network-scripts/ifup-ppp: - fix wvdial support; chat + support still broken - * sysconfig/network-scripts/ifup-ppp: - - fix wvdial support; chat support still broken +2002-08-24 16:05 +0000 [r1041] Arkadiusz Miśkiewicz (alias) - * sysconfig/network-scripts/functions.network, sysconfig/network-scripts/ifup-ppp, sysconfig/interfaces/ifcfg-description, README: - - added userspace and kernelspace PPPoE support - - pass unit option to pppd (so now ifcfg-ppp5 with DEVICE=ppp5 will - _always_ create ppp5 interface when it's not used yet) + * sysconfig/interfaces/ifcfg-description, README, + sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup-ppp: - added userspace and + kernelspace PPPoE support - pass unit option to pppd (so now + ifcfg-ppp5 with DEVICE=ppp5 will _always_ create ppp5 interface + when it's not used yet) -2002-08-24 Sebastian Zagrodzki +2002-08-23 22:13 +0000 [r1040] Sebastian Zagrodzki - * rc.d/init.d/network: - - check ONBOOT by evaluating ifcfg-* file, not by egrep + * rc.d/init.d/network: - check ONBOOT by evaluating ifcfg-* file, + not by egrep -2002-08-22 Arkadiusz Mi¶kiewicz (alias) +2002-08-22 13:21 +0000 [r1039] Arkadiusz Miśkiewicz (alias) - * sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifup-post, sysconfig/interfaces/ifcfg-description: - - support for limiting downstream and upstream traffic on whole interface - (cbq, htb, tbf) + * sysconfig/interfaces/ifcfg-description, + sysconfig/network-scripts/ifup-post, + sysconfig/network-scripts/ifdown-post: - support for limiting + downstream and upstream traffic on whole interface (cbq, htb, + tbf) -2002-08-21 Arkadiusz Mi¶kiewicz (alias) +2002-08-21 21:30 +0000 [r1038] Arkadiusz Miśkiewicz (alias) - * sysconfig/network-scripts/functions.network: - - fix support for src addresses option + * sysconfig/network-scripts/functions.network: - fix support for + src addresses option -2002-08-13 Sebastian Zagrodzki +2002-08-13 20:31 +0000 [r1037] Sebastian Zagrodzki - * rc.d/rc.sysinit: - - /proc/bus/usb should be described in fstab - mounting manually bogus - device "usbdevfs" causes mount -a to fail when fstab contains something - like "none /proc/bus/usb usbdevfs ..." + * rc.d/rc.sysinit: - /proc/bus/usb should be described in fstab - + mounting manually bogus device "usbdevfs" causes mount -a to fail + when fstab contains something like "none /proc/bus/usb usbdevfs + ..." -2002-08-11 Arkadiusz Mi¶kiewicz (alias) +2002-08-11 17:05 +0000 [r1036] Arkadiusz Miśkiewicz (alias) - * sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/Makefile.am, sysconfig/network-scripts/ifup-neigh, sysconfig/Makefile.am, sysconfig/static-arp: - - static arp per interface support - - any device support is back + * sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/ifup-post, + sysconfig/network-scripts/Makefile.am, sysconfig/static-arp + (added), sysconfig/Makefile.am, + sysconfig/network-scripts/ifup-neigh (added): - static arp per + interface support - any device support is back -2002-08-09 Sebastian Zagrodzki +2002-08-09 06:30 +0000 [r1035] Sebastian Zagrodzki - * rc.d/rc.sysinit: - - fix for checking encrypted filesystems - if all have "noauto" in options, - don't try to mount or fsck anything + * rc.d/rc.sysinit: - fix for checking encrypted filesystems - if + all have "noauto" in options, don't try to mount or fsck anything -2002-07-14 Arkadiusz Mi¶kiewicz (alias) +2002-07-14 21:11 +0000 [r1034] Arkadiusz Miśkiewicz (alias) - * rc.d/init.d/functions, service: - - some code from RH (nicer than old code) + * service, rc.d/init.d/functions: - some code from RH (nicer than + old code) + +2002-07-13 23:04 +0000 [r1033] Arkadiusz Miśkiewicz (alias) * sysconfig/network-scripts/ifup: - fix WLAN encryption setting -2002-07-13 Arkadiusz Mi¶kiewicz (alias) +2002-07-13 16:25 +0000 [r1032] Arkadiusz Miśkiewicz (alias) - * sysconfig/network-scripts/ifup-irda, sysconfig/network-scripts/ifup-iucv, sysconfig/network-scripts/ifup-plusb, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-vlan, sysconfig/network-scripts/functions.network, sysconfig/network-scripts/ifdown-irda, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-vlan, sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-description, sysconfig/interfaces/ifcfg-irda0, sysconfig/interfaces/ifcfg-irlan0, rc.d/rc.modules, rc.d/rc.sysinit, service: - - more TOTALNEW merge (ppp, irda, other vlan, wireless). ALPHA + * rc.d/rc.modules, sysconfig/interfaces/ifcfg-irda0 (added), + sysconfig/network-scripts/ifup-irda (added), + sysconfig/network-scripts/ifdown-ppp, + sysconfig/network-scripts/ifdown-vlan (added), + sysconfig/network-scripts/ifup-plusb (added), + sysconfig/network-scripts/functions.network, + sysconfig/network-scripts/ifup-ppp, + sysconfig/network-scripts/ifup-vlan (added), + sysconfig/network-scripts/ifdown-irda (added), + sysconfig/network-scripts/ifup, + sysconfig/interfaces/ifcfg-description, + sysconfig/interfaces/ifcfg-irlan0 (added), + sysconfig/network-scripts/ifup-iucv (added), rc.d/rc.sysinit, + service: - more TOTALNEW merge (ppp, irda, other vlan, wireless). + ALPHA -2002-07-06 Olgierd Pieczul +2002-07-06 12:22 +0000 [r1031] Olgierd Pieczul - * rc.d/rc.sysinit: - fixed: removing directories in /var/run/app/ - - fixed: unneeded lines (deleting not-existing files) removed + * rc.d/rc.sysinit: - fixed: removing directories in /var/run/app/ - + fixed: unneeded lines (deleting not-existing files) removed -2002-06-19 Rafa³ Kleger-Rudomin +2002-06-19 18:13 +0000 [r1030] Rafał Kleger-Rudomin * doc/sysconfig.txt: - forgotten +2002-06-19 18:04 +0000 [r1029] Rafał Kleger-Rudomin + * sysconfig/network: - hopefully fixed explanation about NISDOMAIN - * sysconfig/network, doc/sysconfig.txt: - - more clear explanation of HOSTNAME and NISDOMAIN +2002-06-18 22:06 +0000 [r1028] Rafał Kleger-Rudomin -2002-06-13 grabba + * doc/sysconfig.txt, sysconfig/network: - more clear explanation of + HOSTNAME and NISDOMAIN - * rc.d/init.d/functions: - daemon function: dont't use su when user is root +2002-06-13 13:06 +0000 [r1027] Robert Grabowski -2002-05-21 Olgierd Pieczul + * rc.d/init.d/functions: daemon function: dont't use su when user + is root + +2002-05-21 12:23 +0000 [r1026] Olgierd Pieczul * sysconfig/ip-rules: - typo -2002-05-11 Arkadiusz Mi¶kiewicz (alias) +2002-05-11 21:51 +0000 [r1025] Arkadiusz Miśkiewicz (alias) + + * rc.d/rc.sysinit: - process functions a bit earlier - don't mount + proc twice - * rc.d/rc.sysinit: - process functions a bit earlier - - don't mount proc twice +2002-05-11 10:26 +0000 [r1024] Arkadiusz Miśkiewicz (alias) * rc-scripts.spec.in: - updated spec file - * sysconfig/network-scripts/Makefile.am, sysconfig/network-scripts/functions.network, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-br, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-br, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, rc.d/init.d/Attic/functions.network, rc.d/init.d/Makefile.am, rc.d/init.d/network, rc-scripts.spec.in: - - functions.network back in old place +2002-05-11 09:50 +0000 [r1023] Arkadiusz Miśkiewicz (alias) + + * sysconfig/network-scripts/ifdown-br, + rc.d/init.d/functions.network (removed), + sysconfig/network-scripts/ifup-ppp, + sysconfig/network-scripts/functions.network (added), + sysconfig/network-scripts/ifup-ipx, + sysconfig/network-scripts/tnlup, rc.d/init.d/Makefile.am, + sysconfig/network-scripts/ifdown-sl, + sysconfig/network-scripts/ifup, + sysconfig/network-scripts/ifup-br, + sysconfig/network-scripts/ifup-plip, rc-scripts.spec.in, + sysconfig/network-scripts/ifdown-post, + sysconfig/network-scripts/Makefile.am, + sysconfig/network-scripts/ifup-sl, + sysconfig/network-scripts/ifup-routes, rc.d/init.d/network, + sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/ifdown-ppp, + sysconfig/network-scripts/tnldown, + sysconfig/network-scripts/ifup-post, + sysconfig/network-scripts/ifdown: - functions.network back in old + place + +2002-05-11 09:44 +0000 [r1022] Arkadiusz Miśkiewicz (alias) * ppp/Makefile.am: - force symlink +2002-05-11 09:36 +0000 [r1020-1021] Arkadiusz Miśkiewicz (alias) + * autogen.sh: - configure.in -> configure.ac - * po/pl.po, configure.ac: - fix iso charset name - - add de to supported languages + * configure.ac, po/pl.po: - fix iso charset name - add de to + supported languages + +2002-05-11 09:30 +0000 [r1019] Arkadiusz Miśkiewicz (alias) + + * configure.ac (added), configure.in (removed): - renamed + updated + +2002-05-11 08:48 +0000 [r1018] Arkadiusz Miśkiewicz (alias) - * Attic/configure.in, configure.ac: - renamed + updated + * rc.d/init.d/functions.network: - removed via (it shouldn't be + here) - * rc.d/init.d/Attic/functions.network: - - removed via (it shouldn't be here) +2002-05-11 08:41 +0000 [r1017] Arkadiusz Miśkiewicz (alias) - * rc.d/init.d/Attic/functions.network: - - use onlink option when adding default routing (in case when gw isn't in our subnetwork) - - TNLOPTS removed + * rc.d/init.d/functions.network: - use onlink option when adding + default routing (in case when gw isn't in our subnetwork) - + TNLOPTS removed -2002-04-21 mkochano +2002-04-21 12:22 +0000 [r1016] mkochano - * sysconfig/interfaces/data/chat-ppp0.tpsa: - - Update for current TPSA login screen. + * sysconfig/interfaces/data/chat-ppp0.tpsa: - Update for current + TPSA login screen. -2002-04-20 Arkadiusz Mi¶kiewicz (alias) +2002-04-20 13:57 +0000 [r1015] Arkadiusz Miśkiewicz (alias) - * rc.d/rc.sysinit: - - don't mount usbdevfs again if it's already mounted (for example by modules.conf - post-install directive). Patch by Wojtek Kaniewski . + * rc.d/rc.sysinit: - don't mount usbdevfs again if it's already + mounted (for example by modules.conf post-install directive). + Patch by Wojtek Kaniewski . -2002-04-10 Witek Krêcicki +2002-04-10 19:02 +0000 [r1014] Witek Kręcicki - * sysconfig/network-scripts/ifup-ppp: - - added USER... dunno why it wasn't included, but it is in sample files and it should be added to pppd cmdline (user ${USER}). If it's wrong, roll it back + * sysconfig/network-scripts/ifup-ppp: - added USER... dunno why it + wasn't included, but it is in sample files and it should be added + to pppd cmdline (user ${USER}). If it's wrong, roll it back -2002-04-09 Jacek Konieczny +2002-04-09 11:10 +0000 [r1009-1013] Jacek Konieczny - * sysconfig/network, rc.d/init.d/network, AUTHORS: - - more LDAP garbage removed + * sysconfig/network, rc.d/init.d/network, AUTHORS: - more LDAP + garbage removed * po/pl.po: - LDAP strings removed * rc.d/init.d/network: - "LDAP support" removed - * rc.d/init.d/Attic/functions.network: - - "LDAP support" removed. It was not supported anyway + * rc.d/init.d/functions.network: - "LDAP support" removed. It was + not supported anyway - * rc.d/init.d/Attic/functions.network: - - delete '}' left after some function removal + * rc.d/init.d/functions.network: - delete '}' left after some + function removal -2002-03-29 Rafa³ Kleger-Rudomin +2002-03-29 17:18 +0000 [r1008] Rafał Kleger-Rudomin * rc.d/rc.sysinit: - added deleting lock files -2002-03-29 Olgierd Pieczul +2002-03-29 08:52 +0000 [r1007] Olgierd Pieczul * rc-scripts.spec.in: - added removed by mistake 'timezone' - * sysconfig/ip-rules: - example config file +2002-03-29 08:46 +0000 [r1005-1006] Olgierd Pieczul - * sysconfig/Makefile.am, rc.d/init.d/Attic/functions.network, rc.d/init.d/network, rc-scripts.spec.in: - - policy routing support + * sysconfig/ip-rules (added): - example config file -2002-03-24 Pawe³ Go³aszewski + * rc.d/init.d/network, rc-scripts.spec.in, + rc.d/init.d/functions.network, sysconfig/Makefile.am: - policy + routing support - * rc.d/rc.sysinit, po/pl.po, README, autogen.sh: - GNU/Linux is gone. +2002-03-24 03:59 +0000 [r1004] Paweł Gołaszewski -2002-03-19 Arkadiusz Mi¶kiewicz (alias) + * README, po/pl.po, autogen.sh, rc.d/rc.sysinit: - GNU/Linux is + gone. - * sysconfig/system, rc.d/rc.sysinit: - user and kernelspace PNP +2002-03-19 18:35 +0000 [r1003] Arkadiusz Miśkiewicz (alias) - * hwprofile, service, sysconfig/hwprofiles/Makefile.am, sysconfig/Makefile.am, sysconfig/hwprof, ppp/Makefile.am, ppp/auth-down, ppp/auth-up, ppp/ip-down, ppp/ip-up, ppp/ipx-down, ppp/ipx-up, isapnp/Makefile.am, isapnp/isapnp-kernel.conf, Attic/configure.in, Makefile.am, README, autogen.sh: - - started merging TOTALNEW + * rc.d/rc.sysinit, sysconfig/system: - user and kernelspace PNP + +2002-03-19 18:19 +0000 [r1002] Arkadiusz Miśkiewicz (alias) + + * sysconfig/hwprofiles (added), configure.in, + isapnp/isapnp-kernel.conf (added), ppp/ip-up, isapnp (added), + README, hwprofile (added), sysconfig/hwprofiles/Makefile.am + (added), service (added), isapnp/Makefile.am (added), + sysconfig/hwprofiles/.cvsignore (added), ppp/ipx-down (added), + ppp/auth-down (added), isapnp/.cvsignore (added), + ppp/Makefile.am, sysconfig/hwprof (added), Makefile.am, + autogen.sh, ppp/ip-down, sysconfig/Makefile.am, ppp/ipx-up + (added), ppp/auth-up (added): - started merging TOTALNEW + +2002-03-19 17:46 +0000 [r1001] Arkadiusz Miśkiewicz (alias) * rc.d/rc.sysinit: - support for EVMS volumes - * sysconfig/system, rc.d/rc.sysinit: - - if devfs is mounted and devfsd is available then start is unconditionally +2002-03-19 17:42 +0000 [r1000] Arkadiusz Miśkiewicz (alias) + + * sysconfig/system, rc.d/rc.sysinit: - if devfs is mounted and + devfsd is available then start is unconditionally -2002-03-07 Pawe³ Go³aszewski +2002-03-07 11:16 +0000 [r999] Paweł Gołaszewski - * sysconfig/network-scripts/ifup-ipx, rc.d/init.d/network: - - ipx paths fixed (ipx is usable now...) + * rc.d/init.d/network, sysconfig/network-scripts/ifup-ipx: - ipx + paths fixed (ipx is usable now...) -2002-03-07 Arkadiusz Mi¶kiewicz (alias) +2002-03-07 09:48 +0000 [r998] Arkadiusz Miśkiewicz (alias) * rc.d/rc.sysinit: - protect dmesg -2002-02-21 Tomasz Pala +2002-02-21 00:31 +0000 [r997] Tomasz Pala * po/pl.po: - more typos - * rc.d/rc.sysinit, po/pl.po: - typos +2002-02-21 00:08 +0000 [r996] Tomasz Pala - * sysconfig/network-scripts/ifup-sl, rc.d/rc.sysinit, po/pl.po: - - updated. + * po/pl.po, rc.d/rc.sysinit: - typos -2002-02-18 Tomasz Pala +2002-02-20 23:43 +0000 [r995] Tomasz Pala - * doc/sysconfig.docb, doc/sysconfig.txt: - hostname != FQDN + * sysconfig/network-scripts/ifup-sl, po/pl.po, rc.d/rc.sysinit: - + updated. -2002-02-03 Witek Krêcicki +2002-02-18 13:24 +0000 [r994] Tomasz Pala - * Attic/rc-scripts-sysconfig_masq.patch: - moved away + * doc/sysconfig.txt, doc/sysconfig.docb: - hostname != FQDN - * Attic/rc-scripts-sysconfig_masq.patch: - - sysconfig/masquerade support patch - - not for use in official rc-scripts releases +2002-02-03 16:40 +0000 [r993] Witek Kręcicki - * doc/sysconfig.docb, doc/sysconfig.txt, rc.d/init.d/Attic/functions.network, rc.d/init.d/network: - - reverted last change + * rc-scripts-sysconfig_masq.patch (removed): - moved away -2002-02-02 Witek Krêcicki +2002-02-03 16:22 +0000 [r992] Witek Kręcicki - * doc/sysconfig.docb, doc/sysconfig.txt: - - added masquerade description + * rc-scripts-sysconfig_masq.patch (added): - sysconfig/masquerade + support patch - not for use in official rc-scripts releases - * rc.d/init.d/Attic/functions.network, rc.d/init.d/network: - - added support for sysconfig/masquerade (NEW) +2002-02-03 16:17 +0000 [r991] Witek Kręcicki -2002-01-27 Jan Rêkorajski + * rc.d/init.d/functions.network, doc/sysconfig.docb, + rc.d/init.d/network, doc/sysconfig.txt: - reverted last change - * src/ppp-watch.c, src/usernetctl.c: - - rc-scripts-interfaces.patch: ifcfg-* are in /etc/sysconfig/interfaces, - not /etc/sysconfig/network-scripts. And ifup and ifdown are not there +2002-02-02 17:30 +0000 [r990] Witek Kręcicki + + * doc/sysconfig.txt, doc/sysconfig.docb: - added masquerade + description + +2002-02-02 17:13 +0000 [r989] Witek Kręcicki + + * rc.d/init.d/network, rc.d/init.d/functions.network: - added + support for sysconfig/masquerade (NEW) + +2002-01-27 02:14 +0000 [r986-988] Jan Rękorajski + + * src/usernetctl.c, src/ppp-watch.c: - rc-scripts-interfaces.patch: + ifcfg-* are in /etc/sysconfig/interfaces, not + /etc/sysconfig/network-scripts. And ifup and ifdown are not there but in /sbin. (qrczak) * rc.d/rc.sysinit: - fixed syntax error * rc.d/rc.shutdown: - don't try to umount devfs - it's pointelss -2002-01-23 Tomasz Pala +2002-01-22 23:46 +0000 [r984-985] Tomasz Pala * po/pl.po: - more fixes - * DEVELOPMENT, TODO: - typos + * TODO, DEVELOPMENT: - typos -2002-01-17 Tomasz Pala +2002-01-17 21:14 +0000 [r983] Tomasz Pala * inittab: - added KeyboardSignal entry. +2002-01-17 20:56 +0000 [r982] Tomasz Pala + * po/pl.po: - changed personal forms to impersonal. - * po/pl.po: - iso8859-1 got 'ó' - why don't use it? - - other cosmetics. +2002-01-17 20:47 +0000 [r981] Tomasz Pala + + * po/pl.po: - iso8859-1 got 'ó' - why don't use it? - other + cosmetics. + +2002-01-08 17:42 +0000 [r980] Jan Rękorajski -2002-01-08 Jan Rêkorajski + * rc.d/init.d/functions: - reverted is_no() behaviour to return + true only on explicit "no" - * rc.d/init.d/functions: - - reverted is_no() behaviour to return true only on explicit "no" +2002-01-08 17:16 +0000 [r979] Jan Rękorajski - * rc.d/rc.sysinit: - - reorganized stuff so modprobe is not called before depmod + * rc.d/rc.sysinit: - reorganized stuff so modprobe is not called + before depmod - * Attic/configure.in: - version 0.3.1 +2002-01-08 16:48 +0000 [r978] Jan Rękorajski -2001-12-24 Sebastian Zagrodzki + * configure.in: - version 0.3.1 - * rc.d/rc.sysinit: - - if RUN_DEPMOD is set to "ifmissing", run simply "depmod -A" +2001-12-24 12:22 +0000 [r977] Sebastian Zagrodzki -2001-12-21 Sebastian Zagrodzki + * rc.d/rc.sysinit: - if RUN_DEPMOD is set to "ifmissing", run + simply "depmod -A" + +2001-12-21 15:49 +0000 [r976] Sebastian Zagrodzki * rc.d/rc.sysinit: - fixed depmod problem (s/$mver/`uname -r`/) -2001-12-14 mkochano +2001-12-14 12:56 +0000 [r975] mkochano - * rc.d/init.d/functions: - - Previous change caused "snow ball effect" --- some code relied upon - that bug. - - Added code which conditionaly encloses arguments in double quotes. - This is required if more than one argument is passed to /bin/su -c. + * rc.d/init.d/functions: - Previous change caused "snow ball + effect" --- some code relied upon that bug. - Added code which + conditionaly encloses arguments in double quotes. This is + required if more than one argument is passed to /bin/su -c. -2001-12-13 mkochano +2001-12-13 20:35 +0000 [r974] mkochano - * rc.d/init.d/functions: - - Properly escape quotation marks inside quotation marks. + * rc.d/init.d/functions: - Properly escape quotation marks inside + quotation marks. -2001-12-03 Jacek Konieczny +2001-12-03 17:50 +0000 [r973] Jacek Konieczny - * sysconfig/network-scripts/ifup-post: - - pass $CONFIG instead of $DEVICE to ifup-post, ifup-aliases (BTS id 20) + * sysconfig/network-scripts/ifup-post: - pass $CONFIG instead of + $DEVICE to ifup-post, ifup-aliases (BTS id 20) -2001-11-30 Wojciech Ciêciwa +2001-11-30 15:11 +0000 [r972] Wojciech Cięciwa * sysctl.conf: - s/getrewted/grsecurity/ -2001-11-23 Tomasz Pala +2001-11-23 14:33 +0000 [r971] Tomasz Pala - * src/shvar.c, src/shvar.h, src/ppp-watch.c, rc.d/rc.sysinit: - - fixed typos. + * rc.d/rc.sysinit, src/ppp-watch.c, src/shvar.c, src/shvar.h: - + fixed typos. -2001-11-19 Sebastian Zagrodzki +2001-11-19 13:00 +0000 [r970] Sebastian Zagrodzki - * rc.d/init.d/Attic/functions.network: - - don't try to detect devicetype if it's specified + * rc.d/init.d/functions.network: - don't try to detect devicetype + if it's specified -2001-11-12 Jan Rêkorajski +2001-11-12 18:47 +0000 [r969] Jan Rękorajski - * sysconfig/network-scripts/ifdown: - - RESULT variable can be empty, check for it + * sysconfig/network-scripts/ifdown: - RESULT variable can be empty, + check for it -2001-11-09 Jan Rêkorajski +2001-11-09 18:34 +0000 [r968] Jan Rękorajski - * rc.d/init.d/network: - run modprobe at the start of network_init() + * rc.d/init.d/network: - run modprobe at the start of + network_init() -2001-11-05 kloczek +2001-11-05 16:58 +0000 [r967] kloczek - * sysconfig/network: - - chenged comment s/Set domainname here/Set NIS domain name here/ + * sysconfig/network: - chenged comment s/Set domainname here/Set + NIS domain name here/ -2001-10-30 Tomasz Pala +2001-10-30 17:03 +0000 [r966] Tomasz Pala * rc.d/rc.sysinit: - last change: perms to 664. - * rc.d/rc.sysinit: - - changed /var/run/utmp(x) and /var/log/wtmp(x) permissions to 660 in - order to assure compatibility with SysVinit and utempter packages. +2001-10-30 09:02 +0000 [r965] Tomasz Pala + + * rc.d/rc.sysinit: - changed /var/run/utmp(x) and /var/log/wtmp(x) + permissions to 660 in order to assure compatibility with SysVinit + and utempter packages. -2001-10-25 kloczek +2001-10-25 08:21 +0000 [r963] kloczek - * sysconfig/network-scripts/ifup-routes: back .. s/DEVICE/REALDEVICE/ + * sysconfig/network-scripts/ifup-routes: back .. + s/DEVICE/REALDEVICE/ -2001-10-25 Tomasz Orzechowski +2001-10-24 22:27 +0000 [r962] Tomasz Orzechowski * rc.d/rc.sysinit: - small fixes -2001-10-25 kloczek +2001-10-24 22:16 +0000 [r961] kloczek * sysconfig/network-scripts/ifup-routes: s/REALDEVICE/DEVICE/ -2001-10-22 kloczek +2001-10-22 16:43 +0000 [r960] kloczek * sysconfig/static-routes: added commented example. -2001-10-14 mkochano +2001-10-14 21:33 +0000 [r958] mkochano - * sysconfig/network-scripts/ifdown-br: - - Do not try to delete bridge from itself. + * sysconfig/network-scripts/ifdown-br: - Do not try to delete + bridge from itself. -2001-10-11 Jan Rêkorajski +2001-10-11 18:49 +0000 [r955] Jan Rękorajski - * rc.d/init.d/Attic/functions.network, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-br: - - let kernel maintain if ARP should be turned on/off if not explicitly - specified + * rc.d/init.d/functions.network, sysconfig/network-scripts/ifup, + sysconfig/network-scripts/ifup-br: - let kernel maintain if ARP + should be turned on/off if not explicitly specified + +2001-10-10 02:03 +0000 [r954] Jan Rękorajski -2001-10-10 Jan Rêkorajski + * rc.d/init.d/functions.network: - fixed regexp in DEVICETYPE + detection - * rc.d/init.d/Attic/functions.network: - - fixed regexp in DEVICETYPE detection +2001-10-09 22:49 +0000 [r952-953] Jan Rękorajski - * rc.d/init.d/Attic/functions.network: - - HANDLING cannot be 'typeset' it's mot local (thanks qboosh) + * rc.d/init.d/functions.network: - HANDLING cannot be 'typeset' + it's mot local (thanks qboosh) * sysconfig/network-scripts/ifup-ppp: - typo (thanks qboosh) -2001-10-08 Jan Rêkorajski +2001-10-08 11:16 +0000 [r951] Jan Rękorajski * rc.d/rc.sysinit: - fix for modular LVM -2001-10-05 Jan Rêkorajski +2001-10-05 18:21 +0000 [r950] Jan Rękorajski * sysctl.conf: - comment out all IPv6 stuff by default +2001-10-05 18:17 +0000 [r949] Jan Rękorajski + * rc.d/init.d/functions: - proper (shell dependant) ulimit use -2001-10-04 Jakub Bogusz +2001-10-04 07:41 +0000 [r948] Jakub Bogusz * po/pl.po: - applied SOURCES/rc-scripts-typo.patch (by aflinta) -2001-10-01 Jan Rêkorajski - - * rc.d/init.d/Attic/functions.network: - allow ipv6 only interface +2001-10-01 17:10 +0000 [r946-947] Jan Rękorajski - * sysctl.conf: - added grsec stuff - - really, really disable ipv6 autoconf if one wants it + * rc.d/init.d/functions.network: - allow ipv6 only interface -2001-09-30 Arkadiusz Mi¶kiewicz (alias) + * sysctl.conf: - added grsec stuff - really, really disable ipv6 + autoconf if one wants it - * ppp/auth-down, ppp/auth-up, ppp/ipx-down, ppp/ipx-up, sysconfig/network-scripts/functions.network, sysconfig/network-scripts/ifdown-irda, sysconfig/network-scripts/ifdown-vlan, sysconfig/network-scripts/ifup-irda, sysconfig/network-scripts/ifup-iucv, sysconfig/network-scripts/ifup-plusb, sysconfig/network-scripts/ifup-vlan, sysconfig/interfaces/Attic/ifcfg-eth0.1, sysconfig/interfaces/ifcfg-irda0, sysconfig/interfaces/ifcfg-irlan0, sysconfig/hwprof, sysconfig/hwprofiles/Makefile.am, isapnp/Makefile.am, isapnp/isapnp-kernel.conf, service, hwprofile: - New file. +2001-09-19 08:09 +0000 [r944] Tomasz Orzechowski -2001-09-19 Tomasz Orzechowski + * rc.d/init.d/functions: - fixed misleading message after killproc + with specified signal type - * rc.d/init.d/functions: - - fixed misleading message after killproc with specified signal type - -2001-08-17 kloczek +2001-08-16 22:52 +0000 [r943] kloczek * po/pl.po: - charset=iso-8859-2. -2001-08-15 roman +2001-08-15 20:32 +0000 [r942] Roman Werpachowski - * sysconfig/interfaces/ifcfg-ppp0.tpsa: - - added AUTH=no ("noauth" is not a default option of pppd) + * sysconfig/interfaces/ifcfg-ppp0.tpsa: - added AUTH=no ("noauth" + is not a default option of pppd) -2001-07-30 Rafa³ Kleger-Rudomin +2001-07-30 10:29 +0000 [r941] Rafał Kleger-Rudomin * sysconfig/interfaces/ifcfg-eth0: - ONBOOT=no by default -2001-07-23 mkochano +2001-07-23 11:01 +0000 [r940] mkochano - * rc.d/init.d/functions: - - Added ulimit -p unlimited before executing daemon. This will make sure - daemons will have ability to fork no matter what limits are set. - Limits for users are set via pam_limit. - - Small optimalization (it's smaller now). + * rc.d/init.d/functions: - Added ulimit -p unlimited before + executing daemon. This will make sure daemons will have ability + to fork no matter what limits are set. Limits for users are set + via pam_limit. - Small optimalization (it's smaller now). -2001-07-22 Jan Rêkorajski +2001-07-22 17:28 +0000 [r936-939] Jan Rękorajski * sysconfig/network-scripts/ifdown: - typos @@ -654,529 +6513,652 @@ * rc.d/rc.modules: - don't autoclean modules loaded here -2001-07-21 Jan Rêkorajski +2001-07-21 19:26 +0000 [r935] Jan Rękorajski + + * rc.d/rc.sysinit: - more merging from TOTALNEW - mainly USB and + lvm - fixed thinko with SET_SLINKS - * rc.d/rc.sysinit: - more merging from TOTALNEW - - mainly USB and lvm - - fixed thinko with SET_SLINKS +2001-07-21 19:21 +0000 [r933-934] Jan Rękorajski * sysconfig/interfaces/tnlcfg-icm, sysconfig/interfaces/ifcfg-eth0: - - bring it up to date with the stuff ;> + - bring it up to date with the stuff ;> - * sysconfig/network-scripts/ifup-aliases, sysconfig/interfaces/ifcfg-description: - - s/BOOTMETHOD/BOOTPROTO/g + * sysconfig/network-scripts/ifup-aliases, + sysconfig/interfaces/ifcfg-description: - + s/BOOTMETHOD/BOOTPROTO/g -2001-07-19 Rafa³ Kleger-Rudomin +2001-07-19 20:55 +0000 [r932] Rafał Kleger-Rudomin - * sysconfig/interfaces/ifcfg-eth0: - example config + * sysconfig/interfaces/ifcfg-eth0 (added): - example config -2001-07-17 Jan Rêkorajski +2001-07-17 18:21 +0000 [r931] Jan Rękorajski - * sysconfig/network-scripts/ifup, rc.d/init.d/functions: - - merge from TOTALNEW branch: - - set MTU - - don't use tput if we are not on a proper terminal + * sysconfig/network-scripts/ifup, rc.d/init.d/functions: - merge + from TOTALNEW branch: - set MTU - don't use tput if we are not on + a proper terminal -2001-07-13 Marcin Bohosiewicz +2001-07-13 17:47 +0000 [r930] Marcin Bohosiewicz - * sysconfig/network-scripts/ifdown, rc.d/init.d/Attic/functions.network: - - added automatically vlan shutdown before shutdowing interface (eth) + * rc.d/init.d/functions.network, sysconfig/network-scripts/ifdown: + - added automatically vlan shutdown before shutdowing interface + (eth) -2001-07-06 Marcin Bohosiewicz +2001-07-05 22:21 +0000 [r929] Marcin Bohosiewicz - * sysconfig/network-scripts/ifup: - - VLAN must be set _before_ initialisation it's IP parameters + * sysconfig/network-scripts/ifup: - VLAN must be set _before_ + initialisation it's IP parameters -2001-07-05 Jan Rêkorajski +2001-07-05 15:56 +0000 [r927] Jan Rękorajski - * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, rc.d/init.d/Attic/functions.network, rc.d/init.d/network: - - cleaned up accidental mess + * sysconfig/network-scripts/ifdown, rc.d/init.d/functions.network, + rc.d/init.d/network, sysconfig/network-scripts/ifup: - cleaned up + accidental mess + +2001-07-05 15:47 +0000 [r925-926] Jan Rękorajski * rc.d/rc.sysinit: - don't mount devpts if devfs is already mounted - * rc.d/rc.sysinit: - backed up some obviously wrong changes - - PLEASE do NOT make functional changes along with cosmetic ones + * rc.d/rc.sysinit: - backed up some obviously wrong changes - + PLEASE do NOT make functional changes along with cosmetic ones + +2001-07-04 22:48 +0000 [r924] Tomasz Pala + + * rc.d/rc.sysinit: - removed /etc/HOSTNAME, - cosmetics. + +2001-06-26 14:53 +0000 [r923] Marcin Bohosiewicz -2001-07-05 Tomasz Pala + * sysconfig/network-scripts/ifup: - added vconfig set_flag $DEVICE + 1 - for dhcpd - * rc.d/rc.sysinit: - removed /etc/HOSTNAME, - - cosmetics. +2001-06-25 20:54 +0000 [r922] Marcin Bohosiewicz -2001-06-26 Marcin Bohosiewicz + * rc.d/init.d/functions.network: - added vlan_setup function + (setting proper 802.1q vlan's parameters) - * sysconfig/network-scripts/ifup: - - added vconfig set_flag $DEVICE 1 - for dhcpd +2001-06-25 20:44 +0000 [r921] Marcin Bohosiewicz -2001-06-25 Marcin Bohosiewicz + * rc.d/init.d/network, sysconfig/network-scripts/ifup, + sysconfig/network-scripts/ifdown: - added support to 802.1Q + VLANs. (ifcfg-eth0.) - * rc.d/init.d/Attic/functions.network: - - added vlan_setup function (setting proper 802.1q vlan's parameters) +2001-05-25 20:14 +0000 [r912] Jan Rękorajski - * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, rc.d/init.d/network: - - added support to 802.1Q VLANs. (ifcfg-eth0.) + * sysconfig/network-scripts/ifup: - don't try to add ipv4 address + if there is none -2001-05-25 Jan Rêkorajski +2001-05-25 17:53 +0000 [r911] Jan Rękorajski - * sysconfig/network-scripts/ifup: - - don't try to add ipv4 address if there is none + * rc.d/init.d/functions.network: - typo - * rc.d/init.d/Attic/functions.network: - typo +2001-05-25 17:48 +0000 [r910] Jan Rękorajski * sysconfig/network-scripts/ifup: - compatibility fixes - * rc.d/rc.sysinit: - cleanup +2001-05-25 17:34 +0000 [r909] Jan Rękorajski - * rc.d/init.d/network: - - removed shutting down "unconfigured" interfaces - that was dumb - idea misiek + * rc.d/rc.sysinit: - cleanup - * sysconfig/network-scripts/ifup: - consistency check +2001-05-25 14:33 +0000 [r906-908] Jan Rękorajski - * rc.d/init.d/Attic/functions.network: - consistency checks + * rc.d/init.d/network: - removed shutting down "unconfigured" + interfaces - that was dumb idea misiek -2001-05-24 Jan Rêkorajski + * sysconfig/network-scripts/ifup: - consistency check - * rc.d/init.d/Attic/functions.network: - - reverted last change - not neded + * rc.d/init.d/functions.network: - consistency checks - * rc.d/init.d/Attic/functions.network: - compat stuff +2001-05-24 20:20 +0000 [r903-905] Jan Rękorajski - * rc.d/init.d/network: - - fixing shutting down unconfigured defices (atm stuff is not) + * rc.d/init.d/functions.network: - reverted last change - not neded - * rc.d/init.d/Attic/functions.network: - more bad merge fixes + * rc.d/init.d/network: - fixing shutting down unconfigured defices + (atm stuff is not) - * rc.d/init.d/Attic/functions.network: - fixed very stupid typo + * rc.d/init.d/functions.network: - compat stuff -2001-05-16 Jan Rêkorajski +2001-05-24 20:14 +0000 [r902] Jan Rękorajski - * po/pl.po: - cleaned up, updated and translated + * rc.d/init.d/functions.network: - more bad merge fixes - * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup: - - nls cleanups +2001-05-24 20:00 +0000 [r901] Jan Rękorajski - * rc.d/rc.shutdown: - - do not 'exec' umount, $() is just fine (yes, it's yet another ksh93 fix) + * rc.d/init.d/functions.network: - fixed very stupid typo - * rc.d/rc: - - set TMPDIR=/dev/null before exec rc.shutdown (workaround for the freaky - weird ksh93 which tries to keep pipes in /tmp, and no, disabling this - in source of ksh93 is not an option) +2001-05-16 13:12 +0000 [r899-900] Jan Rękorajski - * rc.d/rc, rc.d/rc.shutdown: - - do not use locale in rc.shutdwon (there are shells that support them - and you end up with unmountable /usr) + * po/pl.po: - cleaned up, updated and translated -2001-05-15 Jan Rêkorajski + * sysconfig/network-scripts/ifup-sl, + sysconfig/network-scripts/ifup-ppp, + sysconfig/network-scripts/ifup-ipx, + sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup, + sysconfig/network-scripts/tnldown, + sysconfig/network-scripts/ifdown: - nls cleanups - * makepot.pl: - recognize "nls 'bla'" +2001-05-16 02:14 +0000 [r898] Jan Rękorajski - * rc.d/init.d/template.init: - typo + * rc.d/rc.shutdown: - do not 'exec' umount, $() is just fine (yes, + it's yet another ksh93 fix) - * rc.d/rc.sysinit, rc.d/init.d/Attic/functions.network: - typos +2001-05-16 01:54 +0000 [r897] Jan Rękorajski -2001-05-15 Maciej 'Agaran' Pijanka + * rc.d/rc: - set TMPDIR=/dev/null before exec rc.shutdown + (workaround for the freaky weird ksh93 which tries to keep pipes + in /tmp, and no, disabling this in source of ksh93 is not an + option) - * po/pl.po: added some translations..may somebody look at that? +2001-05-16 01:33 +0000 [r896] Jan Rękorajski -2001-05-15 Jan Rêkorajski + * rc.d/rc, rc.d/rc.shutdown: - do not use locale in rc.shutdwon + (there are shells that support them and you end up with + unmountable /usr) - * rc.d/init.d/Attic/functions.network: - typo +2001-05-15 17:28 +0000 [r895] Jan Rękorajski - * rc.d/init.d/Attic/functions.network: - rarp run via run_cmd + * makepot.pl: - recognize "nls 'bla'" - * sysconfig/network-scripts/ifdown-br, sysconfig/network-scripts/ifup-br, sysconfig/interfaces/ifcfg-br0, rc.d/rc.modules, DEVELOPMENT, modules, sysctl.conf, sysconfig/network-scripts/Makefile.am, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, sysconfig/interfaces/Makefile.am, sysconfig/interfaces/ifcfg-description, sysconfig/interfaces/ifcfg-ppp0.leased1, sysconfig/interfaces/ifcfg-ppp0.leased2, sysconfig/interfaces/ifcfg-sl0, sysconfig/interfaces/tnlcfg-description, sysconfig/interfaces/tnlcfg-icm, sysconfig/Makefile.am, sysconfig/clock, sysconfig/network, sysconfig/system, sysconfig/timezone, src/getkey.c, src/initlog.c, src/minilogd.c, src/netreport.c, src/ppp-watch.c, src/process.c, src/shvar.c, src/shvar.h, src/usernetctl.c, src/Makefile.am, rc.d/init.d/Attic/functions.network, rc.d/init.d/functions, rc.d/init.d/network, rc.d/init.d/single, rc.d/init.d/template.init, doc/initlog.1, doc/net-scripts.txt, doc/sysconfig.txt, rc.d/Makefile.am, rc.d/rc, rc.d/rc.shutdown, rc.d/rc.sysinit, AUTHORS, Attic/configure.in, COPYING, Makefile.am, NEWS, README, TODO, autogen.sh, inittab, lang.csh, makepot.pl, rc-scripts.spec.in, setsysfont: - - merge from TOTALNEW branch (see NEWS for more info) +2001-05-15 16:54 +0000 [r893-894] Jan Rękorajski -2001-05-13 kloczek + * rc.d/init.d/template.init: - typo - * sysconfig/network, rc.d/init.d/Attic/functions.network, rc.d/init.d/network: - added abilities for setup static RARP table by - /etc/sysconfig/network::STATIC_RARP=yes (like static ARP table) based on - /etc/ethers config file. Before setting up ARRP table is checked /proc/net/rarp - and if file don't exist "modprobe rarp" is performed before. + * rc.d/rc.sysinit: - typos -2001-05-13 Jan Rêkorajski +2001-05-15 16:44 +0000 [r892] Jan Rękorajski - * sysconfig/network-scripts/ifup, rc.d/init.d/Attic/functions.network, rc.d/init.d/functions, rc.d/init.d/timezone, rc.d/rc, rc.d/rc.shutdown, rc.d/rc.sysinit, Attic/configure.in: - - version 0.2.11 - - true ksh support/fixes: - - fixed numerous instances of incorrect quoting ("" inside itself) - - s/local/typeset/ + * rc.d/init.d/functions.network: - typos -2001-04-21 Sebastian Zagrodzki +2001-05-15 16:43 +0000 [r891] Maciej 'Agaran' Pijanka - * rc.d/rc.sysinit: - - few more updates - util-linux 2.10s is _slightly_ fixed :>> + * po/pl.po: added some translations..may somebody look at that? -2001-04-20 Sebastian Zagrodzki +2001-05-15 16:41 +0000 [r890] Jan Rękorajski + + * rc.d/init.d/functions.network: - typo + +2001-05-15 16:36 +0000 [r889] Jan Rękorajski + + * rc.d/init.d/functions.network: - rarp run via run_cmd + +2001-05-15 16:05 +0000 [r888] Jan Rękorajski + + * sysconfig/network, README, src/Makefile.am, rc.d/rc.shutdown, + sysctl.conf (added), sysconfig/network-scripts/ifdown, modules + (added), COPYING, sysconfig/network-scripts/ifdown-br (added), + makepot.pl, sysconfig/network-scripts/ifup-ppp, + sysconfig/interfaces/tnlcfg-description, src/process.c, + sysconfig/interfaces/ifcfg-description, + sysconfig/network-scripts/ifup-br (added), sysconfig/system, + src/netreport.c, rc.d/rc.sysinit, src/shvar.c, + sysconfig/network-scripts/ifdown-post, rc.d/init.d/single, + sysconfig/timezone, doc/net-scripts.txt, sysconfig/clock, + src/getkey.c, src/shvar.h, src/usernetctl.c, + sysconfig/interfaces/Makefile.am, + sysconfig/network-scripts/ifup-aliases, src/minilogd.c, + rc.d/init.d/functions.network, src/initlog.c, + sysconfig/Makefile.am, sysconfig/network-scripts/tnlup, + sysconfig/network-scripts/ifdown-sl, + sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-br0 + (added), rc.d/rc, lang.csh, + sysconfig/interfaces/ifcfg-ppp0.leased1, rc.d/Makefile.am, + sysconfig/interfaces/ifcfg-ppp0.leased2, + sysconfig/network-scripts/ifup-sl, + sysconfig/interfaces/ifcfg-sl0, rc.d/rc.modules (added), + rc.d/init.d/network, TODO, sysconfig/network-scripts/tnldown, + doc/initlog.1, sysconfig/interfaces/tnlcfg-icm, src/ppp-watch.c, + sysconfig/network-scripts/ifup-ipx, rc-scripts.spec.in, + doc/sysconfig.txt, sysconfig/network-scripts/ifup-plip, + rc.d/init.d/template.init, sysconfig/network-scripts/Makefile.am, + sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/ifdown-ppp, + sysconfig/network-scripts/ifup-post, Makefile.am, autogen.sh, + NEWS, setsysfont, DEVELOPMENT (added), rc.d/init.d/functions, + AUTHORS, configure.in, inittab: - merge from TOTALNEW branch (see + NEWS for more info) + +2001-05-13 18:39 +0000 [r886] kloczek + + * rc.d/init.d/network, rc.d/init.d/functions.network, + sysconfig/network: added abilities for setup static RARP table by + /etc/sysconfig/network::STATIC_RARP=yes (like static ARP table) + based on /etc/ethers config file. Before setting up ARRP table is + checked /proc/net/rarp and if file don't exist "modprobe rarp" is + performed before. + +2001-05-13 17:47 +0000 [r884] Arkadiusz Miśkiewicz (alias) + + * rc.d/init.d/functions.network: ksh93 support/fixes by Jan + Rękorajski (from stable series) + +2001-05-13 17:10 +0000 [r883] Jan Rękorajski + + * rc.d/rc, rc.d/init.d/functions.network, rc.d/rc.sysinit, + rc.d/init.d/functions, rc.d/rc.shutdown, rc.d/init.d/timezone, + sysconfig/network-scripts/ifup, configure.in: - version 0.2.11 - + true ksh support/fixes: - fixed numerous instances of incorrect + quoting ("" inside itself) - s/local/typeset/ + +2001-04-20 23:28 +0000 [r878] Sebastian Zagrodzki + + * rc.d/rc.sysinit: - few more updates - util-linux 2.10s is + _slightly_ fixed :>> + +2001-04-20 21:15 +0000 [r877] Sebastian Zagrodzki * rc.d/rc.sysinit: - patch to allow fsck'ing crypted filesystems -2001-04-20 Arkadiusz Mi¶kiewicz (alias) +2001-04-19 23:31 +0000 [r876] Arkadiusz Miśkiewicz (alias) - * sysconfig/network-scripts/ifup: don't use quotation in DHCPOPTIONS + * sysconfig/network-scripts/ifup: don't use quotation in + DHCPOPTIONS -2001-03-22 Jakub Bogusz +2001-03-22 21:50 +0000 [r873] Jakub Bogusz - * sysconfig/network-scripts/ifup-ppp: - - check if DATAFORCHAT is not null before exporting it + * sysconfig/network-scripts/ifup-ppp: - check if DATAFORCHAT is not + null before exporting it -2001-03-05 Arkadiusz Mi¶kiewicz (alias) +2001-03-05 17:35 +0000 [r867-868] Arkadiusz Miśkiewicz (alias) * TODO: removed IPX tunnels; these don't need rc-scripts support * rc-scripts.spec.in: sysconfig/clock was missing -2001-03-03 laro +2001-03-03 11:28 +0000 [r861] laro * rc.d/init.d/timezone: typing error fixed -2001-03-01 Micha³ Moskal +2001-03-01 16:11 +0000 [r860] Michał Moskal - * rc.d/rc.sysinit: - Fixed to pass --localtime option to hwclock. check hwclock - manpage for details (it has changed, since i last read it) + * rc.d/rc.sysinit: Fixed to pass --localtime option to hwclock. + check hwclock manpage for details (it has changed, since i last + read it) -2001-02-23 Jan Rêkorajski +2001-02-23 18:06 +0000 [r857] Jan Rękorajski * sysconfig/network-scripts/ifup-plip: - bring link up at startup -2001-02-12 Sebastian Zagrodzki +2001-02-12 20:30 +0000 [r856] Sebastian Zagrodzki * po/pl.po: - uncommented "to enter interactive startup" transl. -2001-02-02 roman +2001-02-02 21:18 +0000 [r855] Roman Werpachowski - * sysconfig/interfaces/data/chat-ppp0.tpsa: - another small fix: atdt $PHONE -> atdt$PHONE + * sysconfig/interfaces/data/chat-ppp0.tpsa: another small fix: atdt + $PHONE -> atdt$PHONE + +2001-02-02 18:22 +0000 [r854] Roman Werpachowski * sysconfig/interfaces/data/chat-ppp0.tpsa: - small fix -2001-01-12 Jan Rêkorajski +2001-01-12 13:46 +0000 [r851] Jan Rękorajski + + * rc.d/init.d/network: - exclude nas* interfaces on boot, they need + to be started by ATM utils - * rc.d/init.d/network: - - exclude nas* interfaces on boot, they need to be started by ATM utils +2000-12-27 13:33 +0000 [r850] mkochano -2000-12-27 mkochano + * sysconfig/system: - CONSOLE_LOGLEVEL is back. It is duplicated in + klogd.sysconfig, but it has to be here. It is required by + rc.sysinit in order to set logging level before processing + init.d/* scripts. - * sysconfig/system: - - CONSOLE_LOGLEVEL is back. It is duplicated in klogd.sysconfig, but it has to - be here. It is required by rc.sysinit in order to set logging level before - processing init.d/* scripts. +2000-12-19 22:33 +0000 [r849] mkochano -2000-12-19 mkochano + * sysconfig/system: - Removed CONSOLELOG_LEVEL - has been moved to + /etc/sysconfig/klogd. - * sysconfig/system: - - Removed CONSOLELOG_LEVEL - has been moved to /etc/sysconfig/klogd. +2000-12-14 09:49 +0000 [r847] Jacek Konieczny -2000-12-14 Jacek Konieczny + * rc.d/init.d/functions: - status() improved so it can accept now + two argumens: the subsys name and (optional) the daemon name. + status() checks if daemon is running or the subsys is locked. + This way subsys name can differ from daemon name it is running - * rc.d/init.d/functions: - - status() improved so it can accept now two argumens: the subsys - name and (optional) the daemon name. status() checks if daemon is running - or the subsys is locked. This way subsys name can differ from daemon name it - is running +2000-12-14 09:32 +0000 [r846] Jacek Konieczny - * sysconfig/Makefile.am, sysconfig/clock: - - /etc/sysconfig/clock added (for hardware clock options) + * sysconfig/Makefile.am, sysconfig/clock (added): - + /etc/sysconfig/clock added (for hardware clock options) -2000-12-12 kloczek +2000-12-12 17:38 +0000 [r845] kloczek - * Attic/configure.in: - version 0.2.10. + * configure.in: - version 0.2.10. -2000-12-09 mkochano +2000-12-09 12:02 +0000 [r842-843] mkochano - * rc.d/init.d/functions: - - Added note about some not obvious behavior of is_not(). + * rc.d/init.d/functions: - Added note about some not obvious + behavior of is_not(). * rc.d/rc.sysinit: - Fixed problem with $RUN_DEPMOD="ifmissing". -2000-12-04 roman +2000-12-04 12:06 +0000 [r841] Roman Werpachowski - * sysconfig/interfaces/ifcfg-ppp0.tpsa: - Added PHONE to DATAFORCHAT + * sysconfig/interfaces/ifcfg-ppp0.tpsa: Added PHONE to DATAFORCHAT -2000-11-17 Jan Rêkorajski +2000-11-17 14:47 +0000 [r839] Jan Rękorajski - * Attic/configure.in: - version 0.2.9 + * configure.in: - version 0.2.9 -2000-11-17 Arkadiusz Mi¶kiewicz (alias) +2000-11-17 12:11 +0000 [r838] Arkadiusz Miśkiewicz (alias) - * sysconfig/interfaces/ifcfg-description: - information about specifing prefix for so called ,,aliases'' + * sysconfig/interfaces/ifcfg-description: information about + specifing prefix for so called ,,aliases'' -2000-11-17 kloczek +2000-11-17 06:25 +0000 [r837] kloczek - * rc.d/init.d/network: - - replace "$((" by "$( (" to w use bash as /bin/sh. + * rc.d/init.d/network: - replace "$((" by "$( (" to w use bash as + /bin/sh. -2000-11-16 Jan Rêkorajski +2000-11-16 16:04 +0000 [r831-836] Jan Rękorajski * rc.d/init.d/timezone: - cleanup from TOTALNEW - * rc.d/init.d/functions: - backport from TOTALNEW - - cleaned up shell functions - - fixed is_yes/is_no - - added is_module, log_* functions + * rc.d/init.d/functions: - backport from TOTALNEW - cleaned up + shell functions - fixed is_yes/is_no - added is_module, log_* + functions - * rc.d/rc.init: - - set/unset more (all?) locale variables (backport from TOTALNEW) + * rc.d/rc.init: - set/unset more (all?) locale variables (backport + from TOTALNEW) - * rc.d/init.d/allowlogin, rc.d/init.d/killall, rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/template.init, rc.d/rc, rc.d/rc.local, rc.d/rc.shutdown: - - added setting for vi ;) + * rc.d/init.d/template.init, rc.d/rc, rc.d/init.d/random, + rc.d/init.d/single, rc.d/init.d/killall, rc.d/init.d/allowlogin, + rc.d/rc.local, rc.d/rc.shutdown: - added setting for vi ;) - * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post, rc.d/init.d/Attic/functions.network, rc.d/init.d/network, rc.d/rc.sysinit, po/Makefile.am: - - replaced sed with awk (backport from TOTALNEW branch) + * rc.d/init.d/network, sysconfig/network-scripts/ifup, + po/Makefile.am, sysconfig/network-scripts/ifdown, + sysconfig/network-scripts/ifup-post, + rc.d/init.d/functions.network, rc.d/rc.sysinit, + sysconfig/network-scripts/ifdown-post: - replaced sed with awk + (backport from TOTALNEW branch) * rc-scripts.spec.in: - synced with SPECS version -2000-11-06 Jan Rêkorajski +2000-11-06 19:28 +0000 [r830] Jan Rękorajski - * sysconfig/network-scripts/ifup: - - `ip -4 addr add` first `ip link set dev up` next - atm needs it + * sysconfig/network-scripts/ifup: - `ip -4 addr add` first `ip link + set dev up` next - atm needs it - * Attic/configure.in: - version 0.2.8 +2000-11-06 18:33 +0000 [r829] Jan Rękorajski - * rc.d/init.d/network: - use awk instead of sed in interface selection + * configure.in: - version 0.2.8 - * rc.d/init.d/network: - - skip lec and atm interfaces on start|stop, they are set using separate - script +2000-11-06 16:24 +0000 [r827] Jan Rękorajski - * sysconfig/network-scripts/ifup: - - revert last change because IPv6 is broken and it's not possible - to add an adress on DOWN interface :( + * rc.d/init.d/network: - use awk instead of sed in interface + selection -2000-11-05 Jan Rêkorajski +2000-11-06 15:42 +0000 [r825-826] Jan Rękorajski - * sysconfig/network: - added global ipv6 autoconf setting + * rc.d/init.d/network: - skip lec and atm interfaces on start|stop, + they are set using separate script -2000-11-04 Jan Rêkorajski + * sysconfig/network-scripts/ifup: - revert last change because IPv6 + is broken and it's not possible to add an adress on DOWN + interface :( - * sysconfig/network-scripts/ifup: - - bring interface UP _after_ setting up addresses (other way breaks ATM) +2000-11-05 01:28 +0000 [r823] Jan Rękorajski - * sysconfig/interfaces/Attic/ifcfg-atm1, sysconfig/network-scripts/Attic/ifdown-atm: - New file. + * sysconfig/network: - added global ipv6 autoconf setting + +2000-11-04 04:44 +0000 [r822] Jan Rękorajski -2000-11-02 Jan Rêkorajski + * sysconfig/network-scripts/ifup: - bring interface UP _after_ + setting up addresses (other way breaks ATM) + +2000-11-02 21:40 +0000 [r819] Jan Rękorajski * rc.d/init.d/network: - global setting for autoconf in proc_net() -2000-10-22 Arkadiusz Mi¶kiewicz (alias) +2000-10-22 20:55 +0000 [r808] Arkadiusz Miśkiewicz (alias) - * rc.d/init.d/functions (run_cmd, daemon): - set HOME and TMPDIR in nicer way (backport from totalnew) + * rc.d/init.d/functions: (run_cmd, daemon): set HOME and TMPDIR in + nicer way (backport from totalnew) -2000-10-22 mkochano +2000-10-22 19:30 +0000 [r807] mkochano - * rc.d/init.d/functions: - Remove "HOME" from environment. - - Set TMPDIR and TEMP to "/tmp". Some programs (Samba, cvs) will fail beacuse - of lack of access permissions to "/root/tmp" or lack of this directory if - these variables are inherited from root's environment. + * rc.d/init.d/functions: - Remove "HOME" from environment. - Set + TMPDIR and TEMP to "/tmp". Some programs (Samba, cvs) will fail + beacuse of lack of access permissions to "/root/tmp" or lack of + this directory if these variables are inherited from root's + environment. -2000-10-18 Arkadiusz Mi¶kiewicz (alias) +2000-10-18 20:10 +0000 [r803] Arkadiusz Miśkiewicz (alias) - * sysconfig/network-scripts/Attic/ifdown-lec, sysconfig/network-scripts/Attic/ifup-atm, sysconfig/network-scripts/Attic/ifup-lec, sysconfig/network-scripts/ifdown-br, sysconfig/network-scripts/ifup-br, sysconfig/interfaces/Attic/ifcfg-lec0, sysconfig/interfaces/ifcfg-br0, sysconfig/interfaces/Attic/ifcfg-atm0, rc.d/rc.modules, DEVELOPMENT, modules, sysctl.conf: - New file. + * rc.d/init.d/functions.network: merged totalnew 3d patch as new + TOTALNEW branch -2000-10-17 saq +2000-10-17 20:42 +0000 [r802] Paweł Sakowski - * sysconfig/network-scripts/ifup: - - bugfix: avoid loops when a user calls ifup and usernetctl isn't suid + * sysconfig/network-scripts/ifup: - bugfix: avoid loops when a user + calls ifup and usernetctl isn't suid -2000-09-25 saq +2000-09-25 13:46 +0000 [r801] Paweł Sakowski - * Attic/configure.in: - version 0.2.7 + * configure.in: - version 0.2.7 -2000-09-23 saq +2000-09-23 20:43 +0000 [r800] Paweł Sakowski - * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup: - - fixed DEVICETYPE determination for aliased devices + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown: + - fixed DEVICETYPE determination for aliased devices -2000-09-21 saq +2000-09-21 13:53 +0000 [r799] Paweł Sakowski * po/de.po: - minor fixes -2000-09-21 kloczek +2000-09-20 23:32 +0000 [r798] kloczek * sysconfig/static-routes: - commented entry description. -2000-09-19 saq +2000-09-19 13:36 +0000 [r796-797] Paweł Sakowski * po/pl.po: - translations for ifup and ifup-sl * po/de.po: - s/dir/dip/ - * rc.d/init.d/functions, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-sl, po/de.po, po/pl.po: - - merged some %s into nls invocations - - German translation finetuning +2000-09-19 12:46 +0000 [r795] Paweł Sakowski - * rc.d/init.d/functions, Attic/configure.in, po/de.po, rc-scripts.spec.in: - - introducing German translation + * sysconfig/network-scripts/ifup-sl, po/de.po, + rc.d/init.d/functions, sysconfig/network-scripts/ifup, po/pl.po: + - merged some %s into nls invocations - German translation + finetuning -2000-09-03 Jan Rêkorajski +2000-09-18 22:32 +0000 [r794] Paweł Sakowski - * sysconfig/interfaces/ifcfg-description, sysconfig/network-scripts/ifup: - - added IPV6_AUTOCONF variable to interface configuration - set it to "no" if you don't want kernel to autoconfigure IPv6 address - on interfaces (prefix:MAC stuff) + * po/de.po (added), rc.d/init.d/functions, configure.in, + rc-scripts.spec.in: - introducing German translation -2000-08-28 Sebastian Zagrodzki +2000-09-03 02:29 +0000 [r793] Jan Rękorajski - * Attic/configure.in: - version = 0.2.6 + * sysconfig/network-scripts/ifup, + sysconfig/interfaces/ifcfg-description: - added IPV6_AUTOCONF + variable to interface configuration set it to "no" if you don't + want kernel to autoconfigure IPv6 address on interfaces + (prefix:MAC stuff) + +2000-08-28 15:43 +0000 [r792] Sebastian Zagrodzki + + * configure.in: - version = 0.2.6 + +2000-08-28 15:38 +0000 [r790-791] Sebastian Zagrodzki * rc.d/init.d/network: - substituted awk in place of /usr/bin/tr * rc.d/init.d/network: - removed all "xargs" calls -2000-08-09 Sebastian Zagrodzki +2000-08-08 23:06 +0000 [r789] Sebastian Zagrodzki + + * rc.d/init.d/functions: - added "termput op" definition -- it + fixes the Blue Screen (tm) problem :) (if you don't know what's + this about, try umounting /usr and running rc.sysinit -- the same + effect was when /usr wasn't on root partition) - * rc.d/init.d/functions: - - added "termput op" definition -- it fixes the Blue Screen (tm) problem - :) (if you don't know what's this about, try umounting /usr and running - rc.sysinit -- the same effect was when /usr wasn't on root partition) +2000-08-04 15:25 +0000 [r788] Jan Rękorajski -2000-08-04 Jan Rêkorajski + * sysconfig/network-scripts/ifup: - fixed setting up GATEWAY6* - + added setting up global route for IPv6 routers - * sysconfig/network-scripts/ifup: - fixed setting up GATEWAY6* - - added setting up global route for IPv6 routers +2000-08-04 15:20 +0000 [r786-787] Jan Rękorajski * sysconfig/network: -added IPV6_GLOBALROUTEDEV * sysconfig/network: - added IPV6_GLOBALROUTE - * sysconfig/network-scripts/ifup: - - set up GATEWAY6* only if IPV6_FORWARDING is disabled +2000-08-04 15:06 +0000 [r785] Jan Rękorajski - * sysconfig/network-scripts/ifup: - added default route setup for IPv6 + * sysconfig/network-scripts/ifup: - set up GATEWAY6* only if + IPV6_FORWARDING is disabled + +2000-08-04 14:08 +0000 [r784] Jan Rękorajski + + * sysconfig/network-scripts/ifup: - added default route setup for + IPv6 + +2000-08-04 14:02 +0000 [r783] Jan Rękorajski * sysconfig/network: - added GATEWAY6* for IPv6 routing -2000-08-04 Marcin Bohosiewicz +2000-08-04 13:58 +0000 [r782] Marcin Bohosiewicz - * rc.d/rc.sysinit: - - cosmetics (in mount /proc command) + * rc.d/rc.sysinit: - cosmetics (in mount /proc command) -2000-08-03 Marcin Bohosiewicz +2000-08-03 12:51 +0000 [r781] Marcin Bohosiewicz - * rc.d/rc.sysinit: - - added -o gid=17 while mounting /proc + * rc.d/rc.sysinit: - added -o gid=17 while mounting /proc -2000-07-31 kloczek +2000-07-31 07:28 +0000 [r780] kloczek - * Attic/configure.in: - new version 0.2.5. + * configure.in: - new version 0.2.5. -2000-07-28 Jan Rêkorajski +2000-07-28 18:37 +0000 [r779] Jan Rękorajski * rc.d/init.d/functions: - added _modprobe function -2000-07-28 Sebastian Zagrodzki +2000-07-28 15:03 +0000 [r778] Sebastian Zagrodzki + + * sysconfig/network-scripts/tnlup, + sysconfig/network-scripts/tnldown: - added . + /etc/rc.d/init.d/functions - * sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup: - - added . /etc/rc.d/init.d/functions +2000-07-21 18:51 +0000 [r777] Sebastian Zagrodzki -2000-07-21 Sebastian Zagrodzki + * rc.d/init.d/functions.network: - ls 2>/dev/null (avoid "ls: no + such file or directory" when directory does not exist) - * rc.d/init.d/Attic/functions.network: - - ls 2>/dev/null (avoid "ls: no such file or directory" when directory - does not exist) +2000-07-20 10:07 +0000 [r776] Paweł Gajda -2000-07-20 mis + * sysconfig/interfaces/ifcfg-description: - one more fix to + IPXFRAMETYPE - * sysconfig/interfaces/ifcfg-description: - - one more fix to IPXFRAMETYPE +2000-07-20 10:03 +0000 [r775] Paweł Gajda * sysconfig/interfaces/ifcfg-description: - fixed IPXFRAMETYPE -2000-07-13 Sebastian Zagrodzki +2000-07-13 17:42 +0000 [r774] Sebastian Zagrodzki - * Attic/configure.in: - version 0.2.4 + * configure.in: - version 0.2.4 -2000-07-13 Jan Rêkorajski +2000-07-13 15:29 +0000 [r773] Jan Rękorajski * rc.d/rc.sysinit: - rm -f utmp? first +2000-07-13 14:51 +0000 [r772] Jan Rękorajski + * sysconfig/system: - added NEED_XFILES=yes (we want utmpx/wtmpx) +2000-07-13 14:45 +0000 [r770-771] Jan Rękorajski + * rc.d/rc.sysinit: - typo * rc.d/rc.sysinit: - we _want_ utmpx and wtmpx, not utmp/wtmp -2000-06-29 Bartosz Waszak +2000-06-29 08:24 +0000 [r769] Bartosz Waszak * po/pl.po: - typo -2000-06-27 Jan Rêkorajski +2000-06-27 20:22 +0000 [r768] Jan Rękorajski - * rc.d/init.d/Attic/functions.network: - - modprobe ipip if IPV6_TUNNELCONFIG == yes + * rc.d/init.d/functions.network: - modprobe ipip if + IPV6_TUNNELCONFIG == yes -2000-06-27 Bartosz Waszak +2000-06-27 09:50 +0000 [r767] Bartosz Waszak - * lang.sh: - - cleanups + * lang.sh: - cleanups -2000-06-25 Bartosz Waszak +2000-06-25 14:40 +0000 [r766] Bartosz Waszak - * rc.d/rc.shutdown, rc.d/rc.sysinit, sysconfig/interfaces/ifcfg-description, sysconfig/interfaces/ifcfg-ppp0.tpsa, makepot.pl: - - typos - - cleanups + * rc.d/rc.shutdown, sysconfig/interfaces/ifcfg-description, + sysconfig/interfaces/ifcfg-ppp0.tpsa, makepot.pl, + rc.d/rc.sysinit: - typos - cleanups -2000-06-23 Artur Frysiak +2000-06-23 09:11 +0000 [r765] Artur Frysiak * rc.d/rc.shutdown: added shmfs to noprocfs -2000-06-22 Jacek Konieczny +2000-06-22 14:52 +0000 [r764] Jacek Konieczny - * rc.d/rc.shutdown: - - fixed file unmounting again, after kloczek broke it "borrowing" code from RH + * rc.d/rc.shutdown: - fixed file unmounting again, after kloczek + broke it "borrowing" code from RH -2000-06-21 Sebastian Zagrodzki +2000-06-21 15:23 +0000 [r763] Sebastian Zagrodzki * sysconfig/interfaces/ifcfg-description: - IPADDR, not ADDR :) -2000-06-18 kloczek +2000-06-18 09:55 +0000 [r762] kloczek + + * configure.in: - release 2.3. + +2000-06-18 09:52 +0000 [r761] kloczek - * Attic/configure.in: - release 2.3. + * rc.d/rc.shutdown: - new umounting file systems procedure (borowed + from RH). - * rc.d/rc.shutdown: - - new umounting file systems procedure (borowed from RH). +2000-06-12 08:38 +0000 [r760] Bartosz Waszak -2000-06-12 Bartosz Waszak + * sysconfig/network-scripts/ifup-sl, rc.d/init.d/allowlogin, + sysconfig/network-scripts/ifup-ppp, rc.d/init.d/network, + sysconfig/network-scripts/ifdown-sl, + sysconfig/network-scripts/ifup-aliases, + sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup, + sysconfig/network-scripts/ifup-plip, + sysconfig/network-scripts/tnldown, + sysconfig/network-scripts/ifup-post, + rc.d/init.d/functions.network, rc.d/rc.sysinit, ppp/ip-down: - + is_yes and is_no cleanups - typos - * rc.d/init.d/Attic/functions.network, rc.d/init.d/allowlogin, rc.d/init.d/network, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, ppp/ip-down, rc.d/rc.sysinit: - - is_yes and is_no cleanups - - typos +2000-06-02 14:47 +0000 [r759] mkochano -2000-06-02 mkochano + * rc.d/init.d/functions: - Moves cursor to a new line also after + "WORK" and "FAIL". - * rc.d/init.d/functions: - - Moves cursor to a new line also after "WORK" and "FAIL". +2000-06-02 14:36 +0000 [r758] mkochano - * rc.d/init.d/functions: - - Added new function progress(). It shows color messages in square brackets. - Takes two arguments: text to display and color to use. Second argument is - optional (default color is green). Outputs "op" as last terminal sequence - instaed setting arbitrary color. - - busy(), ok(), started(), fail() and died() modified to use progress(). + * rc.d/init.d/functions: - Added new function progress(). It shows + color messages in square brackets. Takes two arguments: text to + display and color to use. Second argument is optional (default + color is green). Outputs "op" as last terminal sequence instaed + setting arbitrary color. - busy(), ok(), started(), fail() and + died() modified to use progress(). -2000-06-02 Sebastian Zagrodzki +2000-06-02 10:00 +0000 [r757] Sebastian Zagrodzki - * rc.d/rc.sysinit: - fixed some is_yes calls (argument can be empty) + * rc.d/rc.sysinit: - fixed some is_yes calls (argument can be + empty) -2000-06-01 Jan Rêkorajski +2000-06-01 19:33 +0000 [r756] Jan Rękorajski * rc.d/rc.sysinit: - fixed setting up USEMODULES variable -2000-05-31 Sebastian Zagrodzki +2000-05-31 18:01 +0000 [r754-755] Sebastian Zagrodzki * rc.d/rc: - one more typo - * rc.d/rc, sysconfig/network-scripts/ifdown: - typo + * rc.d/rc: - typo -2000-05-30 Bartosz Waszak +2000-05-31 17:55 +0000 [r753] Sebastian Zagrodzki + + * sysconfig/network-scripts/ifdown: - typo + +2000-05-30 05:55 +0000 [r749-752] Bartosz Waszak * rc.d/init.d/functions: -typo @@ -1186,1506 +7168,2037 @@ * rc.d/rc.sysinit: -typo -2000-05-29 Jan Rêkorajski +2000-05-29 19:37 +0000 [r747-748] Jan Rękorajski * sysconfig/network-scripts/ifup: - pass $DHCPOPTIONS to dhcpcd * sysconfig/network-scripts/ifdown: - kill dhcpcd if necessary - * sysconfig/interfaces/ifcfg-description: - added DHCPOPTIONS variable +2000-05-29 19:31 +0000 [r746] Jan Rękorajski -2000-05-29 kloczek + * sysconfig/interfaces/ifcfg-description: - added DHCPOPTIONS + variable - * Attic/configure.in: - start prepare 0.2.2. +2000-05-29 19:06 +0000 [r745] kloczek -2000-05-29 Jan Rêkorajski + * configure.in: - start prepare 0.2.2. + +2000-05-29 19:03 +0000 [r744] Jan Rękorajski * rc.d/rc.shutdown: - run quotaoff -a before unmounting filesystems - - minor cosmetics + - minor cosmetics -2000-05-20 Jacek Konieczny +2000-05-20 13:34 +0000 [r743] Jacek Konieczny - * rc.d/rc.sysinit: - - Time setup changed, so it should work even if /usr is on separate partition + * rc.d/rc.sysinit: - Time setup changed, so it should work even if + /usr is on separate partition -2000-05-16 Sebastian Zagrodzki +2000-05-16 15:08 +0000 [r742] Sebastian Zagrodzki - * rc.d/rc.sysinit: - changed the way depmod was run - - changed all "!=no" to "is_yes" or "! is_no" (from "functions") + * rc.d/rc.sysinit: - changed the way depmod was run - changed all + "!=no" to "is_yes" or "! is_no" (from "functions") -2000-05-13 Artur Frysiak +2000-05-13 07:11 +0000 [r741] Artur Frysiak - * po/pl.po, rc.d/init.d/timezone: - - rc.d/init.d/timezone - poprawki zwi±zane z t³umaczeniem - - po/pl.po - serwis -> usluga, startowanie -> uruchamianie i kilka kosmetycznych zmian + * rc.d/init.d/timezone, po/pl.po: - rc.d/init.d/timezone - poprawki + związane z tłumaczeniem - po/pl.po - serwis -> usluga, + startowanie -> uruchamianie i kilka kosmetycznych zmian -2000-05-09 Jan Rêkorajski +2000-05-09 18:58 +0000 [r740] Jan Rękorajski * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup: - - pump is b0rken - - don't use pump for DHCP - - use dhcpcd for DHCP ;) - - and fixed typo + - pump is b0rken - don't use pump for DHCP - use dhcpcd for DHCP + ;) - and fixed typo -2000-05-09 kloczek +2000-05-09 15:46 +0000 [r739] kloczek * rc.d/rc.shutdown: - "halt -p" instead "halt -w". -2000-05-07 Pawe³ Wilk - - * sysconfig/interfaces/up.d/tnl/Makefile.am, sysconfig/interfaces/up.d/ipx/Makefile.am, sysconfig/interfaces/up.d/ppp/Makefile.am, sysconfig/interfaces/up.d/ppp/logger, sysconfig/interfaces/up.d/all/Makefile.am, sysconfig/interfaces/up.d/all/thetouch, sysconfig/interfaces/up.d/ip/Makefile.am, sysconfig/interfaces/down.d/tnl/Makefile.am, sysconfig/interfaces/up.d/Makefile.am, sysconfig/interfaces/down.d/ipx/Makefile.am, sysconfig/interfaces/down.d/ppp/Makefile.am, sysconfig/interfaces/down.d/ppp/logger, sysconfig/interfaces/down.d/all/Makefile.am, sysconfig/interfaces/down.d/all/thetouch, sysconfig/interfaces/down.d/ip/Makefile.am, sysconfig/interfaces/Makefile.am, sysconfig/interfaces/down.d/Makefile.am, ppp/Makefile.am, ppp/ip-down, ppp/ip-up, Attic/configure.in, Makefile.am, rc-scripts.spec.in, run-parts: - - scripts now ready to exec run-parts for each of interfaces going up/down, - - run-parts is now by rc-scripts provided (as /bin/run-parts). +2000-05-07 19:00 +0000 [r738] Paweł Wilk + + * sysconfig/interfaces/up.d/tnl/.cvsignore (added), + ppp/Makefile.am, sysconfig/interfaces/up.d/ppp/.cvsignore + (added), sysconfig/interfaces/up.d/.cvsignore (added), + sysconfig/interfaces/up.d/all/Makefile.am (added), + sysconfig/interfaces/down.d (added), + sysconfig/interfaces/up.d/all/.cvsignore (added), configure.in, + sysconfig/interfaces/down.d/all (added), + sysconfig/interfaces/down.d/ip (added), ppp/ip-up, + sysconfig/interfaces/down.d/Makefile.am (added), + sysconfig/interfaces/up.d/tnl (added), + sysconfig/interfaces/up.d/ppp (added), + sysconfig/interfaces/up.d/ipx (added), + sysconfig/interfaces/down.d/ipx/.cvsignore (added), + sysconfig/interfaces/down.d/ppp/logger (added), + sysconfig/interfaces/down.d/all/Makefile.am (added), + sysconfig/interfaces/down.d/ip/Makefile.am (added), + sysconfig/interfaces/up.d/tnl/Makefile.am (added), + sysconfig/interfaces/up.d/ppp/Makefile.am (added), + sysconfig/interfaces/up.d/ip (added), + sysconfig/interfaces/up.d/ipx/Makefile.am (added), Makefile.am, + sysconfig/interfaces/up.d/ipx/.cvsignore (added), + sysconfig/interfaces/down.d/all/thetouch (added), + sysconfig/interfaces/up.d/ppp/logger (added), ppp/ip-down, + sysconfig/interfaces/down.d/tnl (added), + sysconfig/interfaces/up.d/ip/Makefile.am (added), + sysconfig/interfaces/down.d/ppp (added), + sysconfig/interfaces/down.d/ipx (added), + sysconfig/interfaces/up.d/ip/.cvsignore (added), + sysconfig/interfaces/down.d/tnl/Makefile.am (added), + rc-scripts.spec.in, sysconfig/interfaces/up.d/all/thetouch + (added), sysconfig/interfaces/down.d/ppp/Makefile.am (added), + sysconfig/interfaces/down.d/ipx/Makefile.am (added), + sysconfig/interfaces/down.d/tnl/.cvsignore (added), run-parts + (added), sysconfig/interfaces/down.d/ppp/.cvsignore (added), + sysconfig/interfaces/down.d/.cvsignore (added), + sysconfig/interfaces/up.d (added), + sysconfig/interfaces/Makefile.am, + sysconfig/interfaces/down.d/all/.cvsignore (added), + sysconfig/interfaces/up.d/all (added), + sysconfig/interfaces/down.d/ip/.cvsignore (added), + sysconfig/interfaces/up.d/Makefile.am (added): - scripts now + ready to exec run-parts for each of interfaces going up/down, - + run-parts is now by rc-scripts provided (as /bin/run-parts). + +2000-05-07 15:43 +0000 [r737] Paweł Wilk * rc-scripts.spec.in: run-parts script now belongs here -2000-05-03 Bartosz Waszak +2000-05-03 11:55 +0000 [r736] Bartosz Waszak - * rc.d/rc.sysinit: - - typos - - in some places changed [ VARIABLE = "yes" ] ==> is_yes - - devfsd may be used without DEVFS_MOUNT=yes + * rc.d/rc.sysinit: - typos - in some places changed [ VARIABLE = + "yes" ] ==> is_yes - devfsd may be used without DEVFS_MOUNT=yes - * rc.d/rc.sysinit, rc.d/rc: - typo +2000-05-03 11:49 +0000 [r735] Bartosz Waszak -2000-05-01 Sebastian Zagrodzki + * rc.d/rc, rc.d/rc.sysinit: - typo + +2000-05-01 20:13 +0000 [r734] Sebastian Zagrodzki * rc.d/rc.sysinit: - typo - * rc.d/rc: - line lengths are now evaluated properly - - it's not necessary to set and unset af{2,6,7} every time we want to "say +2000-05-01 18:57 +0000 [r733] Sebastian Zagrodzki + + * rc.d/rc: - line lengths are now evaluated properly - it's not + necessary to set and unset af{2,6,7} every time we want to "say something" :) - * rc.d/init.d/functions: - - \n after messages passed to nls aren't necessary (nls uses "echo" after - every printf anyway: if you want to get a message without a trailing - "\n", use echo -n "`nls ...`") +2000-05-01 18:53 +0000 [r732] Sebastian Zagrodzki - * rc.d/init.d/functions: - - deltext is not necessary before ok, fail, others (it's called - automatically) - - [ $# -gt 0 ] instead of [ -n "$1" ]: printf_ sometimes has to accept - argument lists like "" "a" (where first one is empty string) - - replaced "\b\b\b..." in deltext by "termput hpa $INIT_COL" - - COLOR_INIT=no doesn't mean that all other termcodes shouldn't work - - COLOR_INIT is now checked only at case "setaf" + * rc.d/init.d/functions: - \n after messages passed to nls aren't + necessary (nls uses "echo" after every printf anyway: if you want + to get a message without a trailing "\n", use echo -n "`nls + ...`") -2000-04-27 Jacek Konieczny +2000-05-01 18:43 +0000 [r731] Sebastian Zagrodzki - * sysconfig/network-scripts/ifup: - - missing space added (without this "peer" option was used to "ip addr add" - even if no "$REMIP" was defined) + * rc.d/init.d/functions: - deltext is not necessary before ok, + fail, others (it's called automatically) - [ $# -gt 0 ] instead + of [ -n "$1" ]: printf_ sometimes has to accept argument lists + like "" "a" (where first one is empty string) - replaced + "\b\b\b..." in deltext by "termput hpa $INIT_COL" - COLOR_INIT=no + doesn't mean that all other termcodes shouldn't work - COLOR_INIT + is now checked only at case "setaf" -2000-04-25 Bartosz Waszak +2000-04-27 06:20 +0000 [r730] Jacek Konieczny - * rc.d/rc.sysinit, sysconfig/system: - added MOUNT_DEVFS option + * sysconfig/network-scripts/ifup: - missing space added (without + this "peer" option was used to "ip addr add" even if no "$REMIP" + was defined) -2000-04-24 Sebastian Zagrodzki +2000-04-25 12:01 +0000 [r729] Bartosz Waszak - * rc.d/rc: - removed two unnecessary 0s at every textlen counting - - arguments for nls in "" (necessary, when COLOR_INIT=no) + * sysconfig/system, rc.d/rc.sysinit: - added MOUNT_DEVFS option -2000-04-23 Marcin Bohosiewicz +2000-04-24 16:56 +0000 [r728] Sebastian Zagrodzki - * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-ppp: + * rc.d/rc: - removed two unnecessary 0s at every textlen counting - + arguments for nls in "" (necessary, when COLOR_INIT=no) - * In ifup file added suppoer for Point-to-Point IPv4 Ethernet (REMIP - variable). - * In ifup-ppp deleted some hashed lines. +2000-04-23 11:46 +0000 [r727] Marcin Bohosiewicz -2000-04-21 Jacek Konieczny + * sysconfig/network-scripts/ifup-ppp, + sysconfig/network-scripts/ifup: * In ifup file added suppoer for + Point-to-Point IPv4 Ethernet (REMIP variable). * In ifup-ppp + deleted some hashed lines. - * sysconfig/network-scripts/ifup-routes: - - get REALDEVICE and use it for setting up the routes +2000-04-21 17:47 +0000 [r716-726] Jacek Konieczny - * sysconfig/network-scripts/ifup-ppp: - detach pppd by default - - use "linkname" option to make pppd save its pid and interface name - - pass $CONFIG as ipparam - - don't set remotename to device name so authentication will work with peer-given name + * sysconfig/network-scripts/ifup-routes: - get REALDEVICE and use + it for setting up the routes - * sysconfig/network-scripts/ifup-post: - - use get_ppp_device_and_pid() to get REALDEVICE - - set up queing discipline if QDISC is given + * sysconfig/network-scripts/ifup-ppp: - detach pppd by default - + use "linkname" option to make pppd save its pid and interface + name - pass $CONFIG as ipparam - don't set remotename to device + name so authentication will work with peer-given name - * sysconfig/network-scripts/ifdown-ppp: - - use get_ppp_device_and_pid() for getting pppd's pid + * sysconfig/network-scripts/ifup-post: - use + get_ppp_device_and_pid() to get REALDEVICE - set up queing + discipline if QDISC is given - * rc.d/init.d/Attic/functions.network: - - set REALDEVICE to DEVICE if nothig else is set + * sysconfig/network-scripts/ifdown-ppp: - use + get_ppp_device_and_pid() for getting pppd's pid - * sysconfig/interfaces/ifcfg-ppp0.tpsa: - chatscript in interfaces/data - - QDISC set to SFQ (useful on PPP links) + * rc.d/init.d/functions.network: - set REALDEVICE to DEVICE if + nothig else is set - * sysconfig/interfaces/ifcfg-ppp0.callback, sysconfig/interfaces/ifcfg-ppp0.leased1: - - chatscript in interfaces/data + * sysconfig/interfaces/ifcfg-ppp0.tpsa: - chatscript in + interfaces/data - QDISC set to SFQ (useful on PPP links) - * sysconfig/interfaces/ifcfg-description: - - QDISC parameter added (queuing discipline) + * sysconfig/interfaces/ifcfg-ppp0.callback, + sysconfig/interfaces/ifcfg-ppp0.leased1: - chatscript in + interfaces/data - * rc.d/init.d/Attic/functions.network: - - function get_ppp_device_and_pid added. It extracts PID and REALDEVICE from - /var/run/ppp-*.pid + * sysconfig/interfaces/ifcfg-description: - QDISC parameter added + (queuing discipline) - * ppp/ip-up: - - real device name is now saved by pppd in /var/run/ppp-*.pid - - ipparam is a config name not a device name - - pass $CONFIG instead of ifcfg-$DEVICE to ifup-post + * rc.d/init.d/functions.network: - function get_ppp_device_and_pid + added. It extracts PID and REALDEVICE from /var/run/ppp-*.pid - * ppp/ip-down: - "compatible location" of basename - - ipparam is now a config name instead of logical device - - ifdown-post uses $CONFIG instead of ifcfg-$DEVICE + * ppp/ip-up: - real device name is now saved by pppd in + /var/run/ppp-*.pid - ipparam is a config name not a device name - + pass $CONFIG instead of ifcfg-$DEVICE to ifup-post -2000-04-19 Sebastian Zagrodzki + * ppp/ip-down: - "compatible location" of basename - ipparam is now + a config name instead of logical device - ifdown-post uses + $CONFIG instead of ifcfg-$DEVICE - * sysconfig/network-scripts/ifup-post: - - ifup-routes should be run with $CONFIG as parameter, not $DEVNAME +2000-04-19 18:20 +0000 [r715] Sebastian Zagrodzki -2000-04-18 Jacek Konieczny + * sysconfig/network-scripts/ifup-post: - ifup-routes should be run + with $CONFIG as parameter, not $DEVNAME - * sysconfig/network-scripts/ifup-post: - - better hostname detection (for DHCP clients) +2000-04-18 08:30 +0000 [r713-714] Jacek Konieczny - * rc.d/init.d/Attic/functions.network: - "set_hostname" function fixed + * sysconfig/network-scripts/ifup-post: - better hostname detection + (for DHCP clients) -2000-04-14 mkochano + * rc.d/init.d/functions.network: - "set_hostname" function fixed + +2000-04-14 11:14 +0000 [r711-712] mkochano * rc.d/init.d/template.init: - s/syslogd//. * sysconfig/system: - Added note about aumix-OSS-preserve-settings. -2000-04-13 Sebastian Zagrodzki +2000-04-13 08:25 +0000 [r710] Sebastian Zagrodzki * rc.d/init.d/template.init: - some changes in reload) -2000-04-13 kloczek +2000-04-12 23:21 +0000 [r709] kloczek * po/pl.po: - typo. -2000-04-11 Sebastian Zagrodzki +2000-04-11 14:27 +0000 [r708] Sebastian Zagrodzki - * po/pl.po: - typo - - missing translation for "to enter interactive startup" + * po/pl.po: - typo - missing translation for "to enter interactive + startup" -2000-04-08 Sebastian Zagrodzki +2000-04-08 21:41 +0000 [r707] Sebastian Zagrodzki - * rc.d/init.d/functions: - - added single-letter-values to is_yes and is_no + * rc.d/init.d/functions: - added single-letter-values to is_yes and + is_no -2000-04-08 mkochano +2000-04-08 13:34 +0000 [r706] mkochano - * rc.d/rc.sysinit: - - Changed 'modprobe -s midi' to 'modprobe -s synth0'. There is no module - 'midi'. - - Changed 'modprobe -s sound' to 'modprobe -s sound-slot-0'. This causes sound - card driver to be loaded. + * rc.d/rc.sysinit: - Changed 'modprobe -s midi' to 'modprobe -s + synth0'. There is no module 'midi'. - Changed 'modprobe -s sound' + to 'modprobe -s sound-slot-0'. This causes sound card driver to + be loaded. -2000-04-07 Jan Rêkorajski +2000-04-07 19:16 +0000 [r705] Jan Rękorajski - * sysconfig/network-scripts/ifup-ipx: - - don't try start IPX on unconfigured devices + * sysconfig/network-scripts/ifup-ipx: - don't try start IPX on + unconfigured devices -2000-04-06 mkochano +2000-04-06 12:39 +0000 [r704] mkochano - * sysconfig/network-scripts/ifup-routes: - - s/\$DEVICE/\$DEVNAME/. "$DEVNAME" is set by source_config() from .functions - to the name of interface for which static routes should be set up. + * sysconfig/network-scripts/ifup-routes: - s/\$DEVICE/\$DEVNAME/. + "$DEVNAME" is set by source_config() from .functions to the name + of interface for which static routes should be set up. -2000-04-05 Bartek Szady +2000-04-05 10:33 +0000 [r703] Bartek Szady - * rc.d/init.d/timezone: - now it works under bash + * rc.d/init.d/timezone: - now it works under bash -2000-04-03 Jan Rêkorajski +2000-04-03 14:50 +0000 [r700-702] Jan Rękorajski - * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, rc.d/init.d/network, sysconfig/interfaces/ifcfg-description, rc.d/rc.sysinit: - - cleaned up ifup/ifdown mess, /sbin/ifup ethX.something works now - - IPX fixes, works now - - run hdparm from rc.sysinit BEFORE anything is mounted RW - - fixed setting VFS_{FILE,INODE}_MAX - - updated ifcfg-description + * sysconfig/network-scripts/ifup-ppp, + sysconfig/network-scripts/ifup-ipx, rc.d/init.d/network, + sysconfig/network-scripts/ifup-routes, + sysconfig/network-scripts/ifup, + sysconfig/interfaces/ifcfg-description, + sysconfig/network-scripts/ifdown, rc.d/rc.sysinit: - cleaned up + ifup/ifdown mess, /sbin/ifup ethX.something works now - IPX + fixes, works now - run hdparm from rc.sysinit BEFORE anything is + mounted RW - fixed setting VFS_{FILE,INODE}_MAX - updated + ifcfg-description - * Attic/configure.in: - version 0.2.1 + * configure.in: - version 0.2.1 * src/Makefile.am: - added initlog.conf to EXTRA_DIST -2000-04-01 Bartosz Waszak +2000-04-01 10:24 +0000 [r699] Bartosz Waszak * rc.d/init.d/functions: - small termput() fixes -2000-03-31 Arkadiusz Mi¶kiewicz (alias) +2000-03-31 13:10 +0000 [r698] Arkadiusz Miśkiewicz (alias) - * sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup: - - support for maxfail option in pppd - - cleanups in tunnel scripts + * sysconfig/network-scripts/ifup-ppp, + sysconfig/network-scripts/tnlup, + sysconfig/network-scripts/tnldown: - support for maxfail option + in pppd - cleanups in tunnel scripts -2000-03-27 Arkadiusz Mi¶kiewicz (alias) +2000-03-27 16:07 +0000 [r697] Arkadiusz Miśkiewicz (alias) - * sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifup-post, src/Makefile.am, sysconfig/interfaces/ifcfg-description, rc.d/init.d/Attic/functions.network, rc.d/rc, rc.d/rc.sysinit, po/pl.po, rc-scripts.spec.in, INSTALL, NEWS: - - removed "scripts" method of executing external programs after uping - or downing device (almost nobody didn't know about it 8-) - - added new method which is using run_up() and run_down() functions - defined in device configuration file (ifcfg*) - - fixed problem with displaing garbage instead of formated output - - removed execution of random start (this should be started in standard - init.d way) - - set ld.so.cache if doesn't exist, too - - use new (rh) style for date variables + * INSTALL, po/pl.po, sysconfig/interfaces/ifcfg-description, + rc-scripts.spec.in, sysconfig/network-scripts/ifup-post, rc.d/rc, + rc.d/init.d/functions.network, rc.d/rc.sysinit, + sysconfig/network-scripts/ifdown-post, NEWS, src/Makefile.am: - + removed "scripts" method of executing external programs after + uping or downing device (almost nobody didn't know about it 8-) - + added new method which is using run_up() and run_down() functions + defined in device configuration file (ifcfg*) - fixed problem + with displaing garbage instead of formated output - removed + execution of random start (this should be started in standard + init.d way) - set ld.so.cache if doesn't exist, too - use new + (rh) style for date variables -2000-03-26 kloczek +2000-03-26 06:51 +0000 [r696] kloczek * sysconfig/system: - changed RUN_LDCONFIG to no. -2000-03-24 Arkadiusz Mi¶kiewicz (alias) +2000-03-24 08:48 +0000 [r695] Arkadiusz Miśkiewicz (alias) - * rc.d/rc, po/pl.po: - - fixed problem with Runlevel messages and INIT_COL variable + * po/pl.po, rc.d/rc: - fixed problem with Runlevel messages and + INIT_COL variable -2000-03-24 Bartosz Waszak +2000-03-24 08:39 +0000 [r694] Bartosz Waszak * rc.d/rc.sysinit: - fixed nfsroot support -2000-03-22 Artur Frysiak +2000-03-22 22:00 +0000 [r693] Artur Frysiak * rc-scripts.spec.in: use corect name - * rc.d/init.d/Attic/