2021-09-11 20:12:02 +0200 [824ba9c] Jan Rękorajski <baggins/at/pld-linux.org>

	* Version 0.4.20

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2021-09-11 13:56:05 +0200 [fb625e1] mis <mis/at/pld-linux.org>

	* Container related fixes

 lib/functions         | 3 +++
 lib/functions.network | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

2021-09-11 13:39:22 +0200 [a910735] Jan Rękorajski <baggins/at/pld-linux.org>

	* Remove internal ipcalc in favor of more feature rich external one

 .gitignore      |   1 -
 README          |  11 +-
 lib/ifup-post   |   5 +-
 man/Makefile.am |   1 -
 man/ipcalc.1    |  58 ---------
 src/Makefile.am |   4 -
 src/ipcalc.c    | 361 --------------------------------------------------------
 7 files changed, 10 insertions(+), 431 deletions(-)

2021-04-25 19:56:49 +0200 [3f91124] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set sysctl setting using syctl --system option.

 lib/functions | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

2020-02-08 10:56:54 +0100 [d5f2d2b] Jan Rękorajski <baggins/at/pld-linux.org>

	* Version 0.4.19

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2020-01-15 15:12:43 +0100 [4b8afb9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Silence notices (like 'Line references path below legacy directory /var/run/...').

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2020-01-15 14:56:29 +0100 [a268fbb] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Clean and recreate systemd tmpfiles (even if not using systemd).

 rc.d/rc.sysinit | 4 ++++
 1 file changed, 4 insertions(+)

2019-12-01 20:52:08 +0100 [2bbccb7] Adam Osuchowski <adwol/at/pld-linux.org>

	* - prevent removing default network rules

 lib/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2019-11-27 21:13:26 +0100 [2843ac0] Adam Osuchowski <adwol/at/pld-linux.org>

	* - remove unknown `gid' mount option for sysfs, selinuxfs and securityfs

 rc.d/init.d/sys-chroots | 4 ++--
 rc.d/rc.sysinit         | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

2019-03-04 10:32:13 +0100 [3cbe2a7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Create bondX interfaces when ifcfg-bondX is called with ifup and interface doesn't exist, yet.

 lib/Makefile.am       |  1 +
 lib/functions.network |  2 +-
 lib/ifup-bond         | 42 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 1 deletion(-)

2019-03-04 10:19:27 +0100 [83014f9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Create bond master interface if it doesn't exist when slave interface is being ifuped.

 lib/ifup | 3 +++
 1 file changed, 3 insertions(+)

2019-02-06 15:45:43 +0100 [27a3470] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't delete base pidfile if other pid file was specified. Delete it instead. It was deleting aaa.pid even if we did killproc -p bbb.pid aaa and our service name was aaa.

 lib/functions | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

2018-12-07 23:01:09 +0100 [30595a7] Jacek Konieczny <jajcus/at/jajcus.net>

	* Version: 0.4.18

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2018-12-07 22:56:38 +0100 [4e663c6] Jacek Konieczny <jajcus/at/jajcus.net>

	* fix ONBOOT handling for VLAN interfaces

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2018-09-04 17:12:32 +0200 [aaf9e69] Adam Osuchowski <adwol/at/pld-linux.org>

	* - version 0.4.17

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2018-09-04 17:10:15 +0200 [1062272] Adam Osuchowski <adwol/at/pld-linux.org>

	* - apply rc-scripts-modprobe-cache.patch and rc-scripts-selinuxfs.patch patches from packages/rc-scripts

 rc.d/rc.sysinit | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

2018-07-03 15:13:45 +0200 [8903a3b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't fail if arrays are already assembled (ex raid10 with 4 devices, one device gets removed/kicked from array).

 rc.d/rc.sysinit | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

2018-01-18 10:41:54 +0100 [5d2ee54] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Onlink doesn't work for IPv6, so add gate route manually first.

 lib/functions.network | 1 +
 1 file changed, 1 insertion(+)

2018-01-05 19:32:28 +0100 [2cb5927] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Quote filename when checking. Without that * is expanded causing problems.

 lib/functions | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2017-12-23 13:30:02 +0100 [f71a139] Adam Osuchowski <adwol/at/pld-linux.org>

	* - add support for CHECK_LINK_WAIT_TIMEOUT config variable (wait max x sec for interface link up)

 lib/ifup                               | 3 ++-
 sysconfig/interfaces/ifcfg-description | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

2017-11-06 11:59:13 +0100 [cf38a08] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use is_yes, so ONBOOT can be on, yes etc.

 rc.d/init.d/network | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2017-06-09 11:42:23 +0200 [a61559d] Adam Osuchowski <adwol/at/pld-linux.org>

	* - added support for selecting macvlan mode

 lib/ifup                               | 2 +-
 sysconfig/interfaces/ifcfg-description | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

2016-09-24 00:32:35 +0300 [03fb118] Elan Ruusamäe <glen/at/delfi.ee>

	* add me to authors, drop maintainer

 AUTHORS | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2016-09-24 00:28:42 +0300 [180afce] Elan Ruusamäe <glen/at/delfi.ee>

	* drop generic install instructions

 INSTALL      | 184 -----------------------------------------------------------
 configure.ac |   4 +-
 2 files changed, 3 insertions(+), 185 deletions(-)

2016-09-24 00:26:07 +0300 [712d06e] Elan Ruusamäe <glen/at/delfi.ee>

	* autogen: use autoreconf

 autogen.sh | 127 +------------------------------------------------------------
 1 file changed, 2 insertions(+), 125 deletions(-)

2016-09-24 00:22:45 +0300 [aeaa34b] Elan Ruusamäe <glen/at/delfi.ee>

	* ensure changelog is fresh for make dist

 Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

2016-09-24 00:09:15 +0300 [fbf64ad] Elan Ruusamäe <glen/at/delfi.ee>

	* update autofoo rules to ensure ChangeLog is generated if missing

 Makefile.am  | 6 ++++++
 autogen.sh   | 7 -------
 changelog.sh | 6 ++++++
 3 files changed, 12 insertions(+), 7 deletions(-)

2016-09-23 23:51:46 +0300 [eab54ca] Elan Ruusamäe <glen/at/delfi.ee>

	* set 0.4.16 version

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2016-09-10 00:22:34 +0300 [b402dd3] Elan Ruusamäe <glen/at/delfi.ee>

	* fix RC_LOGGING=no daemon --makepid --fork write proper pidfile

 lib/functions | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

2016-09-10 00:06:08 +0300 [43f8f34] Elan Ruusamäe <glen/at/delfi.ee>

	* add test script experimenting daemon --makepid --fork

 t/service-fork-makepid.sh | 51 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

2016-08-22 10:34:00 +0000 [f544650] Mariusz Mazur <mmazur/at/axeos.com>

	* Add run_pre_up/run_pre_down

 lib/ifdown                             |  5 +++++
 lib/ifup                               |  5 +++++
 sysconfig/interfaces/ifcfg-description | 14 ++++++++++++--
 3 files changed, 22 insertions(+), 2 deletions(-)

2016-08-14 13:00:01 +0200 [7ce45b7] Tomasz Pala <gotar/at/pld-linux.org>

	* explain meaning of RUN_SULOGIN_ON_ERR for geninitrd

 sysconfig/system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2016-08-05 19:19:46 +0200 [1c76f28] Tomasz Pala <gotar/at/pld-linux.org>

	* when MULTICAST is specified, use it's value literal - this allows configurations like MULTICAST="off allmulticast on", when no MULTICAST provided, do not disable it on VLAN interfaces

 lib/functions.network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2016-06-07 17:09:48 +0200 [bf42a4f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Mount /run as mode=0755,noexec,nosuid,nodev.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2015-12-11 18:05:40 +0200 [f4ae2a8] Elan Ruusamäe <glen/at/delfi.ee>

	* waittime is integer type ([ $foo -gt 0])

 lib/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2015-12-10 22:40:48 +0200 [7e7d520] Elan Ruusamäe <glen/at/delfi.ee>

	* update bugreport mail address

 DEVELOPMENT  | 2 +-
 README       | 2 +-
 configure.ac | 2 +-
 hwprofile    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

2015-11-26 09:21:44 +0100 [7f7f7c7] Krzysztof Mazur <krzysiek/at/podlesie.net>

	* fix daemon --fork uses

 lib/functions | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

2015-11-21 13:38:35 +0100 [f9ce790] Krzysztof Mazur <krzysiek/at/podlesie.net>

	* pidofproc: fix checking if pidfile was specified

 lib/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2015-10-16 16:02:27 +0300 [fdcf237] Elan Ruusamäe <glen/at/delfi.ee>

	* 0.4.15

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2015-10-08 18:13:35 +0300 [1a0c02d] Elan Ruusamäe <glen/at/delfi.ee>

	* makefile fix

 lib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2015-10-08 18:12:48 +0300 [d35c0b0] Elan Ruusamäe <glen/at/delfi.ee>

	* daemon: makepid implies fork

 lib/functions | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2015-10-08 18:10:31 +0300 [d64dc33] Elan Ruusamäe <glen/at/delfi.ee>

	* daemon: make --makepid work with rc-logging

 lib/Makefile.am |  4 ++--
 lib/functions   |  5 +++++
 lib/makepid     | 12 ++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

2015-10-08 18:05:32 +0300 [8714ffa] Elan Ruusamäe <glen/at/delfi.ee>

	* daemon: rewrite $@ to modify command, use runuser instead of su

 lib/functions | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

2015-10-08 17:46:41 +0300 [cc8e66d] Elan Ruusamäe <glen/at/delfi.ee>

	* move inner body of daemon() into separate func

 lib/functions | 160 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 81 insertions(+), 79 deletions(-)

2015-10-08 17:40:11 +0300 [cb8801f] Elan Ruusamäe <glen/at/delfi.ee>

	* subshell inherits as well

 t/inherit.sh | 3 +++
 1 file changed, 3 insertions(+)

2015-10-08 17:37:29 +0300 [04a486e] Elan Ruusamäe <glen/at/delfi.ee>

	* daemon: move $prog build to RC_LOGGING=yes part, ssd does not use it

 lib/functions | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

2015-10-08 17:33:28 +0300 [f44eb39] Elan Ruusamäe <glen/at/delfi.ee>

	* test that "local" variables work for sub-functions as well

 t/inherit.sh | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

2015-09-06 19:08:18 +0200 [666b259] Tomasz Pala <gotar/at/pld-linux.org>

	* LANGUAGE variable gets passed via ssh as well, do not overwrite it

 lang.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2015-09-06 09:02:43 +0200 [57d85b6] Tomasz Pala <gotar/at/pld-linux.org>

	* load systemd locale.conf after PLD-specific /etc/sysconfig/i18n

 lang.sh | 26 +++++++++++---------------
 1 file changed, 11 insertions(+), 15 deletions(-)

2015-08-01 22:48:09 +0300 [ae89570] Elan Ruusamäe <glen/at/delfi.ee>

	* update comment for kernel.sysrq

 sysctl.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2015-07-09 09:18:37 +0200 [f60ef78] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Make DELAY_LOGIN checks consistent with the one in rc.sysinit (broken in 277e5f5352e622c4317852cded63e2a287506655).

 rc.d/init.d/allowlogin | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2015-07-03 00:01:45 +0300 [15fbc41] Elan Ruusamäe <glen/at/delfi.ee>

	* waitproc: i not used

 lib/functions | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2015-05-18 17:44:48 +0300 [2d33840] Elan Ruusamäe <glen/at/delfi.ee>

	* daemon(): fix --waittime usage

 lib/functions | 39 +++++++++++++++++++++++++++------------
 1 file changed, 27 insertions(+), 12 deletions(-)

2015-05-18 17:01:13 +0300 [2ec0a78] Elan Ruusamäe <glen/at/delfi.ee>

	* pidofproc: do not fallback, if pidfile was specified

 lib/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2015-05-18 16:46:05 +0300 [3a69d63] Elan Ruusamäe <glen/at/delfi.ee>

	* filter_chroot, exit early if no pids

 lib/functions | 3 +++
 1 file changed, 3 insertions(+)

2015-05-18 16:22:14 +0300 [597298b] Elan Ruusamäe <glen/at/delfi.ee>

	* fix 12 year old bug in pidofproc

 lib/functions | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

2015-05-18 16:08:28 +0300 [ff2643b] Elan Ruusamäe <glen/at/delfi.ee>

	* daemon: fix infinitive loop

 lib/functions | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2015-05-18 15:58:46 +0300 [50527ac] Elan Ruusamäe <glen/at/delfi.ee>

	* ssd: --name is option for --stop, not --start

 lib/functions | 1 -
 1 file changed, 1 deletion(-)

2015-05-18 12:34:45 +0300 [57444ca] Elan Ruusamäe <glen/at/delfi.ee>

	* killproc: retry when --waitfortime was specified

 lib/functions | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

2015-05-16 11:03:05 +0300 [6a847b4] Elan Ruusamäe <glen/at/delfi.ee>

	* ensure /var/run/netreport dir exists

 rc.d/rc.sysinit | 2 ++
 1 file changed, 2 insertions(+)

2015-04-22 15:34:58 +0200 [1373b50] Jacek Konieczny <j.konieczny/at/eggsoft.pl>

	* Version: 0.4.14

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2015-04-22 08:44:41 +0200 [f7943bf] Jacek Konieczny <j.konieczny/at/eggsoft.pl>

	* Drop all Upstart support

 Makefile.am             |   2 +-
 TODO                    |  14 ---
 configure.ac            |   1 -
 doc/Makefile.am         |   3 +-
 doc/make-html           |   1 -
 doc/upstart.txt         | 289 ------------------------------------------------
 init/Makefile.am        |   9 --
 init/allowlogin.conf    |  40 -------
 init/cpusets.conf       |  25 -----
 init/cryptsetup.conf    |  11 --
 init/local.conf         |  15 ---
 init/modules.conf       |  38 -------
 init/random.conf        |  26 -----
 init/rc.conf            |  28 -----
 init/rcS-sulogin.conf   |  27 -----
 init/rcS.conf           |  32 ------
 init/sys-chroots.conf   |  23 ----
 init/udev.conf          |   6 -
 lib/functions           | 230 ++------------------------------------
 lib/functions.network   |   2 -
 rc.d/init.d/allowlogin  |   2 -
 rc.d/init.d/local       |   2 -
 rc.d/init.d/network     |  17 ---
 rc.d/init.d/random      |   6 -
 rc.d/init.d/sys-chroots |   2 -
 rc.d/rc                 |   3 -
 rc.d/rc.shutdown        |   8 --
 rc.d/rc.sysinit         |  43 ++-----
 service                 |  28 +----
 29 files changed, 24 insertions(+), 909 deletions(-)

2015-02-11 14:24:03 +0200 [c77c7bb] Elan Ruusamäe <glen/at/delfi.ee>

	* makefile: add AM_DISTCHECK_CONFIGURE_FLAGS

 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

2015-02-10 15:33:47 +0100 [91b0c35] Mariusz Mazur <mmazur/at/axeos.com>

	* If an iface type is specified NEVER override it

 lib/functions.network | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

2015-01-22 18:02:47 +0200 [a844787] Elan Ruusamäe <glen/at/delfi.ee>

	* v0.4.13

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2014-10-16 10:56:53 +0300 [907c31b] Elan Ruusamäe <glen/at/delfi.ee>

	* use /proc/sys/kernel/dmesg_restrict to set file mode for /var/log/dmesg

 rc.d/rc.sysinit | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

2015-01-22 16:39:12 +0100 [8eae0d9] Mariusz Mazur <mmazur/at/axeos.com>

	* Fix bonding and actually enable ETHTOOL_OPTS

 lib/ifdown | 20 +++-----------------
 lib/ifup   | 31 ++++++++++++-------------------
 2 files changed, 15 insertions(+), 36 deletions(-)

2015-01-22 15:16:17 +0100 [8a33278] Mariusz Mazur <mmazur/at/axeos.com>

	* Allow overriding of vlan base device name

 lib/ifup-vlan | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2014-10-06 14:19:34 +0200 [3acb594] Adam Osuchowski <adwol/at/pld-linux.org>

	* - `ip link' command syntax changed between versions 3.15 and 3.16

 lib/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2014-07-07 18:36:39 +0300 [42167d3] Elan Ruusamäe <glen/at/delfi.ee>

	* update make tag helper from geninitrd

 make-tag.sh | 28 ++++++++++++++++++++++------
 1 file changed, 22 insertions(+), 6 deletions(-)

2014-07-07 18:31:09 +0300 [ac4aef3] Elan Ruusamäe <glen/at/delfi.ee>

	* version 0.4.12

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2014-06-19 22:58:35 +0300 [03e0c0f] Elan Ruusamäe <glen/at/delfi.ee>

	* add AUTOSWAP feature

 doc/sysconfig.txt |  7 +++++++
 lib/functions     |  3 +--
 rc.d/rc.sysinit   | 47 +++++++++++++++++++++++++++++++++++++++++++----
 sysconfig/system  |  3 +++
 4 files changed, 54 insertions(+), 6 deletions(-)

2014-06-10 09:56:07 +0300 [267f6bf] Elan Ruusamäe <glen/at/delfi.ee>

	* netfs: respect VSERVER_ISOLATION_NET here as well

 rc.d/init.d/netfs | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

2014-03-29 22:22:04 +0200 [47a185c] Elan Ruusamäe <glen/at/delfi.ee>

	* add links to docs and sample script

 firmware-loader.sh | 4 ++++
 1 file changed, 4 insertions(+)

2014-03-29 20:22:04 +0200 [8256570] Elan Ruusamäe <glen/at/delfi.ee>

	* update to 0.4.11

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2014-03-28 00:57:00 +0200 [5a873f5] Elan Ruusamäe <glen/at/delfi.ee>

	* handle only firmware add requests

 firmware-loader.sh | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

2014-03-28 00:56:00 +0200 [caec3c4] Elan Ruusamäe <glen/at/delfi.ee>

	* log to kmsg, as syslog is not available early to notice the errors

 firmware-loader.sh | 26 +++++++++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)

2014-03-27 23:26:49 +0200 [e92fa90] Elan Ruusamäe <glen/at/delfi.ee>

	* cosmetic

 firmware-loader.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2014-03-20 21:53:19 +0200 [214c7ce] Elan Ruusamäe <glen/at/delfi.ee>

	* 0.4.10 release preparations

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2014-03-20 21:40:54 +0200 [a066828] Elan Ruusamäe <glen/at/delfi.ee>

	* release notes: should pull latest changes of course :)

 DEVELOPMENT | 2 ++
 1 file changed, 2 insertions(+)

2014-03-20 19:18:35 +0100 [5f38903] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Uh, for readability sake leave else and drop exit.

 rc.d/init.d/network | 2 --
 1 file changed, 2 deletions(-)

2014-03-20 19:13:52 +0100 [61bf3b6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add additional vs isolation net detection method using /proc/self/ninfo (available for example on 3.13 kernel).

 lib/functions | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

2014-03-20 19:09:58 +0100 [3a61868] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Really fake network start if VSERVER_ISOLATION_NET is set.

 rc.d/init.d/network | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2014-03-02 10:18:22 +0000 [c45824b] Elan Ruusamäe <glen/at/delfi.ee>

	* fix ssd usage

 lib/functions | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2014-03-02 10:05:39 +0000 [9ecaca5] Elan Ruusamäe <glen/at/delfi.ee>

	* daemon ssd mode: always setsid, so programs that properly don't daemonize get detached from terminal

 lib/functions | 6 ++++++
 1 file changed, 6 insertions(+)

2014-03-02 10:05:01 +0000 [b27454e] Elan Ruusamäe <glen/at/delfi.ee>

	* daemon ssd mode: keep consistent "$@"

 lib/functions | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2014-03-02 02:40:52 +0200 [289e298] Elan Ruusamäe <glen/at/delfi.ee>

	* daemon: always close stdin, avoids weird program deaths; redirect stdin "in", not "out"

 lib/functions | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2014-03-02 00:06:04 +0200 [ab907cc] Elan Ruusamäe <glen/at/delfi.ee>

	* service: --status-all: recognize systemd, more verbose output

 service | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

2014-01-18 01:09:19 +0200 [a273d96] Elan Ruusamäe <glen/at/delfi.ee>

	* mdadm: accept "DEVICE partitions" as indication to start mdadm

 rc.d/rc.sysinit | 38 ++++++++++++++++++++++++--------------
 1 file changed, 24 insertions(+), 14 deletions(-)

2014-01-18 00:10:53 +0200 [3071380] Elan Ruusamäe <glen/at/delfi.ee>

	* simplify & readability

 rc.d/rc.sysinit | 61 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

2013-12-30 17:59:02 +0200 [220ee5a] Elan Ruusamäe <glen/at/delfi.ee>

	* Merge branch 'lxc'

2013-12-20 14:58:01 +0100 [adfbd74] Jacek Konieczny <j.konieczny/at/eggsoft.pl>

	* sysconfig/i18n: C.UTF-8 locale added

 sysconfig/i18n | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-12-20 14:57:09 +0100 [dfca8ce] Jacek Konieczny <j.konieczny/at/eggsoft.pl>

	* sysconfig/i18n: single SUPPORTED_LOCALES is enough

 sysconfig/i18n | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

2013-11-20 12:24:43 +0200 [8b97246] Elan Ruusamäe <glen/at/delfi.ee>

	* filter_ns: always add dead processes

 lib/functions | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

2013-11-20 12:18:01 +0200 [1c1b41b] Elan Ruusamäe <glen/at/delfi.ee>

	* filter_chroot: filter also by pid namespace

 lib/functions | 33 ++++++++++++++++++++++++++++++---
 1 file changed, 30 insertions(+), 3 deletions(-)

2013-11-18 23:16:50 +0200 [8fe77b0] Elan Ruusamäe <glen/at/delfi.ee>

	* make lxc behave same as vserver

 rc.d/init.d/netfs | 2 +-
 rc.d/rc.sysinit   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

2013-11-05 00:40:39 +0200 [8fab058] Elan Ruusamäe <glen/at/delfi.ee>

	* drop po/rc-scripts.pot from git, autogenerated by make dist

 .gitignore        |   1 +
 po/rc-scripts.pot | 878 ------------------------------------------------------
 2 files changed, 1 insertion(+), 878 deletions(-)

2013-11-11 17:40:43 +0100 [6c76c68] Kacper Kornet <draenog/at/pld-linux.org>

	* fix tag pushing in make-tag.sh

 make-tag.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-11-11 12:36:00 +0100 [10595cb] Jan Rękorajski <baggins/at/pld-linux.org>

	* Version 0.4.9

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-11-11 12:00:52 +0100 [2afd725] Jan Rękorajski <baggins/at/pld-linux.org>

	* Drop support for utmpx/wtmpx

 rc.d/init.d/sys-chroots | 21 +++++++++++----------
 rc.d/rc.sysinit         | 21 +++++++++++----------
 sysconfig/system        |  3 ---
 3 files changed, 22 insertions(+), 23 deletions(-)

2013-11-05 00:11:29 +0200 [50fc0c7] Elan Ruusamäe <glen/at/delfi.ee>

	* up to 0.4.8

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-11-03 01:35:38 +0000 [ad3efc9] Kacper Kornet <draenog/at/pld-linux.org>

	* remove $Id$ lines

 AUTHORS                                              | 3 ---
 DEVELOPMENT                                          | 1 -
 INSTALL                                              | 2 --
 Makefile.am                                          | 1 -
 NEWS                                                 | 3 ---
 README                                               | 2 --
 TODO                                                 | 2 --
 autogen.sh                                           | 1 -
 configure.ac                                         | 1 -
 doc/net-scripts.txt                                  | 2 --
 doc/sysconfig.txt                                    | 2 --
 doc/sysvinitfiles                                    | 1 -
 doc/template.init                                    | 1 -
 hwprofile                                            | 1 -
 inittab                                              | 1 -
 isapnp/Makefile.am                                   | 1 -
 isapnp/isapnp-kernel.conf                            | 1 -
 lang.csh                                             | 1 -
 lang.sh                                              | 1 -
 lib/functions                                        | 1 -
 lib/functions.network                                | 1 -
 lib/ifdown                                           | 1 -
 lib/ifdown-br                                        | 1 -
 lib/ifdown-irda                                      | 1 -
 lib/ifdown-post                                      | 1 -
 lib/ifdown-ppp                                       | 1 -
 lib/ifdown-sl                                        | 1 -
 lib/ifdown-vlan                                      | 1 -
 lib/ifup                                             | 1 -
 lib/ifup-aliases                                     | 1 -
 lib/ifup-br                                          | 1 -
 lib/ifup-ipx                                         | 1 -
 lib/ifup-irda                                        | 1 -
 lib/ifup-iucv                                        | 1 -
 lib/ifup-neigh                                       | 1 -
 lib/ifup-plip                                        | 1 -
 lib/ifup-plusb                                       | 1 -
 lib/ifup-post                                        | 1 -
 lib/ifup-ppp                                         | 1 -
 lib/ifup-routes                                      | 1 -
 lib/ifup-sl                                          | 1 -
 lib/ifup-vlan                                        | 1 -
 lib/tnldown                                          | 1 -
 lib/tnlup                                            | 1 -
 modules                                              | 1 -
 modules.preudev                                      | 1 -
 po/de.po                                             | 1 -
 po/makepot.pl                                        | 1 -
 po/pl.po                                             | 1 -
 ppp/auth-down                                        | 1 -
 ppp/auth-up                                          | 1 -
 ppp/ip-down                                          | 1 -
 ppp/ip-down.d/logger                                 | 1 -
 ppp/ip-up                                            | 1 -
 ppp/ip-up.d/logger                                   | 1 -
 ppp/ipx-down                                         | 1 -
 ppp/ipx-up                                           | 1 -
 rc.d/init.d/allowlogin                               | 1 -
 rc.d/init.d/cpusets                                  | 1 -
 rc.d/init.d/killall                                  | 1 -
 rc.d/init.d/local                                    | 1 -
 rc.d/init.d/network                                  | 1 -
 rc.d/init.d/random                                   | 1 -
 rc.d/init.d/single                                   | 1 -
 rc.d/rc                                              | 1 -
 rc.d/rc.init                                         | 1 -
 rc.d/rc.local                                        | 1 -
 rc.d/rc.shutdown                                     | 1 -
 rc.d/rc.sysinit                                      | 1 -
 setsysfont                                           | 1 -
 sysconfig/i18n                                       | 1 -
 sysconfig/interfaces/data/chat-ppp0.callback         | 1 -
 sysconfig/interfaces/data/chat-ppp0.leased1          | 1 -
 sysconfig/interfaces/data/chat-ppp0.tpsa             | 1 -
 sysconfig/interfaces/down.d/ppp/logger               | 1 -
 sysconfig/interfaces/ifcfg-bond0                     | 1 -
 sysconfig/interfaces/ifcfg-br0                       | 1 -
 sysconfig/interfaces/ifcfg-description               | 1 -
 sysconfig/interfaces/ifcfg-eth0                      | 1 -
 sysconfig/interfaces/ifcfg-eth0.1                    | 1 -
 sysconfig/interfaces/ifcfg-irda0                     | 1 -
 sysconfig/interfaces/ifcfg-irlan0                    | 1 -
 sysconfig/interfaces/ifcfg-ppp0.callback             | 1 -
 sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada  | 1 -
 sysconfig/interfaces/ifcfg-ppp0.gprs-idea            | 1 -
 sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile      | 1 -
 sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm         | 1 -
 sysconfig/interfaces/ifcfg-ppp0.kou                  | 1 -
 sysconfig/interfaces/ifcfg-ppp0.leased1              | 1 -
 sysconfig/interfaces/ifcfg-ppp0.leased2              | 1 -
 sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada | 1 -
 sysconfig/interfaces/ifcfg-ppp0.tpsa                 | 1 -
 sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada     | 1 -
 sysconfig/interfaces/ifcfg-sl0                       | 1 -
 sysconfig/interfaces/tnlcfg-description              | 1 -
 sysconfig/interfaces/up.d/ppp/logger                 | 1 -
 sysconfig/network                                    | 1 -
 sysconfig/system                                     | 1 -
 98 files changed, 107 deletions(-)

2013-11-02 23:50:32 +0100 [73b9ea2] Kacper Kornet <draenog/at/pld-linux.org>

	* update release instructions to git

 DEVELOPMENT | 2 --
 1 file changed, 2 deletions(-)

2013-11-02 23:48:06 +0100 [04d62a7] Kacper Kornet <draenog/at/pld-linux.org>

	* update make-tag.sh to git

 make-tag.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

2013-11-02 23:00:15 +0100 [e35bac7] Kacper Kornet <draenog/at/pld-linux.org>

	* autogen.sh: always generate ChangeLog

 autogen.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2013-11-02 23:03:18 +0100 [155c121] Kacper Kornet <draenog/at/pld-linux.org>

	* .gitignore: fix typo in ChangeLog file name

 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-11-02 22:46:56 +0100 [2514571] Kacper Kornet <draenog/at/pld-linux.org>

	* don't track ChangeLog

 .gitignore |    1 +
 ChangeLog  | 9372 ------------------------------------------------------------
 2 files changed, 1 insertion(+), 9372 deletions(-)

2013-11-02 22:23:13 +0100 [78fe160] Kacper Kornet <draenog/at/pld-linux.org>

	* new script to generate ChangeLog from git repository

 changelog.sh | 41 ++---------------------------------------
 1 file changed, 2 insertions(+), 39 deletions(-)

2013-11-02 23:25:58 +0200 [2a5ea95] Elan Ruusamäe <glen/at/delfi.ee>

	* more ignores

 .gitignore | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

2013-11-02 23:21:13 +0200 [a9cf954] Elan Ruusamäe <glen/at/delfi.ee>

	* fix call to autoheader

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-11-02 23:18:57 +0200 [2c0768f] Elan Ruusamäe <glen/at/delfi.ee>

	* update vim ignores

 .gitignore | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

2013-11-02 23:15:37 +0200 [2f6fa78] Elan Ruusamäe <glen/at/delfi.ee>

	* update gitgnore from github

 .gitignore | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

2013-11-02 23:14:00 +0200 [fceabee] Elan Ruusamäe <glen/at/delfi.ee>

	* ignore compile (from automake)

 .gitignore | 1 +
 1 file changed, 1 insertion(+)

2013-11-02 22:55:37 +0200 [060bf38] Elan Ruusamäe <glen/at/delfi.ee>

	* add .gitignore from svn:ignore

 .gitignore | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

2013-10-26 20:15:53 +0000 [bf15f59] Elan Ruusamäe <glen/at/pld-linux.org>

	* run-parts: handle patterns like we did in pld

 man/run-parts.8 |  2 +-
 src/run-parts.c | 20 ++++++++++++++------
 2 files changed, 15 insertions(+), 7 deletions(-)

2013-10-20 10:49:37 +0000 [8e49279] Elan Ruusamäe <glen/at/pld-linux.org>

	* set DHCP_HOSTNAME only basename, domain part is filled by dhcp server

 lib/ifup | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2013-10-18 16:35:25 +0000 [e1e5b69] Elan Ruusamäe <glen/at/pld-linux.org>

	* use AM_CPPFLAGS instead of INCLUDES

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-10-18 16:32:33 +0000 [868bbbe] Elan Ruusamäe <glen/at/pld-linux.org>

	* add run-parts from debianutils 4.4

 Makefile.am               |   2 +-
 configure.ac              |   2 +-
 man/Makefile.am           |   1 +
 man/run-parts.8           | 130 ++++++++++
 run-parts => run-parts.sh |   0
 src/Makefile.am           |   3 +
 src/run-parts.c           | 647 ++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 783 insertions(+), 2 deletions(-)

2013-09-01 21:46:44 +0000 [6de551d] Elan Ruusamäe <glen/at/pld-linux.org>

	* tabs

 rc.d/init.d/cpusets | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2013-09-01 21:46:38 +0000 [7424147] Elan Ruusamäe <glen/at/pld-linux.org>

	* localize $cmdline in parse_cmdnline

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-09-01 20:56:01 +0000 [872f403] Elan Ruusamäe <glen/at/pld-linux.org>

	* update functions relative location

 t/status-pidfile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-09-01 20:37:23 +0000 [e5a07e2] Elan Ruusamäe <glen/at/pld-linux.org>

	* release 0.4.7

 ChangeLog    | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 configure.ac |   2 +-
 2 files changed, 171 insertions(+), 3 deletions(-)

2013-08-19 11:13:25 +0000 [412a1ca] Kacper Kornet <draenog/at/pld-linux.org>

	* increase timeout for link up

 lib/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-07-27 10:55:41 +0000 [1b9009e] Elan Ruusamäe <glen/at/pld-linux.org>

	* fix pdksh incompatibility of ok/fail printing

 lib/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2013-07-17 20:52:15 +0000 [1cb6fa2] Elan Ruusamäe <glen/at/pld-linux.org>

	* add apply_sysctl() to load sysctl parameters

 lib/functions       | 23 +++++++++++++++++++++++
 rc.d/init.d/network |  6 ++++++
 rc.d/rc.sysinit     |  9 ++++-----
 sysctl.conf         |  4 ----
 4 files changed, 33 insertions(+), 9 deletions(-)

2013-06-11 22:19:50 +0000 [7673bb8] Elan Ruusamäe <glen/at/pld-linux.org>

	* modprobe cache: cache only wanted params

 rc.d/rc.sysinit | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2013-06-11 22:19:05 +0000 [fb92388] Elan Ruusamäe <glen/at/pld-linux.org>

	* handle kmod translating `-` to `_`

 rc.d/rc.sysinit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2013-06-11 22:17:33 +0000 [764ef71] Elan Ruusamäe <glen/at/pld-linux.org>

	* unify modprobe alias lookups

 rc.d/rc.sysinit | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2013-06-01 08:09:33 +0000 [2120b2f] Elan Ruusamäe <glen/at/pld-linux.org>

	* update comment to match code for stuffed statements in meanwhile

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2013-06-01 07:59:08 +0000 [554bf77] Elan Ruusamäe <glen/at/pld-linux.org>

	* eval halt makes no sense, added in r574 doesn't give any clue either

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2013-05-31 13:11:22 +0000 [927ff83] Elan Ruusamäe <glen/at/pld-linux.org>

	* add autologin sample

 inittab | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2013-05-30 23:48:45 +0000 [621ad64] Elan Ruusamäe <glen/at/pld-linux.org>

	* grep fixed strings where appropriate

 lib/functions.network | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

2013-05-30 23:30:05 +0000 [994557f] Elan Ruusamäe <glen/at/pld-linux.org>

	* move kernel.panic to sysconfig, deprecating PANIC_REBOOT_TIME

 rc.d/rc.sysinit  |  2 +-
 sysconfig/system |  4 ----
 sysctl.conf      | 10 +++++++---
 3 files changed, 8 insertions(+), 8 deletions(-)

2013-05-30 23:26:01 +0000 [67e858f] Elan Ruusamäe <glen/at/pld-linux.org>

	* use sysctl -q instead of /dev/null redirections

 rc.d/rc.sysinit | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2013-05-30 23:16:37 +0000 [0b86993] Elan Ruusamäe <glen/at/pld-linux.org>

	* /sys is likely already mounted, fgrep /proc/filesystems

 rc.d/rc.sysinit | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

2013-05-30 23:01:09 +0000 [5c898fe] Elan Ruusamäe <glen/at/pld-linux.org>

	* move hwprofiles enable/disable option to sysconfig/system

 rc.d/rc.sysinit  | 2 +-
 sysconfig/hwprof | 3 ---
 sysconfig/system | 3 +++
 3 files changed, 4 insertions(+), 4 deletions(-)

2013-05-30 22:55:48 +0000 [4bee71b] Elan Ruusamäe <glen/at/pld-linux.org>

	* fix typo

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-05-30 22:48:05 +0000 [cd759e1] Elan Ruusamäe <glen/at/pld-linux.org>

	* move $SELINUX variable setup to function

 rc.d/rc.sysinit  | 57 ++++++++++++++++++++++++++++++++++++--------------------
 sysconfig/system |  4 ++++
 2 files changed, 41 insertions(+), 20 deletions(-)

2013-05-30 21:55:33 +0000 [0d68a70] Elan Ruusamäe <glen/at/pld-linux.org>

	* revert r12677

 lib/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2013-05-30 21:49:37 +0000 [09b1369] Elan Ruusamäe <glen/at/pld-linux.org>

	* move mdadm and lvm init to functions for better maintainability

 rc.d/rc.sysinit  | 166 +++++++++++++++++++++++++++++++------------------------
 sysconfig/system |   4 ++
 2 files changed, 98 insertions(+), 72 deletions(-)

2013-05-30 20:44:04 +0000 [b527e2b] Elan Ruusamäe <glen/at/pld-linux.org>

	* drop raidutils (raidstart, /etc/raidtab) support. our geninitrd doesn't support it for long time already

 rc.d/rc.shutdown | 18 ------------------
 rc.d/rc.sysinit  | 41 +----------------------------------------
 2 files changed, 1 insertion(+), 58 deletions(-)

2013-05-30 20:40:02 +0000 [9f2e06a] Elan Ruusamäe <glen/at/pld-linux.org>

	* rename option to RC_UPTIME and add to default config

 lib/functions    | 2 +-
 sysconfig/system | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

2013-05-30 20:31:19 +0000 [96ee73c] Elan Ruusamäe <glen/at/pld-linux.org>

	* dhclient seems to be faster than dhcpcd, so prefer it if both present

 lib/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2013-05-30 20:30:12 +0000 [cf36055] Elan Ruusamäe <glen/at/pld-linux.org>

	* syncing hardware clock to system time on shutdown

 rc.d/rc.shutdown | 4 ++++
 1 file changed, 4 insertions(+)

2013-05-30 20:05:51 +0000 [848d08f] Elan Ruusamäe <glen/at/pld-linux.org>

	* rc.sysinit: check upstart var before binary check

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-05-30 20:04:30 +0000 [b5dc86c] Elan Ruusamäe <glen/at/pld-linux.org>

	* add RC_BOOTTIME option to include uptime counter to all show messages

 lib/functions | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

2013-05-30 19:52:47 +0000 [069c890] Elan Ruusamäe <glen/at/pld-linux.org>

	* rc.sysinit: add repair_shell moving common code to single place instead of copycat

 rc.d/rc.sysinit | 91 ++++++++++++++++++---------------------------------------
 1 file changed, 29 insertions(+), 62 deletions(-)

2013-05-30 19:31:02 +0000 [d1383e5] Elan Ruusamäe <glen/at/pld-linux.org>

	* rc.sysinit: allow disabling dmraid

 rc.d/rc.sysinit  | 2 +-
 sysconfig/system | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

2013-05-30 19:29:15 +0000 [e7423cf] Elan Ruusamäe <glen/at/pld-linux.org>

	* rc.sysinit: check vars first, allow disable multipath from kernel cmdline

 rc.d/rc.sysinit | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

2013-05-30 19:23:08 +0000 [241bbd0] Elan Ruusamäe <glen/at/pld-linux.org>

	* rc.sysinit: do not run evms code if not enabled

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-05-30 19:20:13 +0000 [299f2fe] Elan Ruusamäe <glen/at/pld-linux.org>

	* check vars first before checking fs objects

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-05-30 18:23:49 +0000 [07e4dd1] Elan Ruusamäe <glen/at/pld-linux.org>

	* turn off by default RUN_USERPNP and RUN_KERNELPNP

 rc.d/rc.sysinit  | 6 +++---
 sysconfig/system | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

2013-05-30 18:09:23 +0000 [236aa13] Elan Ruusamäe <glen/at/pld-linux.org>

	* rc.sysinit: move /proc/cmdline parsing to single function

 rc.d/rc.sysinit | 74 +++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 51 insertions(+), 23 deletions(-)

2013-05-30 17:56:52 +0000 [e82c451] Elan Ruusamäe <glen/at/pld-linux.org>

	* rc.sysinit: make sure /proc is mounted first

 rc.d/rc.sysinit | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2013-05-30 17:41:22 +0000 [dbb15f8] Elan Ruusamäe <glen/at/pld-linux.org>

	* rc.sysinit: unify modprobe calls

 rc.d/rc.sysinit | 58 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

2013-05-30 17:36:17 +0000 [5d68f1b] Elan Ruusamäe <glen/at/pld-linux.org>

	* rc.sysinit: cache multiple modprobe -c calls

 rc.d/rc.sysinit | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

2013-05-30 17:33:11 +0000 [614dceb] Elan Ruusamäe <glen/at/pld-linux.org>

	* check things first that do not involve fs; use grep -F where regexp match not needed

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2013-05-26 19:20:46 +0000 [e99ccdf] Elan Ruusamäe <glen/at/pld-linux.org>

	* do not use `:>` which aborts whole script on error

 rc.d/init.d/sys-chroots |  8 ++++----
 rc.d/rc.sysinit         | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

2013-05-22 18:51:10 +0000 [5063529] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Protect hardlinks and symlinks.

 sysctl.conf | 5 +++++
 1 file changed, 5 insertions(+)

2013-05-15 21:07:13 +0000 [7f92567] Elan Ruusamäe <glen/at/pld-linux.org>

	* up to 0.4.6

 ChangeLog    | 28 ++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 29 insertions(+), 1 deletion(-)

2013-05-15 21:04:38 +0000 [6082250] Elan Ruusamäe <glen/at/pld-linux.org>

	* make update-po

 po/de.po | 395 +++++++++++++++++++++++++++++++--------------------------------
 po/pl.po | 395 +++++++++++++++++++++++++++++++--------------------------------
 2 files changed, 394 insertions(+), 396 deletions(-)

2013-04-09 22:07:23 +0000 [1613208] Elan Ruusamäe <glen/at/pld-linux.org>

	* Fedora compat: fix echo_success and echo_failure formatting

 lib/functions | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

2013-04-09 21:48:11 +0000 [4fef8be] Elan Ruusamäe <glen/at/pld-linux.org>

	* RedHat/Fedora compatibility

 lib/functions | 6 ++++++
 1 file changed, 6 insertions(+)

2013-04-09 21:45:33 +0000 [bd47641] Elan Ruusamäe <glen/at/pld-linux.org>

	* revert [12647] it was correct before that

 lib/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-04-09 21:41:56 +0000 [9671c12] Elan Ruusamäe <glen/at/pld-linux.org>

	* do not reset RC_LOGGING when IN_SHUTDOWN is not set

 lib/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-04-03 08:51:25 +0000 [b2922b0] Elan Ruusamäe <glen/at/pld-linux.org>

	* improve fedora compatibility:

 lib/functions | 29 +++++++++++++++++++++--------
 1 file changed, 21 insertions(+), 8 deletions(-)

2013-03-18 08:26:05 +0000 [b30f804] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Release 0.4.5.5.

 ChangeLog | 1527 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 822 insertions(+), 705 deletions(-)

2013-03-18 08:25:16 +0000 [17cf705] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Release 0.4.5.5.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-03-09 23:12:19 +0000 [42801b4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* AM_CONFIG_HEADER is obsolete.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-03-09 23:09:07 +0000 [dfb009d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* usbfs is deprecated for some time.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2013-02-11 22:23:36 +0000 [6bd4314] Elan Ruusamäe <glen/at/pld-linux.org>

	* avoid loading /etc/modules contents twice (modules-load.d/modules.conf is symlink to that)

 rc.d/rc.sysinit | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2013-02-06 16:22:05 +0000 [da904aa] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - clarified (LANG is also whole locale code; LANGUAGE not LINGUAS is used at runtime)

 doc/sysconfig.txt | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

2013-02-06 15:35:41 +0000 [27b0a3b] Elan Ruusamäe <glen/at/pld-linux.org>

	* more complete update for NM skipping. improves [12481] and [12616]

 rc.d/init.d/network | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

2013-02-06 15:32:27 +0000 [61f5a54] Elan Ruusamäe <glen/at/pld-linux.org>

	* note that lang.csh is broken

 lang.csh | 3 +++
 1 file changed, 3 insertions(+)

2013-02-06 15:27:36 +0000 [9d49fb8] Elan Ruusamäe <glen/at/pld-linux.org>

	* more specific language code specification

 doc/sysconfig.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2013-02-05 15:04:58 +0000 [18f291c] Elan Ruusamäe <glen/at/pld-linux.org>

	* ignore ifcfg-* files which have no DEVICE line present, i.e WiFi networks generated by NM

 rc.d/init.d/network | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2013-01-09 08:48:49 +0000 [79955f8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Store raw dmesg format, so few dmesg features can be used (like -T) when reading from this file.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2012-12-17 07:39:46 +0000 [be9de61] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* ethtool example.

 sysconfig/interfaces/ifcfg-eth0 | 3 +++
 1 file changed, 3 insertions(+)

2012-12-13 17:17:53 +0000 [50fb312] Jacek Konieczny <jajcus/at/pld-linux.org>

	* SYSCTLDEVICE definition moved when ${DEVICE} is known

 lib/ifup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2012-12-05 20:54:15 +0000 [6154a5c] Elan Ruusamäe <glen/at/pld-linux.org>

	* killproc: improve experimental start-stop-daemon based killing.

 lib/functions | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

2012-11-24 12:34:31 +0000 [9f6e3ec] Elan Ruusamäe <glen/at/pld-linux.org>

	* unset locale when using a-z patterns

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2012-11-23 16:44:43 +0000 [8d0f23d] Elan Ruusamäe <glen/at/pld-linux.org>

	* remove not needed subshell

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2012-10-21 15:14:56 +0000 [81ea6e4] Elan Ruusamäe <glen/at/pld-linux.org>

	* service: systemd wrapper default output cat

 service | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2012-10-06 16:33:59 +0000 [00f5d89] Tomasz Pala <gotar/at/pld-linux.org>

	* - 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.

 lib/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2012-06-20 13:23:48 +0000 [f6a3c40] Adam Osuchowski <adwol/at/pld-linux.org>

	* - extra sysctl right after mounting /proc

 rc.d/rc.sysinit | 3 +++
 1 file changed, 3 insertions(+)

2012-05-21 11:01:24 +0000 [f42edf6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't start udev or fsck / when running inside LXC container

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2012-05-20 08:35:04 +0000 [20be05d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fix sysctl setting for interfaces with dot in name, patch by Adam Osuchowski <adwol>

 lib/ifup | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2012-04-20 09:47:21 +0000 [0eca96e] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - just warn about disabled master interface, don't silently disable vlans

 lib/ifup-vlan | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

2012-04-18 06:29:11 +0000 [e7e98ef] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Start ip rules prio from 10000 and increment (not decrement) by 5.

 lib/functions.network | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2012-04-17 15:33:48 +0000 [a2058bd] Elan Ruusamäe <glen/at/pld-linux.org>

	* bonding sample

 sysconfig/interfaces/ifcfg-bond0 | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

2012-04-03 20:25:28 +0000 [4ca37ca] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated

 ChangeLog | 1755 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 913 insertions(+), 842 deletions(-)

2012-04-03 20:24:52 +0000 [7dd01bf] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 0.4.5.4

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2012-04-03 20:21:54 +0000 [f6c13fa] Jan Rękorajski <baggins/at/pld-linux.org>

	* - add uninstall-hook, don't we just love autocrap crapiness?

 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

2012-04-03 19:30:32 +0000 [8b8343d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - provide stdin for the daemons that just must have it,   but stupid ksh closes it on them (for example acpid)

 lib/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2012-03-29 07:04:31 +0000 [a90039d] Elan Ruusamäe <glen/at/pld-linux.org>

	* clean /tmp if it is not on tmpfs

 rc.d/rc.sysinit | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2012-03-28 21:33:34 +0000 [b075e23] Elan Ruusamäe <glen/at/pld-linux.org>

	* use is_empty_file function on /etc/mactab

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2012-03-21 15:53:04 +0000 [8f1fe6a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Mount /proc based on fstab first and if that fails fallback to hardcoded values.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2012-03-18 12:11:13 +0000 [96da5b2] Elan Ruusamäe <glen/at/pld-linux.org>

	* warn about systemd, besides keeping ssh env should came from lang.sh

 sysconfig/i18n | 3 +++
 1 file changed, 3 insertions(+)

2012-03-17 09:32:55 +0000 [0c5d56c] Elan Ruusamäe <glen/at/pld-linux.org>

	* as we are redirecting to systemd, detect when systemd redirects back due /sbinservice in .service file

 service | 8 ++++++++
 1 file changed, 8 insertions(+)

2012-03-17 09:14:15 +0000 [cb7c8b9] Elan Ruusamäe <glen/at/pld-linux.org>

	* validate systemd command, before sending it to systemd, to keep "service lighttpd configtest" on working

 service | 41 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 38 insertions(+), 3 deletions(-)

2012-03-17 08:39:11 +0000 [8e9e592] Elan Ruusamäe <glen/at/pld-linux.org>

	* - detect if service is in systemd (if LoadError means it's not present in systemd) - add --no-systemd option to override detect

 service | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

2012-03-04 21:49:24 +0000 [2a79215] Elan Ruusamäe <glen/at/pld-linux.org>

	* fix message printing; pass anything to systemd if it is up (status is valid action too)

 service | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2012-03-04 20:47:37 +0000 [75ca301] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Tabs are used here.

 service | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

2012-03-04 20:36:36 +0000 [aa57b7e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* systemd takes preference if it is booted/active.

 service | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2012-03-04 20:12:02 +0000 [3741c52] Jan Rękorajski <baggins/at/pld-linux.org>

	* - load kernel modules specified in /etc/modules-load.d/ configs (systemd compat)

 rc.d/rc.sysinit | 4 ++++
 1 file changed, 4 insertions(+)

2012-03-03 20:35:58 +0000 [9871d9b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - systemd bits

 service | 11 +++++++++++
 1 file changed, 11 insertions(+)

2012-02-19 18:33:15 +0000 [2d951c6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - skip interfaces configured by NetworkManager, by cactus/at/pld-linux.org

 rc.d/init.d/network | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

2012-02-19 18:25:00 +0000 [a2ee752] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated

 ChangeLog | 1759 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 905 insertions(+), 854 deletions(-)

2012-02-19 18:23:43 +0000 [9bf95f3] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 0.4.5.3

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2012-02-19 18:11:39 +0000 [1cf0bc6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - devtmpfs is madatory for udev >= 176

 rc.d/rc.sysinit | 4 ++++
 1 file changed, 4 insertions(+)

2012-02-03 19:23:29 +0000 [8260217] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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.

 lib/functions.network | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

2012-01-25 14:40:30 +0000 [df2868f] Kacper Kornet <draenog/at/pld-linux.org>

	* - fix bashism in previous commit

 lib/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2012-01-25 14:28:06 +0000 [af8469f] Kacper Kornet <draenog/at/pld-linux.org>

	* - fix daemon --user --fork as they conflicted with each other

 lib/functions | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

2012-01-13 13:32:11 +0000 [9e90b31] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 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

 rc.d/init.d/network | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

2011-12-16 08:47:24 +0000 [4897df7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* vgscan/vgmknodes/vgdisplay don't support --sysinit option. Back to ignorelocking for these.

 rc.d/rc.sysinit | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

2011-12-15 18:17:23 +0000 [f07ea36] Elan Ruusamäe <glen/at/pld-linux.org>

	* nicely stop, without error

 init/allowlogin.conf  | 2 +-
 init/cpusets.conf     | 2 +-
 init/sys-chroots.conf | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

2011-12-14 17:15:48 +0000 [667e4dd] Elan Ruusamäe <glen/at/pld-linux.org>

	* - ksh did not like doble minus ("+5--10"), needs spaces ("+5 - -10") to process correctly

 lib/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-12-14 11:33:25 +0000 [4963b27] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 0.4.5.2

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-12-14 11:26:59 +0000 [2d615fc] Elan Ruusamäe <glen/at/pld-linux.org>

	* update

 ChangeLog | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 127 insertions(+), 3 deletions(-)

2011-12-14 11:26:05 +0000 [61900a8] Elan Ruusamäe <glen/at/pld-linux.org>

	* - be sure users file is up to date

 changelog.sh | 6 ++++++
 1 file changed, 6 insertions(+)

2011-12-14 07:59:57 +0000 [4fb0195] Elan Ruusamäe <glen/at/pld-linux.org>

	* doc bits

 init/local.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2011-12-12 10:38:51 +0000 [ab94cba] Elan Ruusamäe <glen/at/pld-linux.org>

	* daemon(): make nice level absolute, not to be dependant of nice level of shell where service started.

 lib/functions | 4 ++++
 1 file changed, 4 insertions(+)

2011-12-09 21:25:33 +0000 [a2372c5] Tomasz Pala <gotar/at/pld-linux.org>

	* - systemd support: export partial jobs, leave ifup/ifdown to separate services

 rc.d/init.d/network | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

2011-12-04 14:36:02 +0000 [01d7925] Artur Frysiak <artur/at/frysiak.net>

	* Drop fstab-decode man page

 man/Makefile.am    |  1 -
 man/fstab-decode.8 | 45 ---------------------------------------------
 2 files changed, 46 deletions(-)

2011-12-04 02:42:55 +0000 [dec42e6] Artur Frysiak <artur/at/frysiak.net>

	* fstab-decode is part of SysVinit-tools

 src/Makefile.am    |  3 --
 src/fstab-decode.c | 86 ------------------------------------------------------
 2 files changed, 89 deletions(-)

2011-11-29 18:05:03 +0000 [50a582d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't mount devpts again.

 rc.d/init.d/netfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-11-28 19:47:19 +0000 [bdb9cdd] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Make forced mounts quiet in case /etc/mtab is symlink to /proc/self/mounts.

 rc.d/rc.sysinit | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2011-11-15 21:38:14 +0000 [1d355a4] Elan Ruusamäe <glen/at/pld-linux.org>

	* spelling typo

 sysconfig/system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-11-01 14:01:52 +0000 [87863ce] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo

 modules.preudev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-11-01 13:39:27 +0000 [312dab1] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fix LVM2 check logic

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-10-31 19:52:10 +0000 [02990ee] Jan Rękorajski <baggins/at/pld-linux.org>

	* - set props

 modules.preudev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-10-31 19:30:04 +0000 [a37cb06] Jan Rękorajski <baggins/at/pld-linux.org>

	* - give some info what's going on when loading modules

 rc.d/rc.sysinit | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2011-10-31 19:26:56 +0000 [f1013e4] Jan Rękorajski <baggins/at/pld-linux.org>

	* - example file

 modules.preudev | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

2011-10-31 19:19:37 +0000 [de2057b] Jan Rękorajski <baggins/at/pld-linux.org>

	* - give admin the ability to load some kernel modules before udev kicks in

 rc.d/rc.sysinit | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2011-10-31 19:12:15 +0000 [9ae2b87] Jan Rękorajski <baggins/at/pld-linux.org>

	* - give user ability to disable linux multipath drivers and daemons

 rc.d/rc.sysinit  | 2 +-
 sysconfig/system | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

2011-10-31 18:53:15 +0000 [0bf0a92] Jan Rękorajski <baggins/at/pld-linux.org>

	* - functions are in /lib/rc-scripts

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-10-23 19:26:51 +0000 [5c62cff] Elan Ruusamäe <glen/at/pld-linux.org>

	* load /etc/modules in upstart

 init/Makefile.am  |  3 ++-
 init/modules.conf | 38 ++++++++++++++++++++++++++++++++++++++
 rc.d/rc.sysinit   |  4 +++-
 3 files changed, 43 insertions(+), 2 deletions(-)

2011-10-23 19:25:20 +0000 [413ed86] Elan Ruusamäe <glen/at/pld-linux.org>

	* emit shutdown events

 rc.d/rc.shutdown | 4 ++++
 1 file changed, 4 insertions(+)

2011-10-23 11:21:22 +0000 [fc1fd16] Elan Ruusamäe <glen/at/pld-linux.org>

	* respect RUN_SULOGIN_ON_ERR from /etc/sysconfig/system

 init/rcS-sulogin.conf | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

2011-10-10 07:49:45 +0000 [d15bc3f] Elan Ruusamäe <glen/at/pld-linux.org>

	* upstart compatible is service up todo

 TODO | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

2011-10-10 07:49:32 +0000 [3a1d9de] Elan Ruusamäe <glen/at/pld-linux.org>

	* shutdown started/starting upstart event doc

 doc/upstart.txt | 2 ++
 1 file changed, 2 insertions(+)

2011-10-09 22:58:04 +0000 [450df86] Elan Ruusamäe <glen/at/pld-linux.org>

	* point out the parameters use fact

 modules | 3 +++
 1 file changed, 3 insertions(+)

2011-10-09 18:57:49 +0000 [e995eca] Elan Ruusamäe <glen/at/pld-linux.org>

	* emit shutdown starting/started event

 rc.d/rc.shutdown | 2 ++
 1 file changed, 2 insertions(+)

2011-10-09 18:14:39 +0000 [30a9146] Elan Ruusamäe <glen/at/pld-linux.org>

	* let "network" emit network starting/stopping/started/stopped events as well

 doc/upstart.txt     | 6 ++++++
 init/rc.conf        | 9 +++++----
 rc.d/init.d/network | 9 +++++++++
 3 files changed, 20 insertions(+), 4 deletions(-)

2011-10-09 17:35:25 +0000 [3b2adaf] Elan Ruusamäe <glen/at/pld-linux.org>

	* chop trailing spaces

 doc/upstart.txt | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

2011-10-09 17:33:00 +0000 [c50336f] Elan Ruusamäe <glen/at/pld-linux.org>

	* fix handling 3.x.y kernels

 rc.d/rc.sysinit | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

2011-10-05 14:47:57 +0000 [737067c] Elan Ruusamäe <glen/at/pld-linux.org>

	* upstart for rc.local

 init/Makefile.am  |  2 +-
 init/local.conf   | 14 ++++++++++++++
 rc.d/init.d/local |  2 ++
 3 files changed, 17 insertions(+), 1 deletion(-)

2011-09-30 10:54:07 +0000 [ffa93fa] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use --sysinit for lvm. When stopping hide error messages (normal for many cases like lvm on rootfs).

 rc.d/rc.shutdown |  6 +++---
 rc.d/rc.sysinit  | 18 +++++++++---------
 2 files changed, 12 insertions(+), 12 deletions(-)

2011-09-27 08:19:54 +0000 [8ba1c6c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated.

 ChangeLog | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

2011-09-27 07:15:27 +0000 [54fe123] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 0.4.5.1

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-09-27 07:14:15 +0000 [7d0f3ba] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 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?)

 rc.d/rc.sysinit | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2011-09-25 09:59:13 +0000 [119f33b] Elan Ruusamäe <glen/at/pld-linux.org>

	* updated

 ChangeLog | 231 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 231 insertions(+)

2011-09-25 09:57:55 +0000 [61b7c7e] Elan Ruusamäe <glen/at/pld-linux.org>

	* just in case C locale

 po/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-09-25 09:57:09 +0000 [8fb032a] Elan Ruusamäe <glen/at/pld-linux.org>

	* updated

 po/rc-scripts.pot | 254 +++++++++++++++++++++++++++---------------------------
 1 file changed, 127 insertions(+), 127 deletions(-)

2011-09-22 15:45:03 +0000 [6077f27] Jan Rękorajski <baggins/at/pld-linux.org>

	* - properly mount /run and put it into mtab

 rc.d/rc.sysinit | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

2011-09-18 20:34:16 +0000 [7ffbfc4] Artur Frysiak <artur/at/frysiak.net>

	* Mount /run ASAP

 rc.d/rc.sysinit | 4 ++++
 1 file changed, 4 insertions(+)

2011-09-11 20:08:17 +0000 [7788f41] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add cryptsetup

 init/Makefile.am     |  2 +-
 init/cryptsetup.conf | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

2011-09-11 20:00:23 +0000 [ec43b61] Elan Ruusamäe <glen/at/pld-linux.org>

	* local vars

 rc.d/init.d/cryptsetup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-09-11 19:53:24 +0000 [6a49b05] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add allowlogin, sys-chroots, cpusets

 init/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2011-09-11 19:53:09 +0000 [336c9a5] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add cpusets

 init/cpusets.conf | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

2011-09-11 11:29:10 +0000 [32eb194] Elan Ruusamäe <glen/at/pld-linux.org>

	* print unknown state to stdout as well

 service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-09-02 06:18:05 +0000 [ec031b7] Elan Ruusamäe <glen/at/pld-linux.org>

	* add allowlogin and sys-chroots upstart parts, altho no stop for them

 init/allowlogin.conf    | 40 ++++++++++++++++++++++++++++++++++++++++
 init/sys-chroots.conf   | 23 +++++++++++++++++++++++
 rc.d/init.d/allowlogin  |  2 ++
 rc.d/init.d/sys-chroots |  2 ++
 4 files changed, 67 insertions(+)

2011-09-02 06:16:24 +0000 [0003595] Elan Ruusamäe <glen/at/pld-linux.org>

	* add $LVM2

 rc.d/rc.sysinit  | 8 ++++++--
 sysconfig/system | 4 ++++
 2 files changed, 10 insertions(+), 2 deletions(-)

2011-09-02 06:08:31 +0000 [b171d15] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add ifcfg-ppp0.pppoe

 sysconfig/interfaces/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

2011-08-31 18:44:11 +0000 [516bc26] Elan Ruusamäe <glen/at/pld-linux.org>

	* upstart: behave like current initscripts: print running/not running instead of silence

 lib/functions | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

2011-08-31 16:24:53 +0000 [d1fc93a] Elan Ruusamäe <glen/at/pld-linux.org>

	* move also functions to /lib/rc-scripts (symlink preserved)

 lib/Makefile.am                |  19 ++--
 {rc.d/init.d => lib}/functions |   0
 po/rc-scripts.pot              | 238 ++++++++++++++++++++---------------------
 rc.d/init.d/Makefile.am        |   4 +-
 4 files changed, 128 insertions(+), 133 deletions(-)

2011-08-19 19:56:58 +0000 [7e7efad] Elan Ruusamäe <glen/at/pld-linux.org>

	* formatting

 rc.d/init.d/functions | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2011-08-19 19:44:28 +0000 [2a43ff8] Elan Ruusamäe <glen/at/pld-linux.org>

	* add starting line

 rc.d/init.d/local | 2 ++
 1 file changed, 2 insertions(+)

2011-08-19 19:43:45 +0000 [402378e] Elan Ruusamäe <glen/at/pld-linux.org>

	* prefer local code over io checks (boot splash unlikely enabled anyway)

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-08-19 19:42:48 +0000 [6ca2a6a] Elan Ruusamäe <glen/at/pld-linux.org>

	* avoid shift() error when program called with no actions in _upstart_controlled; tabs

 rc.d/init.d/functions | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

2011-08-14 19:45:02 +0000 [f799f62] Elan Ruusamäe <glen/at/pld-linux.org>

	* register pld.sysinit-done to satisfy initctl check-config

 init/rc.conf | 3 +++
 1 file changed, 3 insertions(+)

2011-08-14 12:03:57 +0000 [2283580] Elan Ruusamäe <glen/at/pld-linux.org>

	* add missing keyword expansion

 changelog.sh                        | 2 +-
 rc.d/rc.init                        | 2 +-
 sysconfig/interfaces/ifcfg-ppp0.kou | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

2011-08-14 12:01:14 +0000 [91f93d4] Elan Ruusamäe <glen/at/pld-linux.org>

	* svn:ignore fixups

2011-08-14 11:56:53 +0000 [64dcb84] Elan Ruusamäe <glen/at/pld-linux.org>

	* move template.init to doc

 doc/Makefile.am                    |  3 ++-
 {rc.d/init.d => doc}/template.init |  0
 po/rc-scripts.pot                  | 13 ++++---------
 rc.d/init.d/Makefile.am            |  4 ++--
 4 files changed, 8 insertions(+), 12 deletions(-)

2011-08-14 11:56:03 +0000 [5a41693] Elan Ruusamäe <glen/at/pld-linux.org>

	* convert .cvsignore to svn:ignore

 .cvsignore                                 | 30 ------------------------------
 doc/.cvsignore                             |  1 -
 isapnp/.cvsignore                          |  3 ---
 lib/.cvsignore                             |  1 -
 po/.cvsignore                              |  7 -------
 ppp/.cvsignore                             |  1 -
 ppp/ip-down.d/.cvsignore                   |  1 -
 ppp/ip-up.d/.cvsignore                     |  1 -
 rc.d/.cvsignore                            |  1 -
 rc.d/init.d/.cvsignore                     |  1 -
 src/.cvsignore                             | 12 ------------
 sysconfig/.cvsignore                       |  1 -
 sysconfig/hwprofiles/.cvsignore            |  2 --
 sysconfig/interfaces/.cvsignore            |  2 --
 sysconfig/interfaces/data/.cvsignore       |  2 --
 sysconfig/interfaces/down.d/.cvsignore     |  1 -
 sysconfig/interfaces/down.d/all/.cvsignore |  1 -
 sysconfig/interfaces/down.d/ip/.cvsignore  |  1 -
 sysconfig/interfaces/down.d/ipx/.cvsignore |  1 -
 sysconfig/interfaces/down.d/ppp/.cvsignore |  1 -
 sysconfig/interfaces/down.d/tnl/.cvsignore |  1 -
 sysconfig/interfaces/up.d/.cvsignore       |  1 -
 sysconfig/interfaces/up.d/all/.cvsignore   |  1 -
 sysconfig/interfaces/up.d/ip/.cvsignore    |  1 -
 sysconfig/interfaces/up.d/ipx/.cvsignore   |  1 -
 sysconfig/interfaces/up.d/ppp/.cvsignore   |  1 -
 sysconfig/interfaces/up.d/tnl/.cvsignore   |  1 -
 27 files changed, 78 deletions(-)

2011-08-14 11:48:36 +0000 [6cd2014] Elan Ruusamäe <glen/at/pld-linux.org>

	* privilege check is done with unix file permissions: scripts just not executable for regular user

 TODO | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

2011-08-14 11:42:55 +0000 [4f30c82] Elan Ruusamäe <glen/at/pld-linux.org>

	* add makepot.pl to EXTRA_DIST

 po/Makefile.am    | 2 +-
 po/rc-scripts.pot | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2011-08-14 11:41:12 +0000 [3832969] Elan Ruusamäe <glen/at/pld-linux.org>

	* move makepot to po/ dir with rest of it's files

 po/Makefile.am              |  2 +-
 makepot.pl => po/makepot.pl | 18 +++++++-----------
 2 files changed, 8 insertions(+), 12 deletions(-)

2011-08-14 11:38:53 +0000 [2c25e6b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - fix bad nls usage

 po/de.po           | 8 ++++----
 po/pl.po           | 8 ++++----
 po/rc-scripts.pot  | 8 ++++----
 rc.d/init.d/random | 2 +-
 4 files changed, 13 insertions(+), 13 deletions(-)

2011-08-14 11:37:28 +0000 [c23d716] Elan Ruusamäe <glen/at/pld-linux.org>

	* utf8 to rule the world

 po/de.po | 114 ++++++++++++++---------------
 po/pl.po | 244 +++++++++++++++++++++++++++++++--------------------------------
 2 files changed, 179 insertions(+), 179 deletions(-)

2011-08-14 11:36:27 +0000 [b5400c3] Elan Ruusamäe <glen/at/pld-linux.org>

	* - updated

 po/de.po | 774 +++++++++++++++++++++++++++++++++++++++++----------------------
 po/pl.po | 579 ++++++++++++++++++++++++++++-------------------
 2 files changed, 855 insertions(+), 498 deletions(-)

2011-08-14 11:36:00 +0000 [70e2e35] Elan Ruusamäe <glen/at/pld-linux.org>

	* - updated

 po/rc-scripts.pot | 647 ++++++++++++++++++++++++++++++------------------------
 1 file changed, 357 insertions(+), 290 deletions(-)

2011-08-14 11:34:39 +0000 [c214f18] Elan Ruusamäe <glen/at/pld-linux.org>

	* track to see new strings to appear or not

 po/rc-scripts.pot | 816 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 816 insertions(+)

2011-08-14 11:31:52 +0000 [f67ce45] Elan Ruusamäe <glen/at/pld-linux.org>

	* - move network scripts to /lib, as none of them are config files - version 0.4.5 for such major change

 Makefile.am                                          |  2 +-
 configure.ac                                         | 10 +++++-----
 doc/net-scripts.txt                                  | 12 ++++++------
 {sysconfig/network-scripts => lib}/.cvsignore        |  0
 {sysconfig/network-scripts => lib}/Makefile.am       |  6 +++---
 {sysconfig/network-scripts => lib}/functions.network |  0
 {sysconfig/network-scripts => lib}/ifdown            |  6 +++---
 {sysconfig/network-scripts => lib}/ifdown-br         |  2 +-
 {sysconfig/network-scripts => lib}/ifdown-irda       | 10 +++++-----
 {sysconfig/network-scripts => lib}/ifdown-post       |  2 +-
 {sysconfig/network-scripts => lib}/ifdown-ppp        |  4 ++--
 {sysconfig/network-scripts => lib}/ifdown-sl         |  8 ++++----
 {sysconfig/network-scripts => lib}/ifdown-vlan       |  4 ++--
 {sysconfig/network-scripts => lib}/ifup              |  8 ++++----
 {sysconfig/network-scripts => lib}/ifup-aliases      |  0
 {sysconfig/network-scripts => lib}/ifup-br           |  2 +-
 {sysconfig/network-scripts => lib}/ifup-ipx          |  4 ++--
 {sysconfig/network-scripts => lib}/ifup-irda         |  4 ++--
 {sysconfig/network-scripts => lib}/ifup-iucv         |  6 +++---
 {sysconfig/network-scripts => lib}/ifup-neigh        |  0
 {sysconfig/network-scripts => lib}/ifup-plip         |  4 ++--
 {sysconfig/network-scripts => lib}/ifup-plusb        |  6 +++---
 {sysconfig/network-scripts => lib}/ifup-post         |  8 ++++----
 {sysconfig/network-scripts => lib}/ifup-ppp          |  2 +-
 {sysconfig/network-scripts => lib}/ifup-routes       |  0
 {sysconfig/network-scripts => lib}/ifup-sl           |  4 ++--
 {sysconfig/network-scripts => lib}/ifup-vlan         |  4 ++--
 {sysconfig/network-scripts => lib}/tnldown           |  2 +-
 {sysconfig/network-scripts => lib}/tnlup             |  2 +-
 man/usernetctl.8                                     |  2 +-
 ppp/auth-down                                        |  2 +-
 ppp/auth-up                                          |  2 +-
 ppp/ip-down                                          |  4 ++--
 ppp/ip-up                                            |  4 ++--
 ppp/ipx-down                                         |  2 +-
 ppp/ipx-up                                           |  2 +-
 rc.d/init.d/network                                  |  2 +-
 src/ppp-watch.c                                      |  2 +-
 sysconfig/Makefile.am                                |  2 +-
 39 files changed, 73 insertions(+), 73 deletions(-)

2011-08-14 11:11:01 +0000 [d093623] Elan Ruusamäe <glen/at/pld-linux.org>

	* fatal out when required tools missing, some ac fix

 configure.ac | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

2011-08-14 11:10:38 +0000 [5c28cfa] Elan Ruusamäe <glen/at/pld-linux.org>

	* PLD Linux

 src/setuidgid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-08-14 09:56:00 +0000 [2109dfe] Elan Ruusamäe <glen/at/pld-linux.org>

	* our vim-syntax-upstart recognizes the filetype itself

 init/random.conf      | 3 +--
 init/rc.conf          | 2 --
 init/rcS-sulogin.conf | 3 +--
 init/rcS.conf         | 3 +--
 4 files changed, 3 insertions(+), 8 deletions(-)

2011-08-13 13:51:20 +0000 [c3993cc] Elan Ruusamäe <glen/at/pld-linux.org>

	* Do not ignore errors

 po/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-08-13 13:42:40 +0000 [1e9ab06] Elan Ruusamäe <glen/at/pld-linux.org>

	* emit net-device-up events, so upstart-socket-bridge could function

 sysconfig/network-scripts/functions.network | 3 +++
 1 file changed, 3 insertions(+)

2011-08-13 06:04:00 +0000 [31895ed] Elan Ruusamäe <glen/at/pld-linux.org>

	* allow $USE_UPSTART from env to preceed USE_UPSTART from sysconfig/system

 rc.d/init.d/functions | 5 +++++
 1 file changed, 5 insertions(+)

2011-07-25 06:10:15 +0000 [9338651] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add $ETHTOOL_OPTS

 doc/net-scripts.txt            | 11 +++++++++++
 sysconfig/network-scripts/ifup |  4 ++++
 2 files changed, 15 insertions(+)

2011-07-25 06:09:09 +0000 [8441c58] Elan Ruusamäe <glen/at/pld-linux.org>

	* - todo from arekm

 TODO | 2 ++
 1 file changed, 2 insertions(+)

2011-07-21 10:28:04 +0000 [88a9daf] Elan Ruusamäe <glen/at/pld-linux.org>

	* - include service type in --status-all

 service | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

2011-07-18 13:11:53 +0000 [a117035] Elan Ruusamäe <glen/at/pld-linux.org>

	* - fuser is in /bin since psmisc-22.5-2

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2011-06-28 19:51:02 +0000 [72043a9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Explain what VSERVER is.

 sysconfig/system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-06-27 10:18:36 +0000 [480529b] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fix local variable

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2011-06-27 10:15:56 +0000 [e9e5c29] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fix kernelver* functions

 rc.d/init.d/functions | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

2011-06-26 10:48:48 +0000 [8ea815c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Mount securityfs based on it's availability only.

 rc.d/rc.sysinit | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2011-06-20 15:04:29 +0000 [46e27e9] Elan Ruusamäe <glen/at/pld-linux.org>

	* - compat mode for old kernels, where network lock was not touched

 rc.d/init.d/functions | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

2011-06-16 12:32:01 +0000 [fe53727] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - the missing init/udev.conf added to dist

 ChangeLog        | 4 ++++
 configure.ac     | 2 +-
 init/Makefile.am | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

2011-06-15 13:12:03 +0000 [418f97b] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - Version: 0.4.4.2

 ChangeLog    | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 configure.ac |  2 +-
 2 files changed, 71 insertions(+), 4 deletions(-)

2011-06-15 12:45:05 +0000 [d810648] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - some more 'emits' and a dummy Upstart job added so the new   'initctl check-config' won't complain.

 init/rc.conf    | 9 +++++++++
 init/rcS.conf   | 1 +
 init/udev.conf  | 6 ++++++
 rc.d/rc.sysinit | 1 +
 4 files changed, 17 insertions(+)

2011-06-15 10:51:39 +0000 [29eedaa] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - upstart usage docs updates

 doc/upstart.txt | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

2011-04-18 09:50:16 +0000 [afe7ffd] Elan Ruusamäe <glen/at/pld-linux.org>

	* remove debug

 service | 1 -
 1 file changed, 1 deletion(-)

2011-04-14 09:42:29 +0000 [83a668a] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - 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.

 sysconfig/network-scripts/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2011-04-08 19:15:05 +0000 [cd835e0] Elan Ruusamäe <glen/at/pld-linux.org>

	* move status all to function

 service | 66 +++++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 30 deletions(-)

2011-03-29 13:26:42 +0000 [e461110] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Revert disabling IPv6. Unfortunately it disables only IPv6 addresses while socket(AF_INET6,...) still succeeds creating ill efect.

 sysconfig/network-scripts/functions.network | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

2011-03-25 16:55:23 +0000 [28d9cc0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set sysctl value quietly.

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-03-23 21:45:51 +0000 [8a49d2f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* One more fix.

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-03-23 20:42:55 +0000 [91ca764] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Really disable IPv6.

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-03-23 20:35:00 +0000 [541bb8a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Disable IPv6 if it is not enabled in config.

 sysconfig/network-scripts/functions.network | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

2011-03-21 22:15:00 +0000 [fa68650] Jan Rękorajski <baggins/at/pld-linux.org>

	* - add static-routes6 support (IPv6-only ip routes and rules)

 doc/sysconfig.docb                          |  6 ++++++
 doc/sysconfig.txt                           |  8 ++++++--
 sysconfig/Makefile.am                       |  1 +
 sysconfig/network-scripts/functions.network | 30 ++++++++++++++++++++++++++++-
 sysconfig/network-scripts/ifup-routes       |  7 ++++++-
 5 files changed, 48 insertions(+), 4 deletions(-)

2011-03-21 20:30:43 +0000 [2663169] Jan Rękorajski <baggins/at/pld-linux.org>

	* - IPv6 specific rules and routes, rationale: some rules (and even routes)   are addressless (e.g. fwmark or 'default' route), because of this simple   ip <rule> won't handle IPv6, we have to use ip -6 <rule>

 sysconfig/static-routes6 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

2011-03-20 01:01:13 +0000 [fc8618c] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated

 ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

2011-03-20 01:00:48 +0000 [6410750] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 0.4.4.1, fixes typo in set_up_loopback

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-03-20 01:00:15 +0000 [76174d1] Jan Rękorajski <baggins/at/pld-linux.org>

	* - use proper device

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-03-20 00:10:24 +0000 [4893a37] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated

 ChangeLog | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 89 insertions(+), 3 deletions(-)

2011-03-20 00:09:48 +0000 [57c3a50] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 0.4.4.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-03-19 23:57:31 +0000 [057b40e] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fix glib2 static linking

 configure.ac    | 25 ++++++++-----------------
 src/Makefile.am |  8 ++------
 2 files changed, 10 insertions(+), 23 deletions(-)

2011-03-18 18:19:17 +0000 [b0e9b4f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - setup static routes for loopback,   see http://wiki.squid-cache.org/Features/Tproxy4 why this is needed

 sysconfig/network-scripts/functions.network | 8 ++++++++
 1 file changed, 8 insertions(+)

2011-03-08 20:49:06 +0000 [63d30ec] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Revert previous commit. Fix is_module instead to do not match partial module names.

 rc.d/init.d/functions                       |  2 +-
 sysconfig/network-scripts/functions.network | 12 ++++--------
 2 files changed, 5 insertions(+), 9 deletions(-)

2011-03-08 20:34:30 +0000 [405b91f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Load ipv6 and ipx only when not built into kernel.

 sysconfig/network-scripts/functions.network | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

2011-03-04 13:37:09 +0000 [14da33e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* GVRP default on on vlans

 sysconfig/network-scripts/ifup-vlan | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2011-02-19 16:03:43 +0000 [36924fb] Elan Ruusamäe <glen/at/pld-linux.org>

	* - tabs

 service | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2011-02-10 16:37:06 +0000 [7f59fba] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added missing slash

 rc.d/init.d/cpusets | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-02-10 12:46:43 +0000 [394e446] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't try to find out the subsystem type if none is mounted

 rc.d/init.d/cpusets | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

2011-02-10 12:26:06 +0000 [4576427] Jan Rękorajski <baggins/at/pld-linux.org>

	* - silence mkdir

 rc.d/init.d/cpusets | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2011-02-10 12:21:41 +0000 [969ae86] Jan Rękorajski <baggins/at/pld-linux.org>

	* - always mount on /dev/cpuset (only cpuset is supported by this script) - check if mount point is proper cpuset/cgroup(cpuset) subsys

 rc.d/init.d/cpusets | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

2011-02-10 12:12:48 +0000 [05fa95a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 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

 rc.d/init.d/cpusets | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

2011-02-10 11:04:02 +0000 [5a4c0ea] Jan Rękorajski <baggins/at/pld-linux.org>

	* - put cpuset/cgroup mounts in mtab

 rc.d/init.d/cpusets | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2011-02-10 11:03:30 +0000 [d734fea] Jan Rękorajski <baggins/at/pld-linux.org>

	* - exit from script if no cpuset/cgroup support in kernel

 rc.d/init.d/cpusets | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-02-10 11:01:48 +0000 [b707b62] Jan Rękorajski <baggins/at/pld-linux.org>

	* - moved cpuset/cgroup mounting code into cpuset startup script   for seamless interoperability with libcgroup

 rc.d/init.d/cpusets | 28 +++++++++++++++++++++++-----
 rc.d/rc.sysinit     | 21 ---------------------
 2 files changed, 23 insertions(+), 26 deletions(-)

2011-02-09 10:55:57 +0000 [a5363be] Elan Ruusamäe <glen/at/pld-linux.org>

	* add killproc -p alias

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-01-27 06:04:09 +0000 [081db8f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* sysconfig/clock is gone

 sysconfig/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

2011-01-27 06:02:13 +0000 [37932ad] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* sysconfig/clock and related actions are obsolete now. hwclock knows how to handle these based on adjtime settings.

 doc/sysconfig.docb | 36 ------------------------------------
 doc/sysconfig.txt  | 17 -----------------
 rc.d/rc.sysinit    | 45 ++-------------------------------------------
 sysconfig/clock    |  8 --------
 4 files changed, 2 insertions(+), 104 deletions(-)

2011-01-27 05:44:19 +0000 [7518523] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Check /dev/rtc or /dev/rtc0 existence.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2011-01-25 18:57:14 +0000 [01d2987] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 0.4.3.8

 ChangeLog | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

2011-01-25 18:56:34 +0000 [ce0902a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 0.4.3.8

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-01-25 18:55:41 +0000 [9addeed] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Disabled --enable-maintainer-mode --enable-compile-warnings (unsupported by current auto*).

 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2011-01-24 18:19:14 +0000 [e846856] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* IPv6 networking on by default.

 sysconfig/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-12-22 10:23:34 +0000 [8ed3c2f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't mount fs inside of vserver guest.

 rc.d/init.d/netfs | 4 ++++
 1 file changed, 4 insertions(+)

2010-12-22 05:54:57 +0000 [075cd54] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* cgroup/cpuset can exist in fstab but be commented out. Handle that.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-12-20 18:09:15 +0000 [2b0948a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* started instead of busy

 rc.d/init.d/cryptsetup | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2010-12-12 17:42:55 +0000 [03ba16f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

2010-12-12 17:42:36 +0000 [bc89713] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 0.4.3.7

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-12-12 17:41:18 +0000 [3e224b2] Elan Ruusamäe <glen/at/pld-linux.org>

	* add --user support to run_cmd

 rc.d/init.d/functions | 37 ++++++++++++++++++++++++-------------
 1 file changed, 24 insertions(+), 13 deletions(-)

2010-12-07 14:08:52 +0000 [6ff81d7] Elan Ruusamäe <glen/at/pld-linux.org>

	* - pidfile var

 rc.d/init.d/template.init | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

2010-12-03 13:10:32 +0000 [3aeae4b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - some formatting, respect to use functios (RETVAL variable vs exit calls)

 rc.d/init.d/netfs | 193 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 104 insertions(+), 89 deletions(-)

2010-12-03 13:04:03 +0000 [c1ebcbf] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use functions

 rc.d/init.d/netfs | 42 +++++++++++++++++++++++++++---------------
 1 file changed, 27 insertions(+), 15 deletions(-)

2010-12-03 11:43:58 +0000 [899ef1b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated.

 ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

2010-12-03 11:43:03 +0000 [62aff15] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 0.4.3.6

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-12-03 11:33:29 +0000 [b92a94f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Bugfix (bring in cryptsetup; cleanups).

 rc.d/init.d/netfs | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

2010-12-03 11:31:07 +0000 [6c8e2b1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Bugfix.

 rc.d/init.d/netfs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-12-03 10:37:12 +0000 [020b1de] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Bring in netfs.

 rc.d/init.d/Makefile.am |  1 +
 rc.d/init.d/network     | 11 -----------
 2 files changed, 1 insertion(+), 11 deletions(-)

2010-12-03 10:33:40 +0000 [0f92946] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* : not needed.

 rc.d/init.d/netfs | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

2010-12-03 10:31:50 +0000 [7586a15] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - better umount on stop

 TODO | 1 +
 1 file changed, 1 insertion(+)

2010-12-03 10:30:53 +0000 [5b47695] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Bugfixes. Seems to be working fine.

 rc.d/init.d/netfs | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2010-12-03 10:25:01 +0000 [83b3ef3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* __umount_*loop from FC.

 rc.d/init.d/functions | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

2010-12-03 10:15:43 +0000 [26b0394] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't touch nfs if we have separate nfsfs script.

 rc.d/init.d/netfs | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

2010-12-03 09:38:23 +0000 [8911a87] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Networked filesystems mount/umount. Unfinished.

 rc.d/init.d/netfs | 159 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 159 insertions(+)

2010-12-02 15:30:18 +0000 [af116db] Elan Ruusamäe <glen/at/pld-linux.org>

	* - avoid crypto init retries if no crypttab is setup

 rc.d/rc.sysinit | 1 +
 1 file changed, 1 insertion(+)

2010-11-25 23:54:57 +0000 [5728485] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 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 :(

 rc.d/rc.sysinit | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

2010-11-07 19:54:27 +0000 [39b4e34] Elan Ruusamäe <glen/at/pld-linux.org>

	* - init crypt mounts also after lvm has been run

 rc.d/rc.sysinit | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

2010-11-06 10:47:55 +0000 [784a8e4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated.

 ChangeLog | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

2010-11-06 10:47:26 +0000 [46f52f7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Release 0.4.3.5.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-11-06 09:57:01 +0000 [2a7fa78] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Detect isolation only vserver networking. New variable - VSERVER_ISOLATION_NET.

 rc.d/init.d/functions | 16 ++++++++++++++++
 rc.d/init.d/network   |  8 ++++----
 sysconfig/system      |  3 +++
 3 files changed, 23 insertions(+), 4 deletions(-)

2010-11-06 09:12:38 +0000 [87f1a5c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Silent modprobe.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-11-06 08:44:47 +0000 [48637c0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated.

 ChangeLog | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 120 insertions(+)

2010-11-06 08:43:51 +0000 [ef5d170] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Release 0.4.3.4.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-11-06 00:33:37 +0000 [071293f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - create /dev/cgroup (see comment)

 rc.d/rc.sysinit | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2010-11-06 00:26:15 +0000 [7b16a6a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - use full blown cgroup subsystem if available

 rc.d/init.d/cpusets | 36 ++++++++++++++++++++++--------------
 1 file changed, 22 insertions(+), 14 deletions(-)

2010-11-06 00:11:29 +0000 [254d113] Jan Rękorajski <baggins/at/pld-linux.org>

	* - if cgroup is available use all its subsystems instead of just cpusets

 rc.d/rc.sysinit | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

2010-11-06 00:07:07 +0000 [265c2ca] Jan Rękorajski <baggins/at/pld-linux.org>

	* - commit at rev 10523 was completely bogus, preventing mounting cpuset at all,   as default fstab contains cpuset line with noauto option

 rc.d/rc.sysinit | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

2010-10-09 21:21:50 +0000 [e7d9a13] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update initlog from initscripts.

 src/initlog.c | 35 ++++++++++-------------------------
 1 file changed, 10 insertions(+), 25 deletions(-)

2010-10-06 08:03:52 +0000 [28bff3d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - procname

 rc.d/init.d/template.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-10-06 07:58:50 +0000 [c8c8e4a] Elan Ruusamäe <glen/at/pld-linux.org>

	* - killproc wants procname mostly

 rc.d/init.d/template.init | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2010-09-30 04:26:22 +0000 [83da4c4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix 'local: można używać tylko w funkcji' on bash.

 rc.d/rc | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

2010-09-19 18:38:19 +0000 [03770df] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Make sysctl quiet.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-09-03 09:07:17 +0000 [e282224] shadzik <shadzik/at/pld-linux.org>

	* - don't check the fs on aufs and squashfs systems

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-08-26 10:30:44 +0000 [e90f4b9] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use /var/log/boot.log, to match with plymouth path

 rc.d/rc.sysinit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2010-08-21 18:00:50 +0000 [06657d6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set firmware-loader also when udev is off.

 rc.d/rc.sysinit | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

2010-08-01 16:32:57 +0000 [acf8768] Elan Ruusamäe <glen/at/pld-linux.org>

	* - plain en with utf8

 sysconfig/i18n | 3 +++
 1 file changed, 3 insertions(+)

2010-08-01 16:13:08 +0000 [2269afa] Elan Ruusamäe <glen/at/pld-linux.org>

	* - skip lock when making nodes on boot

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-08-01 16:08:29 +0000 [c5aca55] Elan Ruusamäe <glen/at/pld-linux.org>

	* - check_root_fs to function for readability

 rc.d/rc.sysinit | 89 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 46 insertions(+), 43 deletions(-)

2010-08-01 15:58:06 +0000 [bc325aa] Elan Ruusamäe <glen/at/pld-linux.org>

	* - remove locale setup where it is pointless (grep for fixed strings, and cat)

 rc.d/rc.sysinit | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2010-08-01 15:56:50 +0000 [091e90c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - sample for status with pidfile

 rc.d/init.d/template.init | 2 ++
 1 file changed, 2 insertions(+)

2010-08-01 15:56:37 +0000 [590eeb6] Elan Ruusamäe <glen/at/pld-linux.org>

	* - skip unneccesary subshell

 rc.d/rc.sysinit | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2010-07-26 13:31:45 +0000 [6fe8c6d] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - typo

 sysconfig/network-scripts/ifup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-07-26 13:20:24 +0000 [553fab0] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - allow per-interface configuration files for dhclient.conf – single config   file with 'interface' directive(s) conflicts with interface name given on   the command line.

 sysconfig/network-scripts/ifup | 3 +++
 1 file changed, 3 insertions(+)

2010-07-21 08:23:10 +0000 [20ad99b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - functions, exit early if disabled

 rc.d/init.d/allowlogin | 41 ++++++++++++++++++++++++++++++++++-------
 1 file changed, 34 insertions(+), 7 deletions(-)

2010-07-20 08:42:46 +0000 [bcff88d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - ugly hack to still do killall as pgrep is on /usr, or rather drop pgrep as it never returns empty nowadays due kernel threads?

 rc.d/rc.shutdown | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2010-07-08 10:47:58 +0000 [354b37c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - ignore /var/lock/subsys remove readonly fs errors (after fsck wants to reboot system)

 rc.d/init.d/cpusets | 2 +-
 rc.d/init.d/local   | 2 +-
 rc.d/init.d/network | 4 ++--
 rc.d/init.d/random  | 2 +-
 rc.d/init.d/single  | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

2010-07-08 10:45:56 +0000 [a55b745] Elan Ruusamäe <glen/at/pld-linux.org>

	* - executable initscripts

 rc.d/init.d/allowlogin | 0
 rc.d/init.d/cpusets    | 0
 rc.d/init.d/killall    | 0
 rc.d/init.d/network    | 0
 rc.d/init.d/random     | 0
 rc.d/init.d/single     | 0
 6 files changed, 0 insertions(+), 0 deletions(-)

2010-06-18 06:40:03 +0000 [a0bbd9e] Bartłomiej Zimoń <cactus/at/pld-linux.org>

	* - fix shutdown/restart on kernels with devtmpfs

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-06-15 11:37:05 +0000 [2165e21] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - changelog.sh script improved and ChangeLog updated

 ChangeLog    | 11 +++++++++++
 changelog.sh |  3 +++
 2 files changed, 14 insertions(+)

2010-06-15 11:33:12 +0000 [e340dff] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - firmwaredir was wrong

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-06-15 11:24:13 +0000 [e372823] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - ChangeLog updated

 ChangeLog | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 79 insertions(+)

2010-06-15 11:17:49 +0000 [fcc138b] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - Version: 0.4.3.3

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-06-15 11:16:46 +0000 [e8ff2d7] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - firmwaredir relative to ${exec_prefix} to fix 'make distcheck'

 Makefile.am  | 2 --
 configure.ac | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

2010-06-15 10:13:06 +0000 [1eb7d29] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - allow multiple dhclient instances running on one machine

 sysconfig/network-scripts/ifdown | 6 +++++-
 sysconfig/network-scripts/ifup   | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

2010-06-14 17:25:05 +0000 [dad21c5] Elan Ruusamäe <glen/at/pld-linux.org>

	* - reorganize into functions

 rc.d/init.d/random | 89 +++++++++++++++++++++++++++++++-----------------------
 1 file changed, 52 insertions(+), 37 deletions(-)

2010-06-14 17:22:49 +0000 [720d174] Elan Ruusamäe <glen/at/pld-linux.org>

	* - do not touch host random inside vserver (discussed with baggins and arekm long time ago)

 rc.d/init.d/random | 5 +++++
 1 file changed, 5 insertions(+)

2010-06-08 09:01:42 +0000 [13b36c6] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - /proc/cmdline may be unavailable (like in a VServer) make cat quiet in such case

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-05-18 12:13:13 +0000 [399656f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* No need for wait loop. check_link_down sleeps for specified time in 0.5s intervals.

 sysconfig/network-scripts/ifup | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

2010-05-17 20:26:19 +0000 [b0c1b02] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Wait for wpa_supplicant to actually connect to network before trying dhcp.

 sysconfig/interfaces/ifcfg-description | 1 +
 sysconfig/network-scripts/ifup         | 9 +++++++++
 2 files changed, 10 insertions(+)

2010-05-17 20:20:28 +0000 [9306925] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Support for max timeout as parameter.

 sysconfig/network-scripts/functions.network | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

2010-05-17 20:16:18 +0000 [c8ac1dc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't rely on ip link UP checking. Always to mii-tool/ethtool test.

 sysconfig/network-scripts/functions.network | 50 ++++++++++++++---------------
 1 file changed, 24 insertions(+), 26 deletions(-)

2010-05-17 19:08:57 +0000 [eca7ee0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Respect ZEROCONF variable for dhcpcd.

 sysconfig/network-scripts/ifup | 3 +++
 1 file changed, 3 insertions(+)

2010-05-17 18:08:55 +0000 [2e00b71] Elan Ruusamäe <glen/at/pld-linux.org>

	* - ok to exit silently in ssd mode of killproc, no need to noise about missing pidfile

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-05-13 07:17:17 +0000 [565f874] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Include/install firmware-loader.sh brought by commit r10422.

 Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)

2010-05-12 07:11:54 +0000 [057d666] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - include upstart.txt in the package

 doc/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2010-05-12 07:08:02 +0000 [821d0f6] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - notes about job debuging

 doc/upstart.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

2010-05-11 17:21:35 +0000 [c1dec7e] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - Version: 0.4.3.2

 ChangeLog    | 19 +++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

2010-05-11 10:10:48 +0000 [4af94de] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - new listed in Makefile.am

 init/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-05-11 08:54:35 +0000 [3f2e803] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - init job descriptions moved from upstart-SysVinit

 init/rc.conf          | 17 +++++++++++++++++
 init/rcS-sulogin.conf | 23 +++++++++++++++++++++++
 init/rcS.conf         | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+)

2010-05-10 17:24:58 +0000 [210ff16] Elan Ruusamäe <glen/at/pld-linux.org>

	* - note about two modes in daemon

 rc.d/init.d/functions | 3 +++
 1 file changed, 3 insertions(+)

2010-05-10 14:35:21 +0000 [06a22f0] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - Version: 0.4.3.1

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-05-10 14:31:45 +0000 [69bdc5b] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - 'dropcaps' and 'start-stop-daemon-pid-check' patches from packages/rc-scripts applied

 configure.ac            |  2 +-
 man/start-stop-daemon.8 |  3 +++
 rc.d/init.d/functions   |  1 +
 src/Makefile.am         |  1 +
 src/start-stop-daemon.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++--
 5 files changed, 71 insertions(+), 3 deletions(-)

2010-05-10 12:59:51 +0000 [023f83d] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - properly quote is_yes() argument

 rc.d/init.d/functions | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2010-05-10 11:50:48 +0000 [81597dc] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - Version: 0.4.3.0

 ChangeLog    | 46 +++++++++++++++++++++++++++++++++++++++++++++-
 configure.ac |  2 +-
 2 files changed, 46 insertions(+), 2 deletions(-)

2010-05-10 11:23:25 +0000 [18a75cf] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - upstart_native branch merged

2010-05-10 10:21:09 +0000 [cc31163] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - --no-wait when emitting some signals, to prevent lock-ups on minor errors ('starting' events need to wait or they won't be useful)

 rc.d/init.d/network |  4 ++--
 rc.d/init.d/random  |  4 ++--
 rc.d/rc.sysinit     | 22 +++++++++++-----------
 3 files changed, 15 insertions(+), 15 deletions(-)

2010-05-10 10:16:58 +0000 [752297a] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - event names fixed, the mistake caused hard lockups on boot

 init/random.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-05-10 08:10:47 +0000 [c393d0f] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - 'random' implemented as an upstart job – this is an important dependency   for sensitive services

 Makefile.am        |  2 +-
 configure.ac       |  3 +++
 init/Makefile.am   |  7 +++++++
 init/random.conf   | 27 +++++++++++++++++++++++++++
 rc.d/init.d/random |  7 +++++++
 5 files changed, 45 insertions(+), 1 deletion(-)

2010-05-10 07:58:26 +0000 [7d17516] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - do not remove random seed file on boot

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-05-10 07:39:16 +0000 [2d18ddb] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - save whole entropy pool

 rc.d/init.d/random | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

2010-05-10 07:27:30 +0000 [3488ca1] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - make 'status' action useful'

 rc.d/init.d/random | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

2010-05-10 06:53:13 +0000 [a2653f8] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - 'upstart_controlled --except' documentation

 doc/upstart.txt | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

2010-05-10 06:40:34 +0000 [0227127] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - use 'configtest' before restart/reload if available

 rc.d/init.d/functions | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

2010-05-09 08:47:50 +0000 [f8fa316] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - emit pld.shutdown-started after blocking signals

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-05-08 15:08:23 +0000 [98e096f] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - in init script emit the same signals would be emited by the upstart job

 doc/upstart.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-05-08 14:06:06 +0000 [5a0e234] Elan Ruusamäe <glen/at/pld-linux.org>

	* - typo

 doc/upstart.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-05-07 17:30:51 +0000 [2aa2fcb] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - a few words about startup progress tracking

 doc/upstart.txt | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

2010-05-07 12:13:20 +0000 [9b1f546] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - --except option for upstart_controlled to simplify init scripts

 rc.d/init.d/functions | 23 ++++++++++++++++++++---
 1 file changed, 20 insertions(+), 3 deletions(-)

2010-05-07 12:04:40 +0000 [d5a0dae] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - try-restart LSP action implemented

 rc.d/init.d/functions | 8 ++++++++
 1 file changed, 8 insertions(+)

2010-05-07 11:24:40 +0000 [5031f7f] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - setuidgid tool added (from freedt) as upstart doesn't provide facilities to   set user id for started jobs, 'su' sucks and using start-stop-daemon for   this purpose would be an overkill.

 src/Makefile.am |   3 ++
 src/setuidgid.c | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 135 insertions(+)

2010-05-07 08:21:08 +0000 [9fb27aa] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - --upstart and --no-upstart options to /sbin/service

 doc/upstart.txt |  6 ++++--
 service         | 17 +++++++++++++----
 2 files changed, 17 insertions(+), 6 deletions(-)

2010-05-07 06:43:01 +0000 [8c5418f] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - rst comment for the VIM directives

 doc/upstart.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-05-07 06:39:04 +0000 [8b02776] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - some documentation for using rc-scripts with upstart

 doc/make-html   |   1 +
 doc/upstart.txt | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 184 insertions(+)

2010-05-06 11:48:27 +0000 [d4830c9] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - emit pld.shutdown-started

 rc.d/rc.shutdown | 2 ++
 1 file changed, 2 insertions(+)

2010-05-06 11:47:34 +0000 [4db70cd] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - oh, this one was wrongly reverted… re-revert the changes

 rc.d/rc.sysinit | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

2010-05-06 11:32:54 +0000 [35f6a33] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - svn:ignore properties set

2010-05-06 11:25:01 +0000 [55a9aa5] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - oops, wrong version commited. Reversed last change to 'service' script

 service | 132 +---------------------------------------------------------------
 1 file changed, 1 insertion(+), 131 deletions(-)

2010-05-06 11:23:18 +0000 [9f0f5f5] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - missing []

 rc.d/rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-05-06 11:22:49 +0000 [945d7cf] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - fixes

 rc.d/init.d/functions | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2010-05-06 10:31:10 +0000 [9ee04f3] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - rewriting 'service', 'chkconfig' and others will give us only a mess, not   LSB compatibility. Let's to it a different way…

 rc.d/init.d/functions | 163 +++++++++++++++++++++++++++++++++++++++++++++-----
 rc.d/rc.sysinit       |  23 -------
 2 files changed, 149 insertions(+), 37 deletions(-)

2010-05-06 09:37:11 +0000 [6c7850f] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - use initctl for upstart-controlled jobs - be the LSB-compatible interface for the upstart-controlled jobs (upstart-job   script from upstart package is of no use, as its behaviour is very   LSB-incompatible)

 service | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 131 insertions(+), 1 deletion(-)

2010-05-06 09:35:33 +0000 [c3c0158] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - emit ubuntu-compatible events on system start

 rc.d/rc.sysinit | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

2010-05-06 09:34:59 +0000 [d689a6c] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - do not use /etc/rc.d/init.d scripts when upstart job is in use instead

 rc.d/rc | 3 +++
 1 file changed, 3 insertions(+)

2010-05-06 09:34:21 +0000 [fd814d4] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - emit upstart events on network start/stop

 rc.d/init.d/network | 8 ++++++++
 1 file changed, 8 insertions(+)

2010-05-06 09:31:17 +0000 [439b6d8] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - utility functions for upstart event-based boot

 rc.d/init.d/functions | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

2010-05-06 07:28:44 +0000 [649b8be] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - 'upstart_native' branch, based on current Th release (0.4.2.8)

2010-05-02 12:16:32 +0000 [f3df266] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - support for zeroconf networking (based on information from   http://avahi.org/wiki/AvahiAutoipd#Routes)

 doc/net-scripts.txt                         |  2 +-
 sysconfig/network                           |  5 +++++
 sysconfig/network-scripts/functions.network |  6 +++++-
 sysconfig/network-scripts/ifdown            |  4 ++++
 sysconfig/network-scripts/ifup              |  3 +++
 sysconfig/network-scripts/ifup-routes       | 26 ++++++++++++++++++++++++++
 6 files changed, 44 insertions(+), 2 deletions(-)

2010-04-21 20:24:07 +0000 [dd0f0d3] Elan Ruusamäe <glen/at/pld-linux.org>

	* - grab $ACTION variable

 service | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

2010-04-21 18:26:16 +0000 [58f95af] Elan Ruusamäe <glen/at/pld-linux.org>

	* - nicer output (brief) for --status-all ported from ubuntu

 service | 40 ++++++++++++++++++++++++++++++++++------
 1 file changed, 34 insertions(+), 6 deletions(-)

2010-04-21 18:21:18 +0000 [86ae1ad] Elan Ruusamäe <glen/at/pld-linux.org>

	* - identify as pld

 service | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-04-07 07:03:40 +0000 [53affe4] Elan Ruusamäe <glen/at/pld-linux.org>

	* - release 0.4.2.8

2010-04-07 07:02:53 +0000 [3615eca] Elan Ruusamäe <glen/at/pld-linux.org>

	* - release 0.4.2.8

 ChangeLog    | 43 +++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 44 insertions(+), 1 deletion(-)

2010-04-07 07:00:09 +0000 [64c571c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add --redirfds similar to --closefds

 rc.d/init.d/functions | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

2010-04-05 19:18:15 +0000 [0cfded1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - tabs

 rc.d/init.d/template.init | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2010-04-05 19:13:19 +0000 [1b5427c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - no need to load service config to check network state

 rc.d/init.d/template.init | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

2010-02-08 17:34:39 +0000 [e5fcee1] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - WLAN_WPA_DRIVER should default to wext

 sysconfig/interfaces/ifcfg-description | 2 +-
 sysconfig/network-scripts/ifup         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2010-02-08 17:11:41 +0000 [305c328] Elan Ruusamäe <glen/at/pld-linux.org>

	* - skip dead pids in status() with --pidfile, or is filter_chroot() broken by design?

 rc.d/init.d/functions | 4 ++++
 1 file changed, 4 insertions(+)

2010-02-08 17:06:34 +0000 [22cbb03] Elan Ruusamäe <glen/at/pld-linux.org>

	* - test for status() --pidfile

 t/status-pidfile.sh | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

2010-02-08 16:51:32 +0000 [a66d398] Elan Ruusamäe <glen/at/pld-linux.org>

	* - move tests to t/

 ChangeLog                              | 8 ++++++++
 backtick-test.sh => t/backtick-test.sh | 0
 2 files changed, 8 insertions(+)

2010-01-15 13:56:50 +0000 [ef72e56] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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).

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2010-01-11 10:52:18 +0000 [639b1d2] Elan Ruusamäe <glen/at/pld-linux.org>

	* - C locale for consistent changelog

 changelog.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2010-01-11 09:07:34 +0000 [261c2c8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Drop EVMS_MD since it's not used.

 sysconfig/system | 3 ---
 1 file changed, 3 deletions(-)

2010-01-10 22:05:19 +0000 [9546183] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prepare for 0.4.2.7.

 ChangeLog    | 132 +++++++++++++++++++++++++++++++++++++++++++----------------
 configure.ac |   2 +-
 2 files changed, 97 insertions(+), 37 deletions(-)

2009-12-02 19:13:33 +0000 [961da5e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - more reverting baggins buzybox branch changes regarding hwclock

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2009-11-24 11:07:36 +0000 [9bec7e9] Tomasz Pala <gotar/at/pld-linux.org>

	* - 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

 rc.d/rc.shutdown | 4 ++--
 rc.d/rc.sysinit  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

2009-11-22 23:24:40 +0000 [1bc37f3] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add rc.init back

 rc.d/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

2009-11-22 23:14:00 +0000 [568b167] Elan Ruusamäe <glen/at/pld-linux.org>

	* - restore, but this time with some doc too

 rc.d/rc.init | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

2009-11-22 20:39:12 +0000 [fa3560e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - hwclock doesn't recognize -l (patch from devel-en)

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-11-22 13:54:44 +0000 [00d406d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - formatting

 sysconfig/network-scripts/functions.network | 58 +++++++++++++++--------------
 1 file changed, 31 insertions(+), 27 deletions(-)

2009-11-22 13:51:01 +0000 [448695d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - nwid already set earlier

 sysconfig/network-scripts/functions.network | 2 --
 1 file changed, 2 deletions(-)

2009-11-22 13:49:58 +0000 [a55d764] Elan Ruusamäe <glen/at/pld-linux.org>

	* - typo, dots

 rc.d/init.d/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2009-11-22 09:19:31 +0000 [b7977c1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - rc.init does not seem to be used anywhere; remove it

 rc.d/Makefile.am |  5 ++---
 rc.d/rc.init     | 19 -------------------
 2 files changed, 2 insertions(+), 22 deletions(-)

2009-11-22 09:18:58 +0000 [867a355] Elan Ruusamäe <glen/at/pld-linux.org>

	* - mention HOTPLUG

 sysconfig/network | 4 ++++
 1 file changed, 4 insertions(+)

2009-11-22 09:18:46 +0000 [02bf0f4] Elan Ruusamäe <glen/at/pld-linux.org>

	* - cleanup

 sysconfig/interfaces/ifcfg-description | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-11-20 12:58:17 +0000 [df82ecd] Elan Ruusamäe <glen/at/pld-linux.org>

	* - cleanup trailing whitespace

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2009-11-20 12:54:39 +0000 [024a1a2] Elan Ruusamäe <glen/at/pld-linux.org>

	* - back to /bin/sh

 rc.d/init.d/sys-chroots | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-11-20 12:35:37 +0000 [6300080] Elan Ruusamäe <glen/at/pld-linux.org>

	* - apply rc-scripts-modules.patch

 modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-11-20 12:33:11 +0000 [6d41fac] Elan Ruusamäe <glen/at/pld-linux.org>

	* - prepare for 0.4.2.6 release

 ChangeLog    | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   2 +-
 2 files changed, 132 insertions(+), 1 deletion(-)

2009-11-19 21:21:25 +0000 [1b59b41] Elan Ruusamäe <glen/at/pld-linux.org>

	* - with --pidfile set in status(), don't make wrong assumptions by finding process by name

 rc.d/init.d/functions | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

2009-11-19 21:07:29 +0000 [c51af89] Elan Ruusamäe <glen/at/pld-linux.org>

	* - fix weird typo

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2009-11-19 20:41:54 +0000 [24ab860] Elan Ruusamäe <glen/at/pld-linux.org>

	* - if pidfile specified, pid must be there, don't fallback for pidof(1)

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2009-11-19 13:31:11 +0000 [a7c2d6b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - rc.local is sourced, not executed

 rc.d/rc.local | 2 --
 1 file changed, 2 deletions(-)

2009-11-17 07:10:46 +0000 [5bf237b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - partial merge of baggin's busybox branch changes

 rc.d/init.d/cryptsetup  |  6 +++---
 rc.d/init.d/functions   | 22 ++++++++++------------
 rc.d/init.d/sys-chroots | 10 +++++-----
 rc.d/rc                 |  2 +-
 rc.d/rc.sysinit         | 22 +++++++++++-----------
 5 files changed, 30 insertions(+), 32 deletions(-)

2009-11-17 06:22:39 +0000 [3232ec7] Elan Ruusamäe <glen/at/pld-linux.org>

	* - status -p shortopt for --pidfile

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-11-16 14:49:08 +0000 [5937edf] Tomasz Pala <gotar/at/pld-linux.org>

	* - unknown/unsupported: return 2 if no tools found or all the methods failed

 sysconfig/network-scripts/functions.network | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

2009-11-16 14:07:35 +0000 [d36ee0f] Tomasz Pala <gotar/at/pld-linux.org>

	* - don't call check_mii_tool if ethtool or iwconfig reported success

 sysconfig/network-scripts/functions.network | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

2009-11-16 14:03:50 +0000 [b343992] Tomasz Pala <gotar/at/pld-linux.org>

	* - check rfkill before iwconfig (more common and doesn't require binary) - note /sys/class/net/${1}/operstate file on some systems

 sysconfig/network-scripts/functions.network | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2009-11-16 14:00:16 +0000 [8413b10] Tomasz Pala <gotar/at/pld-linux.org>

	* - it's common for WiFi that all the methods of link state determinaion fail,   don't abort dhclient in such case

 sysconfig/network-scripts/functions.network | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

2009-11-04 08:03:48 +0000 [84cc0da] Tomasz Pala <gotar/at/pld-linux.org>

	* - don't disable bridged device just before bridge starts! - this   interrupts every subdevice currently active (like VLAN interfaces   in another bridges)

 sysconfig/network-scripts/ifup-br | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2009-11-04 07:58:49 +0000 [d54184e] Tomasz Pala <gotar/at/pld-linux.org>

	* - 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

 sysconfig/network-scripts/ifdown-br | 1 -
 1 file changed, 1 deletion(-)

2009-11-03 15:47:56 +0000 [4ec3396] Tomasz Pala <gotar/at/pld-linux.org>

	* - bridge forward delay is used regardless of STP, - NB hello timer runs always too, it's just not used without STP

 sysconfig/network-scripts/ifup-br | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-10-25 18:33:57 +0000 [7aed579] Elan Ruusamäe <glen/at/pld-linux.org>

	* - fix devs detect

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-10-16 08:50:34 +0000 [b7710f0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - stderr redirected anyway, nothing special needed in configtest()

 rc.d/init.d/template.init | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2009-10-15 10:03:20 +0000 [ebad4ae] pawelz <pawelz/at/pld-linux.org>

	* - do not reduce MTU by default. It kills ipsec.

 sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-10-15 09:32:25 +0000 [56de772] pawelz <pawelz/at/pld-linux.org>

	* - ppp configuration for PLAY MOBILE (tested on HUAWEI E169 and E220 modems)

 .../interfaces/data/chat-ppp0.gprs-playmobile      | 10 +++++++++
 sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile    | 25 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

2009-10-14 07:35:31 +0000 [0aa8124] Elan Ruusamäe <glen/at/pld-linux.org>

	* - local args in /etc/modules processing

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-09-14 23:31:24 +0000 [619a638] Tomasz Pala <gotar/at/pld-linux.org>

	* - 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"

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-09-02 19:58:55 +0000 [1851f49] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set rc to 0 for mdadm rc=2 case.

 rc.d/rc.sysinit | 2 ++
 1 file changed, 2 insertions(+)

2009-09-01 18:59:26 +0000 [8159a41] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - cpuset shouldn't be mounted unconditionally - it has few options

 rc.d/rc.sysinit | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

2009-08-30 20:14:57 +0000 [d1b9646] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* mdadm status codes 0 and 2 (new in mdadm 3.0) are success

 rc.d/rc.sysinit | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

2009-08-25 10:25:07 +0000 [55bf7b4] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use shell construct

 rc.d/rc.sysinit | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2009-08-25 09:26:36 +0000 [6652ea5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Skip comments in args.

 rc.d/rc.sysinit | 1 +
 1 file changed, 1 insertion(+)

2009-08-24 06:16:52 +0000 [863baad] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Restore extra check.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2009-08-17 20:34:58 +0000 [a81df7c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* New getkey handling (from fc).

 rc.d/rc.sysinit | 17 ++++++++++++++---
 src/getkey.c    | 20 +++++++++++++-------
 2 files changed, 27 insertions(+), 10 deletions(-)

2009-08-16 20:56:00 +0000 [5537df6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated.

 ChangeLog | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

2009-08-16 20:53:40 +0000 [ef7dfe2] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Release 0.4.2.4.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-08-11 14:06:53 +0000 [e0fdf0a] Elan Ruusamäe <glen/at/pld-linux.org>

	* - no subshell needed and unify modprobe -c callout

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-08-11 07:08:36 +0000 [1927f35] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't use modprobe.conf file. Use /sbin/modprobe -c output instead.

 rc.d/rc.sysinit | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

2009-08-07 17:42:23 +0000 [170103c] hawk <hawk/at/pld-linux.org>

	* - '-k' is no longer valid modprobe switch

 rc.d/rc.sysinit                             | 32 ++++++++++++++---------------
 sysconfig/network-scripts/functions.network |  6 +++---
 sysconfig/network-scripts/ifup-br           |  2 +-
 sysconfig/network-scripts/ifup-ppp          |  8 ++++----
 sysconfig/network-scripts/ifup-sl           |  2 +-
 sysconfig/network-scripts/ifup-vlan         |  2 +-
 sysconfig/network-scripts/tnlup             |  8 ++++----
 7 files changed, 30 insertions(+), 30 deletions(-)

2009-07-25 19:44:16 +0000 [ddb920c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - configtest alias - allow output of configtest success

 rc.d/init.d/template.init | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

2009-07-25 19:29:56 +0000 [affc084] Elan Ruusamäe <glen/at/pld-linux.org>

	* - improved configtest output sequence

 rc.d/init.d/template.init | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

2009-07-25 19:24:32 +0000 [c3c516d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add checkconfig action sample

 rc.d/init.d/template.init | 43 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)

2009-07-25 19:19:54 +0000 [b861437] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use <service_name> for msg as it usualy differs

 rc.d/init.d/template.init | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

2009-07-21 18:25:31 +0000 [f71c07f] zbyniu <zbyniu/at/pld-linux.org>

	* - added firmware-loader.sh for autoload firmware on systems w/o udev

 firmware-loader.sh | 26 ++++++++++++++++++++++++++
 rc.d/rc.sysinit    |  6 +++++-
 2 files changed, 31 insertions(+), 1 deletion(-)

2009-07-17 07:40:32 +0000 [78ecd59] shadzik <shadzik/at/pld-linux.org>

	* - add en_US.UTF-8/UTF-8 de_DE.UTF-8/UTF-8 en_GB.UTF-8/UTF-8 to supported langs

 sysconfig/i18n | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-07-16 18:09:57 +0000 [12006ae] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update LINES correctly.

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-07-16 17:07:32 +0000 [c443051] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* On IPMI serial console COLUMNS ends up with negative value like -13. Protect agains such thing. Also protect LINES.

 rc.d/init.d/functions | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2009-07-01 04:39:21 +0000 [b3103ab] Elan Ruusamäe <glen/at/pld-linux.org>

	* - fix underquoted definition warning

 acinclude.m4 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2009-07-01 04:35:09 +0000 [1eb41eb] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 0.4.2.3

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-07-01 04:34:40 +0000 [1bc05f5] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

2009-06-29 00:13:36 +0000 [6b30816] Elan Ruusamäe <glen/at/pld-linux.org>

	* - nice message about kexec being used

 rc.d/rc.shutdown | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

2009-06-28 22:17:40 +0000 [69d7c00] Elan Ruusamäe <glen/at/pld-linux.org>

	* - invoke kexec only if image loaded

 rc.d/rc.shutdown | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

2009-06-05 18:30:17 +0000 [65bf293] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update udev path

 sysconfig/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-06-03 06:29:46 +0000 [141b5ed] Elan Ruusamäe <glen/at/pld-linux.org>

	* - one local should be enough

 sysconfig/network-scripts/functions.network | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2009-06-03 06:28:22 +0000 [746a213] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update path

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-06-03 06:28:10 +0000 [60ca95f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - i don't think cat output is localized

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-06-02 20:34:53 +0000 [0f55a77] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add rfkill support.

 sysconfig/network-scripts/functions.network | 5 +++++
 1 file changed, 5 insertions(+)

2009-05-26 19:51:05 +0000 [1f4f22b] zbyniu <zbyniu/at/pld-linux.org>

	* - don't kill -KILL (in start-stop-daemon), try TERM first

 rc.d/init.d/functions | 1 -
 1 file changed, 1 deletion(-)

2009-05-22 18:32:35 +0000 [227ac2e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update.

 ChangeLog | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

2009-05-22 18:30:55 +0000 [56dc375] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prepare for 0.4.2.2.

 DEVELOPMENT  | 1 +
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

2009-04-23 20:59:14 +0000 [2864e82] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't rely on mii check (it's unreliable). 'radio off' clarifications. Less iterations in loop.

 sysconfig/network-scripts/functions.network | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

2009-04-07 09:28:47 +0000 [280fc81] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't check for /dev/rtc existence. When using udev it doesn't exist usually.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-04-07 09:28:17 +0000 [5ad3175] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't check for /dev/rtc existence. When using udev it doesn't exist usually.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-26 15:11:57 +0000 [4cd2843] Jan Rękorajski <baggins/at/pld-linux.org>

	* - more readable

 sysconfig/network-scripts/ifup-aliases | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2009-03-26 13:33:05 +0000 [5cc2ae6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - set addrlabel only if specified

 sysconfig/network-scripts/ifup-aliases | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-23 16:08:11 +0000 [7c40ed1] Jan Rękorajski <baggins/at/pld-linux.org>

	* - changelog updated

 ChangeLog | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

2009-03-23 16:07:21 +0000 [bc4e1aa] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 0.4.2.1

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-21 21:30:15 +0000 [74b87e1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - correct

 rc.d/init.d/sys-chroots | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-21 21:28:52 +0000 [9746ee4] Elan Ruusamäe <glen/at/pld-linux.org>

	* - invert condition to bring down one level of indent

 rc.d/init.d/sys-chroots | 184 ++++++++++++++++++++++++------------------------
 1 file changed, 93 insertions(+), 91 deletions(-)

2009-03-21 21:24:25 +0000 [ff285d1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - proper order of commands

 rc.d/init.d/local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-21 21:23:18 +0000 [8ee5289] Elan Ruusamäe <glen/at/pld-linux.org>

	* - correction

 rc.d/init.d/killall | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2009-03-21 21:17:54 +0000 [e794a3b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - why the space?

 rc.d/init.d/allowlogin | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-20 16:03:57 +0000 [df3e1a2] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set nickname only when specified in config since many wifi adapters don't support this setting.

 sysconfig/network-scripts/functions.network | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

2009-03-19 00:15:25 +0000 [944d6d8] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use "local" not "typeset" (compatible with: pdksh/bash/dash)

 DEVELOPMENT                                 | 11 ++----
 rc.d/init.d/functions                       | 57 ++++++++++++++---------------
 rc.d/rc                                     |  8 ++--
 rc.d/rc.sysinit                             |  4 +-
 sysconfig/network-scripts/functions.network | 18 ++++-----
 5 files changed, 46 insertions(+), 52 deletions(-)

2009-03-16 11:34:31 +0000 [0174ae8] Elan Ruusamäe <glen/at/pld-linux.org>

	* - shorter lvm version detect

 rc.d/rc.shutdown | 4 ++--
 rc.d/rc.sysinit  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

2009-03-16 11:27:42 +0000 [6211980] Elan Ruusamäe <glen/at/pld-linux.org>

	* - remove unneeded subshells

 rc.d/rc.shutdown | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

2009-03-16 11:23:27 +0000 [cb9b84f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - typo

 sysconfig/system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-15 23:09:35 +0000 [4cc198f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added UMOUNT_IGNORE option

 rc.d/rc.shutdown | 15 +++++++++++----
 sysconfig/system |  5 +++++
 2 files changed, 16 insertions(+), 4 deletions(-)

2009-03-15 23:06:46 +0000 [2850ca3] Jan Rękorajski <baggins/at/pld-linux.org>

	* - refactor awk invocation in fs unmounting code

 rc.d/rc.shutdown | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

2009-03-12 15:32:55 +0000 [55f29d3] Elan Ruusamäe <glen/at/pld-linux.org>

	* - sX prefix ofr serial lines

 inittab | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

2009-03-11 12:42:52 +0000 [ff450d5] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated

 ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

2009-03-11 12:41:52 +0000 [db55951] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 0.4.2.0, well deserved version bump after few years of development

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-10 12:28:43 +0000 [c89f4fc] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated

 ChangeLog | 139 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 139 insertions(+)

2009-03-10 11:39:10 +0000 [36a941d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - addlabel is IPv6 only

 sysconfig/network-scripts/functions.network | 1 -
 sysconfig/network-scripts/ifup              | 3 ---
 2 files changed, 4 deletions(-)

2009-03-10 11:38:00 +0000 [b72b148] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added addrlabel support

 sysconfig/network-scripts/ifup-aliases | 2 ++
 1 file changed, 2 insertions(+)

2009-03-10 11:33:51 +0000 [2f6bb78] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed dead code

 sysconfig/network-scripts/ifup-aliases | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

2009-03-10 11:20:34 +0000 [dfe0fe8] Jan Rękorajski <baggins/at/pld-linux.org>

	* - add IP_LABEL support

 sysconfig/network-scripts/ifup | 6 ++++++
 1 file changed, 6 insertions(+)

2009-03-10 11:16:11 +0000 [440a9ec] Jan Rękorajski <baggins/at/pld-linux.org>

	* - allow addrlabel setting for ipv4 adresses

 sysconfig/network-scripts/functions.network | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2009-03-10 11:11:05 +0000 [a6882a7] Jan Rękorajski <baggins/at/pld-linux.org>

	* - remove IP6_SRC_IF dead code - started adding IP_LABEL

 sysconfig/network-scripts/functions.network | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

2009-03-10 11:09:26 +0000 [e8f24cd] Jan Rękorajski <baggins/at/pld-linux.org>

	* - remove IP6_SRC_IF, add IP_ALABEL

 doc/net-scripts.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2009-03-10 11:02:18 +0000 [f2bd7e6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - just remove IP6_SRC_IF to avoid confusion

 sysconfig/interfaces/ifcfg-description | 1 -
 1 file changed, 1 deletion(-)

2009-03-10 10:56:43 +0000 [a5663ae] Jan Rękorajski <baggins/at/pld-linux.org>

	* - add IP_LABEL setting for ip addrlabel (see RFC 3484) - added comment about uselessness of IP6_SRC_IF setting

 sysconfig/interfaces/ifcfg-description | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2009-03-09 21:21:26 +0000 [bfd0227] Jan Rękorajski <baggins/at/pld-linux.org>

	* - use exntended regexp functionality

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-09 21:12:19 +0000 [a51d513] Jan Rękorajski <baggins/at/pld-linux.org>

	* - man grep, "Direct invocation as either egrep or fgrep is deprecated",   use grep -F or grep -E

 rc.d/init.d/cryptsetup                      |  2 +-
 rc.d/init.d/functions                       |  2 +-
 rc.d/init.d/network                         |  2 +-
 rc.d/rc.sysinit                             |  8 ++++----
 sysconfig/network-scripts/functions.network | 14 +++++++-------
 sysconfig/network-scripts/ifup              |  2 +-
 sysconfig/network-scripts/ifup-aliases      | 12 ++++++------
 sysconfig/network-scripts/ifup-neigh        |  2 +-
 sysconfig/network-scripts/ifup-routes       |  2 +-
 sysconfig/network-scripts/ifup-vlan         |  2 +-
 sysconfig/network-scripts/tnldown           |  6 +++---
 sysconfig/network-scripts/tnlup             |  6 +++---
 12 files changed, 30 insertions(+), 30 deletions(-)

2009-03-09 21:04:25 +0000 [ff47475] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fix syntax

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-09 21:03:05 +0000 [7bc08c4] Jan Rękorajski <baggins/at/pld-linux.org>

	* - man grep, glen. "Direct invocation as either egrep or fgrep is deprecated" - and better safe than sorry, use grep -E with proper regexp

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-09 18:50:51 +0000 [9080d47] Elan Ruusamäe <glen/at/pld-linux.org>

	* - ip link help might be localized, remove unneeded subshell

 sysconfig/network-scripts/ifdown-vlan | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-09 18:50:19 +0000 [207d5ff] Elan Ruusamäe <glen/at/pld-linux.org>

	* - /proc/mounts isn't localized and it has fixed format (use fgrep)

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-09 18:03:28 +0000 [3f9e71a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - use is_fsmounted for checking mount points - fix mtab entry for /dev/cpuset

 rc.d/rc.sysinit | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

2009-03-09 17:47:57 +0000 [81ebaa1] Jan Rękorajski <baggins/at/pld-linux.org>

	* - use /proc/mounts if available for checking mounted fs

 rc.d/init.d/functions | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

2009-03-09 16:07:19 +0000 [90f9c9a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - check if /proc and /sys are mounted before trying to mount them

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2009-03-09 15:54:48 +0000 [fab8c1a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added is_fsmounted function to check if a given filesystem is mounted,   requires /bin/stat (i.e. coreutils >= 7.1-2)

 rc.d/init.d/functions | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

2009-03-08 15:48:00 +0000 [385dfd7] Tomasz Pala <gotar/at/pld-linux.org>

	* - 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

 sysconfig/network-scripts/ifup | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

2009-03-06 12:56:39 +0000 [4fbe82f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - daemon() startup errors dump to stderr

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-03-02 12:39:24 +0000 [41c877f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - no bashism, typo

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2009-03-02 12:28:20 +0000 [47e385f] zbyniu <zbyniu/at/pld-linux.org>

	* - remount rootfs rw only if no option 'ro' in fstab - hide remove errors on /etc/*mtab~* /fastboot etc

 rc.d/rc.sysinit | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

2009-02-27 16:36:52 +0000 [b4b5bf0] Tomasz Pala <gotar/at/pld-linux.org>

	* - fixed exit status when no appropriate tools found

 sysconfig/network-scripts/ifup-vlan | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2009-02-27 16:33:36 +0000 [966487e] Tomasz Pala <gotar/at/pld-linux.org>

	* - restored vconfig support for older iproute2 users

 sysconfig/network-scripts/ifdown-vlan | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

2009-02-25 07:43:03 +0000 [8c79a01] Elan Ruusamäe <glen/at/pld-linux.org>

	* - less indent by using return in functions

 rc.d/init.d/template.init | 50 +++++++++++++++++++++++++----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

2009-02-21 12:43:13 +0000 [2eb8603] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Comparsion correction.

 rc.d/rc                                     | 2 +-
 sysconfig/network-scripts/functions.network | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2009-02-20 09:05:33 +0000 [e19d587] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Preparations for 0.4.1.27.

 ChangeLog    | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   2 +-
 2 files changed, 141 insertions(+), 1 deletion(-)

2009-02-19 20:03:34 +0000 [94b691d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - 15 seems to be normal color on 16 and 256 color consoles

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-02-19 10:15:31 +0000 [8a5b611] Elan Ruusamäe <glen/at/pld-linux.org>

	* - typo

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-02-17 17:23:47 +0000 [86ed0b8] Tomasz Pala <gotar/at/pld-linux.org>

	* - 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

 rc.d/init.d/functions | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

2009-02-16 01:07:53 +0000 [ac1f65e] Tomasz Pala <gotar/at/pld-linux.org>

	* - keep one style of spacing, do not pollute sh with C-style comparision == operator

 rc.d/init.d/functions | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

2009-02-16 01:04:55 +0000 [f2dd2d3] Tomasz Pala <gotar/at/pld-linux.org>

	* - 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

 rc.d/init.d/functions | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2009-02-12 11:29:34 +0000 [66f7cfa] Elan Ruusamäe <glen/at/pld-linux.org>

	* - calculate default INIT_COL from terminal size

 rc.d/init.d/functions | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

2009-02-12 11:26:20 +0000 [013b605] Elan Ruusamäe <glen/at/pld-linux.org>

	* - no hardcoded default in config for INIT_COL

 sysconfig/system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-02-09 19:59:26 +0000 [5ec58ec] Elan Ruusamäe <glen/at/pld-linux.org>

	* - typo

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-02-04 20:28:47 +0000 [a160c01] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - makepid functionality to daemon function

 rc.d/init.d/functions | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

2009-01-25 14:58:13 +0000 [61ac2e0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - LC_ALL=C for greps

 rc.d/init.d/cryptsetup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-01-23 15:03:35 +0000 [1e23492] Elan Ruusamäe <glen/at/pld-linux.org>

	* - local output for func internal vars

 sysconfig/network-scripts/functions.network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2009-01-23 13:54:56 +0000 [d880b35] Elan Ruusamäe <glen/at/pld-linux.org>

	* - grepping pid from ps ax could be ambigous, use kill -0 for running-pid-check

 sysconfig/network-scripts/ifdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2009-01-23 13:45:11 +0000 [56702a2] Elan Ruusamäe <glen/at/pld-linux.org>

	* - revert unwanted commit

 rc.d/init.d/cryptsetup | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

2009-01-23 13:39:27 +0000 [e89ff92] Elan Ruusamäe <glen/at/pld-linux.org>

	* - cleanup vi:syntax, not needed and doesn't work anyway (should be vim:ft if any)

 hwprofile                              | 3 ---
 lang.csh                               | 5 +----
 rc.d/rc                                | 3 ---
 rc.d/rc.init                           | 4 +---
 rc.d/rc.shutdown                       | 3 ---
 service                                | 3 ---
 sysconfig/network-scripts/ifdown       | 3 ---
 sysconfig/network-scripts/ifdown-br    | 3 ---
 sysconfig/network-scripts/ifdown-irda  | 3 ---
 sysconfig/network-scripts/ifdown-post  | 3 ---
 sysconfig/network-scripts/ifdown-ppp   | 3 ---
 sysconfig/network-scripts/ifdown-sl    | 3 ---
 sysconfig/network-scripts/ifup         | 3 ---
 sysconfig/network-scripts/ifup-aliases | 3 ---
 sysconfig/network-scripts/ifup-br      | 3 ---
 sysconfig/network-scripts/ifup-ipx     | 3 ---
 sysconfig/network-scripts/ifup-irda    | 3 ---
 sysconfig/network-scripts/ifup-iucv    | 3 ---
 sysconfig/network-scripts/ifup-neigh   | 3 ---
 sysconfig/network-scripts/ifup-plip    | 3 ---
 sysconfig/network-scripts/ifup-plusb   | 3 ---
 sysconfig/network-scripts/ifup-post    | 3 ---
 sysconfig/network-scripts/ifup-ppp     | 3 ---
 sysconfig/network-scripts/ifup-routes  | 3 ---
 sysconfig/network-scripts/ifup-sl      | 3 ---
 sysconfig/network-scripts/ifup-vlan    | 3 ---
 sysconfig/network-scripts/tnldown      | 3 ---
 sysconfig/network-scripts/tnlup        | 3 ---
 sysconfig/system                       | 3 ---
 29 files changed, 2 insertions(+), 88 deletions(-)

2009-01-23 13:34:03 +0000 [2450b5f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - force LC_ALL=C when grepping data from possibly localized program outputs

 Makefile.am                                 |  2 +-
 configure.ac                                |  2 +-
 rc.d/init.d/cryptsetup                      | 18 +++++++++---------
 sysconfig/network-scripts/functions.network |  4 ++--
 sysconfig/network-scripts/ifdown            |  2 +-
 sysconfig/network-scripts/ifdown-br         |  2 +-
 sysconfig/network-scripts/ifdown-vlan       |  5 +----
 sysconfig/network-scripts/ifup-aliases      |  2 +-
 sysconfig/network-scripts/ifup-br           |  2 +-
 sysconfig/network-scripts/ifup-vlan         |  2 +-
 sysconfig/network-scripts/tnldown           |  2 +-
 sysconfig/network-scripts/tnlup             |  2 +-
 12 files changed, 21 insertions(+), 24 deletions(-)

2009-01-22 09:06:14 +0000 [3bf0ece] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Mention GVRP option.

 sysconfig/interfaces/ifcfg-description | 2 ++
 1 file changed, 2 insertions(+)

2009-01-22 09:02:23 +0000 [6bc25ba] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update

 po/pl.po | 547 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 315 insertions(+), 232 deletions(-)

2009-01-22 08:56:42 +0000 [cd7862a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prefer vlan creation using iproute2, fallback to vconfig.

 sysconfig/network-scripts/functions.network | 10 ----------
 sysconfig/network-scripts/ifup-vlan         | 25 ++++++++++++++++---------
 2 files changed, 16 insertions(+), 19 deletions(-)

2009-01-22 08:56:24 +0000 [53a5f48] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* No need for special handling for vlans when downing master device.

 sysconfig/network-scripts/ifdown | 57 +++++++++++++---------------------------
 1 file changed, 18 insertions(+), 39 deletions(-)

2009-01-22 08:41:36 +0000 [b36ba4b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* vconfig no longer needed here.

 sysconfig/network-scripts/ifdown-vlan | 5 -----
 1 file changed, 5 deletions(-)

2009-01-22 07:43:57 +0000 [65dce7f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Delete devices using iproute2.

 sysconfig/network-scripts/ifdown      | 4 ++--
 sysconfig/network-scripts/ifdown-vlan | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

2009-01-05 19:08:00 +0000 [5708fcc] Jan Rękorajski <baggins/at/pld-linux.org>

	* - use noprefix mount option for cgroup cpuset

 rc.d/init.d/cpusets | 13 +++++--------
 rc.d/rc.sysinit     |  2 +-
 2 files changed, 6 insertions(+), 9 deletions(-)

2009-01-02 19:01:02 +0000 [d760000] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed reference to cpuset virtualization (feature long dead,   and no signs of resurrection)

 sysconfig/cpusets/cpuset-test | 3 ---
 1 file changed, 3 deletions(-)

2009-01-02 18:58:31 +0000 [d517e0d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fix for /dev/cpuset mounted as cgroup -ocpuset

 rc.d/init.d/cpusets | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

2008-12-31 19:26:37 +0000 [48d12e5] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated

 ChangeLog | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 101 insertions(+)

2008-12-31 19:25:12 +0000 [b35c3e0] Jan Rękorajski <baggins/at/pld-linux.org>

	* 0.4.1.26

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-12-25 07:08:57 +0000 [3fa0b8f] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - optional argument in square brackets

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-12-16 19:00:17 +0000 [53ae90e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add usage for killproc - shift 2 is better than shift shift

 rc.d/init.d/functions | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

2008-12-16 18:55:36 +0000 [2f269bd] Elan Ruusamäe <glen/at/pld-linux.org>

	* - try ssd for killproc. needs pidfile to work reliably - what values to use for --retry?

 rc.d/init.d/functions | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

2008-12-11 17:04:33 +0000 [fcc79c0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - display LVM VG stats after LVM has been initialized

 rc.d/rc.sysinit | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

2008-12-09 14:35:13 +0000 [34c624e] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed DevFS support

 po/pl.po                           |  8 --------
 rc.d/rc.shutdown                   |  6 +++---
 rc.d/rc.sysinit                    | 15 +--------------
 sysconfig/network-scripts/ifup-ppp |  2 +-
 sysconfig/system                   |  3 ---
 5 files changed, 5 insertions(+), 29 deletions(-)

2008-12-09 14:31:09 +0000 [5bae543] Jan Rękorajski <baggins/at/pld-linux.org>

	* - udev-135-2 finally creates /dev/cpuset directory - use cgroup fs in newer kernels

 rc.d/rc.sysinit | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

2008-12-04 19:49:17 +0000 [a40bbbe] Paweł Sikora <pluto/at/pld-linux.org>

	* - allow usb group to operate on /proc/bus/usb.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2008-12-02 07:14:18 +0000 [01856c0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Leave default for kernel.

 sysctl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-12-02 00:08:39 +0000 [5e8ec2c] Paweł Sikora <pluto/at/pld-linux.org>

	* - describe kernel.randomize_va_space feature.

 sysctl.conf | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

2008-11-30 19:27:58 +0000 [35152ba] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Load 8021q module.

 sysconfig/network-scripts/ifup-vlan | 2 ++
 1 file changed, 2 insertions(+)

2008-11-30 15:15:09 +0000 [4e901aa] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add --pidfile to status()

 rc.d/init.d/functions | 36 ++++++++++++++----------------------
 1 file changed, 14 insertions(+), 22 deletions(-)

2008-11-28 16:09:35 +0000 [d9ce326] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* macvlan support.

 sysconfig/interfaces/ifcfg-description | 6 ++++++
 sysconfig/interfaces/ifcfg-eth0.1      | 1 -
 sysconfig/network-scripts/ifup         | 5 +++++
 3 files changed, 11 insertions(+), 1 deletion(-)

2008-11-27 14:47:08 +0000 [6dbec25] Jan Rękorajski <baggins/at/pld-linux.org>

	* - load dm-mod before using dmsetup in multipath case

 rc.d/rc.sysinit | 1 +
 1 file changed, 1 insertion(+)

2008-11-18 13:40:44 +0000 [9404c2c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - catch missing device errors

 rc.d/init.d/cryptsetup | 6 ++++++
 1 file changed, 6 insertions(+)

2008-11-18 13:26:15 +0000 [08e42de] Elan Ruusamäe <glen/at/pld-linux.org>

	* - it starts pppd right after connection - with kernel or fixed firmware there's OK said after ATZ

 sysconfig/interfaces/data/chat-ppp0.kou | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

2008-11-18 13:24:08 +0000 [54772ee] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add debug line (disabled)

 sysconfig/interfaces/ifcfg-ppp0.kou | 1 +
 1 file changed, 1 insertion(+)

2008-11-14 01:23:41 +0000 [cd91154] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use nls

 rc.d/init.d/cryptsetup | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)

2008-11-12 23:27:16 +0000 [8152a8f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - dmsetup mknodes so the startup doesn't complain on missing nodes

 rc.d/init.d/cryptsetup | 5 +++++
 1 file changed, 5 insertions(+)

2008-11-10 00:46:40 +0000 [675012e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - output formatting cosmetics

 rc.d/init.d/cryptsetup | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

2008-11-10 00:15:32 +0000 [267ed79] Elan Ruusamäe <glen/at/pld-linux.org>

	* - no bashism

 rc.d/init.d/cryptsetup | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2008-11-05 22:48:21 +0000 [6b1fd02] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add --chdir to daemon()

 rc.d/init.d/functions | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

2008-11-05 22:39:28 +0000 [a526f70] Elan Ruusamäe <glen/at/pld-linux.org>

	* - -u is for stopping in ssd

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-11-04 20:04:53 +0000 [a9ebb51] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 10 ++++++++++
 1 file changed, 10 insertions(+)

2008-11-04 20:04:33 +0000 [941ec23] Elan Ruusamäe <glen/at/pld-linux.org>

	* - wtf 0.4.1.24 was already there? bump to 0.4.1.25 then

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-11-04 19:57:07 +0000 [bfe92d0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - somewhy have to svn up again after configure.ac commit

 DEVELOPMENT | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-11-04 19:56:20 +0000 [fba1005] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

2008-11-04 19:46:52 +0000 [b33d4f1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

2008-11-04 19:45:48 +0000 [86039a7] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 0.4.1.24 release

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-11-04 18:07:58 +0000 [f17b644] Elan Ruusamäe <glen/at/pld-linux.org>

	* - LC_ALL was still overwritten with i18n value even if one had from ssh session

 lang.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-10-29 08:54:36 +0000 [090e9b7] Elan Ruusamäe <glen/at/pld-linux.org>

	* - rip out -u <runas_user> -- it's bad concept and nothing should be using it anyway

 run-parts | 13 -------------
 1 file changed, 13 deletions(-)

2008-10-28 00:09:41 +0000 [aefe871] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add --test and -- to behave like debian run-parts(1)

 run-parts | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

2008-10-26 13:43:28 +0000 [348aacf] Tomasz Pala <gotar/at/pld-linux.org>

	* - introduce START_UDEV variable

 rc.d/rc.sysinit  | 7 ++++---
 sysconfig/system | 3 +++
 2 files changed, 7 insertions(+), 3 deletions(-)

2008-10-25 22:53:23 +0000 [43ed6f1] undefine <undefine/at/pld-linux.org>

	* - wpa is also usefull with not wireless devices - eg with 8021x. - patch by Pawel Nogas <pnogas(AT)amu(DOT)edu(DOT)pl>

 sysconfig/network-scripts/ifdown | 8 +++-----
 sysconfig/network-scripts/ifup   | 7 ++++---
 2 files changed, 7 insertions(+), 8 deletions(-)

2008-10-25 18:35:07 +0000 [2f5024c] radek <radek/at/pld-linux.org>

	* - removed sed dependency

 sysconfig/network-scripts/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-10-25 18:16:22 +0000 [4d95dd4] radek <radek/at/pld-linux.org>

	* - typo

 sysconfig/interfaces/ifcfg-eth0.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-10-25 18:14:41 +0000 [8772739] radek <radek/at/pld-linux.org>

	* - support for automatic 6to4 tunnels

 doc/net-scripts.txt              |  3 +++
 sysconfig/interfaces/ifcfg-eth0  |  3 +++
 sysconfig/network-scripts/ifdown |  9 +++++++++
 sysconfig/network-scripts/ifup   | 21 +++++++++++++++++++++
 4 files changed, 36 insertions(+)

2008-10-13 13:21:12 +0000 [cd9ee56] Tomasz Pala <gotar/at/pld-linux.org>

	* - restored some backticks - pdksh has broken $(...) closing paren detection, - added backtick-test.sh to test whenever this would be valid some day

 backtick-test.sh    | 28 ++++++++++++++++++++++++++++
 rc.d/init.d/network | 20 ++++++++++----------
 2 files changed, 38 insertions(+), 10 deletions(-)

2008-10-13 01:04:44 +0000 [18bd13a] Tomasz Pala <gotar/at/pld-linux.org>

	* - unified function definitions (line-saving way), - use unambiguous $(...) instead of backticks.

 rc.d/init.d/cpusets   |  12 ++----
 rc.d/init.d/functions | 112 ++++++++++++++++++--------------------------------
 rc.d/init.d/network   |  33 +++++++--------
 3 files changed, 58 insertions(+), 99 deletions(-)

2008-10-12 18:08:50 +0000 [face684] Tomasz Pala <gotar/at/pld-linux.org>

	* - start-stop-daemon uses -c not -u to change UID

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-09-16 20:39:08 +0000 [15c0907] Elan Ruusamäe <glen/at/pld-linux.org>

	* - full set of samples for default terminals (default keymap doesn't allow you switch over 12)

 inittab | 4 ++++
 1 file changed, 4 insertions(+)

2008-09-15 08:23:10 +0000 [cecfff3] Elan Ruusamäe <glen/at/pld-linux.org>

	* - you don't likely need so many terminals

 inittab | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2008-08-21 19:57:06 +0000 [fc37895] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 56 insertions(+), 1 deletion(-)

2008-08-07 20:39:30 +0000 [c8f4b76] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Actually don't use -s option since dmesg uses klogctl() to retrieve real ring buffer size.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-08-07 20:36:11 +0000 [d948f15] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* dump 524288 of dmesg data

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-07-24 10:10:45 +0000 [e9316a4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't set net.ipv4.ip_local_port_range; use kernel default

 sysctl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-07-24 10:06:56 +0000 [36c96e2] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Disable tcp syncookies by default (these disable SACK which according to DaveM 'sets TCP stack back by 10 years')

 sysctl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-07-22 17:39:03 +0000 [5da2197] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - proper encoding for de_DE

 sysconfig/i18n | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-07-17 20:42:44 +0000 [7444820] shadzik <shadzik/at/pld-linux.org>

	* - wpa_supplicant 0.6.3 doesn't have a "-w" option!!

 sysconfig/network-scripts/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-06-10 21:00:17 +0000 [0699792] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - try last resort in setting MODEMPORT - compatibility change.

 sysconfig/network-scripts/ifup-ppp | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

2008-06-01 11:28:17 +0000 [9cdf2de] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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.

 rc.d/init.d/functions | 1 +
 1 file changed, 1 insertion(+)

2008-05-22 19:08:32 +0000 [64195bf] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Return can be only from function. Use exit.

 sysconfig/network-scripts/ifdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-05-19 06:21:16 +0000 [739070c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - tabs

 rc.d/init.d/functions | 84 +++++++++++++++++++++++++--------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

2008-05-19 06:20:53 +0000 [f10f210] Elan Ruusamäe <glen/at/pld-linux.org>

	* - try not to use initlog if $RC_LOGGING is off (avoits usleeps for each startup)

 rc.d/init.d/functions | 57 ++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 54 insertions(+), 3 deletions(-)

2008-05-19 06:07:41 +0000 [4a4479f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

2008-05-19 06:05:22 +0000 [4df6eac] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 0.4.1.23

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-05-19 06:04:31 +0000 [0a17761] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add --pidfile to daemon()

 rc.d/init.d/functions | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

2008-04-27 02:00:33 +0000 [bc94aa5] Elan Ruusamäe <glen/at/pld-linux.org>

	* - disable log_success/log_failed when RC_LOGGING is off

 rc.d/init.d/functions | 28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

2008-04-27 01:34:02 +0000 [f1d8bb7] Elan Ruusamäe <glen/at/pld-linux.org>

	* - utf8

 sysconfig/interfaces/tnlcfg-description | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-04-27 01:33:42 +0000 [6922f95] Elan Ruusamäe <glen/at/pld-linux.org>

	* - utf8

 doc/polski.dsl      |  4 ++--
 doc/rc-scripts.docb | 10 +++++-----
 doc/sysconfig.docb  | 10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

2008-04-27 01:29:37 +0000 [660dddc] Elan Ruusamäe <glen/at/pld-linux.org>

	* - outdated, use spec from cvs

 Makefile.am        |   3 +-
 configure.ac       |   2 +-
 rc-scripts.spec.in | 286 -----------------------------------------------------
 3 files changed, 2 insertions(+), 289 deletions(-)

2008-04-27 01:24:00 +0000 [fdc764a] Elan Ruusamäe <glen/at/pld-linux.org>

	* - utf8

 hwprofile                             | 2 +-
 rc.d/init.d/functions                 | 6 +++---
 sysconfig/network-scripts/ifdown-br   | 2 +-
 sysconfig/network-scripts/ifdown-irda | 2 +-
 sysconfig/network-scripts/ifdown-vlan | 2 +-
 sysconfig/network-scripts/ifup-br     | 2 +-
 sysconfig/network-scripts/ifup-irda   | 2 +-
 sysconfig/network-scripts/ifup-vlan   | 2 +-
 sysconfig/network-scripts/tnldown     | 2 +-
 sysconfig/network-scripts/tnlup       | 2 +-
 10 files changed, 12 insertions(+), 12 deletions(-)

2008-04-27 01:20:08 +0000 [037ba9c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - utf8

 AUTHORS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2008-04-24 21:23:16 +0000 [48a0272] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 0.4.1.22

 ChangeLog    | 6 +++++-
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

2008-04-24 21:21:06 +0000 [89ec415] Elan Ruusamäe <glen/at/pld-linux.org>

	* - make stripping string suffixes from EXTRAVER more greedy

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-04-23 22:35:06 +0000 [8f8963f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 0.4.1.21

 ChangeLog    | 17 +++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

2008-04-23 22:33:48 +0000 [5145ce4] Elan Ruusamäe <glen/at/pld-linux.org>

	* - leave note for future not to fall again

 rc.d/rc.sysinit | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2008-04-23 22:31:50 +0000 [28d62f5] Elan Ruusamäe <glen/at/pld-linux.org>

	* - handle also `uname -r` returning "2.6.25-1"

 rc.d/init.d/functions | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

2008-04-23 22:27:30 +0000 [91dc933] Elan Ruusamäe <glen/at/pld-linux.org>

	* - second try: /var/run cleanup without find and without args len exceeded error

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-04-23 22:25:30 +0000 [81ae477] Elan Ruusamäe <glen/at/pld-linux.org>

	* - fix for kernels whose release is "2.6.25_vanilla-1", found by vip`

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-04-16 17:30:51 +0000 [c9db651] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Obsolete texts.

 sysconfig/i18n | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

2008-04-09 09:03:28 +0000 [c7f7db0] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated

 ChangeLog | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

2008-04-09 09:02:33 +0000 [e980039] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 0.4.1.20

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-04-09 09:00:38 +0000 [6cb43e2] Jan Rękorajski <baggins/at/pld-linux.org>

	* - reverted r9238, /usr may NOT be mounted at this time, ever heard of NFS?

 rc.d/rc.sysinit | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2008-03-27 15:42:31 +0000 [61ba3ef] Patryk Zawadzki <patrys/at/room-303.com>

	* - bump version to 0.4.1.19

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-03-27 15:19:57 +0000 [b108732] Patryk Zawadzki <patrys/at/room-303.com>

	* - force reboot/halt to work with other init daemons

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2008-03-26 19:43:09 +0000 [892b4c9] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>

	* - forgot to commit; 0.4.1.18

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-03-26 19:28:52 +0000 [f064ffe] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>

	* - released 0.4.1.18

 ChangeLog | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

2008-03-26 16:20:21 +0000 [068e7d6] Elan Ruusamäe <glen/at/pld-linux.org>

	* - /usr is not mounted when this is called from rc.sysinit

 setsysfont | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

2008-03-26 14:42:51 +0000 [6c4fc38] Elan Ruusamäe <glen/at/pld-linux.org>

	* - i always set full hostname here, why "only hostname" comment?

 sysconfig/network | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

2008-03-26 08:46:17 +0000 [5fc3f72] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>

	* - "sync" option must be used before "plugin" option - changes made by seba (at) pro-ject.net (merged from cvs)

 sysconfig/network-scripts/ifup-ppp | 3 +++
 1 file changed, 3 insertions(+)

2008-03-26 08:42:55 +0000 [89fee40] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>

	* - added ifcfg-ppp0.ueagle4-neostrada

 sysconfig/interfaces/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

2008-03-26 08:41:56 +0000 [7852446] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>

	* - added SYNC option

 sysconfig/interfaces/ifcfg-description | 1 +
 1 file changed, 1 insertion(+)

2008-03-26 08:40:29 +0000 [2534665] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>

	* - config for neostrada using usb modem Sagem E4

 sysconfig/interfaces/ifcfg-ppp0.ueagle4-neostrada | 24 +++++++++++++++++++++++
 1 file changed, 24 insertions(+)

2008-03-26 08:12:19 +0000 [b214adc] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 12 ++++++++++++
 1 file changed, 12 insertions(+)

2008-03-26 08:11:23 +0000 [dc0a525] Elan Ruusamäe <glen/at/pld-linux.org>

	* - release 0.4.1.17

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-03-25 23:41:40 +0000 [c2e7ae0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - more chkconfig vars

 rc.d/init.d/template.init | 4 ++++
 1 file changed, 4 insertions(+)

2008-03-25 15:14:16 +0000 [7dbcc46] Elan Ruusamäe <glen/at/pld-linux.org>

	* - actually check $MODEMPORT being chardevice after all *DSL variants

 sysconfig/network-scripts/ifup-ppp | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

2008-03-25 15:11:27 +0000 [9d00324] Elan Ruusamäe <glen/at/pld-linux.org>

	* - check $MODEMPORT set from config (not the value set from this script)

 sysconfig/network-scripts/ifup-ppp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2008-03-24 19:18:41 +0000 [44179b8] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

2008-03-24 19:17:57 +0000 [8463a8b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - release 0.4.1.16

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-03-24 19:16:03 +0000 [ac2433c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - return val doc for check_{mii_tool,ethtool,iwconfig} - code readability

 sysconfig/network-scripts/functions.network | 34 +++++++++++++++++++++++------
 1 file changed, 27 insertions(+), 7 deletions(-)

2008-03-22 12:14:25 +0000 [9f120d9] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - typo

 sysconfig/interfaces/ifcfg-description | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-03-19 14:21:43 +0000 [03ef543] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use .sh - safer.

 rc.d/rc.shutdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-03-19 12:51:03 +0000 [d0b6372] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Multiple UPS support.

 rc.d/rc.shutdown | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

2008-03-09 12:33:53 +0000 [f5dbbdc] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - 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)

 setsysfont | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2008-03-01 18:01:48 +0000 [0dc7063] undefine <undefine/at/pld-linux.org>

	* - add commented DHCP_OPTIONS option to show how to pass parameters to dhcp client

 sysconfig/interfaces/ifcfg-eth0 | 3 +++
 1 file changed, 3 insertions(+)

2008-02-27 10:50:18 +0000 [8846e4c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update (why the svn2log can't see all in first place???)

 ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

2008-02-27 10:49:33 +0000 [c532e0c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 76 insertions(+)

2008-02-27 10:35:37 +0000 [d066e44] Elan Ruusamäe <glen/at/pld-linux.org>

	* - fix for network script that it does not enslave eth interfaces from it during stop phase (Ilja Bobkevič)

 sysconfig/network-scripts/ifdown | 19 +++++++++++++++++++
 sysconfig/network-scripts/ifup   |  5 +++++
 2 files changed, 24 insertions(+)

2008-02-18 20:56:16 +0000 [15bd2cd] Elan Ruusamäe <glen/at/pld-linux.org>

	* - require $MODEMPORT being character device (/dev/modem, /dev/tts/USB0)

 sysconfig/network-scripts/ifup-ppp | 5 +++++
 1 file changed, 5 insertions(+)

2008-02-14 15:23:29 +0000 [6a8aee0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add config i used for adsl setup

 sysconfig/interfaces/ifcfg-ppp0.pppoe | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

2008-02-11 10:16:33 +0000 [9045fdf] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* mdadm stop will yell that it can't stop rootfs array. Such errors are misleading and useless.

 rc.d/rc.shutdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-02-09 20:00:53 +0000 [44a23ed] Elan Ruusamäe <glen/at/pld-linux.org>

	* - fail on required MODEMPORT (or set it to /dev/modem?)

 sysconfig/network-scripts/ifup-ppp | 5 +++++
 1 file changed, 5 insertions(+)

2008-02-08 22:58:22 +0000 [b9fbc0c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - typo

 sysconfig/network-scripts/ifup-ppp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-02-08 22:17:36 +0000 [8b97fdb] Elan Ruusamäe <glen/at/pld-linux.org>

	* - kõu disconnect script

 sysconfig/interfaces/data/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

2008-02-08 22:16:59 +0000 [fd9d716] Elan Ruusamäe <glen/at/pld-linux.org>

	* - disconnect script (not tested)

 sysconfig/interfaces/data/chat-ppp0.kou-disconnect | 8 ++++++++
 1 file changed, 8 insertions(+)

2008-02-08 19:34:53 +0000 [4cfe6f1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - files for kõu (http://www.kou.ee/)

 sysconfig/interfaces/Makefile.am      | 1 +
 sysconfig/interfaces/data/Makefile.am | 1 +
 2 files changed, 2 insertions(+)

2008-02-08 19:34:15 +0000 [b756c05] Elan Ruusamäe <glen/at/pld-linux.org>

	* - renamed chatscript

 sysconfig/interfaces/ifcfg-ppp0.kou | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-02-08 19:33:28 +0000 [70ca128] Elan Ruusamäe <glen/at/pld-linux.org>

	* - renamed

 sysconfig/interfaces/data/{chat-kou => chat-ppp0.kou} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

2008-02-08 19:32:50 +0000 [a71c3a4] Elan Ruusamäe <glen/at/pld-linux.org>

	* - renamed

 sysconfig/interfaces/{ifcfg-kou => ifcfg-ppp0.kou} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

2008-02-08 19:31:56 +0000 [2de838c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - chat script for kõu (http://www.kou.ee/)

 sysconfig/interfaces/data/chat-kou | 12 ++++++++++++
 1 file changed, 12 insertions(+)

2008-02-08 19:30:47 +0000 [0aabac3] Elan Ruusamäe <glen/at/pld-linux.org>

	* - config for kõu (http://www.kou.ee/)

 sysconfig/interfaces/ifcfg-kou | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

2008-02-08 17:34:08 +0000 [4b0be0a] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use find to overcome arguments length exceeded when descending to php sessions dir (and yes, /usr is already mounted when this code is ran)

 rc.d/rc.sysinit | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

2008-02-08 15:39:32 +0000 [b05fe17] Elan Ruusamäe <glen/at/pld-linux.org>

	* - give hint on missing chatscript error

 sysconfig/network-scripts/ifup-ppp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2008-02-08 14:54:38 +0000 [b7be30e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - placeholder for WVDIALSECT

 sysconfig/interfaces/ifcfg-description | 1 +
 1 file changed, 1 insertion(+)

2008-01-29 12:10:35 +0000 [f0d8f37] Elan Ruusamäe <glen/at/pld-linux.org>

	* - mention that /etc/modules.X.Y and /etc/modules.X.Y.Z are readed too - mention that module options are processed too

 modules | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

2008-01-15 09:40:01 +0000 [6f1c443] Elan Ruusamäe <glen/at/pld-linux.org>

	* - leave EOF clean ;)

 rc.d/rc.local | 3 ---
 1 file changed, 3 deletions(-)

2007-12-30 13:38:34 +0000 [22101db] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

2007-12-30 13:31:57 +0000 [4429e19] Elan Ruusamäe <glen/at/pld-linux.org>

	* - prepare 0.4.1.15

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-12-27 00:52:36 +0000 [4132441] Elan Ruusamäe <glen/at/pld-linux.org>

	* - handle when there's no terminal attached (f.e gui tools like smart)

 rc.d/init.d/functions | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

2007-12-17 17:39:45 +0000 [3486883] Elan Ruusamäe <glen/at/pld-linux.org>

	* - implement status

 rc.d/init.d/local | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

2007-12-17 17:35:12 +0000 [011be96] Elan Ruusamäe <glen/at/pld-linux.org>

	* - implement status

 rc.d/init.d/allowlogin | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

2007-12-11 12:29:33 +0000 [a63ce6a] Elan Ruusamäe <glen/at/pld-linux.org>

	* - prepare 0.4.1.14

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-12-11 12:29:08 +0000 [d143704] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

2007-12-11 12:28:37 +0000 [246266c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 73 insertions(+)

2007-12-11 12:27:44 +0000 [7da998b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - load dm-multipath module before multipath activating for setups when rootfs was not also on multipath

 rc.d/rc.sysinit | 1 +
 1 file changed, 1 insertion(+)

2007-12-10 22:25:57 +0000 [5da6d52] Elan Ruusamäe <glen/at/pld-linux.org>

	* - cosmetics

 lang.sh | 94 ++++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

2007-12-10 22:20:09 +0000 [c4336d6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't overwrite session settings (that can be comming from ssh).

 lang.sh | 45 +++++++++++++++++++++++++++++++++++++--------
 1 file changed, 37 insertions(+), 8 deletions(-)

2007-12-08 13:05:32 +0000 [89c22c0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - cleanups

 rc.d/init.d/network | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2007-12-08 13:02:07 +0000 [5699545] Elan Ruusamäe <glen/at/pld-linux.org>

	* - added reload target (will ask DHCP client to renew lease), only dhcpcd supported for now

 rc.d/init.d/network | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 81 insertions(+), 1 deletion(-)

2007-12-08 13:01:17 +0000 [ac7078f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - minor cosetics

 sysconfig/network-scripts/functions.network | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

2007-12-05 13:15:02 +0000 [4d5a1fa] Elan Ruusamäe <glen/at/pld-linux.org>

	* - rc.modules functionality integrated to rc.sysinit

 rc.d/Makefile.am |  1 -
 rc.d/rc.modules  | 37 -------------------------------------
 2 files changed, 38 deletions(-)

2007-12-05 13:02:47 +0000 [1b05bb8] Elan Ruusamäe <glen/at/pld-linux.org>

	* - formatting

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-12-01 20:49:33 +0000 [dc12b33] Adam Gołębiowski <adamg/at/pld-linux.org>

	* - 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?)

 rc.d/rc.sysinit | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2007-11-28 20:28:39 +0000 [471e567] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - simplicity and verboseness wins: let try-restart inform if service is not running

 rc.d/init.d/template.init | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

2007-11-26 20:37:27 +0000 [14a0605] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 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)

 sysconfig/network-scripts/functions.network | 3 ++-
 sysconfig/network-scripts/ifdown            | 8 ++++++--
 sysconfig/network-scripts/ifup              | 8 ++++++--
 3 files changed, 14 insertions(+), 5 deletions(-)

2007-11-26 20:32:47 +0000 [3aabb39] Elan Ruusamäe <glen/at/pld-linux.org>

	* - /etc/rc.d/rc.modules moved to internal functions - module paramters also accepted from modules file

 rc.d/rc.sysinit | 27 ++++++++++++++++++++++++---
 1 file changed, 24 insertions(+), 3 deletions(-)

2007-11-26 20:15:12 +0000 [0b38e7f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - make $RUN_DEPMOD=ifmissing really behave so as described (depmod -A stats every module file in modules dir)

 rc.d/rc.sysinit | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

2007-11-26 20:08:47 +0000 [1a9c304] Elan Ruusamäe <glen/at/pld-linux.org>

	* - plain modprobe the module - skip loading rc-scripts functions if they appear to be loaded already

 rc.d/rc.modules | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

2007-11-26 20:06:26 +0000 [4b0d64e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - apply SOURCES/rc-scripts-fuser.patch

 rc.d/rc.shutdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-26 20:05:34 +0000 [0011afb] Elan Ruusamäe <glen/at/pld-linux.org>

	* - tab-safe is_empty_file() now (from rc.modules)

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-26 20:05:01 +0000 [d4a9044] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add $RC_BOOTLOG=yes

 sysconfig/system | 3 +++
 1 file changed, 3 insertions(+)

2007-11-26 17:47:22 +0000 [7d12841] Elan Ruusamäe <glen/at/pld-linux.org>

	* - updated

 ChangeLog | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 100 insertions(+)

2007-11-26 17:46:01 +0000 [619228b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - prepare 0.4.1.13

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-25 11:18:22 +0000 [b7d84c5] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - 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

 rc.d/init.d/template.init | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

2007-11-25 08:46:53 +0000 [0162a15] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - simplified

 rc.d/init.d/template.init | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

2007-11-21 23:24:02 +0000 [c057fd1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - better this way

 rc.d/init.d/template.init | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2007-11-21 23:22:19 +0000 [5db2e6a] Elan Ruusamäe <glen/at/pld-linux.org>

	* - this should be restart, who put reload there?

 rc.d/init.d/template.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-21 23:18:24 +0000 [0e2a259] Elan Ruusamäe <glen/at/pld-linux.org>

	* - reload also could use pidfile

 rc.d/init.d/template.init | 1 +
 1 file changed, 1 insertion(+)

2007-11-21 23:17:04 +0000 [bf99ab0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - one more killproc sample

 rc.d/init.d/template.init | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2007-11-13 18:57:11 +0000 [094b84e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - suffix dm-multipath partitions with pN

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-09 01:54:55 +0000 [b171122] Elan Ruusamäe <glen/at/pld-linux.org>

	* - blogd might be already down and it might had been started manually

 rc.d/rc.shutdown | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2007-11-09 01:47:46 +0000 [f0d41d2] Elan Ruusamäe <glen/at/pld-linux.org>

	* - if the file is not packaged in spec, don't install it either

 sysconfig/hwprofiles/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2007-11-09 01:37:34 +0000 [6b49686] Elan Ruusamäe <glen/at/pld-linux.org>

	* - /etc/crypttab shouldn't be empty when using it

 rc.d/rc.shutdown | 2 +-
 rc.d/rc.sysinit  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

2007-11-09 01:35:40 +0000 [45e0ac7] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add is_empty_file() function

 rc.d/init.d/functions | 7 +++++++
 1 file changed, 7 insertions(+)

2007-11-09 01:20:43 +0000 [7c63907] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add sample /etc/crypttab

 Makefile.am | 1 +
 crypttab    | 7 +++++++
 2 files changed, 8 insertions(+)

2007-11-09 01:18:48 +0000 [b0a2e16] Elan Ruusamäe <glen/at/pld-linux.org>

	* - cleanup

 TODO | 4 ----
 1 file changed, 4 deletions(-)

2007-11-09 01:10:43 +0000 [8710c4b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - bugfixes for crypttab

 rc.d/rc.shutdown | 4 +++-
 rc.d/rc.sysinit  | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

2007-11-09 00:49:53 +0000 [878e141] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add /etc/crypttab processing

 rc.d/rc.shutdown | 5 +++++
 1 file changed, 5 insertions(+)

2007-11-09 00:49:07 +0000 [adf4687] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add halt_crypto() from fc initscripts-8.54 - add standalone mode for start/stop

 rc.d/init.d/cryptsetup | 50 +++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 45 insertions(+), 5 deletions(-)

2007-11-09 00:37:35 +0000 [dd23d50] Elan Ruusamäe <glen/at/pld-linux.org>

	* - initial /etc/crypttab processing

 rc.d/rc.sysinit | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

2007-11-09 00:33:45 +0000 [340283e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add cryptsetup

 rc.d/init.d/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

2007-11-09 00:33:22 +0000 [8d70768] Elan Ruusamäe <glen/at/pld-linux.org>

	* - based on code from rc.sysinit of fc initscripts-8.54

 rc.d/init.d/cryptsetup | 133 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 133 insertions(+)

2007-11-09 00:31:48 +0000 [cb9673d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add crypttab.5 from fc initscripts-8.54

 man/Makefile.am |   1 +
 man/crypttab.5  | 125 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 126 insertions(+)

2007-11-09 00:21:42 +0000 [82594fe] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use subsys lock files

 rc.d/init.d/random | 57 +++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

2007-11-09 00:00:01 +0000 [0868c9a] Elan Ruusamäe <glen/at/pld-linux.org>

	* - blogd updates

 rc.d/rc.shutdown | 6 ++++++
 rc.d/rc.sysinit  | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

2007-11-08 00:42:10 +0000 [e724397] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update with suse variant from killproc-2.12   (and who's oot? http://lists.rpath.com/pipermail/initscripts-commits/2006-December/000573.html)

 man/usleep.1    |  63 ++++++++++++++++++++---------
 src/Makefile.am |   1 -
 src/usleep.c    | 121 +++++++++++++++++++++++++++-----------------------------
 3 files changed, 102 insertions(+), 83 deletions(-)

2007-11-08 00:29:46 +0000 [ba8369d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update from initscripts-8.54, except killing startDaemon() and adding deprecation message

 src/initlog.c | 37 ++++++++++++++++++++++++++-----------
 1 file changed, 26 insertions(+), 11 deletions(-)

2007-11-08 00:27:24 +0000 [d19f3e7] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update from initscripts-8.54

 src/initlog.conf | 2 ++
 1 file changed, 2 insertions(+)

2007-11-08 00:26:12 +0000 [9628cdf] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update from initscripts-8.54

 src/minilogd.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

2007-11-06 18:56:10 +0000 [e49f84a] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

2007-11-06 18:55:43 +0000 [d4a0ec8] Elan Ruusamäe <glen/at/pld-linux.org>

	* - release 0.4.1.12

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-06 18:54:34 +0000 [a6e727a] Elan Ruusamäe <glen/at/pld-linux.org>

	* - missing shift for nice level parsing in daemon(). fixes some (broken) initscripts

 rc.d/init.d/functions | 1 +
 1 file changed, 1 insertion(+)

2007-11-05 18:09:25 +0000 [ea29464] Elan Ruusamäe <glen/at/pld-linux.org>

	* - UTC clock by default. See: http://glen.alkohol.ee/pld/clock-utc.html

 sysconfig/clock | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-02 02:29:12 +0000 [398481d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - release 0.4.1.11

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-02 02:28:48 +0000 [54c89f1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

2007-11-02 02:28:00 +0000 [4ec1301] Elan Ruusamäe <glen/at/pld-linux.org>

	* - ksh doesn't like $2 in # modifier

 rc.d/init.d/functions | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2007-11-01 13:23:35 +0000 [8d82bac] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add from fc

 man/fstab-decode.8 | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

2007-11-01 13:23:18 +0000 [bbb7ce9] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add from fc

 src/fstab-decode.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 86 insertions(+)

2007-11-01 13:20:18 +0000 [5f16eb3] Elan Ruusamäe <glen/at/pld-linux.org>

	* - release 0.4.1.10

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-01 13:19:00 +0000 [46fe5da] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 163 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 163 insertions(+)

2007-11-01 12:20:17 +0000 [60c42ce] Elan Ruusamäe <glen/at/pld-linux.org>

	* - /dev (with devfs) could be mounted by kernel (arekm note)

 rc.d/rc.sysinit | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

2007-11-01 03:00:00 +0000 [3f892a0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add fstab-decode from rh

 man/Makefile.am | 1 +
 src/Makefile.am | 2 ++
 2 files changed, 3 insertions(+)

2007-11-01 02:58:22 +0000 [54640f1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - don't get tempted to kill blogd

 rc.d/rc.sysinit | 1 -
 1 file changed, 1 deletion(-)

2007-11-01 02:53:59 +0000 [b0290bb] Elan Ruusamäe <glen/at/pld-linux.org>

	* - read /proc/cmdline after /proc mount

 rc.d/rc.sysinit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2007-11-01 02:36:11 +0000 [d6306e3] Elan Ruusamäe <glen/at/pld-linux.org>

	* - devfs comment update

 sysconfig/system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-01 02:35:02 +0000 [9aad698] Elan Ruusamäe <glen/at/pld-linux.org>

	* - devfsd without devfs makes no sense :)

 rc.d/rc.sysinit | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2007-11-01 02:32:28 +0000 [426e149] Elan Ruusamäe <glen/at/pld-linux.org>

	* - no need to source udev configs here - just umount /initrd/dev without checking

 rc.d/rc.sysinit | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

2007-11-01 02:10:00 +0000 [2607b4f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - $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

 rc.d/rc.sysinit | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

2007-11-01 02:06:20 +0000 [6a8f0f0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - umount /initrd earlier, right after udev startup

 rc.d/rc.sysinit | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

2007-11-01 01:34:29 +0000 [1626fc8] Elan Ruusamäe <glen/at/pld-linux.org>

	* - strstr() from fedora initscripts

 rc.d/init.d/functions | 6 ++++++
 1 file changed, 6 insertions(+)

2007-11-01 01:34:13 +0000 [07ea1da] Elan Ruusamäe <glen/at/pld-linux.org>

	* - read /proc/cmdline just once (idea stolen from fedora)

 rc.d/rc.sysinit | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

2007-11-01 01:23:46 +0000 [483f1dd] Elan Ruusamäe <glen/at/pld-linux.org>

	* - disable_selinux(), relabel_selinux(), clean_vserver_mtab() used only in rc.sysinit, moved there

 rc.d/init.d/functions | 42 ------------------------------------------
 rc.d/rc.sysinit       | 43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 42 deletions(-)

2007-11-01 01:21:07 +0000 [33ca787] Elan Ruusamäe <glen/at/pld-linux.org>

	* - local vars

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-01 01:13:41 +0000 [b90fbc1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - drop redhat/mandrake compat - simple if should be lighter than function call

 rc.d/init.d/functions | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

2007-11-01 01:05:14 +0000 [5778a67] Elan Ruusamäe <glen/at/pld-linux.org>

	* - drop unneeded subshell

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2007-11-01 01:03:52 +0000 [f955cf0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use shell construct to test is pathname full path

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-11-01 00:59:57 +0000 [03e01a4] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use shell constructs for basename()

 rc.d/init.d/functions | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

2007-11-01 00:54:10 +0000 [42595a8] Elan Ruusamäe <glen/at/pld-linux.org>

	* - avoid endless loop when one puts --user after daemon name - some small optimizations - update daemon() usage

 rc.d/init.d/functions | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

2007-11-01 00:48:59 +0000 [2382195] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add DEFAULT_SERVICE_UMASK=022

 sysconfig/system | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

2007-11-01 00:35:53 +0000 [0fba6fe] Elan Ruusamäe <glen/at/pld-linux.org>

	* - shell version

 rc.d/init.d/functions | 33 +++++++++++++++++++++------------
 1 file changed, 21 insertions(+), 12 deletions(-)

2007-11-01 00:33:05 +0000 [e81194c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - set ulimits with one awk call in daemon()

 rc.d/init.d/functions | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

2007-10-31 23:31:56 +0000 [a468352] Elan Ruusamäe <glen/at/pld-linux.org>

	* - usable

 dumb.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

2007-10-31 23:31:02 +0000 [3f33f67] Elan Ruusamäe <glen/at/pld-linux.org>

	* - typo?

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-10-31 20:48:08 +0000 [fea9b6d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - small cleanups and fixes

 rc.d/rc.sysinit | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

2007-10-30 19:42:24 +0000 [4056c2b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - move $MODULES_CONF closer where it is used

 rc.d/rc.sysinit | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

2007-10-30 16:23:22 +0000 [24fec6e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - fix obvious typo (perhaps drop it as it never worked?)

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2007-10-30 16:10:31 +0000 [e62309d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - activate dm-multipath

 rc.d/rc.sysinit | 9 +++++++++
 1 file changed, 9 insertions(+)

2007-10-30 16:09:44 +0000 [49c61c5] Elan Ruusamäe <glen/at/pld-linux.org>

	* - small optimize to use only awk

 rc.d/rc.sysinit | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2007-10-29 11:29:51 +0000 [86ba1f5] Elan Ruusamäe <glen/at/pld-linux.org>

	* - assume default WLAN_WPA_CONFIG=/etc/wpa_supplicant.conf

 sysconfig/network-scripts/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-10-28 17:58:31 +0000 [3bbbad5] Elan Ruusamäe <glen/at/pld-linux.org>

	* - $HOTPLUG is processed by udev (udev_net_helper)

 sysconfig/interfaces/ifcfg-description | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

2007-10-28 17:57:14 +0000 [009113c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - allow WLAN_MODE=managed in lowercase (as it's in doc)

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-10-28 17:56:41 +0000 [f0f3583] Elan Ruusamäe <glen/at/pld-linux.org>

	* - key index and value should be different arguments

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-10-28 17:36:44 +0000 [8084364] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Revert ntfsfix. Please use something like init.d/ntfsfix for that.

 rc.d/rc.shutdown | 7 -------
 1 file changed, 7 deletions(-)

2007-10-28 16:59:49 +0000 [8d92f4e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - [ -n "" ] and [ "" ] are the same, save some bytes/readability ;)

 sysconfig/network-scripts/functions.network | 56 ++++++++++++++---------------
 1 file changed, 28 insertions(+), 28 deletions(-)

2007-10-28 16:57:14 +0000 [334325e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - handle wlan different four keys

 sysconfig/network-scripts/functions.network | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

2007-10-28 16:55:34 +0000 [2fb1e1f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - new WLAN options

 sysconfig/interfaces/ifcfg-description | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

2007-10-28 16:43:27 +0000 [b9d6440] Elan Ruusamäe <glen/at/pld-linux.org>

	* - reuse WLAN_ENCRYPTION

 sysconfig/network-scripts/functions.network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2007-10-28 16:40:52 +0000 [7a4d533] Elan Ruusamäe <glen/at/pld-linux.org>

	* - optimize wireless_param() by calling eval once

 sysconfig/network-scripts/functions.network | 82 ++++++++++++++++-------------
 1 file changed, 46 insertions(+), 36 deletions(-)

2007-10-28 16:13:04 +0000 [917c3c3] Elan Ruusamäe <glen/at/pld-linux.org>

	* - no need for LC_ALL=C to grep fixed string

 sysconfig/network-scripts/functions.network | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2007-10-28 13:06:44 +0000 [165489d] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - run ntfsfix if there are some ntfs filesystems mounted   and if proper app is installed

 rc.d/rc.shutdown | 7 +++++++
 1 file changed, 7 insertions(+)

2007-10-26 12:48:18 +0000 [d297210] Elan Ruusamäe <glen/at/pld-linux.org>

	* - use default nice "+0" to avoid confusion as "0" is not valid in service setup

 sysconfig/system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-10-04 20:22:05 +0000 [3a4304f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Activate ATARAID devices.

 rc.d/rc.sysinit | 4 ++++
 1 file changed, 4 insertions(+)

2007-10-03 13:10:23 +0000 [d30d98d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Do sanity check only when configuration file exists.

 sysconfig/network-scripts/functions.network | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

2007-10-03 06:55:52 +0000 [d6cafee] Elan Ruusamäe <glen/at/pld-linux.org>

	* - trim network length from $IP4ADDR when doing arping

 sysconfig/network-scripts/ifup | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2007-10-02 22:32:21 +0000 [7a4f6ae] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't try to update mtab when mounting usbfs (root is ro yet)

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-10-01 08:45:51 +0000 [19196ec] Elan Ruusamäe <glen/at/pld-linux.org>

	* - support $IPADDR + $NETMASK combination if no prefix in $IPADDR present

 sysconfig/network-scripts/functions.network | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

2007-09-26 12:19:17 +0000 [96cdeef] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

2007-09-26 12:17:56 +0000 [f117fde] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 0.4.1.9

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-09-26 12:17:32 +0000 [28840f5] Elan Ruusamäe <glen/at/pld-linux.org>

	* - typo in arping line

 sysconfig/network-scripts/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-09-25 15:59:56 +0000 [8cf0be7] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo

 rc.d/rc.shutdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-09-25 15:54:16 +0000 [2de15d1] Jan Rękorajski <baggins/at/pld-linux.org>

	* - no need to play with NFS, it screws up / over NFS and we have nfsfs for it

 rc.d/init.d/network | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

2007-09-25 15:53:09 +0000 [edd28c9] Jan Rękorajski <baggins/at/pld-linux.org>

	* - source functions library (for msg_usage), no need to set PATH

 rc.d/init.d/local | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2007-09-25 11:34:37 +0000 [c25bdcb] Elan Ruusamäe <glen/at/pld-linux.org>

	* - release 0.4.1.8

 ChangeLog | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

2007-09-25 11:34:16 +0000 [e69e842] Elan Ruusamäe <glen/at/pld-linux.org>

	* - 0.4.1.8

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-09-25 11:32:53 +0000 [0fca229] Elan Ruusamäe <glen/at/pld-linux.org>

	* - more info about AUTOMATIC_IFCFG

 sysconfig/network | 1 +
 1 file changed, 1 insertion(+)

2007-09-11 18:47:57 +0000 [309be6e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* PLDize ARP cache updating procedure.

 sysconfig/network-scripts/ifup | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2007-09-11 18:33:38 +0000 [41d4ee8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update ARP cache of neighbours (from fedora).

 sysconfig/network-scripts/ifup | 6 ++++++
 1 file changed, 6 insertions(+)

2007-07-14 20:33:12 +0000 [83f2893] radek <radek/at/pld-linux.org>

	* - AUTOMATIC_IFCFG=no

 sysconfig/network | 3 +++
 1 file changed, 3 insertions(+)

2007-07-03 11:51:15 +0000 [56d4771] Elan Ruusamäe <glen/at/pld-linux.org>

	* - release 0.4.1.7

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-07-03 11:50:43 +0000 [34f8ae9] Elan Ruusamäe <glen/at/pld-linux.org>

	* - update

 ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

2007-07-03 11:49:52 +0000 [cbb91a0] Elan Ruusamäe <glen/at/pld-linux.org>

	* - do not depend on which command to find rpcinfo

 rc.d/init.d/functions | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2007-06-14 18:42:00 +0000 [751be52] Elan Ruusamäe <glen/at/pld-linux.org>

	* - revert bonding support (unfinished and broken)

 rc.d/init.d/network                   | 22 +---------------------
 sysconfig/interfaces/Makefile.am      |  1 -
 sysconfig/interfaces/ifcfg-bond0      |  8 --------
 sysconfig/network-scripts/Makefile.am |  4 +---
 sysconfig/network-scripts/bonddown    | 27 ---------------------------
 sysconfig/network-scripts/bondup      | 27 ---------------------------
 6 files changed, 2 insertions(+), 87 deletions(-)

2007-06-05 10:45:14 +0000 [95d0984] Elan Ruusamäe <glen/at/pld-linux.org>

	* - add ifcfg-bond0

 sysconfig/interfaces/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

2007-06-05 10:44:49 +0000 [ef153ac] Elan Ruusamäe <glen/at/pld-linux.org>

	* - sample config

 sysconfig/interfaces/ifcfg-bond0 | 8 ++++++++
 1 file changed, 8 insertions(+)

2007-06-05 10:39:28 +0000 [b15ebc6] Elan Ruusamäe <glen/at/pld-linux.org>

	* - bonding support by Justas Vilimas

 rc.d/init.d/network                   | 26 +++++++++++++++++++++++---
 sysconfig/network-scripts/Makefile.am |  4 +++-
 sysconfig/network-scripts/bonddown    | 27 +++++++++++++++++++++++++++
 sysconfig/network-scripts/bondup      | 27 +++++++++++++++++++++++++++
 4 files changed, 80 insertions(+), 4 deletions(-)

2007-06-05 10:27:57 +0000 [f3736ed] Elan Ruusamäe <glen/at/pld-linux.org>

	* - save

 TODO | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2007-05-30 11:51:34 +0000 [af55fe6] Elan Ruusamäe <glen/at/pld-linux.org>

	* - see ChangeLog for Changes

 rc.d/init.d/single | 2 --
 rc.d/rc            | 1 -
 rc.d/rc.shutdown   | 4 +---
 rc.d/rc.sysinit    | 1 -
 4 files changed, 1 insertion(+), 7 deletions(-)

2007-05-09 20:40:15 +0000 [fd8737b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - keep /etc/mtab permissions (whatever they are) inside vserver - which outputs to stderr if it can't find the program

 rc.d/init.d/functions | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

2007-05-01 01:11:46 +0000 [1c5214f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated

 ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

2007-05-01 01:10:44 +0000 [58d6241] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 0.4.1.6

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-05-01 01:02:44 +0000 [fcf7cc1] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added warning about parenthesis in command substitution

 DEVELOPMENT | 9 +++++++++
 1 file changed, 9 insertions(+)

2007-05-01 00:53:53 +0000 [526b7c6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - reverted some command substitution changes due to conflicting parenthesis

 rc.d/init.d/network | 20 ++++++++++----------
 rc.d/rc.sysinit     |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

2007-04-28 18:34:56 +0000 [2616928] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - kill ugly warning if pppd was nicely killed

 sysconfig/network-scripts/ifdown-ppp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2007-04-28 18:34:05 +0000 [635385a] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - proper CONFIG sources (needed to override DEVICE from pppd and get   ppp/ip-{up,down} scripts work again

 ppp/ip-down | 2 +-
 ppp/ip-up   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2007-04-27 20:45:50 +0000 [ce397bd] Jan Rękorajski <baggins/at/pld-linux.org>

	* - restore stderr redirection

 rc.d/init.d/functions | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

2007-04-27 20:21:31 +0000 [55a4bc1] Jan Rękorajski <baggins/at/pld-linux.org>

	* - replace awk usage with shell constructs

 rc.d/init.d/functions | 60 +++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 53 insertions(+), 7 deletions(-)

2007-04-27 14:02:12 +0000 [1c7f41f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - replace awk usage with shell constructs

 rc.d/rc.modules | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

2007-04-27 13:32:10 +0000 [1e50dc5] Jan Rękorajski <baggins/at/pld-linux.org>

	* - replace awk usage with shell constructs

 rc.d/rc | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

2007-04-26 22:03:40 +0000 [a3dcd97] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed unneeded termput hpa

 rc.d/init.d/functions | 2 --
 1 file changed, 2 deletions(-)

2007-04-26 21:38:04 +0000 [ce410bb] Jan Rękorajski <baggins/at/pld-linux.org>

	* - shell magic fixing screwed dots in show() on serial console

 rc.d/init.d/functions | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

2007-04-26 16:53:30 +0000 [248786a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated for 0.4.1.5

 ChangeLog | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 105 insertions(+), 1 deletion(-)

2007-04-26 16:51:04 +0000 [0b12b78] Jan Rękorajski <baggins/at/pld-linux.org>

	* - Release 0.4.1.5

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-04-26 16:45:15 +0000 [bfb2d49] Jan Rękorajski <baggins/at/pld-linux.org>

	* - replaced sed with awk

 setsysfont | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-04-26 15:56:03 +0000 [bf14fca] Jan Rękorajski <baggins/at/pld-linux.org>

	* - use $() for command substitution

 ppp/ip-down.d/logger                        |  2 +-
 ppp/ip-up.d/logger                          |  2 +-
 rc.d/init.d/cpusets                         |  8 ++++----
 rc.d/init.d/network                         | 24 ++++++++++++------------
 rc.d/rc.sysinit                             |  2 +-
 run-parts                                   |  4 ++--
 service                                     |  4 ++--
 sysconfig/hwprofiles/Makefile.am            |  6 ++----
 sysconfig/interfaces/down.d/ppp/logger      |  2 +-
 sysconfig/interfaces/up.d/ppp/logger        |  2 +-
 sysconfig/network-scripts/functions.network |  7 ++++---
 sysconfig/network-scripts/ifdown            |  4 ++--
 sysconfig/network-scripts/ifup              |  2 +-
 sysconfig/network-scripts/ifup-ipx          |  6 +++---
 14 files changed, 37 insertions(+), 38 deletions(-)

2007-04-26 15:30:44 +0000 [f74fbf2] Jan Rękorajski <baggins/at/pld-linux.org>

	* - unify command substitution (`` -> $())

 rc.d/init.d/functions | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

2007-04-26 15:24:06 +0000 [1cb7535] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typeset local in check_portmapper

 rc.d/init.d/functions | 2 ++
 1 file changed, 2 insertions(+)

2007-04-26 14:55:36 +0000 [f0c296a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - generic check_portmapper function

 rc.d/init.d/functions | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

2007-04-16 17:26:54 +0000 [08ad08d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - use shell construct instead of grep in calcnetmask

 sysconfig/network-scripts/functions.network | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

2007-04-16 16:21:27 +0000 [50cd434] Jan Rękorajski <baggins/at/pld-linux.org>

	* - calcprefix without need of awk

 sysconfig/network-scripts/functions.network | 54 ++++++++++++-----------------
 1 file changed, 22 insertions(+), 32 deletions(-)

2007-04-14 21:55:47 +0000 [7eb94de] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - allow to have more than one line in pidfile

 rc.d/init.d/functions | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2007-03-20 12:09:16 +0000 [80599aa] Jan Rękorajski <baggins/at/pld-linux.org>

	* - simpler way to umount nfs4

 rc.d/init.d/network | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

2007-03-20 11:53:49 +0000 [0aa3e42] Jan Rękorajski <baggins/at/pld-linux.org>

	* - unmount NFSv4 filesystems

 rc.d/init.d/network | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2007-03-20 11:48:21 +0000 [499b251] Jan Rękorajski <baggins/at/pld-linux.org>

	* - cleaner solution for empty hostname

 rc.d/rc.sysinit | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

2007-03-19 18:58:48 +0000 [438bf72] Jan Rękorajski <baggins/at/pld-linux.org>

	* - nfs4 is also non-local fs

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-03-19 17:27:37 +0000 [e8227b0] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 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)

 rc.d/rc.sysinit | 1 +
 1 file changed, 1 insertion(+)

2007-03-15 17:19:42 +0000 [33c6207] Elan Ruusamäe <glen/at/pld-linux.org>

	* - can start blogd rather earlier

 rc.d/rc.sysinit | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2007-03-14 18:51:31 +0000 [041f980] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fixed glen's misoptimization

 rc.d/init.d/cpusets | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-03-13 17:11:47 +0000 [1fe13ae] Elan Ruusamäe <glen/at/pld-linux.org>

	* - avoid doing something silly if plain template is used

 rc.d/init.d/template.init | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

2007-03-13 17:10:00 +0000 [bfe58d8] Elan Ruusamäe <glen/at/pld-linux.org>

	* - start does not have exit code

 rc.d/init.d/template.init | 1 -
 1 file changed, 1 deletion(-)

2007-03-09 21:10:24 +0000 [975bf57] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add sfq as default qdisc.

 sysconfig/interfaces/ifcfg-eth0 | 3 +++
 1 file changed, 3 insertions(+)

2007-03-07 10:24:34 +0000 [e327b68] Elan Ruusamäe <glen/at/pld-linux.org>

	* - correct comment

 ChangeLog    | 4 ++--
 changelog.sh | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

2007-03-02 15:37:32 +0000 [d248010] Elan Ruusamäe <glen/at/pld-linux.org>

	* - detect users file charset

 changelog.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

2007-02-27 21:10:22 +0000 [5dc4b91] Elan Ruusamäe <glen/at/pld-linux.org>

	* - comment says do not, so won't!

 rc.d/init.d/random | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-02-27 21:09:23 +0000 [34beb39] Elan Ruusamäe <glen/at/pld-linux.org>

	* - well, PLDIZE!

 rc.d/init.d/allowlogin | 2 +-
 rc.d/init.d/cpusets    | 2 +-
 rc.d/init.d/local      | 2 +-
 rc.d/init.d/network    | 2 +-
 rc.d/init.d/random     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

2007-02-27 21:07:05 +0000 [ed2ee53] Elan Ruusamäe <glen/at/pld-linux.org>

	* - vim autodetects syntax from shebang

 rc.d/init.d/Makefile.am   | 1 -
 rc.d/init.d/allowlogin    | 3 ---
 rc.d/init.d/cpusets       | 3 ---
 rc.d/init.d/functions     | 1 -
 rc.d/init.d/killall       | 3 +--
 rc.d/init.d/local         | 3 ---
 rc.d/init.d/network       | 3 ---
 rc.d/init.d/random        | 3 ---
 rc.d/init.d/single        | 3 ---
 rc.d/init.d/sys-chroots   | 3 ---
 rc.d/init.d/template.init | 3 ---
 11 files changed, 1 insertion(+), 28 deletions(-)

2007-02-25 00:59:41 +0000 [ab30802] Elan Ruusamäe <glen/at/pld-linux.org>

	* - updated

 ChangeLog | 12 ++++++++++++
 1 file changed, 12 insertions(+)

2007-02-25 00:59:09 +0000 [9ed09c8] Elan Ruusamäe <glen/at/pld-linux.org>

	* - Release 0.4.1.4

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-02-25 00:58:34 +0000 [91ba176] Elan Ruusamäe <glen/at/pld-linux.org>

	* - timezone moved to tzdata.spec

 ChangeLog               | 91 +++++++++++++++++++++++++++++++++++++++++++++++++
 rc.d/init.d/Makefile.am |  1 -
 rc.d/init.d/timezone    | 77 -----------------------------------------
 sysconfig/Makefile.am   |  3 +-
 sysconfig/timezone      | 20 -----------
 5 files changed, 92 insertions(+), 100 deletions(-)

2007-02-25 00:58:13 +0000 [1d3ff15] Elan Ruusamäe <glen/at/pld-linux.org>

	* - sync order

 DEVELOPMENT | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2007-02-25 00:57:28 +0000 [6f90b66] Elan Ruusamäe <glen/at/pld-linux.org>

	* - how to make release

 DEVELOPMENT | 11 +++++++++++
 1 file changed, 11 insertions(+)

2007-02-08 15:42:13 +0000 [01e7134] Elan Ruusamäe <glen/at/pld-linux.org>

	* - allow tnlcfg- prefix in interface CONFIGs

 sysconfig/network-scripts/functions.network | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2007-02-05 18:54:12 +0000 [bc05b29] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Delay (or even skip) clock setting if /dev/rtc doesn't exist.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2007-02-04 21:39:46 +0000 [d96d52d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update from Mateusz Korniak.

 sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

2007-01-28 14:25:40 +0000 [7e16b45] Elan Ruusamäe <glen/at/pld-linux.org>

	* - $CONSOLETYPE used only in rc.sysinit

 rc.d/init.d/functions | 2 --
 rc.d/rc.sysinit       | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

2007-01-28 14:22:58 +0000 [b0734a3] Elan Ruusamäe <glen/at/pld-linux.org>

	* - termput() cannot cache in shell vars as it's always called from subshell

 rc.d/init.d/functions | 13 -------------
 1 file changed, 13 deletions(-)

2007-01-28 14:08:14 +0000 [ba38172] Elan Ruusamäe <glen/at/pld-linux.org>

	* Typo.

 sysconfig/init-colors        | 2 +-
 sysconfig/init-colors.gentoo | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

2007-01-28 14:05:40 +0000 [380a242] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add VSERVER option here.

 sysconfig/system | 3 +++
 1 file changed, 3 insertions(+)

2007-01-22 19:15:33 +0000 [3c2730d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - do sleep 1 only when bringing down with dhcpcd

 sysconfig/network-scripts/ifdown | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2007-01-22 19:12:26 +0000 [72ecb33] Elan Ruusamäe <glen/at/pld-linux.org>

	* - reuase $DHCP_CLIENT

 sysconfig/network-scripts/ifdown | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2007-01-22 19:10:05 +0000 [f1dba8b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - be sure that dhcp client detection is same for ifup and ifdown

 sysconfig/network-scripts/functions.network | 22 +++++++++++++
 sysconfig/network-scripts/ifdown            | 51 ++++++++++++++++-------------
 sysconfig/network-scripts/ifup              | 19 +----------
 3 files changed, 51 insertions(+), 41 deletions(-)

2007-01-22 18:47:33 +0000 [46db3d1] Elan Ruusamäe <glen/at/pld-linux.org>

	* - kill subshell

 sysconfig/network-scripts/ifup-routes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-01-22 18:46:33 +0000 [ba8561a] Elan Ruusamäe <glen/at/pld-linux.org>

	* - IPV4_NETWORKING does not change it's value in a loop.

 sysconfig/network-scripts/ifup-neigh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

2007-01-22 18:45:10 +0000 [625871b] Elan Ruusamäe <glen/at/pld-linux.org>

	* - updated comments

 sysconfig/network-scripts/ifup-aliases | 3 ++-
 sysconfig/network-scripts/ifup-neigh   | 3 ++-
 sysconfig/network-scripts/ifup-routes  | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

2007-01-22 18:41:56 +0000 [b8c0e37] Elan Ruusamäe <glen/at/pld-linux.org>

	* ifup-{aliases,routes,neigh} are now sourced instead of executed

 sysconfig/network-scripts/ifup-aliases | 23 -----------------------
 sysconfig/network-scripts/ifup-neigh   | 26 +-------------------------
 sysconfig/network-scripts/ifup-post    |  6 +++---
 sysconfig/network-scripts/ifup-routes  | 26 +-------------------------
 4 files changed, 5 insertions(+), 76 deletions(-)

2007-01-22 18:37:58 +0000 [daa780f] Elan Ruusamäe <glen/at/pld-linux.org>

	* Die debug

 sysconfig/network-scripts/ifup-aliases | 1 -
 1 file changed, 1 deletion(-)

2007-01-22 18:16:11 +0000 [5411f83] Elan Ruusamäe <glen/at/pld-linux.org>

	* Cache hostname output to call it less times

 sysconfig/network-scripts/functions.network | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2007-01-22 18:09:46 +0000 [1377630] Elan Ruusamäe <glen/at/pld-linux.org>

	* Less subshells in source_config().

 sysconfig/network-scripts/functions.network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2007-01-18 20:20:52 +0000 [1311815] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Find out number of aliases from ifcfg-xyz file.

 sysconfig/network-scripts/ifup-aliases | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2007-01-16 23:00:22 +0000 [4e415f3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* multicast/arp should be set on slave devices (patch by Szymon Siwek).

 sysconfig/network-scripts/ifup-br | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-01-11 14:29:38 +0000 [e2a8018] Elan Ruusamäe <glen/at/pld-linux.org>

	* Release 0.4.1.3

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2007-01-11 14:29:06 +0000 [893b951] Elan Ruusamäe <glen/at/pld-linux.org>

	* Nifty script to make releases in svn tagged.

 make-tag.sh | 13 +++++++++++++
 1 file changed, 13 insertions(+)

2007-01-11 14:21:51 +0000 [b65a681] Elan Ruusamäe <glen/at/pld-linux.org>

	* Updated

 ChangeLog | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

2007-01-11 14:19:35 +0000 [3bac7d4] Elan Ruusamäe <glen/at/pld-linux.org>

	* Autodetect svn path.

 changelog.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2007-01-11 14:15:59 +0000 [3c5c221] Elan Ruusamäe <glen/at/pld-linux.org>

	* Changelog generation moved to separate script.

 autogen.sh | 31 +------------------------------
 1 file changed, 1 insertion(+), 30 deletions(-)

2007-01-11 14:15:17 +0000 [890a210] Elan Ruusamäe <glen/at/pld-linux.org>

	* Based on geninitrd/changelog.sh

 changelog.sh | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

2007-01-11 14:14:40 +0000 [9806f13] Elan Ruusamäe <glen/at/pld-linux.org>

	* Prepare for 0.4.1.3

 ChangeLog | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)

2007-01-11 14:11:02 +0000 [59e3d80] Elan Ruusamäe <glen/at/pld-linux.org>

	* Fix for make distcheck.

 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2006-12-18 21:28:49 +0000 [7350798] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add kernel.core_uses_pid

 sysctl.conf | 4 ++++
 1 file changed, 4 insertions(+)

2006-12-14 08:08:50 +0000 [0f7e597] Elan Ruusamäe <glen/at/pld-linux.org>

	* Typo.

 sysconfig/system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-12-14 08:08:28 +0000 [6d4ed31] Elan Ruusamäe <glen/at/pld-linux.org>

	* Spelling

 sysconfig/system | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2006-12-08 12:17:31 +0000 [0fac8b7] Elan Ruusamäe <glen/at/pld-linux.org>

	* Create /var/cache/rc-scripts/msg.cache on install.

 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

2006-12-08 12:07:41 +0000 [43e781e] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add $NETWORKING back, as it's used by a lot of initscripts

 sysconfig/network | 3 +++
 1 file changed, 3 insertions(+)

2006-12-07 22:24:37 +0000 [b1b7d44] Elan Ruusamäe <glen/at/pld-linux.org>

	* Error exit code

 rc.d/init.d/cpusets | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-12-07 21:52:31 +0000 [fb608ea] Elan Ruusamäe <glen/at/pld-linux.org>

	* Small cosmetics.

 rc.d/init.d/network | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

2006-12-07 21:47:07 +0000 [fe42ef6] Elan Ruusamäe <glen/at/pld-linux.org>

	* Reindent.

 rc.d/init.d/network | 142 ++++++++++++++++++++++++++--------------------------
 1 file changed, 70 insertions(+), 72 deletions(-)

2006-12-07 21:45:42 +0000 [f38190d] Elan Ruusamäe <glen/at/pld-linux.org>

	* Small reorganizing.

 rc.d/init.d/network | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

2006-12-07 21:42:35 +0000 [3006172] Elan Ruusamäe <glen/at/pld-linux.org>

	* $NETWORKING was supposed to be obsoleted.

 sysconfig/network | 3 ---
 1 file changed, 3 deletions(-)

2006-12-07 21:41:17 +0000 [05d0c09] Elan Ruusamäe <glen/at/pld-linux.org>

	* $NETWORKING was supposed to be obsoleted.

 rc.d/init.d/network | 3 ---
 1 file changed, 3 deletions(-)

2006-12-07 21:38:28 +0000 [9df3867] Elan Ruusamäe <glen/at/pld-linux.org>

	* Optimize for faster exit if not configured.

 rc.d/init.d/sys-chroots | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

2006-12-07 21:32:50 +0000 [d708883] Elan Ruusamäe <glen/at/pld-linux.org>

	* As we don't source functions, we must set sane PATH to ensure security

 rc.d/init.d/killall | 3 +++
 1 file changed, 3 insertions(+)

2006-12-07 21:32:14 +0000 [b4a200b] Elan Ruusamäe <glen/at/pld-linux.org>

	* As we don't source functions, we must set sane PATH to ensure security

 rc.d/init.d/local | 3 +++
 1 file changed, 3 insertions(+)

2006-12-07 21:31:09 +0000 [aa496d5] Elan Ruusamäe <glen/at/pld-linux.org>

	* Probability that there exists init.d/$subsys is bigger than init.d/$subsys.init.

 rc.d/init.d/killall | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2006-12-07 21:18:08 +0000 [375e71b] Elan Ruusamäe <glen/at/pld-linux.org>

	* Exit early if cpusets not enabled in sysconfig/system.

 rc.d/init.d/cpusets | 33 ++++++++++++++++++++-------------
 1 file changed, 20 insertions(+), 13 deletions(-)

2006-12-05 17:39:40 +0000 [2a57d1c] Elan Ruusamäe <glen/at/pld-linux.org>

	* Fixes for /usr on separate parition (not tested!).

 rc.d/rc.shutdown | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

2006-12-05 17:32:48 +0000 [acf05b4] Elan Ruusamäe <glen/at/pld-linux.org>

	* Store cachefile in /var, read/write errors are ignored anyway.

 rc.d/init.d/functions | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2006-12-05 17:07:29 +0000 [fdfbea5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Release 0.4.0.2.

 ChangeLog    | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   2 +-
 2 files changed, 105 insertions(+), 1 deletion(-)

2006-11-27 12:36:47 +0000 [f1296be] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Revert remounting based on /proc/mounts entries (current rootfs state is not reflected there).

 rc.d/rc.sysinit | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

2006-11-26 14:35:51 +0000 [5c845df] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Readd timezone setup & resolvesymlink to Paweł Wilk.

 AUTHORS | 1 +
 1 file changed, 1 insertion(+)

2006-11-26 10:05:58 +0000 [d40fdc9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix resolvesymlink_SOURCE typo. Updated Paweł Wilk email address.

 AUTHORS         | 2 +-
 src/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2006-11-26 10:02:54 +0000 [76f0993] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Revert nVidia madness. rc-scripts is not a place for such workaround.

 AUTHORS               |   4 +-
 po/pl.po              |   4 -
 rc-scripts.spec.in    |   1 -
 rc.d/init.d/functions |  53 ------
 rc.d/rc.shutdown      |   3 -
 src/Makefile.am       |   7 +-
 src/pci-config.c      | 446 --------------------------------------------------
 7 files changed, 3 insertions(+), 515 deletions(-)

2006-11-26 08:06:57 +0000 [a517d43] siefca <siefca/at/pld-linux.org>

	* - small improvement in forcedeth_wourkaround()

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-11-25 20:36:14 +0000 [046c9d7] siefca <siefca/at/pld-linux.org>

	* - added important check in forcedeth_workaround() which detects co-working drivers

 rc.d/init.d/functions | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

2006-11-25 16:01:31 +0000 [2091a6a] siefca <siefca/at/pld-linux.org>

	* - added translation for WOL work-around message

 po/pl.po | 4 ++++
 1 file changed, 4 insertions(+)

2006-11-25 12:09:52 +0000 [3b04fe1] siefca <siefca/at/pld-linux.org>

	* - added Wake-On-Lan work-around for nForce ethernet drivers - added pci-config utility which allows power state manipulation and devices listing

 AUTHORS               |   4 +-
 rc-scripts.spec.in    |   1 +
 rc.d/init.d/functions |  52 ++++++
 rc.d/rc.shutdown      |   3 +
 src/Makefile.am       |   7 +-
 src/pci-config.c      | 446 ++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 510 insertions(+), 3 deletions(-)

2006-11-19 15:45:49 +0000 [db0719b] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add dev.rtc.max-user-freq.

 sysctl.conf | 3 +++
 1 file changed, 3 insertions(+)

2006-11-01 22:53:59 +0000 [3ba0bc1] Elan Ruusamäe <glen/at/pld-linux.org>

	* Ignore errors if msg cachefile can not be written (functions sourced by non-root user of readonly filesystem).

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-11-01 13:23:20 +0000 [b6fb522] Elan Ruusamäe <glen/at/pld-linux.org>

	* Avoid "RTNETLINK answers: File exists" message and say possible cause instead.

 sysconfig/network-scripts/functions.network | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

2006-11-01 13:09:28 +0000 [17a5cf6] Elan Ruusamäe <glen/at/pld-linux.org>

	* Pointless subshell dropped

 sysconfig/network-scripts/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-11-01 00:35:07 +0000 [41d9007] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - more docs

 sysconfig/interfaces/ifcfg-description | 1 +
 1 file changed, 1 insertion(+)

2006-10-23 14:11:52 +0000 [ecde3b4] Marcin Winkler <qurczak/at/gmail.com>

	* - fix s@usb@usr@

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-10-19 14:15:53 +0000 [cc54351] Elan Ruusamäe <glen/at/pld-linux.org>

	* Avoid heredoc, pdksh makes tmpfile then.

 rc.d/init.d/functions | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

2006-10-19 13:06:10 +0000 [51ce01e] Elan Ruusamäe <glen/at/pld-linux.org>

	* Fix syntax errors.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-10-19 09:55:11 +0000 [581e53f] Elan Ruusamäe <glen/at/pld-linux.org>

	* Simplify.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-10-18 20:02:42 +0000 [639657c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Detect more posible cases when rootfs is read only.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-10-18 12:22:28 +0000 [d100991] Elan Ruusamäe <glen/at/pld-linux.org>

	* Avoid bringing down eth0 in case of bad config.

 sysconfig/network-scripts/functions.network | 9 +++++++++
 1 file changed, 9 insertions(+)

2006-10-18 11:55:41 +0000 [a5b24b3] Elan Ruusamäe <glen/at/pld-linux.org>

	* Remove ifcfg- prefix from interface names.

 rc.d/init.d/network | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2006-10-15 11:22:25 +0000 [f43c477] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Load sit module for sit tunnels.

 sysconfig/network-scripts/tnlup | 1 +
 1 file changed, 1 insertion(+)

2006-10-13 06:34:45 +0000 [4fd4aba] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prepare for 0.4.1.1 (beta1).

 ChangeLog    | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 93 insertions(+), 1 deletion(-)

2006-10-13 06:23:16 +0000 [10e4706] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add getkey.1

 man/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

2006-10-13 06:22:42 +0000 [c4931d6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated.

 man/getkey.1 | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/getkey.c | 90 +++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 127 insertions(+), 43 deletions(-)

2006-10-12 21:07:30 +0000 [a9ae078] Elan Ruusamäe <glen/at/pld-linux.org>

	* Propset Id

 sysconfig/interfaces/ifcfg-eth0.1                    | 2 +-
 sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada  | 2 +-
 sysconfig/interfaces/ifcfg-ppp0.gprs-idea            | 2 +-
 sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada | 2 +-
 sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

2006-10-12 21:04:55 +0000 [520df68] Elan Ruusamäe <glen/at/pld-linux.org>

	* Unify file header.

 sysconfig/interfaces/ifcfg-br0                       | 2 +-
 sysconfig/interfaces/ifcfg-description               | 3 ++-
 sysconfig/interfaces/ifcfg-eth0                      | 6 ++++--
 sysconfig/interfaces/ifcfg-eth0.1                    | 5 ++++-
 sysconfig/interfaces/ifcfg-irda0                     | 7 ++++---
 sysconfig/interfaces/ifcfg-irlan0                    | 5 +++--
 sysconfig/interfaces/ifcfg-ppp0.callback             | 3 ++-
 sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada  | 3 ++-
 sysconfig/interfaces/ifcfg-ppp0.gprs-idea            | 2 ++
 sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm         | 2 ++
 sysconfig/interfaces/ifcfg-ppp0.leased1              | 3 ++-
 sysconfig/interfaces/ifcfg-ppp0.leased2              | 3 ++-
 sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada | 2 ++
 sysconfig/interfaces/ifcfg-ppp0.tpsa                 | 2 ++
 sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada     | 2 ++
 sysconfig/interfaces/ifcfg-sl0                       | 2 +-
 16 files changed, 37 insertions(+), 15 deletions(-)

2006-10-12 19:49:56 +0000 [edf92dc] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add sample of single host routing

 sysconfig/static-routes | 3 +++
 1 file changed, 3 insertions(+)

2006-10-05 20:39:18 +0000 [62705bf] Elan Ruusamäe <glen/at/pld-linux.org>

	* Use simple if.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2006-10-05 17:22:05 +0000 [7b4483d] Elan Ruusamäe <glen/at/pld-linux.org>

	* There are no comments in /proc/mounts.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-10-05 17:21:29 +0000 [e4a7ef6] Elan Ruusamäe <glen/at/pld-linux.org>

	* There could be multiple entries for root dir.

 rc.d/rc.sysinit | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2006-10-02 22:03:16 +0000 [cbe4168] Paweł Sikora <pluto/at/pld-linux.org>

	* - wireless-tools >= 29 uses `nick' command.

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-09-30 10:50:52 +0000 [e7846cd] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update brctl parameters to mach new version of bridge-utils (should be backward compatible). By Szymon Siwek.

 sysconfig/network-scripts/ifup-br | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2006-09-28 23:38:39 +0000 [ebdaaaf] Elan Ruusamäe <glen/at/pld-linux.org>

	* Default local port range is too evil. can't even start mysqld!

 sysctl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-09-28 14:35:25 +0000 [cd25c7c] Elan Ruusamäe <glen/at/pld-linux.org>

	* Remount rootfs only if it's not already rw (or it's better to ignore remount errors?)

 rc.d/rc.sysinit | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2006-09-27 22:30:52 +0000 [6fe4e4e] Elan Ruusamäe <glen/at/pld-linux.org>

	* Relax fstab format when finding rootfs passno (allow comments at the end of line).

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2006-09-27 13:35:28 +0000 [c14f985] Elan Ruusamäe <glen/at/pld-linux.org>

	* Optimize less uname -r calls.

 rc.d/rc.sysinit | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

2006-09-26 23:59:20 +0000 [0434274] Elan Ruusamäe <glen/at/pld-linux.org>

	* Reflect init_gettext function rename.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-09-26 23:48:46 +0000 [0084dcf] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add checking of msg cache validity. $TPUT and $GETTEXT need to be set before msg cache can be generated.

 rc.d/init.d/functions | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

2006-09-24 09:35:41 +0000 [fd3baf1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* rc.local is now run from init.d/local script.

 rc-scripts.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2006-09-24 09:29:41 +0000 [715860c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prepare for 0.4.1.0 release (consider it beta).

 ChangeLog    | 216 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   2 +-
 2 files changed, 217 insertions(+), 1 deletion(-)

2006-09-18 23:09:07 +0000 [9a0a016] Elan Ruusamäe <glen/at/pld-linux.org>

	* Allow /usr being mounted afterwards.

 rc.d/init.d/functions | 40 +++++++++++++++++++++-------------------
 rc.d/rc.sysinit       | 11 +++++++++--
 2 files changed, 30 insertions(+), 21 deletions(-)

2006-09-18 19:06:30 +0000 [c06b799] Elan Ruusamäe <glen/at/pld-linux.org>

	* Drop superfluous default setting.

 rc.d/init.d/allowlogin | 4 ----
 1 file changed, 4 deletions(-)

2006-09-18 19:02:59 +0000 [bdc3beb] Elan Ruusamäe <glen/at/pld-linux.org>

	* 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.

 rc.d/init.d/sys-chroots | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

2006-09-18 18:58:50 +0000 [277e5f5] Elan Ruusamäe <glen/at/pld-linux.org>

	* /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).

 rc.d/init.d/allowlogin  |  6 +++---
 rc.d/init.d/sys-chroots |  4 ----
 rc.d/rc                 | 14 --------------
 rc.d/rc.sysinit         | 32 ++++++++++----------------------
 4 files changed, 13 insertions(+), 43 deletions(-)

2006-09-18 18:50:01 +0000 [0b26ec5] Elan Ruusamäe <glen/at/pld-linux.org>

	* RUN_LDCONFIG not used here.

 rc.d/rc.sysinit | 1 -
 1 file changed, 1 deletion(-)

2006-09-18 17:55:44 +0000 [fd9360c] Elan Ruusamäe <glen/at/pld-linux.org>

	* Corrected tput check.

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-09-18 12:41:17 +0000 [e900962] Elan Ruusamäe <glen/at/pld-linux.org>

	* Trap and hide errors when reading msg cachefile.

 rc.d/init.d/functions | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2006-09-17 22:06:59 +0000 [6e311c5] Elan Ruusamäe <glen/at/pld-linux.org>

	* Punctuation.

 rc.d/init.d/functions | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2006-09-17 21:52:51 +0000 [1cb0385] Elan Ruusamäe <glen/at/pld-linux.org>

	* No need to force any settings for initng.

 rc.d/init.d/functions | 5 -----
 1 file changed, 5 deletions(-)

2006-09-17 19:05:59 +0000 [6fbe20a] Elan Ruusamäe <glen/at/pld-linux.org>

	* Use lockfiles.

 rc.d/init.d/timezone | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

2006-09-17 18:34:48 +0000 [f9df72e] Elan Ruusamäe <glen/at/pld-linux.org>

	* Cache colors in filesystem too.

 rc.d/init.d/functions | 33 ++++++++++++++++++++++++++++-----
 1 file changed, 28 insertions(+), 5 deletions(-)

2006-09-17 18:21:48 +0000 [a292b17] Elan Ruusamäe <glen/at/pld-linux.org>

	* busy(), ok(), started(), are constant so their values can be cached.

 rc.d/init.d/functions | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

2006-09-17 18:15:07 +0000 [bea568d] Elan Ruusamäe <glen/at/pld-linux.org>

	* Buffer show() function so the display to be more smooth.

 rc.d/init.d/functions | 3 +++
 1 file changed, 3 insertions(+)

2006-09-17 18:14:08 +0000 [bca4376] Elan Ruusamäe <glen/at/pld-linux.org>

	* Correct show() function printf handling.

 rc.d/init.d/functions | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

2006-09-17 17:53:28 +0000 [48cc694] Elan Ruusamäe <glen/at/pld-linux.org>

	* RETVAL is set by start(); if any.

 rc.d/init.d/template.init | 2 --
 1 file changed, 2 deletions(-)

2006-09-17 17:52:45 +0000 [422cb5e] Elan Ruusamäe <glen/at/pld-linux.org>

	* RETVAL is set by start(); if any.

 rc.d/init.d/sys-chroots | 1 -
 1 file changed, 1 deletion(-)

2006-09-17 17:10:34 +0000 [9dc18ce] Elan Ruusamäe <glen/at/pld-linux.org>

	* Demonstrate use of functions.

 rc.d/init.d/template.init | 44 +++++++++++++++++++++++++++++---------------
 1 file changed, 29 insertions(+), 15 deletions(-)

2006-09-17 17:06:29 +0000 [f10dcc7] Elan Ruusamäe <glen/at/pld-linux.org>

	* Shortcuts for vserver.

 rc.d/init.d/network | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

2006-09-17 16:59:14 +0000 [40d5c0e] Elan Ruusamäe <glen/at/pld-linux.org>

	* Merge optimzations from network script.

 rc.d/init.d/cpusets | 34 ++++++++++++++++++++++++----------
 1 file changed, 24 insertions(+), 10 deletions(-)

2006-09-17 16:52:20 +0000 [5d43417] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add bug-5795.patch (assume it's correct).

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-09-17 16:47:59 +0000 [6236cac] Elan Ruusamäe <glen/at/pld-linux.org>

	* Use functions to avoid reexec for restart.

 rc.d/init.d/cpusets     |  44 +++++++++------
 rc.d/init.d/network     | 146 +++++++++++++++++++++++++-----------------------
 rc.d/init.d/sys-chroots |  25 ++++++---
 rc.d/init.d/timezone    |  26 +++++----
 4 files changed, 135 insertions(+), 106 deletions(-)

2006-09-17 16:27:14 +0000 [2663800] Elan Ruusamäe <glen/at/pld-linux.org>

	* Propset Id

 rc.d/init.d/local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-09-17 16:25:38 +0000 [128a6b0] Elan Ruusamäe <glen/at/pld-linux.org>

	* Update chkconfig description.

 rc.d/init.d/local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-09-17 16:24:42 +0000 [5afa727] Elan Ruusamäe <glen/at/pld-linux.org>

	* LSB compliance.

 rc.d/init.d/cpusets | 2 +-
 rc.d/init.d/local   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2006-09-17 15:57:33 +0000 [6f30c0f] Elan Ruusamäe <glen/at/pld-linux.org>

	* Cache termput calls within same script.

 rc.d/init.d/functions | 13 +++++++++++++
 1 file changed, 13 insertions(+)

2006-09-17 15:42:13 +0000 [bb49a1c] Elan Ruusamäe <glen/at/pld-linux.org>

	* Kill bogus +arg checks.

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2006-09-17 15:29:04 +0000 [a3ffe61] Elan Ruusamäe <glen/at/pld-linux.org>

	* Always use cached  in show() function (There's no benefit of doing otherwise).

 rc.d/init.d/functions | 34 ++++++++++++++--------------------
 1 file changed, 14 insertions(+), 20 deletions(-)

2006-09-17 15:18:21 +0000 [e2c2c3a] Elan Ruusamäe <glen/at/pld-linux.org>

	* Cleanup nls() function.

 rc.d/init.d/functions | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

2006-09-17 15:15:22 +0000 [50ed8c3] Elan Ruusamäe <glen/at/pld-linux.org>

	* Avoid overwriting global NLS_DOMAIN if can do without.

 rc.d/init.d/functions | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

2006-09-17 15:13:53 +0000 [294b03e] Elan Ruusamäe <glen/at/pld-linux.org>

	* Keep state of have gettext and have tput per whole initscript.

 rc.d/init.d/functions | 30 ++++++++++++++++++++----------
 1 file changed, 20 insertions(+), 10 deletions(-)

2006-09-17 15:01:47 +0000 [0c4f3cf] Elan Ruusamäe <glen/at/pld-linux.org>

	* Use buggy awk-printf wrapper only if /bin/printf is not available.

 rc.d/init.d/functions | 39 +++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 18 deletions(-)

2006-09-17 13:49:19 +0000 [1d53fdd] Elan Ruusamäe <glen/at/pld-linux.org>

	* Use locking for rc.local , so that it's no longer invoked between runlevel changes.

 rc.d/init.d/Makefile.am |  3 ++-
 rc.d/init.d/local       | 29 +++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)

2006-09-17 13:36:59 +0000 [9db9237] Elan Ruusamäe <glen/at/pld-linux.org>

	* Cosmetics for vim

 rc.d/init.d/cpusets | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-09-17 13:35:56 +0000 [c632d19] Elan Ruusamäe <glen/at/pld-linux.org>

	* LSB compliance

 rc.d/init.d/allowlogin | 2 +-
 rc.d/init.d/network    | 2 +-
 rc.d/init.d/random     | 2 +-
 rc.d/init.d/timezone   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

2006-09-17 13:26:01 +0000 [5b947b6] Elan Ruusamäe <glen/at/pld-linux.org>

	* Adjust indent.

 rc.d/init.d/single | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

2006-09-17 13:24:24 +0000 [df513ab] Elan Ruusamäe <glen/at/pld-linux.org>

	* Sane $PATH is initialized in init.d/functions.

 rc.d/init.d/cpusets | 2 --
 rc.d/init.d/network | 2 --
 rc.d/init.d/single  | 8 +++-----
 3 files changed, 3 insertions(+), 9 deletions(-)

2006-09-17 13:21:51 +0000 [ac513e4] Elan Ruusamäe <glen/at/pld-linux.org>

	* NLS_DOMAIN="rc-scripts" is the default setting, remove.

 rc.d/init.d/allowlogin | 3 ---
 rc.d/init.d/cpusets    | 3 ---
 rc.d/init.d/network    | 3 ---
 rc.d/init.d/random     | 3 ---
 rc.d/init.d/single     | 3 ---
 rc.d/init.d/timezone   | 3 ---
 6 files changed, 18 deletions(-)

2006-09-09 19:13:30 +0000 [08ece31] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Allow to kill dhcp/wpa_supplicant daemon even if device disappears/is down due to some reasons.

 sysconfig/network-scripts/ifdown | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2006-09-08 18:35:44 +0000 [1edbaef] radek <radek/at/pld-linux.org>

	* - 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

 sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada | 9 +++++++--
 sysconfig/network-scripts/ifup-ppp                   | 4 +++-
 2 files changed, 10 insertions(+), 3 deletions(-)

2006-08-31 11:58:07 +0000 [2967b92] Elan Ruusamäe <glen/at/pld-linux.org>

	* Correct english description.

 sysconfig/interfaces/ifcfg-description | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2006-08-31 09:51:13 +0000 [b513cdf] Elan Ruusamäe <glen/at/pld-linux.org>

	* Restore basename change.

 sysconfig/network-scripts/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-08-31 07:26:25 +0000 [1b85f83] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Detect if wireless interface is turned on.

 sysconfig/network-scripts/functions.network | 12 ++++++++++--
 sysconfig/network-scripts/ifup              |  4 ++--
 2 files changed, 12 insertions(+), 4 deletions(-)

2006-08-10 12:14:14 +0000 [28e9e96] Jan Rękorajski <baggins/at/pld-linux.org>

	* - check for /usb/bin/wc existence (in case of /usr over NFS)

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-07-24 14:02:55 +0000 [63e8c56] Elan Ruusamäe <glen/at/pld-linux.org>

	* s/BOOTMETHOD/BOOTPROTO/g once more.

 doc/net-scripts.txt               | 4 ++--
 sysconfig/interfaces/ifcfg-irlan0 | 4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

2006-07-24 13:59:11 +0000 [427abd5] Elan Ruusamäe <glen/at/pld-linux.org>

	* Default $DHCP_HOSTNAME to $HOSTNAME.

 sysconfig/network-scripts/ifup | 3 +++
 1 file changed, 3 insertions(+)

2006-07-24 13:58:12 +0000 [3d7d555] Elan Ruusamäe <glen/at/pld-linux.org>

	* Optimize: remove three basename calls

 sysconfig/network-scripts/ifup | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

2006-07-20 14:13:09 +0000 [485af7e] Elan Ruusamäe <glen/at/pld-linux.org>

	* - killproc() s%!&*ks

 TODO | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

2006-07-19 16:38:37 +0000 [4886f37] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added xorg.conf

 sysconfig/hwprofiles/files | 1 +
 1 file changed, 1 insertion(+)

2006-07-09 08:06:07 +0000 [7ac73e8] Adam Gołębiowski <adamg/at/pld-linux.org>

	* - typo; noticed by Szymon Siwek  (sls (at) poczta wp pl)

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-07-04 14:59:52 +0000 [0e9222b] Elan Ruusamäe <glen/at/pld-linux.org>

	* Add LVM on dmraid problem

 TODO | 1 +
 1 file changed, 1 insertion(+)

2006-05-28 19:06:56 +0000 [d5bbf29] Elan Ruusamäe <glen/at/pld-linux.org>

	* Update with better changelog generation script.

 ChangeLog | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

2006-05-28 19:05:06 +0000 [436ffd8] Elan Ruusamäe <glen/at/pld-linux.org>

	* Always run changelog generation when asked. Obfuscate email addreses here. Use mktemp if available. Allow various locations for CVSROOT/users file.

 autogen.sh | 35 ++++++++++++++++++++++++++++++-----
 1 file changed, 30 insertions(+), 5 deletions(-)

2006-05-23 15:38:47 +0000 [aa59deb] Elan Ruusamäe <glen/at/pld-linux.org>

	* Try harder to get value for WLAN_NICKNAME.

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-05-15 23:18:10 +0000 [04aaee7] zbyniu <zbyniu/at/pld-linux.org>

	* - grsecurity options updated

 sysctl.conf | 48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

2006-05-07 17:33:59 +0000 [4907385] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Release 0.4.0.27.

 ChangeLog    | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 70 insertions(+), 1 deletion(-)

2006-05-07 17:27:43 +0000 [00ba967] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add sysconfig/hwprofiles dir.

 rc-scripts.spec.in | 1 +
 1 file changed, 1 insertion(+)

2006-05-07 17:25:51 +0000 [74c5700] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Speedup shutdown (glen).

 rc.d/rc.shutdown | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

2006-05-07 17:24:00 +0000 [a9bec62] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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).

 sysconfig/interfaces/Makefile.am             | 1 +
 sysconfig/interfaces/ifcfg-ppp0.gprs-idea    | 2 ++
 sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

2006-05-07 17:18:51 +0000 [58a99dc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Avoid installing files that aren't packaged (glen).

 doc/Makefile.am                             | 5 +++--
 sysconfig/Makefile.am                       | 6 ++++--
 sysconfig/hwprofiles/Makefile.am            | 7 ++++---
 sysconfig/interfaces/Makefile.am            | 7 ++++---
 sysconfig/interfaces/data/Makefile.am       | 6 ++++--
 sysconfig/interfaces/down.d/all/Makefile.am | 5 +++--
 sysconfig/interfaces/up.d/all/Makefile.am   | 5 +++--
 7 files changed, 25 insertions(+), 16 deletions(-)

2006-05-07 11:09:10 +0000 [9e661a3] Elan Ruusamäe <glen/at/pld-linux.org>

	* Fix missing $bootprio.

 rc.d/init.d/network | 1 +
 1 file changed, 1 insertion(+)

2006-05-07 10:46:57 +0000 [564edee] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix interfaces_boot detection (Adam Ryba).

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-04-25 07:20:14 +0000 [b12d58e] Elan Ruusamäe <glen/at/pld-linux.org>

	* Tabs.

 rc.d/rc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

2006-03-23 09:22:04 +0000 [4366343] Tomasz Pala <gotar/at/pld-linux.org>

	* - 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.

 sysconfig/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-03-22 19:54:26 +0000 [385dc54] Elan Ruusamäe <glen/at/pld-linux.org>

	* Vserver speedup (skips extra 5 second delay in some cases)

 rc.d/rc.sysinit | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2006-03-20 17:22:11 +0000 [86711d9] radek <radek/at/pld-linux.org>

	* - allow \t in "alias usb-controller" (from Lukasz Masko, nov 2005)

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-03-11 14:54:48 +0000 [7ddff09] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Typo bugfix.

 sysconfig/network-scripts/ifup-ppp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-03-09 17:54:07 +0000 [8834907] Elan Ruusamäe <glen/at/pld-linux.org>

	* Tabs.

 rc.d/init.d/network | 119 ++++++++++++++++++++++++++--------------------------
 1 file changed, 59 insertions(+), 60 deletions(-)

2006-03-09 17:47:24 +0000 [b21b8a0] Elan Ruusamäe <glen/at/pld-linux.org>

	* 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!

 rc.d/init.d/network | 138 ++++++++++++++++++++++++++++++----------------------
 1 file changed, 81 insertions(+), 57 deletions(-)

2006-03-09 16:20:58 +0000 [7341fab] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prepare for 0.4.0.26.

 ChangeLog    | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   2 +-
 2 files changed, 161 insertions(+), 1 deletion(-)

2006-03-09 14:58:03 +0000 [f93abd0] Jan Rękorajski <baggins/at/pld-linux.org>

	* - no, please don't remove vim modeline

 rc.d/init.d/template.init | 3 +++
 1 file changed, 3 insertions(+)

2006-03-09 11:21:10 +0000 [9d356b3] Elan Ruusamäe <glen/at/pld-linux.org>

	* vim modeline is unneccessary here.

 rc.d/init.d/template.init | 5 -----
 1 file changed, 5 deletions(-)

2006-03-08 15:07:18 +0000 [38b419e] Jan Rękorajski <baggins/at/pld-linux.org>

	* - human readable cleaning of /var/lock - and don't remove /var/lock/cvs

 rc.d/rc.sysinit | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

2006-03-05 13:41:50 +0000 [0b12f91] Adam Gołębiowski <adamg/at/pld-linux.org>

	* - typos

 sysconfig/system | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2006-03-03 21:54:00 +0000 [48e500c] Elan Ruusamäe <glen/at/pld-linux.org>

	* The is_no() function comes from functions, don't use it before it's defined

 rc.d/rc.sysinit | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2006-02-27 18:09:56 +0000 [a61d2e2] Elan Ruusamäe <glen/at/pld-linux.org>

	* Revert hardcoded part. Fix your config instead.

 setsysfont | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-02-27 17:49:31 +0000 [5032c46] Elan Ruusamäe <glen/at/pld-linux.org>

	* - expand Id keyword

 rc.d/init.d/cpusets | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-02-27 13:47:28 +0000 [e95a55f] Elan Ruusamäe <glen/at/pld-linux.org>

	* In vserver /sbin/ip is not required.

 rc.d/init.d/network | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

2006-02-26 11:05:39 +0000 [26c329c] Elan Ruusamäe <glen/at/pld-linux.org>

	* Disable colors and enable FASTRC for initng.

 rc.d/init.d/functions | 5 +++++
 1 file changed, 5 insertions(+)

2006-02-26 10:45:12 +0000 [f30b0bb] Elan Ruusamäe <glen/at/pld-linux.org>

	* Unicode fixes.

 setsysfont | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2006-02-24 11:04:56 +0000 [652dbae] Elan Ruusamäe <glen/at/pld-linux.org>

	* Boot logging possibility with showconsole.

 rc.d/rc.sysinit | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

2006-02-23 14:43:44 +0000 [790968d] Elan Ruusamäe <glen/at/pld-linux.org>

	* Respect fs_passno for rootfs when doing rootfs fsck. Enable paralell fsck for other filesystems.

 rc.d/rc.sysinit | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

2006-02-23 14:23:07 +0000 [2fce16f] Elan Ruusamäe <glen/at/pld-linux.org>

	* Ignore "rootfs" when setting _ROOTFS_TYPE.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-02-23 13:57:15 +0000 [29be11b] Elan Ruusamäe <glen/at/pld-linux.org>

	* Make /dev/cpuset dir for udev. Check /proc/mounts instead of /proc/filesystems when filling /etc/mtab.

 rc.d/rc.sysinit | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

2006-02-23 10:38:31 +0000 [ffe19b5] Elan Ruusamäe <glen/at/pld-linux.org>

	* We are PLD Linux (not just PLD).

 doc/net-scripts.txt   | 6 +++---
 doc/sysvinitfiles     | 2 +-
 inittab               | 2 +-
 rc-scripts.spec.in    | 2 +-
 rc.d/init.d/functions | 4 ++--
 rc.d/rc.sysinit       | 2 +-
 run-parts             | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

2006-02-23 10:35:03 +0000 [da90ab1] Elan Ruusamäe <glen/at/pld-linux.org>

	* We are PLD Linux (not just PLD), fix init-colors.gentoo path.

 sysconfig/init-colors | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2006-02-23 10:32:36 +0000 [4e71f76] Elan Ruusamäe <glen/at/pld-linux.org>

	* Have here also listed en_US.UTF-8

 sysconfig/i18n | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2006-02-23 10:30:37 +0000 [f89af0e] Elan Ruusamäe <glen/at/pld-linux.org>

	* By default boot eth0 with dhcp. If you have static IP configuration, you need to edit this file anyway

 sysconfig/interfaces/ifcfg-eth0 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2006-02-14 00:24:48 +0000 [cc3ff68] Jan Rękorajski <baggins/at/pld-linux.org>

	* - cpuset virtualization support

 rc.d/init.d/cpusets           | 1 +
 sysconfig/cpusets/cpuset-test | 3 +++
 2 files changed, 4 insertions(+)

2006-02-10 22:21:26 +0000 [746cd19] Elan Ruusamäe <glen/at/pld-linux.org>

	* Reverted last change

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-02-10 19:47:04 +0000 [b7b0bf6] Elan Ruusamäe <glen/at/pld-linux.org>

	* Disable DELAY_LOGIN for vserver, suggested by Patrys

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-02-10 19:40:59 +0000 [2fffe5b] Elan Ruusamäe <glen/at/pld-linux.org>

	* Remove stupid sleep 1

 rc.d/rc.sysinit | 1 -
 1 file changed, 1 deletion(-)

2006-02-10 19:39:27 +0000 [5475bb0] Elan Ruusamäe <glen/at/pld-linux.org>

	* No SELinux labels for vserver

 rc.d/rc.sysinit | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

2006-02-10 19:37:28 +0000 [c5e7481] Elan Ruusamäe <glen/at/pld-linux.org>

	* Fixing indent

 rc.d/rc.sysinit | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

2006-02-10 19:36:02 +0000 [12c4fb7] Elan Ruusamäe <glen/at/pld-linux.org>

	* setsysfont and selinux make no sense inside vserver (no devices attached)

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-02-10 19:31:44 +0000 [a1ad6ea] Elan Ruusamäe <glen/at/pld-linux.org>

	* Do not mount /proc in vserver

 rc.d/rc.sysinit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2006-02-10 19:17:20 +0000 [a78ca55] Elan Ruusamäe <glen/at/pld-linux.org>

	* One can't (u)mount anything inside vserver, not even network mounts

 rc.d/init.d/network | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2006-02-08 17:41:08 +0000 [1bcbb3e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Redirect errors from mounts grepping to /dev/null.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-02-05 15:32:04 +0000 [8a917f3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Rename PROMPT to RC_PROMPT (PROMPT is internal zsh variable). Fixed RC_PROMPT testing to work as described in sysconfig/system.

 rc.d/rc.sysinit  | 4 ++--
 sysconfig/system | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

2006-01-21 13:49:49 +0000 [7ac64a4] Elan Ruusamäe <glen/at/pld-linux.org>

	* Allow some actions when network is down (by ankry /at/ 2003-07-03).

 rc.d/init.d/template.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-01-21 13:47:14 +0000 [98d8f4d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - remove old syntax

 rc.d/init.d/template.init | 8 --------
 1 file changed, 8 deletions(-)

2006-01-21 12:32:51 +0000 [b593138] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Describe current PPPoE/PPPoA config.

 sysconfig/interfaces/ifcfg-description | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

2006-01-21 12:18:38 +0000 [4db3dc3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Generic PPP over ATM support.

 sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada | 4 +++-
 sysconfig/network-scripts/ifup-ppp               | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

2006-01-20 18:02:41 +0000 [7c341db] Jan Rękorajski <baggins/at/pld-linux.org>

	* - give getkey a timeout of 5s, better safe than hung init process

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-01-20 15:40:12 +0000 [c340388] Jan Rękorajski <baggins/at/pld-linux.org>

	* - skip filter_chroot() in vserver   fixes running %pre/%post scripts for packages installed in vserver

 rc.d/init.d/functions | 5 +++++
 1 file changed, 5 insertions(+)

2006-01-19 08:52:07 +0000 [22d0fd5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add ueagle example (abram).

 sysconfig/interfaces/Makefile.am                 |  1 +
 sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

2006-01-18 08:18:29 +0000 [94ee9fa] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prepare for 0.4.0.25.

 ChangeLog    | 44 ++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 45 insertions(+), 1 deletion(-)

2006-01-15 12:01:08 +0000 [afa9b74] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use correct chown user:group notation.

 rc.d/init.d/sys-chroots | 4 ++--
 rc.d/rc.sysinit         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

2006-01-13 18:07:25 +0000 [01b60fd] Jan Rękorajski <baggins/at/pld-linux.org>

	* - more non-vserver stuff ifed

 rc.d/rc.sysinit | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

2006-01-12 16:21:35 +0000 [5163449] Jan Rękorajski <baggins/at/pld-linux.org>

	* - cleanup if vserver logic

 rc.d/rc.sysinit | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

2006-01-12 16:19:23 +0000 [ef05209] Jan Rękorajski <baggins/at/pld-linux.org>

	* - merge more vserver ifs

 rc.d/rc.sysinit | 44 +++++++++++++++++++++-----------------------
 1 file changed, 21 insertions(+), 23 deletions(-)

2006-01-12 16:17:20 +0000 [2d495b7] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-01-12 16:10:56 +0000 [0d60cc3] Jan Rękorajski <baggins/at/pld-linux.org>

	* - more non-vserver things if'ed - kill psdevtab removal (file is obsolete since 1998)

 rc.d/rc.sysinit | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

2006-01-12 16:01:39 +0000 [3965a6a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - cleanup

 rc.d/rc.shutdown | 5 -----
 1 file changed, 5 deletions(-)

2006-01-12 15:29:13 +0000 [1aaf8c9] Jan Rękorajski <baggins/at/pld-linux.org>

	* - skip swap/quota/acct in vserver

 rc.d/rc.shutdown | 12 +++++++-----
 rc.d/rc.sysinit  | 35 ++++++++++++++++++-----------------
 2 files changed, 25 insertions(+), 22 deletions(-)

2006-01-10 20:59:25 +0000 [0fe527f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* mdadm now creates missing nodes when assembling an array.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-01-09 17:23:43 +0000 [9a0f7d0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Typos fixed.

 sysconfig/network-scripts/functions.network | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2006-01-08 21:53:50 +0000 [1d967f1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prepare for 0.4.0.24.

 ChangeLog    | 37 ++++++++++++++++++++++++++++++++++++-
 configure.ac |  2 +-
 2 files changed, 37 insertions(+), 2 deletions(-)

2006-01-07 15:57:27 +0000 [a1ac348] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* ESSID setting is done only once, at the end just before commit.

 sysconfig/network-scripts/functions.network | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

2006-01-06 15:57:29 +0000 [cc6b79a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't use run_cmd for starting udev since start_udev can handle messages itself.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2006-01-05 22:52:54 +0000 [29facee] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix console detection by not running setsysfont trough run_cmd (fixes utf8 font handling, too).

 rc.d/rc.sysinit | 2 +-
 setsysfont      | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

2006-01-04 12:16:10 +0000 [d6b988d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* No longer set hotplug stuff. Put that into sysctl.conf.

 rc.d/rc.sysinit | 2 --
 1 file changed, 2 deletions(-)

2006-01-01 20:16:10 +0000 [3209bac] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Process more locale variables (havner).

 lang.sh | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

2006-01-01 20:12:52 +0000 [506de95] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Include /etc/rc.d/init.d/functions.

 setsysfont | 2 ++
 1 file changed, 2 insertions(+)

2005-12-26 10:35:38 +0000 [f3f7385] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix WLAN power, txpower, retry settings. Patch by Łukasz Maśko.

 sysconfig/network-scripts/functions.network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2005-12-15 18:59:40 +0000 [447c641] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Preparations for 0.4.0.23.

 ChangeLog    | 45 +++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 46 insertions(+), 1 deletion(-)

2005-12-15 18:57:17 +0000 [a6a4a75] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* modprobe with -s option so messages go to syslog.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2005-12-09 15:26:12 +0000 [2e33f3c] Jan Rękorajski <baggins/at/pld-linux.org>

	* - change reboot/halt message for vserver (request by glen)

 rc.d/rc.shutdown | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

2005-12-05 00:33:20 +0000 [1c48105] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Up wireless device before setting any WLAN parameters support.

 sysconfig/interfaces/ifcfg-description | 2 ++
 sysconfig/network-scripts/ifup         | 1 +
 2 files changed, 3 insertions(+)

2005-12-05 00:29:57 +0000 [1c502fe] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-11-24 15:25:41 +0000 [4fa7d17] Jan Rękorajski <baggins/at/pld-linux.org>

	* - remove duplicate entries in vserver guest /etc/mtab

 rc.d/init.d/functions | 10 ++++++++++
 rc.d/rc.sysinit       |  2 ++
 2 files changed, 12 insertions(+)

2005-11-23 20:49:56 +0000 [b05aa86] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't yell when there is no kbd installed.

 setsysfont | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2005-11-18 23:44:48 +0000 [220df3e] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't clear mtab on vserver guest

 rc.d/rc.sysinit | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2005-11-17 22:54:39 +0000 [663d487] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fixed vserver detection with legacy vserver code turned off

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-11-16 18:45:26 +0000 [3b5ecec] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update for 0.4.0.22.

 ChangeLog    | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   2 +-
 2 files changed, 113 insertions(+), 1 deletion(-)

2005-11-05 01:34:36 +0000 [f0f337d] Elan Ruusamäe <glen/at/pld-linux.org>

	* - remove useless rm -f /var/run/hwprofile, which will never work as all filesystems are readonly at that point

 rc.d/rc.sysinit | 1 -
 1 file changed, 1 deletion(-)

2005-11-01 18:34:08 +0000 [61e209e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated from FC.

 src/process.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

2005-11-01 18:33:54 +0000 [163dcb7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Be more precise about condition.

 src/shvar.c | 2 +-
 src/shvar.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2005-10-30 22:14:59 +0000 [defac99] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Mount securityfs filesystem on kernel >= 2.6.14.

 rc.d/rc.shutdown | 4 ++--
 rc.d/rc.sysinit  | 9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

2005-10-30 00:03:21 +0000 [1a722d3] Jan Rękorajski <baggins/at/pld-linux.org>

	* - corrected order of conditions

 rc.d/rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2005-10-28 14:54:28 +0000 [7ea5f01] Jan Rękorajski <baggins/at/pld-linux.org>

	* - ignore non-empty but commented /etc/mactab (patch by glen)

 rc.d/init.d/network | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2005-10-26 16:57:25 +0000 [1050f68] Jan Rękorajski <baggins/at/pld-linux.org>

	* - more white space and formatting cleanup

 hwprofile  | 528 ++++++++++++++++++++++++++++++-------------------------------
 lang.csh   |  57 +++----
 lang.sh    |  53 ++++---
 run-parts  |  47 +++---
 service    |  97 ++++++------
 setsysfont |  21 +--
 6 files changed, 404 insertions(+), 399 deletions(-)

2005-10-26 16:33:29 +0000 [5e6dfc2] Jan Rękorajski <baggins/at/pld-linux.org>

	* - more vim setting removed (don't convert tabs to spaces) - white space cleanup - convert spaces to tabs - unify formatting for all scripts

 ppp/auth-down                               |  16 +-
 ppp/auth-up                                 |  18 +-
 ppp/ip-down                                 |  18 +-
 ppp/ip-up                                   |  20 +-
 ppp/ipx-down                                |  32 +-
 ppp/ipx-up                                  |  32 +-
 rc.d/init.d/allowlogin                      |  16 +-
 rc.d/init.d/cpusets                         | 114 ++--
 rc.d/init.d/functions                       |  66 +--
 rc.d/init.d/killall                         |  18 +-
 rc.d/init.d/network                         |  52 +-
 rc.d/init.d/random                          |   4 +-
 rc.d/init.d/single                          |  24 +-
 rc.d/init.d/sys-chroots                     | 198 +++----
 rc.d/init.d/template.init                   |   2 +-
 rc.d/init.d/timezone                        |  34 +-
 rc.d/rc                                     |  84 +--
 rc.d/rc.init                                |   2 +-
 rc.d/rc.local                               |   2 +-
 rc.d/rc.modules                             |   6 +-
 rc.d/rc.shutdown                            |  24 +-
 rc.d/rc.sysinit                             | 313 +++++------
 sysconfig/clock                             |   6 +-
 sysconfig/interfaces/tnlcfg-description     |  12 +-
 sysconfig/interfaces/tnlcfg-icm             |   2 +-
 sysconfig/network                           |   2 +-
 sysconfig/network-scripts/functions.network | 842 ++++++++++++++--------------
 sysconfig/network-scripts/ifdown            | 136 ++---
 sysconfig/network-scripts/ifdown-br         |  16 +-
 sysconfig/network-scripts/ifdown-irda       |  34 +-
 sysconfig/network-scripts/ifdown-post       |  24 +-
 sysconfig/network-scripts/ifdown-ppp        |  24 +-
 sysconfig/network-scripts/ifdown-sl         |  39 +-
 sysconfig/network-scripts/ifdown-vlan       |  10 +-
 sysconfig/network-scripts/ifup              | 249 ++++----
 sysconfig/network-scripts/ifup-aliases      | 139 +++--
 sysconfig/network-scripts/ifup-br           |  48 +-
 sysconfig/network-scripts/ifup-ipx          |  37 +-
 sysconfig/network-scripts/ifup-irda         |  20 +-
 sysconfig/network-scripts/ifup-iucv         |  16 +-
 sysconfig/network-scripts/ifup-neigh        |  25 +-
 sysconfig/network-scripts/ifup-plip         |  16 +-
 sysconfig/network-scripts/ifup-plusb        |  18 +-
 sysconfig/network-scripts/ifup-post         |  60 +-
 sysconfig/network-scripts/ifup-ppp          | 285 +++++-----
 sysconfig/network-scripts/ifup-routes       |  33 +-
 sysconfig/network-scripts/ifup-sl           | 149 +++--
 sysconfig/network-scripts/ifup-vlan         |  26 +-
 sysconfig/network-scripts/tnldown           |  34 +-
 sysconfig/network-scripts/tnlup             |  66 +--
 sysconfig/static-nat                        |   4 +-
 sysconfig/static-routes                     |   1 -
 sysconfig/system                            |   2 +-
 sysconfig/timezone                          |   8 +-
 54 files changed, 1733 insertions(+), 1745 deletions(-)

2005-10-25 18:22:44 +0000 [cc10e70] Jan Rękorajski <baggins/at/pld-linux.org>

	* - add support for running inside vservers, the diff may seem huge but it's   mostly white space change

 rc.d/rc          |   30 +-
 rc.d/rc.shutdown |  139 +++----
 rc.d/rc.sysinit  | 1084 +++++++++++++++++++++++++++---------------------------
 3 files changed, 640 insertions(+), 613 deletions(-)

2005-10-25 18:15:46 +0000 [99ab359] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-10-25 17:11:51 +0000 [e298d48] Jan Rękorajski <baggins/at/pld-linux.org>

	* - source configs before functions

 rc.d/rc         |  6 ++---
 rc.d/rc.sysinit | 74 ++++++++++++++++++++++++++++-----------------------------
 2 files changed, 40 insertions(+), 40 deletions(-)

2005-10-25 16:56:25 +0000 [8d92aaa] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't start interfaces inside vserver

 rc.d/init.d/network | 10 ++++++++++
 1 file changed, 10 insertions(+)

2005-10-25 16:46:40 +0000 [20ff6d6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - all stty's stderr belongs to /dev/null

 rc.d/rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-10-25 16:21:34 +0000 [9e22837] Jan Rękorajski <baggins/at/pld-linux.org>

	* - detect if run inside vserver and ignore rc_splash if so

 rc.d/init.d/functions | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

2005-10-25 16:04:20 +0000 [fcbeccb] Jan Rękorajski <baggins/at/pld-linux.org>

	* - we need /proc mounted before everything

 rc.d/rc.sysinit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2005-10-25 14:17:26 +0000 [934f2f0] Jan Rękorajski <baggins/at/pld-linux.org>

	* - grep: all your stderr are belong to /dev/null

 rc.d/rc          |  2 +-
 rc.d/rc.modules  |  6 +++---
 rc.d/rc.shutdown |  2 +-
 rc.d/rc.sysinit  | 56 ++++++++++++++++++++++++++++----------------------------
 4 files changed, 33 insertions(+), 33 deletions(-)

2005-10-25 11:58:26 +0000 [e3aafb2] Jan Rękorajski <baggins/at/pld-linux.org>

	* - better detection of tput functionality

 rc.d/init.d/functions | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

2005-10-19 19:06:15 +0000 [03e40ed] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update for new release.

 ChangeLog    | 1196 +++++++++++++++++++++++++++++++---------------------------
 configure.ac |    2 +-
 2 files changed, 644 insertions(+), 554 deletions(-)

2005-10-19 18:08:20 +0000 [aa745eb] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Working version of calcprefix().

 sysconfig/network-scripts/functions.network | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

2005-10-19 11:01:37 +0000 [3e18238] Jan Rękorajski <baggins/at/pld-linux.org>

	* - check for proper first argument in correct place

 rc.d/rc | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

2005-10-17 15:04:07 +0000 [61949d9] Jan Rękorajski <baggins/at/pld-linux.org>

	* - RC_LOGGING should be checked against "no"

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-10-17 14:52:54 +0000 [d84e0c7] Jan Rękorajski <baggins/at/pld-linux.org>

	* - clean solution for initlog/minilogd: RC_LOGGING setting,   and don't log while shutting down

 rc.d/init.d/functions | 4 ++++
 rc.d/rc.shutdown      | 2 ++
 sysconfig/system      | 3 +++
 3 files changed, 9 insertions(+)

2005-10-17 13:49:13 +0000 [35111b8] Jan Rękorajski <baggins/at/pld-linux.org>

	* - reverted last commit

 src/Makefile.am |   1 +
 src/initlog.c   |  33 ++++++++++
 src/minilogd.c  | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 217 insertions(+)

2005-10-17 13:20:06 +0000 [7caf19f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed minilogd and its calls (more pain than gain)

 src/Makefile.am |   1 -
 src/initlog.c   |  33 ----------
 src/minilogd.c  | 183 --------------------------------------------------------
 3 files changed, 217 deletions(-)

2005-10-16 19:26:11 +0000 [31abb21] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed dumb tw=78 vim setting

 hwprofile                                   | 2 +-
 rc.d/init.d/allowlogin                      | 2 +-
 rc.d/init.d/cpusets                         | 2 +-
 rc.d/init.d/killall                         | 2 +-
 rc.d/init.d/network                         | 2 +-
 rc.d/init.d/random                          | 2 +-
 rc.d/init.d/single                          | 2 +-
 rc.d/init.d/template.init                   | 2 +-
 rc.d/init.d/timezone                        | 2 +-
 rc.d/rc                                     | 2 +-
 rc.d/rc.init                                | 2 +-
 rc.d/rc.local                               | 2 +-
 rc.d/rc.shutdown                            | 2 +-
 rc.d/rc.sysinit                             | 2 +-
 sysconfig/network                           | 2 +-
 sysconfig/network-scripts/functions.network | 2 +-
 sysconfig/network-scripts/ifdown            | 2 +-
 sysconfig/network-scripts/ifdown-br         | 2 +-
 sysconfig/network-scripts/ifdown-irda       | 2 +-
 sysconfig/network-scripts/ifdown-post       | 2 +-
 sysconfig/network-scripts/ifdown-ppp        | 2 +-
 sysconfig/network-scripts/ifdown-sl         | 2 +-
 sysconfig/network-scripts/ifdown-vlan       | 2 +-
 sysconfig/network-scripts/ifup              | 2 +-
 sysconfig/network-scripts/ifup-aliases      | 2 +-
 sysconfig/network-scripts/ifup-br           | 2 +-
 sysconfig/network-scripts/ifup-ipx          | 2 +-
 sysconfig/network-scripts/ifup-irda         | 2 +-
 sysconfig/network-scripts/ifup-iucv         | 2 +-
 sysconfig/network-scripts/ifup-neigh        | 2 +-
 sysconfig/network-scripts/ifup-plip         | 2 +-
 sysconfig/network-scripts/ifup-plusb        | 2 +-
 sysconfig/network-scripts/ifup-post         | 2 +-
 sysconfig/network-scripts/ifup-ppp          | 2 +-
 sysconfig/network-scripts/ifup-routes       | 2 +-
 sysconfig/network-scripts/ifup-sl           | 2 +-
 sysconfig/network-scripts/ifup-vlan         | 2 +-
 sysconfig/network-scripts/tnldown           | 2 +-
 sysconfig/network-scripts/tnlup             | 2 +-
 sysconfig/system                            | 2 +-
 sysconfig/timezone                          | 2 +-
 41 files changed, 41 insertions(+), 41 deletions(-)

2005-10-06 16:08:23 +0000 [068e5e2] Artur Frysiak <artur/at/frysiak.net>

	* - fixed CIFS unmounting

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-10-04 18:09:28 +0000 [d645bf5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use pidfile for wpa_supplicant.

 sysconfig/network-scripts/ifdown | 4 ++--
 sysconfig/network-scripts/ifup   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

2005-10-02 17:13:12 +0000 [49ee1da] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Simple support for WPA. Note that killing wpa_supplicant daemon is supported only for single daemon/interface (TODO: multiple daemons support).

 sysconfig/interfaces/ifcfg-description | 5 +++++
 sysconfig/network-scripts/ifdown       | 7 +++++++
 sysconfig/network-scripts/ifup         | 3 +++
 3 files changed, 15 insertions(+)

2005-09-05 17:12:09 +0000 [1c26fe2] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add support for whole path in pidfile.

 rc.d/init.d/functions | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

2005-08-24 22:08:11 +0000 [6c99c68] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix is_yes in cpuset stuff. Quote file paths when doing echo > something.

 rc.d/init.d/cpusets   |  2 +-
 rc.d/init.d/functions | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

2005-08-23 16:32:43 +0000 [982fd48] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update for 0.4.0.20.

 ChangeLog    | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   2 +-
 2 files changed, 113 insertions(+), 1 deletion(-)

2005-08-23 16:29:35 +0000 [8b2de92] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fixed PlusGSM examples. (Patch by Paweł Gołaszewski)

 sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm | 9 ++++++---
 sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm     | 4 ++--
 2 files changed, 8 insertions(+), 5 deletions(-)

2005-08-23 16:28:24 +0000 [423f827] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Example for agetty on serial port.

 inittab | 2 ++
 1 file changed, 2 insertions(+)

2005-08-23 16:26:48 +0000 [22de340] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* [a-z] doesn't always mean whole alphabet (for example et_EE locale). Use C locale when searching. (Patch by Elan Ruusamäe)

 rc.d/init.d/network | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2005-08-15 22:45:58 +0000 [f025683] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't spew errors on stdout - inform about failurse

 rc.d/init.d/cpusets | 43 ++++++++++++++++++++++++++++---------------
 1 file changed, 28 insertions(+), 15 deletions(-)

2005-08-14 18:32:41 +0000 [7f2422b] twittner <twittner/at/pld-linux.org>

	* - typo in enumeration

 DEVELOPMENT | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-08-13 23:06:34 +0000 [66cba72] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added echo for better status readability

 rc.d/init.d/cpusets | 2 ++
 1 file changed, 2 insertions(+)

2005-08-13 23:05:15 +0000 [583a978] Jan Rękorajski <baggins/at/pld-linux.org>

	* - properly test cpuset dir for status display

 rc.d/init.d/cpusets | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2005-08-13 23:02:24 +0000 [c425e55] Jan Rękorajski <baggins/at/pld-linux.org>

	* - properly escape message

 rc.d/init.d/cpusets | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2005-08-13 23:01:19 +0000 [b2a4e3c] Jan Rękorajski <baggins/at/pld-linux.org>

	* - use show() when creating/removing cpusets

 rc.d/init.d/cpusets | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2005-08-13 22:58:18 +0000 [2854e3e] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo

 rc.d/init.d/cpusets | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2005-08-13 22:34:49 +0000 [1379d64] Jan Rękorajski <baggins/at/pld-linux.org>

	* - take CPUSETS setting into account

 rc.d/init.d/functions | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2005-08-13 22:00:42 +0000 [fd6887d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - mount cpuset filesystem if kernel capable

 rc.d/rc.sysinit | 9 +++++++++
 1 file changed, 9 insertions(+)

2005-08-11 17:43:58 +0000 [f5bd6b7] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added description for available per-service settings

 doc/sysconfig.docb | 41 +++++++++++++++++++++++++++++++++++++++++
 doc/sysconfig.txt  | 16 ++++++++++++++++
 2 files changed, 57 insertions(+)

2005-08-11 17:11:04 +0000 [62f00c1] Jan Rękorajski <baggins/at/pld-linux.org>

	* - cpusets added

 rc-scripts.spec.in | 7 +++++++
 1 file changed, 7 insertions(+)

2005-08-11 17:04:31 +0000 [f935215] Jan Rękorajski <baggins/at/pld-linux.org>

	* - cpusets script added

 rc.d/init.d/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

2005-08-11 17:02:50 +0000 [1537120] Jan Rękorajski <baggins/at/pld-linux.org>

	* - sysconfig/cpusets/Makefile added

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

2005-08-11 16:58:14 +0000 [c67c1a5] Jan Rękorajski <baggins/at/pld-linux.org>

	* - final touch

 po/pl.po | 39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

2005-08-11 16:56:31 +0000 [21196cc] Jan Rękorajski <baggins/at/pld-linux.org>

	* - updated

 po/pl.po | 324 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 181 insertions(+), 143 deletions(-)

2005-08-11 16:55:43 +0000 [54e6320] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added some code for completness

 rc.d/init.d/functions | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

2005-08-11 16:36:02 +0000 [059ce29] Jan Rękorajski <baggins/at/pld-linux.org>

	* - defile cpuset settings as local in function

 rc.d/init.d/cpusets | 4 ++++
 1 file changed, 4 insertions(+)

2005-08-11 16:35:48 +0000 [290eb89] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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.

 rc.d/init.d/functions | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

2005-08-11 16:23:24 +0000 [814e38c] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added cpuset support to daemon and status functions

 rc.d/init.d/functions | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

2005-08-10 20:10:47 +0000 [686f4b8] Jan Rękorajski <baggins/at/pld-linux.org>

	* - CPUSETS support (work in progress)

 rc.d/init.d/cpusets           | 128 ++++++++++++++++++++++++++++++++++++++++++
 sysconfig/Makefile.am         |   2 +-
 sysconfig/cpusets/Makefile.am |   7 +++
 sysconfig/cpusets/cpuset-test |  25 +++++++++
 sysconfig/system              |   3 +
 5 files changed, 164 insertions(+), 1 deletion(-)

2005-08-10 19:49:48 +0000 [3a3b6d4] Jan Rękorajski <baggins/at/pld-linux.org>

	* - a place for cpusets config files

2005-08-08 21:53:01 +0000 [12afa70] undefine <undefine/at/pld-linux.org>

	* - get only tnlcfg-name, not tnlcfg-name~

 rc.d/init.d/network | 1 +
 1 file changed, 1 insertion(+)

2005-07-27 09:09:25 +0000 [9072bd2] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* ifup: Handle special pcmcia-hotplug case.

 sysconfig/network-scripts/ifup | 4 ++++
 1 file changed, 4 insertions(+)

2005-07-21 22:35:05 +0000 [6153bc0] undefine <undefine/at/pld-linux.org>

	* - first up bridge, next tunnels (tunnels can be on bridges) - first down tunnels, next bridge ;)

 rc.d/init.d/network | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

2005-05-30 18:54:32 +0000 [cb0c01d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Release 0.4.0.19.

 ChangeLog    | 1472 ++++++++++++++++++++++++++++++----------------------------
 configure.ac |    2 +-
 2 files changed, 755 insertions(+), 719 deletions(-)

2005-05-30 18:47:07 +0000 [960d6d6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Understand BOOTPROTO=static properly (Elan Ruusamäe <glen/at/pld-linux.org>).

 sysconfig/network-scripts/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-05-30 18:42:47 +0000 [7d1132f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* When stopping delete root queueing discipline instead of trying to add it.

 sysconfig/network-scripts/ifdown-post | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-05-25 08:26:06 +0000 [d09f449] Elan Ruusamäe <glen/at/pld-linux.org>

	* grsec is available for 2.6 kernels too.

 sysctl.conf | 1 -
 1 file changed, 1 deletion(-)

2005-05-03 17:50:51 +0000 [70714a4] Elan Ruusamäe <glen/at/pld-linux.org>

	* Typo.

 rc.d/init.d/sys-chroots | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-04-30 20:53:33 +0000 [e6f93a8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* killproc(): fill base and pid variables based on waitname.

 rc.d/init.d/functions | 5 +++++
 1 file changed, 5 insertions(+)

2005-04-25 16:01:57 +0000 [8377f0a] Adam Gołębiowski <adamg/at/pld-linux.org>

	* - when using BOOTPRIO, cd to /etc/sysconfig to get list of interfaces

 rc.d/init.d/network | 1 +
 1 file changed, 1 insertion(+)

2005-04-15 21:48:46 +0000 [56ef04c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add BT example.

 sysconfig/interfaces/ifcfg-ppp0.gprs-idea | 1 +
 1 file changed, 1 insertion(+)

2005-04-08 17:34:38 +0000 [5218079] saq <saq/at/pld-linux.org>

	* - typo

 sysconfig/system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-03-25 19:06:37 +0000 [d23f8bf] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Generated for 0.4.0.18.

 ChangeLog | 1755 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 957 insertions(+), 798 deletions(-)

2005-03-25 19:00:43 +0000 [5c78a12] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated to match needs.

 rc-scripts.spec.in | 32 ++++++++++++++++++++++----------
 1 file changed, 22 insertions(+), 10 deletions(-)

2005-03-25 18:50:39 +0000 [036245d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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/rc.sysinit | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

2005-03-25 18:48:17 +0000 [3518273] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix displaing show() function when $CHARS variable is set. (tommat/at/pld-linux.org).

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-03-25 18:37:02 +0000 [587dff2] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prepare for 0.4.0.18.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-03-22 16:54:42 +0000 [1101d32] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Increment counter when waiting specified time for daemon to start/terminate.

 rc.d/init.d/functions | 2 ++
 1 file changed, 2 insertions(+)

2005-03-06 00:11:43 +0000 [34fdf2a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Place minilogd in sbin.

 src/Makefile.am | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

2005-03-05 23:46:12 +0000 [34bc014] Elan Ruusamäe <glen/at/pld-linux.org>

	* - Finished manuals to subdirs. (Thanks arekm).

 configure.ac       |  6 ++++++
 man/Makefile.am    | 10 ++--------
 man/de/Makefile.am |  8 ++++++++
 man/es/Makefile.am |  8 ++++++++
 man/fr/Makefile.am |  8 ++++++++
 man/ja/Makefile.am |  8 ++++++++
 man/ru/Makefile.am |  8 ++++++++
 man/sv/Makefile.am |  8 ++++++++
 8 files changed, 56 insertions(+), 8 deletions(-)

2005-01-24 14:15:23 +0000 [80ed1aa] Elan Ruusamäe <glen/at/pld-linux.org>

	* Use AM_CONFIG_HEADER, rather AC_CONFIG_HEADER for autogen.sh to call autoheader.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-01-24 14:05:22 +0000 [d373818] Elan Ruusamäe <glen/at/pld-linux.org>

	* removed

 src/config.h.in | 151 --------------------------------------------------------
 1 file changed, 151 deletions(-)

2005-01-24 13:47:02 +0000 [911954d] Elan Ruusamäe <glen/at/pld-linux.org>

	* 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

 acinclude.m4            |   68 +++
 configure.ac            |   93 +++-
 src/Makefile.am         |    6 +-
 src/config.h.in         |  151 ++++++
 src/start-stop-daemon.c | 1304 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 1620 insertions(+), 2 deletions(-)

2005-01-24 13:38:15 +0000 [3baa247] Elan Ruusamäe <glen/at/pld-linux.org>

	* - moved manuals to man/ subdir

 Makefile.am                |  2 +-
 doc/Makefile.am            | 13 +------------
 man/Makefile.am            |  9 +++++++++
 {doc => man}/consoletype.1 |  0
 {doc => man}/doexec.1      |  0
 {doc => man}/genhostid.1   |  0
 {doc => man}/initlog.1     |  0
 {doc => man}/ipcalc.1      |  0
 {doc => man}/netreport.1   |  0
 {doc => man}/ppp-watch.8   |  0
 {doc => man}/usernetctl.8  |  0
 {doc => man}/usleep.1      |  0
 12 files changed, 11 insertions(+), 13 deletions(-)

2005-01-24 13:32:37 +0000 [8bff25f] Elan Ruusamäe <glen/at/pld-linux.org>

	* - created tree for manuals - imported start-stop-daemon manuals from dpkg-1.10.23

 man/Makefile.am            |  14 +++
 man/de/start-stop-daemon.8 | 255 ++++++++++++++++++++++++++++++++++++++++++++
 man/es/start-stop-daemon.8 | 245 ++++++++++++++++++++++++++++++++++++++++++
 man/fr/start-stop-daemon.8 | 234 ++++++++++++++++++++++++++++++++++++++++
 man/ja/start-stop-daemon.8 | 257 ++++++++++++++++++++++++++++++++++++++++++++
 man/ru/start-stop-daemon.8 | 243 ++++++++++++++++++++++++++++++++++++++++++
 man/start-stop-daemon.8    | 258 +++++++++++++++++++++++++++++++++++++++++++++
 man/sv/start-stop-daemon.8 | 231 ++++++++++++++++++++++++++++++++++++++++
 8 files changed, 1737 insertions(+)

2005-01-24 00:33:36 +0000 [4fc5969] Elan Ruusamäe <glen/at/pld-linux.org>

	* - fix typo which prevented packaging rest of the manuals to distrib

 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2005-01-23 23:56:44 +0000 [53a411c] Elan Ruusamäe <glen/at/pld-linux.org>

	* - typo, english

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2005-01-23 19:11:21 +0000 [881ebbb] saq <saq/at/pld-linux.org>

	* - mount usbfs if available

 rc.d/init.d/sys-chroots | 4 ++++
 1 file changed, 4 insertions(+)

2005-01-17 21:15:21 +0000 [b486c39] Elan Ruusamäe <glen/at/pld-linux.org>

	* - indent to same level

 rc.d/init.d/functions | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2005-01-02 22:53:02 +0000 [74a7f2e] radek <radek/at/pld-linux.org>

	* - unified indentation (ts=8 sw=4, as vi modeline says)

 sysconfig/network-scripts/functions.network | 444 ++++++++++++++--------------
 sysconfig/network-scripts/ifdown            |  22 +-
 sysconfig/network-scripts/ifdown-br         |  12 +-
 sysconfig/network-scripts/ifdown-irda       |   3 +-
 sysconfig/network-scripts/ifdown-ppp        |   1 -
 sysconfig/network-scripts/ifdown-sl         |  31 +-
 sysconfig/network-scripts/ifdown-vlan       |   7 +-
 sysconfig/network-scripts/ifup              | 100 +++----
 sysconfig/network-scripts/ifup-aliases      | 130 ++++----
 sysconfig/network-scripts/ifup-br           |  42 +--
 sysconfig/network-scripts/ifup-ipx          |  36 +--
 sysconfig/network-scripts/ifup-irda         |  11 +-
 sysconfig/network-scripts/ifup-iucv         |  15 +-
 sysconfig/network-scripts/ifup-neigh        |  20 +-
 sysconfig/network-scripts/ifup-plip         |  14 +-
 sysconfig/network-scripts/ifup-plusb        |  15 +-
 sysconfig/network-scripts/ifup-post         |   8 +-
 sysconfig/network-scripts/ifup-ppp          |  95 +++---
 sysconfig/network-scripts/ifup-routes       |  28 +-
 sysconfig/network-scripts/ifup-sl           | 149 +++++-----
 sysconfig/network-scripts/ifup-vlan         |  23 +-
 sysconfig/network-scripts/tnldown           |  50 ++--
 sysconfig/network-scripts/tnlup             |  86 +++---
 23 files changed, 667 insertions(+), 675 deletions(-)

2005-01-02 21:49:00 +0000 [3055ce8] radek <radek/at/pld-linux.org>

	* - added net.ipv4.conf.default.rp_filter=1 -- *.all.* has no real effect:   when sysctl -p is run, interfaces are not up yet

 sysctl.conf | 1 +
 1 file changed, 1 insertion(+)

2004-12-13 22:31:07 +0000 [3a46f7f] saq <saq/at/pld-linux.org>

	* - updated for current source tree

 po/de.po | 372 +++++++++++++++++++++++++++++++-------------------------------
 po/pl.po | 374 ++++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 374 insertions(+), 372 deletions(-)

2004-12-13 22:29:07 +0000 [8096567] saq <saq/at/pld-linux.org>

	* - missed one

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-12-13 22:01:53 +0000 [58b1ce6] saq <saq/at/pld-linux.org>

	* - make nls invocations actually translatable

 rc.d/init.d/network               | 14 +++++++-------
 sysconfig/network-scripts/ifup    |  8 ++++----
 sysconfig/network-scripts/ifup-sl |  8 ++++----
 3 files changed, 15 insertions(+), 15 deletions(-)

2004-12-13 21:59:20 +0000 [c2bbc30] saq <saq/at/pld-linux.org>

	* - fixed remaining fuzzy entries

 po/de.po | 82 ++++++++++++++++++++++++----------------------------------------
 1 file changed, 30 insertions(+), 52 deletions(-)

2004-12-13 20:16:11 +0000 [7a66e8c] saq <saq/at/pld-linux.org>

	* - updated my email address - fixed some fuzzy entries (the easiest ones)

 po/de.po | 73 ++++++++++++++++++++++++----------------------------------------
 1 file changed, 27 insertions(+), 46 deletions(-)

2004-12-08 22:46:15 +0000 [6239bd5] Elan Ruusamäe <glen/at/pld-linux.org>

	* - typo

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-12-02 17:43:35 +0000 [3edf5e4] heretyk <heretyk/at/pld-linux.org>

	* Support for per service umask settings. This solves the problem with possibly different umask settings when starting services at boot time, and by hand.

 rc.d/init.d/functions | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2004-11-29 20:10:33 +0000 [dc0d8e3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add IDEA GPRS examples.

 sysconfig/interfaces/data/chat-ppp0.gprs-idea |  7 +++++++
 sysconfig/interfaces/ifcfg-ppp0.gprs-idea     | 23 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

2004-11-26 22:54:17 +0000 [7e8da05] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated for 0.4.0.17.

 ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

2004-11-26 22:49:42 +0000 [7085acc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Version 0.4.0.17.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-11-13 21:43:05 +0000 [23e13bc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Drop condition when checking cable - not needed.

 sysconfig/network-scripts/ifup | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

2004-11-13 21:37:13 +0000 [f7ccea2] wolf <wolf/at/pld-linux.org>

	* - fix typo

 sysconfig/network-scripts/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-11-13 21:31:00 +0000 [0336ea1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Link status checking for ifup dhcp iface (from FC3).

 sysconfig/network-scripts/functions.network | 42 +++++++++++++++++++++++++++++
 sysconfig/network-scripts/ifup              |  7 +++++
 2 files changed, 49 insertions(+)

2004-11-13 20:31:27 +0000 [4716ebe] Adam Gołębiowski <adamg/at/pld-linux.org>

	* - s/outsite/outside/

 sysconfig/system | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-11-13 11:36:48 +0000 [0b5a812] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Drop obsolete msg_() functions.

 rc.d/init.d/functions | 6 ------
 1 file changed, 6 deletions(-)

2004-11-13 11:36:15 +0000 [677fdd7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* More SELinux support from FC initscripts.

 rc.d/init.d/functions | 23 +++++++++++++++++++++++
 rc.d/rc.sysinit       | 33 +++++++++++++++++++++++++++++++--
 2 files changed, 54 insertions(+), 2 deletions(-)

2004-10-25 19:27:56 +0000 [c96a44b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use usbfs as USB filesystem name (not sure about 2.4?).

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-10-01 21:28:15 +0000 [f3fb1a0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Modprobe ppp modules when /dev/ppp doesn't exists (udev and devfs case).

 sysconfig/network-scripts/ifup-ppp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2004-09-30 18:31:38 +0000 [9162598] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated.

 ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 43 insertions(+), 4 deletions(-)

2004-09-25 22:22:46 +0000 [e6c8dd4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Move .ICE-unix creation a bit lower in case of CLEAN_TMP usage.

 rc.d/rc.sysinit | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

2004-09-25 13:22:18 +0000 [4289a4f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Added udev support.

 rc.d/rc.sysinit | 6 ++++++
 1 file changed, 6 insertions(+)

2004-09-25 12:30:53 +0000 [d584de9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix typo (numer->number).

 sysconfig/interfaces/ifcfg-description | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-09-24 21:04:58 +0000 [e249056] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Version 0.4.0.16.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-09-22 16:32:03 +0000 [5301b5f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* BOOTPRIO for changing interfaces starting order.

 rc.d/init.d/network                    | 80 +++++++++++++++++++---------------
 sysconfig/interfaces/ifcfg-description |  9 ++++
 2 files changed, 55 insertions(+), 34 deletions(-)

2004-09-22 15:38:59 +0000 [5462543] adasi <adasi/at/pld-linux.org>

	* - Start VLAN's after all physical interfaces

 rc.d/init.d/network | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

2004-09-19 13:32:23 +0000 [45955ed] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Create /tmp/.ICE-unix directory for X11.

 rc.d/rc.sysinit | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

2004-08-25 20:58:29 +0000 [0c67f46] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Drop sysconfig/ip-rules, it's not used.

 sysconfig/Makefile.am |  3 +--
 sysconfig/ip-rules    | 15 ---------------
 2 files changed, 1 insertion(+), 17 deletions(-)

2004-08-25 20:36:25 +0000 [bbbc044] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Release 0.4.0.15.

 ChangeLog    | 410 ++++++++++++++++++++++++++++++++++++-----------------------
 configure.ac |   2 +-
 2 files changed, 250 insertions(+), 162 deletions(-)

2004-08-25 20:33:14 +0000 [8f4a19e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add sys-chroots.

 rc.d/init.d/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

2004-08-25 20:15:35 +0000 [5d6c143] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't display ls errors when there is no tunnel configs.

 sysconfig/network-scripts/tnldown | 2 +-
 sysconfig/network-scripts/tnlup   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2004-08-25 17:30:24 +0000 [a3ea0b6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - it's much too early for unicode by default, so add some comments

 sysconfig/i18n | 7 +++++++
 1 file changed, 7 insertions(+)

2004-08-22 18:06:40 +0000 [41781de] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* When shutting down try to stop LVM devices, too.

 rc.d/rc.shutdown | 10 ++++++++++
 1 file changed, 10 insertions(+)

2004-08-20 10:16:00 +0000 [0e5c12e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set sysctl parameters quietly (needed to avoid bunch of errors when grsec_lock is turned on).

 rc.d/init.d/network | 2 +-
 rc.d/rc.sysinit     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2004-08-14 23:16:25 +0000 [683d384] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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.

 rc.d/init.d/functions | 43 +++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 41 insertions(+), 2 deletions(-)

2004-08-09 00:31:04 +0000 [9dd7da3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Pass complete path to sulogin (/sbin/sulogin).

 rc.d/rc.sysinit | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2004-07-23 23:08:54 +0000 [11e1e78] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* chroot: umount /proc, /selinux and /sys at stopping.

 rc.d/init.d/sys-chroots | 3 +++
 1 file changed, 3 insertions(+)

2004-07-23 23:04:29 +0000 [f92500e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* chroot: umount all when stopping.

 rc.d/init.d/sys-chroots | 1 +
 1 file changed, 1 insertion(+)

2004-07-23 23:02:27 +0000 [4a2fb78] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* chroot: Process stopping properly.

 rc.d/init.d/sys-chroots | 7 ++++---
 rc.d/rc                 | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

2004-07-23 22:56:10 +0000 [6fff6ab] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* chroot: Do not run network but lock subsys to pretend that network was run.

 rc.d/init.d/sys-chroots | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

2004-07-23 22:27:27 +0000 [4ff93da] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* rc: When shutting down to not call rc.shutdown when in chroot. sys-chroots: Run some commands really in chroot.

 rc.d/init.d/sys-chroots | 28 ++++++++++++++++++++--------
 rc.d/rc                 | 19 +++++++++++++------
 2 files changed, 33 insertions(+), 14 deletions(-)

2004-07-23 21:58:17 +0000 [1e4405d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set MTU to 1452 for neostrada (from neostrada.info FAQ).

 sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada  | 2 +-
 sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2004-07-23 21:24:47 +0000 [7844718] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* chroot: clean up mtabs, mount proc, sysfs and selinuxfs.

 rc.d/init.d/sys-chroots | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

2004-07-23 21:14:11 +0000 [7d224e1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Started implementing multiple systems in chroots idea.

 rc.d/init.d/sys-chroots | 116 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 116 insertions(+)

2004-07-04 17:50:22 +0000 [69c859e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* s/path/name/

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-07-04 17:46:37 +0000 [5c07fdc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Avoid backup files when searching for shell scripts, too.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-07-04 16:27:05 +0000 [3100874] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update for 0.4.0.14 release

 ChangeLog | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 94 insertions(+)

2004-07-04 16:23:26 +0000 [e129e5f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Make update-po + few manual fixes to pl.po.

 po/de.po | 898 ++++++++++++++++++++++++++++++++++++++-----------------------
 po/pl.po | 924 ++++++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1067 insertions(+), 755 deletions(-)

2004-07-04 16:14:58 +0000 [356d834] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add #!/bin/sh to fool file(1).

 rc.d/init.d/functions                       | 1 +
 sysconfig/network-scripts/functions.network | 1 +
 2 files changed, 2 insertions(+)

2004-07-04 15:57:42 +0000 [3ecb2d3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't search for shell scripts in directories with names starting with dot.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-07-04 15:45:07 +0000 [8fb3abd] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Turn off RAID devices using mdadm first, fallback to raidutils. Make raidutils stopping gettext friendly.

 rc.d/rc.shutdown | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

2004-07-04 15:35:27 +0000 [da6009f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Put empty CHARSET instead of iso8859-2 in .pot file.

 makepot.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-07-04 15:26:10 +0000 [c533e59] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - 0.4.0.14

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-07-04 14:41:44 +0000 [2e3de59] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Last one sysctl called with -e option to avoid errors on unknown keys.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-07-04 14:34:53 +0000 [2619a5c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Run LVM tools for RAID case only if some RAID volume was there.

 rc.d/rc.sysinit | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

2004-07-04 14:11:34 +0000 [9f05efc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Some are done.

 TODO | 4 ----
 1 file changed, 4 deletions(-)

2004-07-04 09:40:19 +0000 [f906c24] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Quote whole message passed to logger.

 sysconfig/network-scripts/ifup-ppp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-07-03 12:03:14 +0000 [058c2fa] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* s/speedtouch/speedtch/. Drop quoting from nls call.

 sysconfig/network-scripts/ifup-ppp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-07-03 11:27:17 +0000 [86b5dc4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Speedtouch modem support (arekm && qboosh).

 sysconfig/interfaces/Makefile.am                     |  1 +
 sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada | 18 ++++++++++++++++++
 sysconfig/network-scripts/ifup-ppp                   | 12 ++++++++++++
 3 files changed, 31 insertions(+)

2004-07-02 21:56:55 +0000 [89c794d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set interface used by EAGLE driver to down when downing ppp interface.

 sysconfig/network-scripts/ifdown-ppp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

2004-07-02 21:51:34 +0000 [2cf4f68] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Always call ifdwon-post even if pppd was killed using -KILL.

 sysconfig/network-scripts/ifdown-ppp | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

2004-07-02 21:42:07 +0000 [b276f27] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use PAPNAME for neo example. Fix ifcfg-password.so plugin usage.

 sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada | 7 ++++++-
 sysconfig/network-scripts/ifup-ppp                  | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

2004-07-02 20:45:48 +0000 [5c0a927] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Nicer profile number choose message.

 hwprofile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2004-07-02 15:30:08 +0000 [e0b5121] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add TPSA Neostrada example (Sagem Fast 700 using eagle-usb driver).

 sysconfig/interfaces/Makefile.am                    | 1 +
 sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada | 9 +++++++++
 2 files changed, 10 insertions(+)

2004-07-02 15:27:38 +0000 [f42fe46] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix chat-ppp0.tepsa (they no longer send ppp string). ifcfg-password.so is choosen only if PLUGIN_IFCFG_PASSWORD is set to yes.

 sysconfig/interfaces/data/chat-ppp0.tpsa | 1 -
 sysconfig/network-scripts/ifup-ppp       | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

2004-06-29 22:06:45 +0000 [1109f5d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* UTF-8 pl_PL is pl_PL.UTF-8/UTF-8 in SUPPORTED_LOCALES (qboosh).

 sysconfig/i18n | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-06-29 19:46:19 +0000 [7a603e4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update for new release.

 ChangeLog | 1306 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 681 insertions(+), 625 deletions(-)

2004-06-29 19:43:16 +0000 [a3e7da7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Relase 0.4.0.13.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-06-29 19:33:39 +0000 [bd90d37] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Run rc.live for PLD LiveCD.

 rc.d/rc.sysinit | 5 +++++
 1 file changed, 5 insertions(+)

2004-06-29 19:28:32 +0000 [3139c53] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use fastboot also for encrypted FS.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-06-29 19:08:10 +0000 [061855f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Sync remaining variable in fs umounting. Add squashfs there.

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-06-28 21:23:54 +0000 [2cc1f1a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix fields spoted by msgfmt -c and print translation statistics.

 po/Makefile.am | 4 ++--
 po/de.po       | 2 +-
 po/pl.po       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

2004-06-28 21:19:02 +0000 [3f4973f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* msgfmt now does po file validation.

 po/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-06-28 19:22:48 +0000 [ea16ca3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Minimalize code to support SYSFONT, fix UTF-8 handling.

 setsysfont | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

2004-06-27 14:54:44 +0000 [1c4766a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Drop debugging stuff.

 setsysfont | 1 -
 1 file changed, 1 deletion(-)

2004-06-27 14:43:28 +0000 [01e9e1d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Enhance font setting (use CONSOLEMAP and CONSOLEFONTMAP options).

 setsysfont | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

2004-06-27 14:30:43 +0000 [4cfcf15] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Promote unicode settings.

 sysconfig/i18n | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-06-24 01:51:34 +0000 [ac5f293] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Always try to sync /dev entries for LVM2.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-06-23 23:10:09 +0000 [a2729eb] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Synchronize LVM2 devices.

 rc.d/rc.sysinit | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2004-06-20 12:19:35 +0000 [4c25d1e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Version 0.4.0.12.

 ChangeLog    | 1278 ++++++++++++++++++++++++++++++----------------------------
 configure.ac |    2 +-
 2 files changed, 664 insertions(+), 616 deletions(-)

2004-06-20 11:33:00 +0000 [8290cbc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* (sysctl): Ignore unknown keys in sysctl.conf since kernels can have too different settings.

 rc.d/init.d/network | 2 +-
 rc.d/rc.sysinit     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

2004-06-18 23:40:11 +0000 [8de7f38] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* killproc(): Add --pidfile <file> support.

 rc.d/init.d/functions | 36 ++++++++++++++++++++++++------------
 1 file changed, 24 insertions(+), 12 deletions(-)

2004-06-16 20:31:53 +0000 [90c5931] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* daemon(), run_cmd(): cd / before running any program

 rc.d/init.d/functions | 2 ++
 1 file changed, 2 insertions(+)

2004-06-04 12:49:55 +0000 [fd0c868] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Added exec-shield example.

 sysctl.conf | 13 +++++++++++++
 1 file changed, 13 insertions(+)

2004-05-24 00:49:25 +0000 [cf1fe93] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 2.4.x kernel EVMS modules are loaded only when really running on 2.4 kernels.

 rc.d/rc.sysinit | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

2004-05-24 00:44:31 +0000 [40e44c3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Default route is forced only if DEFROUTE=yes (Witek Kręcicki <adasi/at/pld-linux.org).

 sysconfig/network-scripts/ifup-ppp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2004-05-23 19:19:40 +0000 [a51c48f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* More Polish characters used (Robert 'dzeus' Graużenis <dzeus/at/zatorze.slupsk.pl>)

 po/pl.po | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

2004-05-19 22:43:42 +0000 [bb77c6b] Marcin Chojnowski <martii/at/pld-linux.org>

	* all strings are with Polish chars now

 po/pl.po | 144 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 72 insertions(+), 72 deletions(-)

2004-05-18 22:58:54 +0000 [52471a3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update helpers from Fedora initscripts.

 src/doexec.c     | 12 ++++++++++++
 src/initlog.c    |  1 +
 src/ipcalc.c     | 26 +++++++++++++-------------
 src/minilogd.c   | 13 +++++++++++--
 src/process.c    | 31 ++++++++++++++++++++++++++++---
 src/testd.c      |  1 +
 src/usernetctl.c | 28 +++++++++++++++++++---------
 src/usleep.c     |  9 +++++++++
 8 files changed, 94 insertions(+), 27 deletions(-)

2004-05-18 22:46:44 +0000 [537d764] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prepare for 0.4.0.11.

 ChangeLog    | 406 ++++++++++++++++++++++++++++++++---------------------------
 configure.ac |   2 +-
 2 files changed, 220 insertions(+), 188 deletions(-)

2004-05-18 22:27:46 +0000 [34a7280] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't depend on bin paths.

 setsysfont | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2004-05-18 22:24:39 +0000 [5b0f5a9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set system font as soon as possible.

 rc.d/init.d/functions | 2 ++
 rc.d/rc.sysinit       | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

2004-05-18 21:29:31 +0000 [cc609f7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Run unicode_start for UTF-8 console.

 setsysfont | 8 ++++++++
 1 file changed, 8 insertions(+)

2004-05-18 21:16:37 +0000 [4eb58d7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Always delete some /tmp files on boot.

 rc.d/rc.sysinit | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

2004-05-18 10:33:19 +0000 [ebd1845] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Load hid, keybdev and mousedev only for kernels older than 2.6. For newer kernels use hotplug.

 rc.d/rc.sysinit | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

2004-05-18 10:13:07 +0000 [b427145] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Support for unmounting /initrd.

 rc.d/rc.sysinit | 9 +++++++++
 1 file changed, 9 insertions(+)

2004-05-16 16:14:04 +0000 [dc84a10] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* (lvm detection): Remove head command usage - do it with awk only.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-05-15 02:32:02 +0000 [e990e73] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated ChangeLog for new release.

 ChangeLog | 1464 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 758 insertions(+), 706 deletions(-)

2004-05-15 02:29:09 +0000 [5d8a8f8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Example gentoo colors configuration included.

 sysconfig/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-05-15 02:23:39 +0000 [0311781] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Release 0.4.0.10.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-05-15 02:21:33 +0000 [503bfc8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Merge color customization support created by Łukasz Pawelczyk <havner/at/pld-linux.org>.

 rc.d/init.d/functions        | 61 +++++++++++++++++++++++++++++++++++++-------
 rc.d/rc                      |  6 ++---
 rc.d/rc.sysinit              |  4 +--
 sysconfig/Makefile.am        |  2 ++
 sysconfig/init-colors        | 12 +++++++++
 sysconfig/init-colors.gentoo | 12 +++++++++
 6 files changed, 83 insertions(+), 14 deletions(-)

2004-04-06 12:11:56 +0000 [2c96ea1] Artur Frysiak <artur/at/frysiak.net>

	* - umount CIFS on network stop

 rc.d/init.d/network | 3 +++
 1 file changed, 3 insertions(+)

2004-04-03 21:39:05 +0000 [38606c5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix LVM1 tools detection.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-04-02 14:39:38 +0000 [e301d02] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* VLAN example configuration.

 sysconfig/interfaces/Makefile.am  | 1 +
 sysconfig/interfaces/ifcfg-eth0.1 | 8 ++++++++
 2 files changed, 9 insertions(+)

2004-03-29 20:42:47 +0000 [565736e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* --fork support in daemon() by Aredridel <aredridel/at/nbtsc.org>.

 rc.d/init.d/functions | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

2004-03-08 14:04:36 +0000 [d6ad304] Artur Frysiak <artur/at/frysiak.net>

	* - check for LVM tools version and load only needed modules - fix case when /var is RO and LVM2 is activated

 rc.d/rc.sysinit | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

2004-03-08 13:37:36 +0000 [2937f1b] Artur Frysiak <artur/at/frysiak.net>

	* - cifs is networked fs

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-02-26 22:14:22 +0000 [2c38fae] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Create $(sysconfdir)/init.d -> $(sysconfdir)/rc.d/init.d symlink for compatiblity.

 rc.d/init.d/Makefile.am | 7 +++++++
 1 file changed, 7 insertions(+)

2004-02-07 21:37:36 +0000 [ff85f25] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use $(mkinstalldirs) as suggested by Artur Frysiak.

 po/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-02-06 22:35:43 +0000 [cec04ba] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Changelog updated for 0.4.0.9.

 ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

2004-02-06 22:33:33 +0000 [d2df88c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use install_sh instead of mkinstalldirs.

 po/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-02-06 22:24:01 +0000 [753d6ed] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Preparation for 0.4.0.9.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-02-03 21:55:21 +0000 [e727b40] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set bafile earlier.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-02-03 21:37:13 +0000 [90503ea] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Do not delete hwprofile configuration (Tomasz Witek <tiwek/at/tiwek.com>).

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-01-27 11:55:40 +0000 [7b1a2a7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* daemon(): when using --user run su with -s /bin/sh option.

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-01-25 12:27:30 +0000 [6dde00e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Run kexec before rebooting (kexec support).

 rc.d/rc.shutdown | 1 +
 1 file changed, 1 insertion(+)

2004-01-24 01:06:19 +0000 [271dd2c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Wait for second after shutting down dhcp daemon/interface (for example dhcpcd needs some time).

 sysconfig/network-scripts/ifdown | 1 +
 1 file changed, 1 insertion(+)

2004-01-16 23:12:03 +0000 [8e3b687] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* filter_chroot(): Return unfiltered pids when /proc is not mounted.

 rc.d/init.d/functions | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2004-01-16 15:43:14 +0000 [e9aec22] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use proper path when executing ifup/ifdown scripts in sernetctl.

 src/Makefile.am  | 2 +-
 src/usernetctl.c | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

2004-01-15 22:12:33 +0000 [602f3ad] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use --cflags-only-I from glib or glib-2.0 configuration when building ppp-watch.

 configure.ac    | 3 +++
 src/Makefile.am | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

2004-01-10 16:13:31 +0000 [02fb1c1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set wireless nick to $WLAN_NICKNAME (variable) not WLAN_NICKNAME (string).

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-01-10 15:59:44 +0000 [a77d930] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - Updated for 0.4.0.8.

 ChangeLog | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

2004-01-10 15:57:40 +0000 [5bc22e0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - 0.4.0.8 release

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-01-10 15:27:42 +0000 [5a8ff39] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Outside chroot always add all possible pids unless some has /proc/XXX/root inside of known chroot.

 rc.d/init.d/functions | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

2004-01-10 14:07:16 +0000 [69afb73] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* filter_chroot(): add pid only once.

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-01-10 13:58:37 +0000 [d9e200a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix ulimits in one more case (ssh vs squid case).

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-01-10 13:42:43 +0000 [1e5e817] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Support for handling processes inside and outside of chrooted systems based on rc-scripts-chroot_safe.patch.

 rc.d/init.d/functions | 29 ++++++++++++++++++++++++-----
 sysconfig/system      |  4 ++++
 2 files changed, 28 insertions(+), 5 deletions(-)

2004-01-09 21:59:03 +0000 [b380a45] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Rework ulimit support so it works again.

 rc.d/init.d/functions | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2004-01-09 01:40:15 +0000 [fb51ba8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Sencond part of ppp DEVNAME fixes.

 sysconfig/network-scripts/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2004-01-09 01:24:43 +0000 [e2b2943] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* ifup-ppp instructs pppd to create pppd-$DEVNAME.pid file, so in ifdown-ppp we also use $DEVNAME.

 sysconfig/network-scripts/ifdown-ppp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2004-01-09 00:39:16 +0000 [33b1215] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* If in -u mode and user cannot be found then skip that file and display warning.

 run-parts | 1 +
 1 file changed, 1 insertion(+)

2004-01-09 00:29:55 +0000 [829777b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Added -u option which means: run as owner of file not as current user (usable mainly from root).

 run-parts | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

2004-01-08 22:42:20 +0000 [ff1ffbd] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Try to find glib-2.0, glib in that order - link with first found.

 configure.ac    | 15 +++++++++++++--
 src/Makefile.am |  3 ++-
 2 files changed, 15 insertions(+), 3 deletions(-)

2004-01-08 22:06:17 +0000 [ef70bcf] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated for 0.4.0.7 release.

 ChangeLog | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)

2004-01-08 22:01:17 +0000 [8ba5772] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - 0.4.0.7 release

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-01-08 02:43:46 +0000 [492f0eb] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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 <duch/at/wla.pl>).

 sysconfig/network-scripts/functions.network | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

2004-01-07 08:37:11 +0000 [dea2dc6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Typo fixed (revious->previous) in bootsplash code. Arkadiusz Chomicki <duch/at/wla.pl>

 rc.d/rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2004-01-02 16:44:07 +0000 [e889eab] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Second option when doing changelog is directory name like rc-scripts.

 autogen.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2004-01-02 16:41:52 +0000 [7158cab] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Zero /etc/cryptomtab if such file exists.

 rc.d/rc.sysinit | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2003-12-28 19:23:18 +0000 [3646031] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't mount selinuxfs if it's already mounted (by init for example).

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-12-27 14:43:06 +0000 [e43a484] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix static routes conf parsing. (Arkadiusz Chomicki <chomar/at/wla.pl>)

 sysconfig/network-scripts/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-12-25 18:43:09 +0000 [5c07d94] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* changelog generation part can be now used in other modules.

 autogen.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2003-12-25 13:20:19 +0000 [296776d] deejay1 <deejay1/at/pld-linux.org>

	* - typo

 rc.d/init.d/template.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-12-23 17:15:52 +0000 [488be91] pzurowski <pzurowski/at/pld-linux.org>

	* - fixed bug when $limits is empty

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-12-23 00:37:05 +0000 [777759a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* When starting execute rc_splash 'bootnetwork start'.

 rc.d/init.d/network | 2 ++
 1 file changed, 2 insertions(+)

2003-12-23 00:31:53 +0000 [7f229d8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Read sysconfig/bootsplash, too.

 rc.d/init.d/functions | 1 +
 1 file changed, 1 insertion(+)

2003-12-22 17:43:26 +0000 [d645dc8] pzurowski <pzurowski/at/pld-linux.org>

	* - removed sed (I'm sorry I done buggy change last time, now it is good one - tested and working)

 rc.d/init.d/functions | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

2003-12-22 00:59:52 +0000 [8bdd672] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Much more accurate calculations of start/stop scripts required in new runlevel.

 rc.d/rc | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

2003-12-21 22:55:21 +0000 [a0a938a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Revert few pzurowski changes since they are broken even after fixing syntax.

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-12-21 22:31:05 +0000 [b8e9c09] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Paweł Żurowski optimizations were broken (missing quotation marks). Fixed now.

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-12-21 21:30:32 +0000 [f30533a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated for 0.4.0.6 release.

 ChangeLog | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 106 insertions(+)

2003-12-21 21:25:31 +0000 [e78fe42] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Add pkgconfig to BuildRequires.

 rc-scripts.spec.in | 1 +
 1 file changed, 1 insertion(+)

2003-12-21 21:11:14 +0000 [b8b2980] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Find libglib.a location using pkg-config and use it (Artur Frysiak <wiget/at/pld-linux.org>).

 configure.ac    | 7 +++++++
 src/Makefile.am | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

2003-12-21 17:30:26 +0000 [c858229] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Don't set libdir - use value from configure script.

 configure.ac                          | 2 --
 sysconfig/network-scripts/Makefile.am | 2 --
 2 files changed, 4 deletions(-)

2003-12-21 17:05:01 +0000 [fe0a5b5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - release 0.4.0.6 is comming

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-12-21 16:43:11 +0000 [f5cbcc5] deejay1 <deejay1/at/pld-linux.org>

	* - typo

 po/pl.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-12-21 14:33:45 +0000 [0530220] adgor <adgor/at/pld-linux.org>

	* - Typo

 rc.d/rc.modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-12-21 13:43:43 +0000 [63dc9b5] Marcin Krzyżanowski <marcin.krzyzanowski/at/hakore.com>

	* - fix ${PPPOA_EAGLE} check if there isn't executable adictrl try use eaglectrl

 sysconfig/network-scripts/ifup-ppp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2003-12-21 13:28:40 +0000 [3030e60] pzurowski <pzurowski/at/pld-linux.org>

	* - small revert: we do not use sed in rc-scripts - other sed -> awk changes

 rc.d/init.d/functions | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2003-12-21 13:08:59 +0000 [6bd0b91] Marcin Krzyżanowski <marcin.krzyzanowski/at/hakore.com>

	* - corrected nls message when pppd does not exist - support for PPPOA_EAGLE start with kernel 2.6 and 2.4

 sysconfig/network-scripts/ifup-ppp | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

2003-12-21 12:14:32 +0000 [2863001] pzurowski <pzurowski/at/pld-linux.org>

	* - simplified (use less tools, one-time file reading)

 rc.d/init.d/functions |  8 ++++----
 rc.d/rc.modules       |  4 ++--
 rc.d/rc.sysinit       | 48 +++++++++++++++++++++++++-----------------------
 3 files changed, 31 insertions(+), 29 deletions(-)

2003-12-21 10:46:24 +0000 [7104142] pzurowski <pzurowski/at/pld-linux.org>

	* - simplified (double awk->single one)

 rc.d/rc.modules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-12-21 10:18:56 +0000 [31dd90f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Added support for /etc/modules file exactly for one kernel (like /etc/modules.2.6.0).

 rc.d/rc.modules | 2 ++
 1 file changed, 2 insertions(+)

2003-12-21 10:14:32 +0000 [524880f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Do not require existence of /etc/modules (Marcin Krzyzanowski <krzak/at/linux.net.pl>).

 rc.d/rc.modules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

2003-12-21 00:58:41 +0000 [b650967] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* More progress bar support (bootsplash): it moves now!

 rc.d/init.d/functions |  2 ++
 rc.d/rc               | 19 ++++++++++++++++++-
 rc.d/rc.shutdown      |  6 ++++++
 rc.d/rc.sysinit       | 16 +++++++++++++++-
 4 files changed, 41 insertions(+), 2 deletions(-)

2003-12-20 21:21:56 +0000 [24a4b5b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Reindented whole script. checkprofdir(): New. Use it when required (now help is shown when needed). When executed without arguments show help.

 hwprofile | 494 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 268 insertions(+), 226 deletions(-)

2003-12-19 14:40:29 +0000 [1c16d71] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* bdflush is not required.

 rc-scripts.spec.in | 1 -
 1 file changed, 1 deletion(-)

2003-12-19 13:59:58 +0000 [70a2b29] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Use @libdir@ instead of hardcoded /usr/lib path when linking ppp-watch with glib.

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-12-15 13:29:20 +0000 [862c980] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set action variable to proper value in rc_splash(). Found by Michal Moskal <malekith/at/pld-linux.org>.

 rc.d/init.d/functions | 2 ++
 1 file changed, 2 insertions(+)

2003-12-14 21:20:25 +0000 [ad084d9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix mounting sysfs - be consistent with mounting proc + do not require entry in fstab (qboosh). Add support for mounting selinuxfs (me).

 rc.d/rc.sysinit | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

2003-12-14 18:23:29 +0000 [d25dc46] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fix path to ifcfg- files (wrobell)

 src/usernetctl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-12-12 16:43:25 +0000 [fae2295] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - initial support for bootsplash.org

 rc.d/init.d/functions | 9 +++++++++
 rc.d/rc               | 5 +++++
 rc.d/rc.sysinit       | 2 ++
 3 files changed, 16 insertions(+)

2003-12-07 15:57:10 +0000 [ac24493] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - release 0.4.0.5

 ChangeLog | 9270 ++++++++++++++++++++-----------------------------------------
 1 file changed, 3081 insertions(+), 6189 deletions(-)

2003-12-07 15:54:17 +0000 [001b91b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - release 0.4.0.5

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-12-05 20:41:49 +0000 [3c04268] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix interfaces_boot for bridge devices. (found by Radosław Kintzi <radek/at/pop.e-wro.pl>)

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-12-05 20:30:33 +0000 [2ae2943] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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 <radek/at/pop.e-wro.pl>)

 sysconfig/network-scripts/functions.network | 70 +++++++++++++++++++++++++++++
 sysconfig/network-scripts/ifup              | 34 +-------------
 sysconfig/network-scripts/ifup-br           |  7 +++
 3 files changed, 78 insertions(+), 33 deletions(-)

2003-11-15 14:38:53 +0000 [25ec71b] Marcin Krzyżanowski <marcin.krzyzanowski/at/hakore.com>

	* - add #SUPPORTED_LOCALES="pl_PL/ISO-8859-2 de_DE/ISO-8859-2 en_GB/ISO-8859-1 en_US/ISO-8859-1"

 sysconfig/i18n | 3 +++
 1 file changed, 3 insertions(+)

2003-11-14 14:05:55 +0000 [7f69a7f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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)

 rc.d/rc.modules | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

2003-11-01 20:18:52 +0000 [7dbe0cc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Redirect grep stderr output when checking for HID to /dev/null.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-11-01 19:34:59 +0000 [e0cba07] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Delete rpm locks when starting (/var/lib/rpm/__db*).

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-11-01 19:31:58 +0000 [56b5245] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Explicitly turn on user and group quota.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-11-01 19:30:58 +0000 [94867e7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Mount local filesystems with -O no_netdev option (rh).

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-11-01 19:28:16 +0000 [a522f37] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Rescan for LVM devices again after turning on RAID devices in lvm-on-top-of-raid case.

 rc.d/rc.sysinit | 4 ++++
 1 file changed, 4 insertions(+)

2003-11-01 19:20:35 +0000 [46443e7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* quotacheck could in some cases if quota files were corrupted ask for user input - avoid this.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-11-01 19:16:25 +0000 [b3965b3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Initialize USB as fast as it's possible. Properly mount usb filesystem even if it is not specified in /etc/fstab.

 rc.d/rc.sysinit | 74 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 36 insertions(+), 38 deletions(-)

2003-11-01 14:54:47 +0000 [46d018d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Generate nice ChangeLog if requested and if needed utilities are available.

 autogen.sh | 11 +++++++++++
 1 file changed, 11 insertions(+)

2003-10-31 17:49:39 +0000 [36b0946] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Revert part which was pretending that /dev/pts is always mounted (havner).

 rc.d/rc.sysinit | 1 -
 1 file changed, 1 deletion(-)

2003-10-31 09:00:14 +0000 [ade6c58] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix double link down (qboosh).

 sysconfig/network-scripts/ifdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-10-31 01:12:20 +0000 [8fe7acf] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Check for nofirewire in /proc/cmdline not in stdin.

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-31 00:50:43 +0000 [7342d84] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Updated for release 0.4.0.4.

 ChangeLog | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 132 insertions(+)

2003-10-31 00:49:16 +0000 [3d537bd] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Prepare release 0.4.0.4.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-31 00:47:20 +0000 [9089b45] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Include genhostid in rpm package.

 rc-scripts.spec.in | 1 +
 1 file changed, 1 insertion(+)

2003-10-31 00:46:08 +0000 [1040345] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix handling custom builddir (until now objects were created in $(srcdir) not in builddir).

 po/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-10-31 00:24:42 +0000 [27c70f0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fix finding shell scripts procedure when building with builddir different than place where configure file resides.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-31 00:08:59 +0000 [792fd7d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update manual pages for each updated utility.

 doc/consoletype.1 | 37 ++++++++++++++++++++++++-------------
 doc/initlog.1     | 24 +++++++++++++++++-------
 doc/ipcalc.1      | 45 +++++++++++++++++++++++++++++++++------------
 doc/netreport.1   |  2 +-
 doc/ppp-watch.8   |  2 +-
 5 files changed, 76 insertions(+), 34 deletions(-)

2003-10-31 00:07:54 +0000 [e60a2b5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Include genhostid man page.

 doc/Makefile.am |  1 +
 doc/genhostid.1 | 12 ++++++++++++
 2 files changed, 13 insertions(+)

2003-10-31 00:03:24 +0000 [5b390a6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - One more zero to reflect real format of this file.

 adjtime | 1 +
 1 file changed, 1 insertion(+)

2003-10-31 00:02:02 +0000 [3b917b5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Set default PATH and use it along with TERM when starting services.

 service | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

2003-10-30 23:58:03 +0000 [00196ec] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Update bunch of utils in src/. New getnhostid utility. ipcalc has enhanced PREFIX support. getkey has been rewrited to use popt (rh).

 src/Makefile.am   |   4 +
 src/consoletype.c |  57 +++++++--
 src/genhostid.c   |  32 +++++
 src/getkey.c      | 189 ++++++++++++++++++++---------
 src/initlog.c     |  26 +++-
 src/ipcalc.c      | 354 ++++++++++++++++++++++++++++++++++++++++++++----------
 src/netreport.c   |  13 +-
 src/ppp-watch.c   |  30 ++---
 src/process.c     |  18 ++-
 src/usernetctl.c  |  44 +++++--
 10 files changed, 605 insertions(+), 162 deletions(-)

2003-10-30 23:43:55 +0000 [2e886d8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Try to query 131072 bytes kernel buffer for dmesg and keep dmesg file from last five runs.

 rc.d/rc.sysinit | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

2003-10-30 23:33:48 +0000 [7d45bad] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Plase usbdevfs and devfs filesystems into /etc/mtab, too.

 rc.d/rc.sysinit | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

2003-10-30 23:30:01 +0000 [0d4e54b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Handle situation where multiple usb-controller aliases were defined and some of them were "off".

 rc.d/rc.sysinit | 1 +
 1 file changed, 1 insertion(+)

2003-10-30 23:27:29 +0000 [87fd684] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Firewire modules are now loaded if proper modprobe aliases were found (from mdk).

 rc.d/rc.sysinit | 12 ++++++++++++
 1 file changed, 12 insertions(+)

2003-10-30 23:21:05 +0000 [afa8d7b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* 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).

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-30 21:41:23 +0000 [553ca2f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - 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().

 sysconfig/network-scripts/ifdown    | 8 ++++----
 sysconfig/network-scripts/ifdown-br | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

2003-10-28 01:09:19 +0000 [53ce478] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fix /sys mount and simplify check if usbfs is already mounted

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-10-25 23:34:19 +0000 [8b41dfd] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - update for upcoming 0.4.0.3 release

 ChangeLog | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 162 insertions(+)

2003-10-25 23:32:31 +0000 [fe850b3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - 0.4.0.3 release

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-18 22:26:15 +0000 [2ed0c50] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fix typo in accounting script path (qboosh)

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-17 18:55:25 +0000 [204176b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - copy timezone file instead of symlinking it (idea by ankry)

 rc.d/init.d/timezone | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-13 07:41:25 +0000 [dec1e74] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - don't ignore data specified at DATAFORCHAT option (Szymon Siwek <sls/at/poczta.wp.pl>)

 sysconfig/network-scripts/ifup-ppp | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

2003-10-12 19:12:43 +0000 [e2e24f5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - support for per service ulimits configuration (qboosh)

 rc.d/init.d/functions | 27 +++++++++++++++------------
 sysconfig/system      | 11 +++++++++++
 2 files changed, 26 insertions(+), 12 deletions(-)

2003-10-12 19:11:42 +0000 [faa7098] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - kill gnu in PLD name (qboosh)

 sysconfig/network-scripts/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-12 19:10:48 +0000 [7d7fd6c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - use /etc/rc.d/rc.acct for accouting; updated accouting related parts of translations (qboosh)

 po/de.po         | 2 +-
 po/pl.po         | 8 ++------
 rc.d/rc.shutdown | 5 +++--
 rc.d/rc.sysinit  | 4 ++--
 4 files changed, 8 insertions(+), 11 deletions(-)

2003-10-11 11:03:28 +0000 [83c4f4b] Artur Frysiak <artur/at/frysiak.net>

	* - describe HOTPLUG

 sysconfig/interfaces/ifcfg-description | 1 +
 1 file changed, 1 insertion(+)

2003-10-11 10:59:34 +0000 [d06391d] Artur Frysiak <artur/at/frysiak.net>

	* - if invoced from hotplug bring up only interface with HOTPLUG=yes

 sysconfig/network-scripts/ifup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-11 09:15:11 +0000 [5c09695] Artur Frysiak <artur/at/frysiak.net>

	* - ifup exit if invoked from hotplug and ONBOOT=yes

 sysconfig/network-scripts/ifup | 4 ++++
 1 file changed, 4 insertions(+)

2003-10-08 15:03:59 +0000 [9cbe8c8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - sysfs added to remaining list in rc.shutdown (by havner)

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-10-07 15:44:32 +0000 [198aac1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - bring PPPOA_IFACE up before starting pppoa; small fix in logged message (both by adasi)

 sysconfig/network-scripts/ifup-ppp | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

2003-10-07 09:41:38 +0000 [995264b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - initial eagle (pppoa) support by Witold Krecicki <adasi/at/grubno.da.ru>)

 sysconfig/network-scripts/ifup-ppp | 6 ++++++
 1 file changed, 6 insertions(+)

2003-10-06 09:19:16 +0000 [fec5d50] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fix typo in available word (qboosh)

 hwprofile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-04 13:02:29 +0000 [6d0838f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - return with some retval

 rc.d/init.d/functions | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2003-10-04 12:06:27 +0000 [6698b3c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - allow unknown options to be passed to initlog()

 rc.d/init.d/functions | 3 +++
 1 file changed, 3 insertions(+)

2003-10-04 11:57:35 +0000 [13a745b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - move is_yes and is_not at beginning

 rc.d/init.d/functions | 82 +++++++++++++++++++++++++--------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

2003-10-04 11:41:52 +0000 [3a1d563] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - use rpm or rpmbuild depending on which rpm version is installed

 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2003-10-04 11:30:34 +0000 [99a8ed5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - include hwprofiles/files

 rc-scripts.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-04 11:08:09 +0000 [0a35929] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Fast boot support (disables NLS, fancy logging and thus is much faster). Useful on workstations. Based on idea and patch by Wojtek Kaniewski <wojtekka/at/bydg.pdi.net>.

 rc.d/init.d/functions | 38 ++++++++++++++++++++++++++++++++------
 sysconfig/system      |  4 ++++
 2 files changed, 36 insertions(+), 6 deletions(-)

2003-10-04 09:55:09 +0000 [1202fab] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - use CONSOLEFONT when SYSFONT is empty (Wojtek Kaniewski <wojtekka/at/bydg.pdi.net>)

 setsysfont | 2 ++
 1 file changed, 2 insertions(+)

2003-10-04 09:52:41 +0000 [8175323] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Support for ppp-plugin-ifcfg-password.spec by Wojtek Kaniewski <wojtekka/at/bydg.pdi.net>.

 sysconfig/network-scripts/ifup-ppp | 3 +++
 1 file changed, 3 insertions(+)

2003-10-04 09:46:51 +0000 [20dda54] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* Merged patch by Tomasz Witek <tiwek/at/manta.univ.gda.pl>: - ignore Latency in /proc/pci - ability to choose profile while booting - example profile file - misc fixes and cleanups

 hwprofile                        | 83 +++++++++++++++++++++++++++++++---------
 sysconfig/hwprof                 |  2 +
 sysconfig/hwprofiles/Makefile.am |  7 +++-
 sysconfig/hwprofiles/files       | 14 +++++++
 4 files changed, 86 insertions(+), 20 deletions(-)

2003-10-02 18:45:03 +0000 [7629075] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - updated for 0.4.0.2 release

 ChangeLog | 2821 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2821 insertions(+)

2003-10-02 18:43:56 +0000 [6586c63] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - 0.4.0.2 release

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-02 18:42:33 +0000 [34b6b73] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - check own pid, not parents one

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-10-02 18:33:51 +0000 [de18aec] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - sleep 5 is not needed when starting usb; more protection again double mounting usbfs

 rc.d/rc.sysinit | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2003-10-02 18:23:51 +0000 [dc8421a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - do even try to kill itself

 rc.d/init.d/functions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-09-30 09:44:14 +0000 [2b4a4e3] Jan Rękorajski <baggins/at/pld-linux.org>

	* - load lvm and dm modules with "autoclean"

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-09-30 09:40:59 +0000 [5bb5880] Jan Rękorajski <baggins/at/pld-linux.org>

	* - usb-storage must be loaded before LVM detection (disks on USB are real)

 rc.d/rc.sysinit | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2003-09-28 16:33:55 +0000 [a5fd33b] Artur Frysiak <artur/at/frysiak.net>

	* - fix error message

 sysconfig/network-scripts/ifup-ppp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-09-28 16:03:40 +0000 [b68d116] Artur Frysiak <artur/at/frysiak.net>

	* - fix setting arp for irdaX

 sysconfig/network-scripts/ifup-irda | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-09-28 14:53:30 +0000 [44fffd0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fix power/txpower/retry wlan parameters handling

 sysconfig/network-scripts/ifup | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2003-09-22 19:55:20 +0000 [127911f] Artur Frysiak <artur/at/frysiak.net>

	* - use syntax described in SUSv2

 run-parts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-09-22 17:46:30 +0000 [2deeedc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - oh, use RUNPARTS_DIR

 run-parts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-09-22 17:20:28 +0000 [6e2f824] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - run mainly safe named scripts and protect against some bad files

 run-parts | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

2003-09-22 01:45:42 +0000 [0d7f68c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - updated

 ChangeLog | 9 +++++++++
 1 file changed, 9 insertions(+)

2003-09-22 01:35:16 +0000 [9871ee9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - include more docs

 rc-scripts.spec.in | 1 +
 1 file changed, 1 insertion(+)

2003-09-22 01:28:35 +0000 [ec8b15c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - 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

 AUTHORS                                      |   14 +-
 ChangeLog                                    | 4543 ++++++++++++++++----------
 DEVELOPMENT                                  |    4 +-
 README                                       |    4 +-
 configure.ac                                 |    2 +-
 doc/ipcalc.1                                 |    2 +-
 doc/net-scripts.txt                          |    2 +-
 doc/sysconfig.txt                            |    2 +-
 doc/sysvinitfiles                            |    2 +-
 hwprofile                                    |    2 +-
 isapnp/Makefile.am                           |    2 +-
 isapnp/isapnp-kernel.conf                    |    2 +-
 makepot.pl                                   |    4 +-
 po/de.po                                     |    2 +-
 po/pl.po                                     |    4 +-
 ppp/auth-down                                |    2 +-
 ppp/auth-up                                  |    2 +-
 ppp/ip-down                                  |    2 +-
 ppp/ip-down.d/logger                         |    2 +-
 ppp/ip-up                                    |    2 +-
 ppp/ip-up.d/logger                           |    2 +-
 ppp/ipx-down                                 |    2 +-
 ppp/ipx-up                                   |    2 +-
 rc-scripts.spec.in                           |  131 +-
 rc.d/init.d/allowlogin                       |    2 +-
 rc.d/init.d/functions                        |    8 +-
 rc.d/init.d/killall                          |    2 +-
 rc.d/init.d/network                          |    2 +-
 rc.d/init.d/random                           |    2 +-
 rc.d/init.d/single                           |    4 +-
 rc.d/init.d/template.init                    |    2 +-
 rc.d/init.d/timezone                         |    4 +-
 rc.d/rc                                      |    4 +-
 rc.d/rc.init                                 |    2 +-
 rc.d/rc.local                                |    2 +-
 rc.d/rc.modules                              |    4 +-
 rc.d/rc.shutdown                             |    4 +-
 rc.d/rc.sysinit                              |    4 +-
 run-parts                                    |    2 +-
 src/ipcalc.c                                 |    2 +-
 sysconfig/clock                              |    2 +-
 sysconfig/hwprofiles/Makefile.am             |    2 +-
 sysconfig/i18n                               |    2 +-
 sysconfig/interfaces/data/chat-ppp0.callback |    2 +-
 sysconfig/interfaces/data/chat-ppp0.leased1  |    2 +-
 sysconfig/interfaces/data/chat-ppp0.tpsa     |    2 +-
 sysconfig/interfaces/down.d/ppp/logger       |    2 +-
 sysconfig/interfaces/ifcfg-br0               |    2 +-
 sysconfig/interfaces/ifcfg-irda0             |    2 +-
 sysconfig/interfaces/ifcfg-irlan0            |    2 +-
 sysconfig/interfaces/ifcfg-ppp0.callback     |    2 +-
 sysconfig/interfaces/ifcfg-ppp0.leased1      |    2 +-
 sysconfig/interfaces/ifcfg-ppp0.leased2      |    2 +-
 sysconfig/interfaces/ifcfg-sl0               |    2 +-
 sysconfig/interfaces/tnlcfg-description      |    2 +-
 sysconfig/interfaces/up.d/ppp/logger         |    2 +-
 sysconfig/network                            |    2 +-
 sysconfig/network-scripts/functions.network  |    8 +-
 sysconfig/network-scripts/ifdown             |    2 +-
 sysconfig/network-scripts/ifdown-br          |    4 +-
 sysconfig/network-scripts/ifdown-irda        |    4 +-
 sysconfig/network-scripts/ifdown-post        |    2 +-
 sysconfig/network-scripts/ifdown-ppp         |    2 +-
 sysconfig/network-scripts/ifdown-sl          |    2 +-
 sysconfig/network-scripts/ifdown-vlan        |    4 +-
 sysconfig/network-scripts/ifup               |    2 +-
 sysconfig/network-scripts/ifup-aliases       |    2 +-
 sysconfig/network-scripts/ifup-br            |    4 +-
 sysconfig/network-scripts/ifup-ipx           |    2 +-
 sysconfig/network-scripts/ifup-irda          |    4 +-
 sysconfig/network-scripts/ifup-iucv          |    2 +-
 sysconfig/network-scripts/ifup-neigh         |    2 +-
 sysconfig/network-scripts/ifup-plip          |    2 +-
 sysconfig/network-scripts/ifup-plusb         |    2 +-
 sysconfig/network-scripts/ifup-post          |    2 +-
 sysconfig/network-scripts/ifup-ppp           |    2 +-
 sysconfig/network-scripts/ifup-routes        |    2 +-
 sysconfig/network-scripts/ifup-sl            |    2 +-
 sysconfig/network-scripts/ifup-vlan          |    4 +-
 sysconfig/network-scripts/tnldown            |    4 +-
 sysconfig/network-scripts/tnlup              |    4 +-
 sysconfig/system                             |    2 +-
 82 files changed, 3088 insertions(+), 1806 deletions(-)

2003-09-22 00:55:30 +0000 [bfb38a0] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added missing files

 sysconfig/interfaces/Makefile.am      | 6 ++++--
 sysconfig/network-scripts/Makefile.am | 8 +++++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

2003-09-19 20:29:34 +0000 [ba4d0a6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - description of DIRECT_CONNECT for ppp, too

 sysconfig/interfaces/ifcfg-description | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2003-09-14 11:47:37 +0000 [9ccfa53] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - propset Id everywhere

 AUTHORS            | 2 +-
 DEVELOPMENT        | 2 +-
 INSTALL            | 2 +-
 Makefile.am        | 2 +-
 NEWS               | 2 +-
 README             | 2 +-
 TODO               | 2 +-
 autogen.sh         | 2 +-
 configure.ac       | 2 +-
 hwprofile          | 2 +-
 inittab            | 2 +-
 lang.csh           | 2 +-
 lang.sh            | 2 +-
 modules            | 2 +-
 rc-scripts.spec.in | 2 +-
 setsysfont         | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

2003-09-14 10:48:34 +0000 [3f4bd0a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - propset test

 makepot.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-09-09 23:08:36 +0000 [f89f7d7] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

2003-09-09 22:45:49 +0000 [b000770] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - also be able to find 2.6 modules (.ko)

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-09-09 22:07:20 +0000 [dd4a562] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

2003-09-09 22:05:49 +0000 [814af9d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fixed is_module - modules may be gzipped

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-09-09 17:08:27 +0000 [641a493] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

2003-09-09 16:14:32 +0000 [b2b906d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - add sysfs to mtab

 rc.d/rc.sysinit | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

2003-09-08 10:07:59 +0000 [015aff7] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

2003-09-08 09:29:34 +0000 [94e9124] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - mount sysfs in the same way as proc is

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-09-05 15:07:51 +0000 [f6527c8] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

2003-09-05 14:53:55 +0000 [408be97] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - if there is no process then it already died

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-08-19 14:09:02 +0000 [b5cd485] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

2003-08-19 14:07:10 +0000 [c596c40] ankry <ankry/at/pld-linux.org>

	* - for nessusd.init

 dumb.sh | 2 ++
 1 file changed, 2 insertions(+)

2003-08-10 21:07:35 +0000 [26ded2f] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

2003-08-10 20:54:37 +0000 [10e6c3f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - simplified mdadm support

 rc.d/rc.sysinit | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

2003-08-10 20:49:35 +0000 [6f2d09b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - functions for kernel version checking

 rc.d/init.d/functions | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

2003-08-07 11:07:18 +0000 [e102fae] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 5 +++++
 1 file changed, 5 insertions(+)

2003-08-07 10:20:11 +0000 [d674972] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - add support for mdadm when trying to start RAID devices

 rc.d/rc.sysinit | 44 ++++++++++++++++++++++++++++++++------------
 1 file changed, 32 insertions(+), 12 deletions(-)

2003-08-06 20:07:38 +0000 [db6959c] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

2003-08-06 19:23:47 +0000 [62dcbf5] ankry <ankry/at/pld-linux.org>

	* - from athcool.init

 dumb.sh | 2 ++
 1 file changed, 2 insertions(+)

2003-07-28 13:07:33 +0000 [3c40ad1] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

2003-07-28 12:16:02 +0000 [d062c2a] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - added gc_thresh entries

 sysctl.conf | 10 ++++++++++
 1 file changed, 10 insertions(+)

2003-07-28 12:11:27 +0000 [a2107b3] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - oops - these were my experiments...

 sysconfig/network | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

2003-07-28 12:07:19 +0000 [7c60340] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

2003-07-28 12:02:20 +0000 [ef6fc5c] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - typo

 sysconfig/network | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

2003-07-28 11:33:48 +0000 [bf97c6d] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - GATEWAY setup is back - with comment

 sysconfig/network | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

2003-07-12 00:07:21 +0000 [6ba4908] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 4 ++++
 1 file changed, 4 insertions(+)

2003-07-11 23:08:47 +0000 [70db4cf] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added nameif support

 rc.d/init.d/network | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2003-07-10 19:07:27 +0000 [fe79418] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

2003-07-10 18:39:21 +0000 [59c43d6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - description for VLAN_REORDER_HDR

 sysconfig/interfaces/ifcfg-description | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

2003-07-10 18:36:44 +0000 [b2fbc0a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - seems like API changed, allow REORDER_HDR on VLANs

 sysconfig/network-scripts/ifup-vlan | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-07-10 13:07:19 +0000 [3659f61] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 9 +++++++++
 1 file changed, 9 insertions(+)

2003-07-10 12:30:34 +0000 [3fe008d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - we should stop bridges first if we are staring them last

 rc.d/init.d/network | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

2003-07-10 12:26:08 +0000 [f3eff3a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 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 | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

2003-07-07 10:04:09 +0000 [6ee59ed] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 374 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 210 insertions(+), 164 deletions(-)

2003-07-05 11:59:54 +0000 [ef53ff1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - mount devpts, too

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-06-30 15:36:22 +0000 [0879853] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - keep old dmesg, too

 rc.d/rc.sysinit | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2003-06-24 10:34:24 +0000 [24f868a] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - added note about bluez

 sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm | 1 +
 1 file changed, 1 insertion(+)

2003-06-24 10:33:28 +0000 [a608270] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - added *-ppp0.gprs-plusgsm

 sysconfig/interfaces/Makefile.am      | 1 +
 sysconfig/interfaces/data/Makefile.am | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

2003-06-24 10:26:04 +0000 [1680739] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - ppp examples for GPRS/PlusGSM taken from BTS#694

 sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm |  6 ++++++
 sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm     | 23 +++++++++++++++++++++++
 2 files changed, 29 insertions(+)

2003-06-20 15:32:51 +0000 [94f7361] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - stupid  missing thing

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-06-19 15:57:07 +0000 [9d1264e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - use static-routes for ip rule configuration; drop GATRWAY from network configuration

 sysconfig/network                           | 10 +---------
 sysconfig/network-scripts/functions.network | 12 ++++++------
 sysconfig/static-routes                     | 11 ++++++++---
 3 files changed, 15 insertions(+), 18 deletions(-)

2003-06-17 14:02:35 +0000 [347c5e5] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - posix zoneinfo files are in top level, not "posix" subdir now

 rc.d/init.d/timezone | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-06-16 21:28:52 +0000 [474fd01] adasi <adasi/at/pld-linux.org>

	*  - future is now...

 rc.d/rc.sysinit | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

2003-06-16 20:20:22 +0000 [a6a14ef] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - early mounting of sysfs under kernel 2.5

 rc-scripts.spec.in | 37 +++++++++++++++++++------------------
 rc.d/rc.sysinit    |  7 ++++++-
 2 files changed, 25 insertions(+), 19 deletions(-)

2003-06-16 18:05:37 +0000 [1005c9d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - usbdevfs is usbfs in 2.5

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-06-15 17:39:39 +0000 [52bb684] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld-linux.org>)

 ChangeLog | 692 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 350 insertions(+), 342 deletions(-)

2003-06-06 09:02:59 +0000 [54c8a84] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - fixed typo in description

 sysconfig/interfaces/ifcfg-description | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-05-31 11:59:02 +0000 [afd350e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - calling update is obsolete starting from 2.2.9 kernel

 inittab | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

2003-05-28 08:57:09 +0000 [6d250d3] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>

	* - ChangeLog update by changelog.sh   (by Arkadiusz Miskiewicz <misiek/at/pld.org.pl>)

 ChangeLog | 2585 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2585 insertions(+)

2003-05-22 14:11:54 +0000 [ccc82b6] ankry <ankry/at/pld-linux.org>

	* - updated

 dumb.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-05-15 22:39:08 +0000 [8a835e1] ankry <ankry/at/pld-linux.org>

	* - formatting - fixed second argument of "status"

 rc.d/init.d/functions | 304 ++++++++++++++++++++++++++------------------------
 1 file changed, 157 insertions(+), 147 deletions(-)

2003-05-15 22:37:54 +0000 [d76611d] ankry <ankry/at/pld-linux.org>

	* - updated

 dumb.sh | 1 -
 1 file changed, 1 deletion(-)

2003-05-15 21:37:46 +0000 [228edf1] ankry <ankry/at/pld-linux.org>

	* - LSB conformance changes

 rc.d/init.d/functions     | 92 ++++++++++++++++++++++++-----------------------
 rc.d/init.d/template.init | 16 ++++-----
 2 files changed, 55 insertions(+), 53 deletions(-)

2003-05-11 21:09:56 +0000 [7408b6f] ankry <ankry/at/pld-linux.org>

	* - updated

 dumb.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-05-11 15:26:57 +0000 [d391722] ankry <ankry/at/pld-linux.org>

	* removed duplicates; %s fixes

 dumb.sh | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

2003-05-11 15:13:56 +0000 [a7e5a22] ankry <ankry/at/pld-linux.org>

	* updated

 dumb.sh | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

2003-05-11 12:42:40 +0000 [91cfef5] ankry <ankry/at/pld-linux.org>

	* updated

 dumb.sh | 37 +++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)

2003-05-09 21:08:21 +0000 [c5e5ef1] ankry <ankry/at/pld-linux.org>

	* - updated

 dumb.sh | 33 +++++++++++++++++++++++++--------
 1 file changed, 25 insertions(+), 8 deletions(-)

2003-05-08 17:18:33 +0000 [f0ddd78] ankry <ankry/at/pld-linux.org>

	* - reversed bogus change

 rc.d/init.d/template.init | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

2003-05-07 23:35:19 +0000 [7427fa5] ankry <ankry/at/pld-linux.org>

	* - updated

 dumb.sh | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

2003-05-06 21:54:17 +0000 [9ea16df] ankry <ankry/at/pld-linux.org>

	* updated

 dumb.sh | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

2003-05-05 00:07:23 +0000 [db0f187] ankry <ankry/at/pld-linux.org>

	* updated

 dumb.sh                   | 21 ++++++++++++++++++++-
 rc.d/init.d/template.init | 30 ++++++++++++++++--------------
 2 files changed, 36 insertions(+), 15 deletions(-)

2003-05-04 19:48:57 +0000 [b712f3d] ankry <ankry/at/pld-linux.org>

	* updated

 dumb.sh | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

2003-05-03 23:16:09 +0000 [4a5a0f9] ankry <ankry/at/pld-linux.org>

	* updated

 dumb.sh | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 59 insertions(+), 12 deletions(-)

2003-05-02 23:41:13 +0000 [92284cd] ankry <ankry/at/pld-linux.org>

	* - dump script with various messages

 dumb.sh | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

2003-05-02 23:39:29 +0000 [8b87d5b] ankry <ankry/at/pld-linux.org>

	* - fix improper use of %%{_sysconfigdir}

 rc-scripts.spec.in | 110 ++++++++++++++++++++++++++---------------------------
 1 file changed, 54 insertions(+), 56 deletions(-)

2003-05-02 20:27:04 +0000 [3559f2b] kloczek <kloczek/at/pld-linux.org>

	* - corrected charset s/iso8850-1/iso-8850-1/.

 po/de.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-04-17 18:21:56 +0000 [c1de13f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added support for device-mapper

 rc.d/rc.sysinit | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2003-04-10 07:37:41 +0000 [cd9d4ac] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - use new evms_activate utility; drop support for evms < 2.0.0

 rc.d/rc.sysinit | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

2003-04-07 19:59:48 +0000 [adec827] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - split sysctl call into two pieces

 rc.d/rc.sysinit | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

2003-04-07 19:54:39 +0000 [854dc65] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fix Andrzej's proxy arp support

 sysconfig/network-scripts/ifup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2003-03-06 13:31:00 +0000 [938c78a] cieciwa <cieciwa/at/pld-linux.org>

	* - corecting URL of grsecurity.

 sysctl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2003-01-25 00:37:38 +0000 [82af27b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - more generic ups support via /sbin/poweroff-ups

 rc.d/rc.shutdown | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2003-01-15 22:34:10 +0000 [6a2c03d] ankry <ankry/at/pld-linux.org>

	* - support for proxy ARP per interface - fix sysctl for IPV6_DISABLE_AUTOCONF - typos, formatting - MTU for ethernet already supported [ remove from TODO ]

 TODO                                   |  5 ++---
 sysconfig/interfaces/ifcfg-description |  7 ++++---
 sysconfig/network-scripts/ifup         | 10 +++++++---
 3 files changed, 13 insertions(+), 9 deletions(-)

2003-01-07 14:45:46 +0000 [e8d283a] kloczek <kloczek/at/pld-linux.org>

	* s/broke/break/ (fixed http://bugs.pld.org.pl/?bug=520).

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-12-30 23:39:25 +0000 [b55c610] siefca <siefca/at/pld-linux.org>

	* - run-parts: current directory now in an environment variable - run-parts: args shifted - run-parts: cosmetics

 run-parts | 34 +++++++++++++++++++++++++++++-----
 1 file changed, 29 insertions(+), 5 deletions(-)

2002-12-17 14:01:11 +0000 [820d379] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed references to IPV*_FORWARDING

 doc/sysconfig.docb                          |  8 -----
 doc/sysconfig.txt                           |  7 +---
 po/pl.po                                    | 18 +---------
 rc.d/init.d/network                         |  5 +--
 sysconfig/network-scripts/functions.network | 54 ++++++++---------------------
 5 files changed, 18 insertions(+), 74 deletions(-)

2002-12-17 13:54:17 +0000 [41877fd] Jan Rękorajski <baggins/at/pld-linux.org>

	* - better solution to IPV*_FORWARDING

 sysconfig/network | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

2002-12-17 13:43:14 +0000 [fb7f00e] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed IPV*_FORWARDING - use /etc/sysctl.conf to set this

 sysconfig/network | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

2002-12-01 23:59:41 +0000 [67088f2] alchemyx <alchemyx/at/pld-linux.org>

	* - typo

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-12-01 21:31:01 +0000 [6d5d1d4] alchemyx <alchemyx/at/pld-linux.org>

	* - system will reboot if is instructed by fsck to do so

 rc.d/rc.sysinit | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

2002-11-27 23:41:53 +0000 [bc451b9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - support for UPS powerdown before halt

 rc.d/rc.shutdown | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

2002-11-12 15:54:04 +0000 [3b2875b] kloczek <kloczek/at/pld-linux.org>

	* typo in comment (s/dhlc/dhcp/).

 sysconfig/interfaces/ifcfg-description | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-11-08 23:45:05 +0000 [bf47b90] alchemyx <alchemyx/at/pld-linux.org>

	* - updated static-nat (reversed parameters) so it works now as intended (as   described in docs)

 sysconfig/network-scripts/functions.network | 10 +++++-----
 sysconfig/static-nat                        |  1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

2002-10-10 15:07:48 +0000 [f47acf6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - better support fo EVMS

 rc.d/rc.sysinit  | 25 +++++++++++++++++++------
 sysconfig/system | 21 ++++++++++++++++++++-
 2 files changed, 39 insertions(+), 7 deletions(-)

2002-09-28 23:05:40 +0000 [8d5c70e] areq <areq/at/pld-linux.org>

	* - don't force umount iso9660 ramfs tmpfs

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-09-14 19:54:16 +0000 [90977cb] Tomek Orzechowski <orzech/at/pld-linux.org>

	* - LOAD_SOUND is obsolete

 rc.d/rc          | 3 +--
 rc.d/rc.sysinit  | 3 +--
 sysconfig/system | 8 +-------
 3 files changed, 3 insertions(+), 11 deletions(-)

2002-08-24 17:04:45 +0000 [c4e87d1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fix wvdial support; chat support still broken

 sysconfig/network-scripts/ifup-ppp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2002-08-24 16:05:52 +0000 [c3bd5d9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - 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)

 README                                      |  3 +-
 sysconfig/interfaces/ifcfg-description      |  7 ++-
 sysconfig/network-scripts/functions.network |  4 +-
 sysconfig/network-scripts/ifup-ppp          | 79 ++++++++++++++++++-----------
 4 files changed, 59 insertions(+), 34 deletions(-)

2002-08-23 22:13:17 +0000 [4dd9596] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - check ONBOOT by evaluating ifcfg-* file, not by egrep

 rc.d/init.d/network | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

2002-08-22 13:21:25 +0000 [45f7fc7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - support for limiting downstream and upstream traffic on whole interface   (cbq, htb, tbf)

 sysconfig/interfaces/ifcfg-description |  9 +++++++--
 sysconfig/network-scripts/ifdown-post  | 22 ++++++++++++++++----
 sysconfig/network-scripts/ifup-post    | 37 +++++++++++++++++++++++++++++-----
 3 files changed, 57 insertions(+), 11 deletions(-)

2002-08-21 21:30:42 +0000 [46accf8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fix support for src addresses option

 sysconfig/network-scripts/functions.network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2002-08-13 20:31:20 +0000 [6c3289b] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - /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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-08-11 17:05:09 +0000 [eaf1d53] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - static arp per interface support - any device support is back

 sysconfig/Makefile.am                 |  1 +
 sysconfig/network-scripts/Makefile.am |  1 +
 sysconfig/network-scripts/ifup-neigh  | 46 +++++++++++++++++++++++++++++++++++
 sysconfig/network-scripts/ifup-post   |  3 ++-
 sysconfig/network-scripts/ifup-routes |  4 +--
 sysconfig/static-arp                  |  3 +++
 6 files changed, 55 insertions(+), 3 deletions(-)

2002-08-09 06:30:27 +0000 [b9f70b3] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - fix for checking encrypted filesystems - if all have "noauto" in options,   don't try to mount or fsck anything

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-07-14 21:11:17 +0000 [bbb612d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - some code from RH (nicer than old code)

 rc.d/init.d/functions | 225 ++++++++++++++++++++++++++------------------------
 service               |   8 +-
 2 files changed, 122 insertions(+), 111 deletions(-)

2002-07-13 23:04:42 +0000 [537f8d7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fix WLAN encryption setting

 sysconfig/network-scripts/ifup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-07-13 16:25:08 +0000 [a6c22d3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - more TOTALNEW merge (ppp, irda, other vlan, wireless). ALPHA

 rc.d/rc.modules                             |   2 +-
 rc.d/rc.sysinit                             |   4 +-
 service                                     |  20 ++--
 sysconfig/interfaces/ifcfg-description      |  29 +++++-
 sysconfig/interfaces/ifcfg-irda0            |  10 ++
 sysconfig/interfaces/ifcfg-irlan0           |   7 ++
 sysconfig/network-scripts/functions.network |  18 +++-
 sysconfig/network-scripts/ifdown-irda       |  79 +++++++++++++++
 sysconfig/network-scripts/ifdown-ppp        |  37 ++++---
 sysconfig/network-scripts/ifdown-vlan       |  53 ++++++++++
 sysconfig/network-scripts/ifup              |  48 ++++++---
 sysconfig/network-scripts/ifup-irda         |  66 +++++++++++++
 sysconfig/network-scripts/ifup-iucv         |  45 +++++++++
 sysconfig/network-scripts/ifup-plusb        |  53 ++++++++++
 sysconfig/network-scripts/ifup-ppp          | 148 +++++++++++++++++-----------
 sysconfig/network-scripts/ifup-vlan         |  79 +++++++++++++++
 16 files changed, 594 insertions(+), 104 deletions(-)

2002-07-06 12:22:56 +0000 [71d2cd2] wojrus <wojrus/at/pld-linux.org>

	* - fixed: removing directories in /var/run/app/ - fixed: unneeded lines (deleting not-existing files) removed

 rc.d/rc.sysinit | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

2002-06-19 18:13:07 +0000 [1d54b06] klakier <klakier/at/pld-linux.org>

	* - forgotten

 doc/sysconfig.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2002-06-19 18:04:07 +0000 [a15b519] klakier <klakier/at/pld-linux.org>

	* - hopefully fixed explanation about NISDOMAIN

 sysconfig/network | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2002-06-18 22:06:23 +0000 [660a1a5] klakier <klakier/at/pld-linux.org>

	* - more clear explanation of HOSTNAME and NISDOMAIN

 doc/sysconfig.txt | 6 +++---
 sysconfig/network | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

2002-06-13 13:06:13 +0000 [f69bc24] grabba <grabba/at/pld-linux.org>

	* daemon function: dont't use su when user is root

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-05-21 12:23:09 +0000 [8ad525f] wojrus <wojrus/at/pld-linux.org>

	* - typo

 sysconfig/ip-rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2002-05-11 21:51:32 +0000 [ec40b03] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - process functions a bit earlier - don't mount proc twice

 rc.d/rc.sysinit | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

2002-05-11 10:26:40 +0000 [f168066] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - updated spec file

 rc-scripts.spec.in | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

2002-05-11 09:50:53 +0000 [baa6b41] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - functions.network back in old place

 rc-scripts.spec.in                                           | 4 ++--
 rc.d/init.d/Makefile.am                                      | 5 +----
 rc.d/init.d/network                                          | 4 ++--
 sysconfig/network-scripts/Makefile.am                        | 7 ++++++-
 {rc.d/init.d => sysconfig/network-scripts}/functions.network | 2 +-
 sysconfig/network-scripts/ifdown                             | 4 ++--
 sysconfig/network-scripts/ifdown-br                          | 4 ++--
 sysconfig/network-scripts/ifdown-post                        | 4 ++--
 sysconfig/network-scripts/ifdown-ppp                         | 4 ++--
 sysconfig/network-scripts/ifdown-sl                          | 4 ++--
 sysconfig/network-scripts/ifup                               | 4 ++--
 sysconfig/network-scripts/ifup-aliases                       | 4 ++--
 sysconfig/network-scripts/ifup-br                            | 4 ++--
 sysconfig/network-scripts/ifup-ipx                           | 4 ++--
 sysconfig/network-scripts/ifup-plip                          | 4 ++--
 sysconfig/network-scripts/ifup-post                          | 4 ++--
 sysconfig/network-scripts/ifup-ppp                           | 4 ++--
 sysconfig/network-scripts/ifup-routes                        | 4 ++--
 sysconfig/network-scripts/ifup-sl                            | 4 ++--
 sysconfig/network-scripts/tnldown                            | 4 ++--
 sysconfig/network-scripts/tnlup                              | 4 ++--
 21 files changed, 44 insertions(+), 42 deletions(-)

2002-05-11 09:44:04 +0000 [b913e50] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - force symlink

 ppp/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-05-11 09:36:51 +0000 [18f8087] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - configure.in -> configure.ac

 autogen.sh | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

2002-05-11 09:34:58 +0000 [05a11ce] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fix iso charset name - add de to supported languages

 configure.ac | 4 ++--
 po/pl.po     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

2002-05-11 09:30:50 +0000 [bea191b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - renamed + updated

 configure.in => configure.ac | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

2002-05-11 08:48:45 +0000 [1861019] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - removed via (it shouldn't be here)

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-05-11 08:41:30 +0000 [ec325f8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - use onlink option when adding default routing (in case when gw isn't in our subnetwork) - TNLOPTS removed

 rc.d/init.d/functions.network | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

2002-04-21 12:22:06 +0000 [6dc5c63] mkochano <mkochano/at/pld-linux.org>

	* - Update for current TPSA login screen.

 sysconfig/interfaces/data/chat-ppp0.tpsa | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

2002-04-20 13:57:57 +0000 [42471fc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - don't mount usbdevfs again if it's already mounted (for example by modules.conf   post-install directive). Patch by Wojtek Kaniewski <wojtekka/at/bydg.pdi.net>.

 rc.d/rc.sysinit | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2002-04-10 19:02:56 +0000 [4024df2] adasi <adasi/at/pld-linux.org>

	*  - 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 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2002-04-09 11:10:38 +0000 [6ae7f51] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - more LDAP garbage removed

 AUTHORS             |  5 +----
 rc.d/init.d/network |  6 +-----
 sysconfig/network   | 10 +---------
 3 files changed, 3 insertions(+), 18 deletions(-)

2002-04-09 11:08:09 +0000 [43db5a2] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - LDAP strings removed

 po/pl.po | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

2002-04-09 11:05:59 +0000 [3aac5f8] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - "LDAP support" removed

 rc.d/init.d/network | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

2002-04-09 11:05:09 +0000 [9f3fdfb] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - "LDAP support" removed. It was not supported anyway

 rc.d/init.d/functions.network | 78 +------------------------------------------
 1 file changed, 1 insertion(+), 77 deletions(-)

2002-04-09 11:03:42 +0000 [54ebb3c] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - delete '}' left after some function removal

 rc.d/init.d/functions.network | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2002-03-29 17:18:45 +0000 [adf8c8c] klakier <klakier/at/pld-linux.org>

	* - added deleting lock files

 rc.d/rc.sysinit | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

2002-03-29 08:52:00 +0000 [9be07c9] wojrus <wojrus/at/pld-linux.org>

	* - added removed by mistake 'timezone'

 rc-scripts.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2002-03-29 08:46:45 +0000 [4b19692] wojrus <wojrus/at/pld-linux.org>

	* - example config file

 sysconfig/ip-rules | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

2002-03-29 08:45:17 +0000 [e686ef4] wojrus <wojrus/at/pld-linux.org>

	* - policy routing support

 rc-scripts.spec.in            |  4 ++--
 rc.d/init.d/functions.network | 18 +++++++++++++++++-
 rc.d/init.d/network           |  4 +++-
 sysconfig/Makefile.am         |  3 ++-
 4 files changed, 24 insertions(+), 5 deletions(-)

2002-03-24 03:59:28 +0000 [86734c0] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - GNU/Linux is gone.

 README          | 4 ++--
 autogen.sh      | 4 ++--
 po/pl.po        | 6 +++---
 rc.d/rc.sysinit | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

2002-03-19 18:35:14 +0000 [b68f99e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - user and kernelspace PNP

 rc.d/rc.sysinit  | 30 ++++++++++++++++++++++++------
 sysconfig/system |  8 +++++---
 2 files changed, 29 insertions(+), 9 deletions(-)

2002-03-19 18:19:57 +0000 [763b88c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - started merging TOTALNEW

 Makefile.am                      |  11 +-
 README                           |  30 +++--
 autogen.sh                       |  14 +--
 configure.in                     |  59 ++++------
 hwprofile                        | 248 +++++++++++++++++++++++++++++++++++++++
 isapnp/.cvsignore                |   3 +
 isapnp/Makefile.am               |  11 ++
 isapnp/isapnp-kernel.conf        |  13 ++
 ppp/Makefile.am                  |  14 ++-
 ppp/auth-down                    |  42 +++++++
 ppp/auth-up                      |  42 +++++++
 ppp/ip-down                      |  15 ++-
 ppp/ip-up                        |  18 +--
 ppp/ipx-down                     |  62 ++++++++++
 ppp/ipx-up                       |  67 +++++++++++
 service                          |  68 +++++++++++
 sysconfig/Makefile.am            |   3 +-
 sysconfig/hwprof                 |   5 +
 sysconfig/hwprofiles/.cvsignore  |   2 +
 sysconfig/hwprofiles/Makefile.am |   3 +
 20 files changed, 651 insertions(+), 79 deletions(-)

2002-03-19 17:46:05 +0000 [c50b15b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - support for EVMS volumes

 rc.d/rc.sysinit | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

2002-03-19 17:42:33 +0000 [856d7c9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - if devfs is mounted and devfsd is available then start is unconditionally

 rc.d/rc.sysinit  | 8 +++-----
 sysconfig/system | 5 +----
 2 files changed, 4 insertions(+), 9 deletions(-)

2002-03-07 11:16:38 +0000 [f6e719e] Paweł Gołaszewski <blues/at/pld-linux.org>

	* - ipx paths fixed (ipx is usable now...)

 rc.d/init.d/network                | 8 ++++----
 sysconfig/network-scripts/ifup-ipx | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

2002-03-07 09:48:32 +0000 [3cbacca] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - protect dmesg

 rc.d/rc.sysinit | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2002-02-21 00:31:34 +0000 [9510df3] Tomasz Pala <gotar/at/pld-linux.org>

	* - more typos

 po/pl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2002-02-21 00:08:40 +0000 [5d877f9] Tomasz Pala <gotar/at/pld-linux.org>

	* - typos

 po/pl.po        | 7 +++----
 rc.d/rc.sysinit | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

2002-02-20 23:43:21 +0000 [bc7136d] Tomasz Pala <gotar/at/pld-linux.org>

	* - updated.

 po/pl.po                          | 861 ++++++++++++++++++++------------------
 rc.d/rc.sysinit                   |  12 +-
 sysconfig/network-scripts/ifup-sl |   4 +-
 3 files changed, 461 insertions(+), 416 deletions(-)

2002-02-18 13:24:26 +0000 [62ad577] Tomasz Pala <gotar/at/pld-linux.org>

	* - hostname != FQDN

 doc/sysconfig.docb | 2 +-
 doc/sysconfig.txt  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

2002-02-03 16:40:18 +0000 [ed608e5] adasi <adasi/at/pld-linux.org>

	*  - moved away

 rc-scripts-sysconfig_masq.patch | 89 -----------------------------------------
 1 file changed, 89 deletions(-)

2002-02-03 16:22:50 +0000 [2e52d9f] adasi <adasi/at/pld-linux.org>

	*  - sysconfig/masquerade support patch  - not for use in official rc-scripts releases

 rc-scripts-sysconfig_masq.patch | 89 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 89 insertions(+)

2002-02-03 16:17:23 +0000 [40d4a90] adasi <adasi/at/pld-linux.org>

	*  - reverted last change

 doc/sysconfig.docb            | 15 ---------------
 doc/sysconfig.txt             | 13 +------------
 rc.d/init.d/functions.network | 15 +--------------
 rc.d/init.d/network           |  5 +----
 4 files changed, 3 insertions(+), 45 deletions(-)

2002-02-02 17:30:20 +0000 [581ac68] adasi <adasi/at/pld-linux.org>

	*  - added masquerade description

 doc/sysconfig.docb | 15 +++++++++++++++
 doc/sysconfig.txt  | 13 ++++++++++++-
 2 files changed, 27 insertions(+), 1 deletion(-)

2002-02-02 17:13:01 +0000 [625fc65] adasi <adasi/at/pld-linux.org>

	*  - added support for sysconfig/masquerade (NEW)

 rc.d/init.d/functions.network | 16 +++++++++++++++-
 rc.d/init.d/network           |  7 ++++---
 2 files changed, 19 insertions(+), 4 deletions(-)

2002-01-27 02:14:53 +0000 [ec9b27c] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 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)

 src/ppp-watch.c  | 2 +-
 src/usernetctl.c | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

2002-01-27 02:13:50 +0000 [00482d0] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fixed syntax error

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-01-27 02:13:29 +0000 [bda6a3b] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't try to umount devfs - it's pointelss

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2002-01-22 23:46:27 +0000 [0b6b15a] Tomasz Pala <gotar/at/pld-linux.org>

	* - more fixes

 po/pl.po | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

2002-01-22 23:45:27 +0000 [52c5392] Tomasz Pala <gotar/at/pld-linux.org>

	* - typos

 DEVELOPMENT | 5 ++---
 TODO        | 8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

2002-01-17 21:14:42 +0000 [3e36a08] Tomasz Pala <gotar/at/pld-linux.org>

	* - added KeyboardSignal entry.

 inittab | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

2002-01-17 20:56:02 +0000 [46bb664] Tomasz Pala <gotar/at/pld-linux.org>

	* - changed personal forms to impersonal.

 po/pl.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2002-01-17 20:47:06 +0000 [90aff29] Tomasz Pala <gotar/at/pld-linux.org>

	* - iso8859-1 got 'ó' - why don't use it? - other cosmetics.

 po/pl.po | 100 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

2002-01-08 17:42:16 +0000 [2c6ee8a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - reverted is_no() behaviour to return true only on explicit "no"

 rc.d/init.d/functions | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

2002-01-08 17:16:41 +0000 [aa36299] Jan Rękorajski <baggins/at/pld-linux.org>

	* - reorganized stuff so modprobe is not called before depmod

 rc.d/rc.sysinit | 109 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 54 insertions(+), 55 deletions(-)

2002-01-08 16:48:44 +0000 [84a81bd] Jan Rękorajski <baggins/at/pld-linux.org>

	* - version 0.3.1

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-12-24 12:22:41 +0000 [b0c2070] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - if RUN_DEPMOD is set to "ifmissing", run simply "depmod -A"

 rc.d/rc.sysinit | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

2001-12-21 15:49:35 +0000 [951c23e] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - fixed depmod problem (s/$mver/`uname -r`/)

 rc.d/rc.sysinit | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2001-12-14 12:56:25 +0000 [2eea849] mkochano <mkochano/at/pld-linux.org>

	* - 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 | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

2001-12-13 20:35:26 +0000 [9adb644] mkochano <mkochano/at/pld-linux.org>

	* - Properly escape quotation marks inside quotation marks.

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-12-03 17:50:33 +0000 [e4ebef4] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - pass $CONFIG instead of $DEVICE to ifup-post, ifup-aliases (BTS id 20)

 sysconfig/network-scripts/ifup-post | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2001-11-30 15:11:50 +0000 [b7b53a3] cieciwa <cieciwa/at/pld-linux.org>

	* - s/getrewted/grsecurity/

 sysctl.conf | 90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

2001-11-23 14:33:00 +0000 [40939fb] Tomasz Pala <gotar/at/pld-linux.org>

	* - fixed typos.

 rc.d/rc.sysinit | 4 ++--
 src/ppp-watch.c | 2 +-
 src/shvar.c     | 2 +-
 src/shvar.h     | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

2001-11-19 13:00:56 +0000 [90d6f40] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - don't try to detect devicetype if it's specified

 rc.d/init.d/functions.network | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

2001-11-12 18:47:10 +0000 [5969ebf] Jan Rękorajski <baggins/at/pld-linux.org>

	* - RESULT variable can be empty, check for it

 sysconfig/network-scripts/ifdown | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

2001-11-09 18:34:41 +0000 [51e8dd0] Jan Rękorajski <baggins/at/pld-linux.org>

	* - run modprobe at the start of network_init()

 rc.d/init.d/network | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2001-11-05 16:58:50 +0000 [c9c144b] kloczek <kloczek/at/pld-linux.org>

	* - chenged comment s/Set domainname here/Set NIS domain name here/

 sysconfig/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-10-30 17:03:53 +0000 [19b0557] Tomasz Pala <gotar/at/pld-linux.org>

	* - last change: perms to 664.

 rc.d/rc.sysinit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2001-10-30 09:02:58 +0000 [9ab46e7] Tomasz Pala <gotar/at/pld-linux.org>

	* - changed /var/run/utmp(x) and /var/log/wtmp(x) permissions to 660 in   order to assure compatibility with SysVinit and utempter packages.

 rc.d/rc.sysinit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2001-10-25 08:21:11 +0000 [40494bd] kloczek <kloczek/at/pld-linux.org>

	* back .. s/DEVICE/REALDEVICE/

 sysconfig/network-scripts/ifup-routes | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-10-24 22:27:13 +0000 [6956336] Tomek Orzechowski <orzech/at/pld-linux.org>

	* - small fixes

 rc.d/rc.sysinit | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

2001-10-24 22:16:02 +0000 [14be817] kloczek <kloczek/at/pld-linux.org>

	* s/REALDEVICE/DEVICE/

 sysconfig/network-scripts/ifup-routes | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-10-22 16:43:16 +0000 [b1db06c] kloczek <kloczek/at/pld-linux.org>

	* added commented example.

 sysconfig/static-routes | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2001-10-14 21:33:23 +0000 [76cdd93] mkochano <mkochano/at/pld-linux.org>

	* - Do not try to delete bridge from itself.

 sysconfig/network-scripts/ifdown-br | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2001-10-11 18:49:00 +0000 [3d121e2] Jan Rękorajski <baggins/at/pld-linux.org>

	* - let kernel maintain if ARP should be turned on/off if not explicitly   specified

 rc.d/init.d/functions.network     | 21 ++++++++-------------
 sysconfig/network-scripts/ifup    |  4 ++--
 sysconfig/network-scripts/ifup-br |  6 +++---
 3 files changed, 13 insertions(+), 18 deletions(-)

2001-10-10 02:03:51 +0000 [03cfa6b] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fixed regexp in DEVICETYPE detection

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-10-09 22:49:00 +0000 [96df446] Jan Rękorajski <baggins/at/pld-linux.org>

	* - HANDLING cannot be 'typeset' it's mot local (thanks qboosh)

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-10-09 22:46:24 +0000 [0d07161] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo (thanks qboosh)

 sysconfig/network-scripts/ifup-ppp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-10-08 11:16:15 +0000 [472fa41] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fix for modular LVM

 rc.d/rc.sysinit | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

2001-10-05 18:21:59 +0000 [02c8665] Jan Rękorajski <baggins/at/pld-linux.org>

	* - comment out all IPv6 stuff by default

 sysctl.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2001-10-05 18:17:13 +0000 [b807287] Jan Rękorajski <baggins/at/pld-linux.org>

	* - proper (shell dependant) ulimit use

 rc.d/init.d/functions | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

2001-10-04 07:41:48 +0000 [9a6ff64] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - applied SOURCES/rc-scripts-typo.patch (by aflinta)

 po/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-10-01 17:10:36 +0000 [aff7536] Jan Rękorajski <baggins/at/pld-linux.org>

	* - allow ipv6 only interface

 rc.d/init.d/functions.network | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

2001-10-01 17:10:17 +0000 [ddd9b95] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added grsec stuff - really, really disable ipv6 autoconf if one wants it

 sysctl.conf | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

2001-09-19 08:09:56 +0000 [cb21c60] Tomek Orzechowski <orzech/at/pld-linux.org>

	* - fixed misleading message after killproc with specified signal type

 rc.d/init.d/functions | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2001-08-16 22:52:47 +0000 [33de102] kloczek <kloczek/at/pld-linux.org>

	* - charset=iso-8859-2.

 po/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-08-15 20:32:01 +0000 [cbe3068] Roman Werpachowski <roman.werpachowski/at/gmail.com>

	* - added AUTH=no ("noauth" is not a default option of pppd)

 sysconfig/interfaces/ifcfg-ppp0.tpsa | 1 +
 1 file changed, 1 insertion(+)

2001-07-30 10:29:03 +0000 [e04d939] klakier <klakier/at/pld-linux.org>

	* - ONBOOT=no by default

 sysconfig/interfaces/ifcfg-eth0 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2001-07-23 11:01:25 +0000 [f054a85] mkochano <mkochano/at/pld-linux.org>

	* - 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 | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

2001-07-22 17:28:57 +0000 [2f316d9] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typos

 sysconfig/network-scripts/ifdown | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

2001-07-22 17:28:46 +0000 [50ebf50] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added ifcfg-eth0

 sysconfig/interfaces/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

2001-07-22 17:27:54 +0000 [ab32002] Jan Rękorajski <baggins/at/pld-linux.org>

	* - devfs and RAID fixes

 rc.d/rc.sysinit | 37 ++++++++++++-------------------------
 1 file changed, 12 insertions(+), 25 deletions(-)

2001-07-22 17:27:16 +0000 [b4d8227] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't autoclean modules loaded here

 rc.d/rc.modules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-07-21 19:26:37 +0000 [cb4d1aa] Jan Rękorajski <baggins/at/pld-linux.org>

	* - more merging from TOTALNEW - mainly USB and lvm - fixed thinko with SET_SLINKS

 rc.d/rc.sysinit | 353 ++++++++++++++++++++++++++++++++------------------------
 1 file changed, 201 insertions(+), 152 deletions(-)

2001-07-21 19:21:52 +0000 [00cffa6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - bring it up to date with the stuff ;>

 sysconfig/interfaces/ifcfg-eth0 | 29 ++++++++++++++++-------------
 sysconfig/interfaces/tnlcfg-icm |  5 +++--
 2 files changed, 19 insertions(+), 15 deletions(-)

2001-07-21 19:19:22 +0000 [16eb00d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - s/BOOTMETHOD/BOOTPROTO/g

 sysconfig/interfaces/ifcfg-description | 8 ++++----
 sysconfig/network-scripts/ifup-aliases | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

2001-07-19 20:55:33 +0000 [6d2dc1d] klakier <klakier/at/pld-linux.org>

	* - example config

 sysconfig/interfaces/ifcfg-eth0 | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

2001-07-17 18:21:29 +0000 [945790a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - merge from TOTALNEW branch: 	- set MTU 	- don't use tput if we are not on a proper terminal

 rc.d/init.d/functions          | 23 +++++++++++++++++++++--
 sysconfig/network-scripts/ifup |  6 +++++-
 2 files changed, 26 insertions(+), 3 deletions(-)

2001-07-13 17:47:44 +0000 [d4b8603] marcus <marcus/at/pld-linux.org>

	* - added automatically vlan shutdown before shutdowing interface (eth)

 rc.d/init.d/functions.network    |  4 ++--
 sysconfig/network-scripts/ifdown | 30 +++++++++++++++++++++++-------
 2 files changed, 25 insertions(+), 9 deletions(-)

2001-07-05 22:21:42 +0000 [f2e0e07] marcus <marcus/at/pld-linux.org>

	* - VLAN must be set _before_ initialisation it's IP parameters

 sysconfig/network-scripts/ifup | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

2001-07-05 15:56:34 +0000 [fa8aca7] Jan Rękorajski <baggins/at/pld-linux.org>

	* - cleaned up accidental mess

 rc.d/init.d/functions.network    | 419 +++++++++++++++++++++------------------
 rc.d/init.d/network              | 154 +++++++-------
 sysconfig/network-scripts/ifdown | 121 ++++++-----
 sysconfig/network-scripts/ifup   | 290 ++++++++++++---------------
 4 files changed, 489 insertions(+), 495 deletions(-)

2001-07-05 15:47:39 +0000 [365dfa0] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't mount devpts if devfs is already mounted

 rc.d/rc.sysinit | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

2001-07-05 15:46:06 +0000 [6fa97a5] Jan Rękorajski <baggins/at/pld-linux.org>

	* - backed up some obviously wrong changes - PLEASE do NOT make functional changes along with cosmetic ones

 rc.d/rc.sysinit | 163 ++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 100 insertions(+), 63 deletions(-)

2001-07-04 22:48:07 +0000 [418c0cf] Tomasz Pala <gotar/at/pld-linux.org>

	* - removed /etc/HOSTNAME, - cosmetics.

 rc.d/rc.sysinit | 335 +++++++++++++++++++++++++-------------------------------
 1 file changed, 147 insertions(+), 188 deletions(-)

2001-06-26 14:53:27 +0000 [c56277e] marcus <marcus/at/pld-linux.org>

	* - added vconfig set_flag $DEVICE 1 - for dhcpd

 sysconfig/network-scripts/ifup | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2001-06-25 20:54:12 +0000 [0a6161f] marcus <marcus/at/pld-linux.org>

	* - added vlan_setup function (setting proper 802.1q vlan's parameters)

 rc.d/init.d/functions.network | 409 ++++++++++++++++++++----------------------
 1 file changed, 196 insertions(+), 213 deletions(-)

2001-06-25 20:44:49 +0000 [1c4ce04] marcus <marcus/at/pld-linux.org>

	* - added support to 802.1Q VLANs. (ifcfg-eth0.<vlan>)

 rc.d/init.d/network              | 156 +++++++++++-----------
 sysconfig/network-scripts/ifdown | 120 ++++++++---------
 sysconfig/network-scripts/ifup   | 281 +++++++++++++++++++++++----------------
 3 files changed, 302 insertions(+), 255 deletions(-)

2001-05-25 20:14:48 +0000 [45179bb] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't try to add ipv4 address if there is none

 sysconfig/network-scripts/ifup | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2001-05-25 17:53:42 +0000 [faa69f1] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-05-25 17:48:03 +0000 [b69873f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - compatibility fixes

 sysconfig/network-scripts/ifup | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2001-05-25 17:34:51 +0000 [3ef8ee9] Jan Rękorajski <baggins/at/pld-linux.org>

	* - cleanup

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-05-25 14:33:22 +0000 [633d6c0] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed shutting down "unconfigured" interfaces - that was dumb   idea misiek

 rc.d/init.d/network | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

2001-05-25 14:32:08 +0000 [600f52e] Jan Rękorajski <baggins/at/pld-linux.org>

	* - consistency check

 sysconfig/network-scripts/ifup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-05-25 14:30:56 +0000 [fbf4d70] Jan Rękorajski <baggins/at/pld-linux.org>

	* - consistency checks

 rc.d/init.d/functions.network | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

2001-05-24 20:20:23 +0000 [d89d260] Jan Rękorajski <baggins/at/pld-linux.org>

	* - reverted last change - not neded

 rc.d/init.d/functions.network | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2001-05-24 20:17:31 +0000 [aea612f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fixing shutting down unconfigured defices (atm stuff is not)

 rc.d/init.d/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-05-24 20:19:40 +0000 [8af7c28] Jan Rękorajski <baggins/at/pld-linux.org>

	* - compat stuff

 rc.d/init.d/functions.network | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2001-05-24 20:14:55 +0000 [8e0cc4f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - more bad merge fixes

 rc.d/init.d/functions.network | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

2001-05-24 20:00:34 +0000 [bb44d4f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fixed very stupid typo

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-05-16 13:12:34 +0000 [327685d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - cleaned up, updated and translated

 po/pl.po | 600 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 261 insertions(+), 339 deletions(-)

2001-05-16 13:12:07 +0000 [95a724b] Jan Rękorajski <baggins/at/pld-linux.org>

	* - nls cleanups

 sysconfig/network-scripts/ifdown       |  4 ++--
 sysconfig/network-scripts/ifup         |  4 ++--
 sysconfig/network-scripts/ifup-aliases |  4 ++--
 sysconfig/network-scripts/ifup-ipx     |  4 ++--
 sysconfig/network-scripts/ifup-ppp     |  8 ++++----
 sysconfig/network-scripts/ifup-routes  |  4 ++--
 sysconfig/network-scripts/ifup-sl      | 10 +++++-----
 sysconfig/network-scripts/tnldown      |  4 ++--
 sysconfig/network-scripts/tnlup        |  4 ++--
 9 files changed, 23 insertions(+), 23 deletions(-)

2001-05-16 02:14:36 +0000 [f43557b] Jan Rękorajski <baggins/at/pld-linux.org>

	* - do not 'exec' umount, $() is just fine (yes, it's yet another ksh93 fix)

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-05-16 01:54:36 +0000 [a477511] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 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)

 rc.d/rc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2001-05-16 01:33:33 +0000 [d0f4266] Jan Rękorajski <baggins/at/pld-linux.org>

	* - do not use locale in rc.shutdwon (there are shells that support them   and you end up with unmountable /usr)

 rc.d/rc          | 27 ++++++++++++++++-----------
 rc.d/rc.shutdown | 20 ++++++++++++++------
 2 files changed, 30 insertions(+), 17 deletions(-)

2001-05-15 17:28:02 +0000 [c06d997] Jan Rękorajski <baggins/at/pld-linux.org>

	* - recognize "nls 'bla'"

 makepot.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-05-15 16:54:17 +0000 [00f7dfd] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo

 rc.d/init.d/template.init | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-05-15 16:53:22 +0000 [c0e3fcd] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typos

 rc.d/rc.sysinit | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

2001-05-15 16:44:38 +0000 [9e1c96b] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typos

 rc.d/init.d/functions.network | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2001-05-15 16:43:02 +0000 [213a395] Maciej Pijanka <agaran/at/pld-linux.org>

	* added some translations..may somebody look at that?

 po/pl.po | 799 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 488 insertions(+), 311 deletions(-)

2001-05-15 16:41:26 +0000 [f43a192] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-05-15 16:36:47 +0000 [55c3f6f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - rarp run via run_cmd

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-05-15 16:05:08 +0000 [de1fc6c] Jan Rękorajski <baggins/at/pld-linux.org>

	* - merge from TOTALNEW branch (see NEWS for more info)

 AUTHORS                                 |  61 ++-
 COPYING                                 |   7 +-
 DEVELOPMENT                             |  40 ++
 Makefile.am                             |   6 +-
 NEWS                                    |  23 +-
 README                                  |  54 ++-
 TODO                                    |  23 +-
 autogen.sh                              |   4 +-
 configure.in                            |  25 +-
 doc/initlog.1                           |  32 +-
 doc/net-scripts.txt                     |  31 +-
 doc/sysconfig.txt                       |   5 +-
 inittab                                 |   6 +-
 lang.csh                                |  33 +-
 makepot.pl                              |   7 +-
 modules                                 |   8 +
 rc-scripts.spec.in                      |   8 +-
 rc.d/Makefile.am                        |   1 +
 rc.d/init.d/functions                   |   9 +-
 rc.d/init.d/functions.network           | 390 ++++++++--------
 rc.d/init.d/network                     | 160 +++----
 rc.d/init.d/single                      |  10 +-
 rc.d/init.d/template.init               |  32 +-
 rc.d/rc                                 |  55 ++-
 rc.d/rc.modules                         |  20 +
 rc.d/rc.shutdown                        |  18 +-
 rc.d/rc.sysinit                         | 254 +++++-----
 setsysfont                              |  11 +-
 src/Makefile.am                         |   2 +
 src/getkey.c                            |  15 +-
 src/initlog.c                           |  51 +-
 src/minilogd.c                          |  39 +-
 src/netreport.c                         |  28 +-
 src/ppp-watch.c                         | 798 +++++++++++++++++++-------------
 src/process.c                           |  31 +-
 src/shvar.c                             | 150 +++---
 src/shvar.h                             |  13 +-
 src/usernetctl.c                        |  69 +--
 sysconfig/Makefile.am                   |   2 +-
 sysconfig/clock                         |   1 +
 sysconfig/interfaces/Makefile.am        |   1 +
 sysconfig/interfaces/ifcfg-br0          |   7 +
 sysconfig/interfaces/ifcfg-description  | 119 +++--
 sysconfig/interfaces/ifcfg-ppp0.leased1 |   5 +-
 sysconfig/interfaces/ifcfg-ppp0.leased2 |   5 +-
 sysconfig/interfaces/ifcfg-sl0          |   3 +-
 sysconfig/interfaces/tnlcfg-description |  41 +-
 sysconfig/interfaces/tnlcfg-icm         |   1 +
 sysconfig/network                       | 159 ++-----
 sysconfig/network-scripts/Makefile.am   |   2 +
 sysconfig/network-scripts/ifdown        | 115 +++--
 sysconfig/network-scripts/ifdown-br     |  53 +++
 sysconfig/network-scripts/ifdown-post   |  29 +-
 sysconfig/network-scripts/ifdown-ppp    |  10 +-
 sysconfig/network-scripts/ifdown-sl     |  18 +-
 sysconfig/network-scripts/ifup          | 271 +++++------
 sysconfig/network-scripts/ifup-aliases  | 116 ++++-
 sysconfig/network-scripts/ifup-br       |  86 ++++
 sysconfig/network-scripts/ifup-ipx      |  50 +-
 sysconfig/network-scripts/ifup-plip     |  32 +-
 sysconfig/network-scripts/ifup-post     |  42 +-
 sysconfig/network-scripts/ifup-ppp      |  50 +-
 sysconfig/network-scripts/ifup-routes   |  37 +-
 sysconfig/network-scripts/ifup-sl       |  58 ++-
 sysconfig/network-scripts/tnldown       |  79 +++-
 sysconfig/network-scripts/tnlup         | 109 +++--
 sysconfig/system                        |  20 +-
 sysconfig/timezone                      |   3 +
 sysctl.conf                             | 119 +++++
 69 files changed, 2578 insertions(+), 1594 deletions(-)

2001-05-13 18:39:37 +0000 [ea822d6] kloczek <kloczek/at/pld-linux.org>

	* 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/init.d/functions.network | 423 ++++++++++++++++++------------------------
 rc.d/init.d/network           |   5 +-
 sysconfig/network             |   7 +-
 3 files changed, 194 insertions(+), 241 deletions(-)

2001-05-13 17:47:46 +0000 [838f1b1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* ksh93 support/fixes by Jan Rękorajski <baggins/at/pld.org.pl> (from stable series)

 rc.d/init.d/functions.network | 411 ++++++++++++++++++++++++------------------
 1 file changed, 238 insertions(+), 173 deletions(-)

2001-05-13 17:10:19 +0000 [da1fc19] Jan Rękorajski <baggins/at/pld-linux.org>

	* - version 0.2.11 - true ksh support/fixes: 	- fixed numerous instances of incorrect quoting ("" inside itself) 	- s/local/typeset/

 configure.in                   |  4 ++--
 rc.d/init.d/functions          | 22 +++++++++++-----------
 rc.d/init.d/functions.network  | 12 ++++++------
 rc.d/init.d/timezone           |  6 +++---
 rc.d/rc                        | 12 ++++++------
 rc.d/rc.shutdown               |  4 ++--
 rc.d/rc.sysinit                | 20 ++++++++++----------
 sysconfig/network-scripts/ifup |  4 ++--
 8 files changed, 42 insertions(+), 42 deletions(-)

2001-04-20 23:28:31 +0000 [37fe513] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - few more updates - util-linux 2.10s is _slightly_ fixed :>>

 rc.d/rc.sysinit | 30 ++++++++++++++++++++----------
 1 file changed, 20 insertions(+), 10 deletions(-)

2001-04-20 21:15:42 +0000 [6e16ab8] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - patch to allow fsck'ing crypted filesystems

 rc.d/rc.sysinit | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 46 insertions(+), 1 deletion(-)

2001-04-19 23:31:48 +0000 [e9badc3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* don't use quotation in DHCPOPTIONS

 sysconfig/network-scripts/ifup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-03-22 21:50:36 +0000 [b4df11d] Jakub Bogusz <qboosh/at/pld-linux.org>

	* - check if DATAFORCHAT is not null before exporting it

 sysconfig/network-scripts/ifup-ppp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2001-03-05 17:35:01 +0000 [6126976] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* removed IPX tunnels; these don't need rc-scripts support

 TODO | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2001-03-05 17:34:13 +0000 [33ac5b4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* sysconfig/clock was missing

 rc-scripts.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2001-03-03 11:28:11 +0000 [fb9faf7] laro <laro/at/bro.net.eu.org>

	* typing error fixed

 rc.d/init.d/timezone | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-03-01 16:11:34 +0000 [495493d] Michal Moskal <michal/at/moskal.me>

	* Fixed to pass --localtime option to hwclock. check hwclock manpage for details (it has changed, since i last read it)

 rc.d/rc.sysinit | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

2001-02-23 18:06:48 +0000 [4b66128] Jan Rękorajski <baggins/at/pld-linux.org>

	* - bring link up at startup

 sysconfig/network-scripts/ifup-plip | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2001-02-12 20:30:48 +0000 [4376f8e] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - uncommented "to enter interactive startup" transl.

 po/pl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2001-02-02 21:18:30 +0000 [31d6b4a] Roman Werpachowski <roman.werpachowski/at/gmail.com>

	* another small fix: atdt $PHONE -> atdt$PHONE

 sysconfig/interfaces/data/chat-ppp0.tpsa | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2001-02-02 18:22:46 +0000 [e817b96] Roman Werpachowski <roman.werpachowski/at/gmail.com>

	* - small fix

 sysconfig/interfaces/data/chat-ppp0.tpsa | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2001-01-12 13:46:26 +0000 [7d21339] Jan Rękorajski <baggins/at/pld-linux.org>

	* - exclude nas* interfaces on boot, they need to be started by ATM utils

 rc.d/init.d/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-12-27 13:33:19 +0000 [f4784da] mkochano <mkochano/at/pld-linux.org>

	* - 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 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

2000-12-19 22:33:29 +0000 [b9e044d] mkochano <mkochano/at/pld-linux.org>

	* - Removed CONSOLELOG_LEVEL - has been moved to /etc/sysconfig/klogd.

 sysconfig/system | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

2000-12-14 09:49:25 +0000 [6f84641] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - 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 | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

2000-12-14 09:32:03 +0000 [1908221] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - /etc/sysconfig/clock added (for hardware clock options)

 sysconfig/Makefile.am | 1 +
 sysconfig/clock       | 7 +++++++
 2 files changed, 8 insertions(+)

2000-12-12 17:38:17 +0000 [ae095d4] kloczek <kloczek/at/pld-linux.org>

	* - version 0.2.10.

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-12-09 12:02:47 +0000 [d5587d4] mkochano <mkochano/at/pld-linux.org>

	* - Added note about some not obvious behavior of is_not().

 rc.d/init.d/functions | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2000-12-09 12:01:17 +0000 [ab2c712] mkochano <mkochano/at/pld-linux.org>

	* - Fixed problem with $RUN_DEPMOD="ifmissing".

 rc.d/rc.sysinit | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

2000-12-04 12:06:59 +0000 [c9e4091] Roman Werpachowski <roman.werpachowski/at/gmail.com>

	* Added PHONE to DATAFORCHAT

 sysconfig/interfaces/ifcfg-ppp0.tpsa | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2000-11-17 14:47:43 +0000 [b23c4fa] Jan Rękorajski <baggins/at/pld-linux.org>

	* - version 0.2.9

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-11-17 12:11:34 +0000 [8c344c7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* information about specifing prefix for so called ,,aliases''

 sysconfig/interfaces/ifcfg-description | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-11-17 06:25:52 +0000 [2cc6182] kloczek <kloczek/at/pld-linux.org>

	* - replace "$((" by "$( (" to w use bash as /bin/sh.

 rc.d/init.d/network | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2000-11-16 16:04:17 +0000 [457d138] Jan Rękorajski <baggins/at/pld-linux.org>

	* - cleanup from TOTALNEW

 rc.d/init.d/timezone | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

2000-11-16 16:03:37 +0000 [d553f60] Jan Rękorajski <baggins/at/pld-linux.org>

	* - backport from TOTALNEW - cleaned up shell functions - fixed is_yes/is_no - added is_module, log_* functions

 rc.d/init.d/functions | 293 ++++++++++++++++++++++++++++++++------------------
 1 file changed, 187 insertions(+), 106 deletions(-)

2000-11-16 16:02:12 +0000 [4c1e50a] Jan Rękorajski <baggins/at/pld-linux.org>

	* - set/unset more (all?) locale variables (backport from TOTALNEW)

 rc.d/rc.init | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

2000-11-16 16:01:18 +0000 [d893fe3] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added setting for vi ;)

 rc.d/init.d/allowlogin    | 5 ++++-
 rc.d/init.d/killall       | 5 ++++-
 rc.d/init.d/random        | 5 ++++-
 rc.d/init.d/single        | 7 +++++--
 rc.d/init.d/template.init | 3 +++
 rc.d/rc                   | 4 +++-
 rc.d/rc.local             | 5 ++++-
 rc.d/rc.shutdown          | 5 ++++-
 8 files changed, 31 insertions(+), 8 deletions(-)

2000-11-16 15:58:55 +0000 [8192b17] Jan Rękorajski <baggins/at/pld-linux.org>

	* - replaced sed with awk (backport from TOTALNEW branch)

 po/Makefile.am                        |   8 +-
 rc.d/init.d/functions.network         | 411 ++++++++++++++--------------------
 rc.d/init.d/network                   |   8 +-
 rc.d/rc.sysinit                       |  12 +-
 sysconfig/network-scripts/ifdown      |   8 +-
 sysconfig/network-scripts/ifdown-post |  10 +-
 sysconfig/network-scripts/ifup        |  10 +-
 sysconfig/network-scripts/ifup-post   |  10 +-
 8 files changed, 211 insertions(+), 266 deletions(-)

2000-11-16 15:56:19 +0000 [eec3a9f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - synced with SPECS version

 rc-scripts.spec.in | 68 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 36 insertions(+), 32 deletions(-)

2000-11-06 19:28:05 +0000 [2a88f7e] Jan Rękorajski <baggins/at/pld-linux.org>

	* - `ip -4 addr add` first `ip link set dev up` next - atm needs it

 sysconfig/network-scripts/ifup | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-11-06 18:33:28 +0000 [12c2ed3] Jan Rękorajski <baggins/at/pld-linux.org>

	* - version 0.2.8

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-11-06 16:24:46 +0000 [8b51cc2] Jan Rękorajski <baggins/at/pld-linux.org>

	* - use awk instead of sed in interface selection

 rc.d/init.d/network | 32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

2000-11-06 15:42:19 +0000 [adf1536] Jan Rękorajski <baggins/at/pld-linux.org>

	* - skip lec and atm interfaces on start|stop, they are set using separate   script

 rc.d/init.d/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-11-06 15:40:46 +0000 [5a4bda4] Jan Rękorajski <baggins/at/pld-linux.org>

	* - revert last change because IPv6 is broken and it's not possible   to add an adress on DOWN interface :(

 sysconfig/network-scripts/ifup | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-11-05 01:28:05 +0000 [c74a2fb] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added global ipv6 autoconf setting

 sysconfig/network | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

2000-11-04 04:44:55 +0000 [9a33def] Jan Rękorajski <baggins/at/pld-linux.org>

	* - bring interface UP _after_ setting up addresses (other way breaks ATM)

 sysconfig/network-scripts/ifup | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-11-02 21:40:49 +0000 [cfa9c90] Jan Rękorajski <baggins/at/pld-linux.org>

	* - global setting for autoconf in proc_net()

 rc.d/init.d/network | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2000-10-22 20:55:23 +0000 [2466e22] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* (run_cmd, daemon): set HOME and TMPDIR in nicer way (backport from totalnew)

 rc.d/init.d/functions | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

2000-10-22 19:30:18 +0000 [1e27dca] mkochano <mkochano/at/pld-linux.org>

	* - 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 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

2000-10-18 20:10:55 +0000 [e9e8617] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* merged totalnew 3d patch as new TOTALNEW branch

 rc.d/init.d/functions.network | 430 ++++++++++++++++++++++++------------------
 1 file changed, 248 insertions(+), 182 deletions(-)

2000-10-17 20:42:13 +0000 [4e08e46] saq <saq/at/pld-linux.org>

	* - bugfix: avoid loops when a user calls ifup and usernetctl isn't suid

 sysconfig/network-scripts/ifup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-09-25 13:46:34 +0000 [ce2b3f2] saq <saq/at/pld-linux.org>

	* - version 0.2.7

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-09-23 20:43:05 +0000 [d95673d] saq <saq/at/pld-linux.org>

	* - fixed DEVICETYPE determination for aliased devices

 sysconfig/network-scripts/ifdown | 4 ++--
 sysconfig/network-scripts/ifup   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

2000-09-21 13:53:21 +0000 [81885e8] saq <saq/at/pld-linux.org>

	* - minor fixes

 po/de.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

2000-09-20 23:32:28 +0000 [508532b] kloczek <kloczek/at/pld-linux.org>

	* - commented entry description.

 sysconfig/static-routes | 2 ++
 1 file changed, 2 insertions(+)

2000-09-19 13:36:54 +0000 [69da658] saq <saq/at/pld-linux.org>

	* - translations for ifup and ifup-sl

 po/pl.po | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 61 insertions(+), 1 deletion(-)

2000-09-19 13:36:40 +0000 [c61458c] saq <saq/at/pld-linux.org>

	* - s/dir/dip/

 po/de.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-09-19 12:46:45 +0000 [f3a119d] saq <saq/at/pld-linux.org>

	* - merged some %s into nls invocations - German translation finetuning

 po/de.po                          | 52 ++++++++++++++-------------------------
 po/pl.po                          |  6 ++---
 rc.d/init.d/functions             |  4 +--
 sysconfig/network-scripts/ifup    |  4 +--
 sysconfig/network-scripts/ifup-sl | 12 ++++-----
 5 files changed, 32 insertions(+), 46 deletions(-)

2000-09-18 22:32:04 +0000 [d1a2cad] saq <saq/at/pld-linux.org>

	* - introducing German translation

 configure.in          |   4 +-
 po/de.po              | 485 ++++++++++++++++++++++++++++++++++++++++++++++++++
 rc-scripts.spec.in    |   3 +-
 rc.d/init.d/functions |   6 +-
 4 files changed, 492 insertions(+), 6 deletions(-)

2000-09-03 02:29:02 +0000 [0306951] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 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)

 sysconfig/interfaces/ifcfg-description |  3 ++-
 sysconfig/network-scripts/ifup         | 12 ++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

2000-08-28 15:43:44 +0000 [80eaab2] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - version = 0.2.6

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-08-28 15:38:14 +0000 [70eff8c] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - substituted awk in place of /usr/bin/tr

 rc.d/init.d/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-08-28 15:35:48 +0000 [1e91649] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - removed all "xargs" calls

 rc.d/init.d/network | 32 +++++++++++++++++++++-----------
 1 file changed, 21 insertions(+), 11 deletions(-)

2000-08-08 23:06:50 +0000 [dcb00bd] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - 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 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2000-08-04 15:25:45 +0000 [3291447] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fixed setting up GATEWAY6* - added setting up global route for IPv6 routers

 sysconfig/network-scripts/ifup | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

2000-08-04 15:20:38 +0000 [879d4ae] Jan Rękorajski <baggins/at/pld-linux.org>

	* -added IPV6_GLOBALROUTEDEV

 sysconfig/network | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2000-08-04 15:19:00 +0000 [d6ce63e] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added IPV6_GLOBALROUTE

 sysconfig/network | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2000-08-04 15:06:47 +0000 [7539dd4] Jan Rękorajski <baggins/at/pld-linux.org>

	* - set up GATEWAY6* only if IPV6_FORWARDING is disabled

 sysconfig/network-scripts/ifup | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

2000-08-04 14:08:23 +0000 [7e846fe] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added default route setup for IPv6

 sysconfig/network-scripts/ifup | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

2000-08-04 14:02:20 +0000 [44f4ea8] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added GATEWAY6* for IPv6 routing

 sysconfig/network | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

2000-08-04 13:58:52 +0000 [1096131] marcus <marcus/at/pld-linux.org>

	* - cosmetics (in mount /proc command)

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-08-03 12:51:18 +0000 [7192c38] marcus <marcus/at/pld-linux.org>

	* - added -o gid=17 while mounting /proc

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-07-31 07:28:22 +0000 [9147bc4] kloczek <kloczek/at/pld-linux.org>

	* - new version 0.2.5.

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-07-28 18:37:00 +0000 [f7b2d23] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added _modprobe function

 rc.d/init.d/functions | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 51 insertions(+), 1 deletion(-)

2000-07-28 15:03:10 +0000 [58ab31b] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - added . /etc/rc.d/init.d/functions

 sysconfig/network-scripts/tnldown | 5 +++--
 sysconfig/network-scripts/tnlup   | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

2000-07-21 18:51:45 +0000 [9888ea2] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - ls 2>/dev/null (avoid "ls: no such file or directory" when directory   does not exist)

 rc.d/init.d/functions.network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-07-20 10:07:00 +0000 [c271802] mis <mis/at/pld-linux.org>

	* - one more fix to IPXFRAMETYPE

 sysconfig/interfaces/ifcfg-description | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-07-20 10:03:50 +0000 [dd6656b] mis <mis/at/pld-linux.org>

	* - fixed IPXFRAMETYPE

 sysconfig/interfaces/ifcfg-description | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-07-13 17:42:59 +0000 [d0e9a44] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - version 0.2.4

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-07-13 15:29:51 +0000 [eff6ceb] Jan Rękorajski <baggins/at/pld-linux.org>

	* - rm -f utmp? first

 rc.d/rc.sysinit | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2000-07-13 14:51:46 +0000 [bccca13] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added NEED_XFILES=yes (we want utmpx/wtmpx)

 sysconfig/system | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2000-07-13 14:45:56 +0000 [1b8e6ce] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-07-13 14:45:10 +0000 [054a52c] Jan Rękorajski <baggins/at/pld-linux.org>

	* - we _want_ utmpx and wtmpx, not utmp/wtmp

 rc.d/rc.sysinit | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

2000-06-29 08:24:14 +0000 [9b710f4] waszi <waszi/at/pld-linux.org>

	* - typo

 po/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-06-27 20:22:34 +0000 [1956824] Jan Rękorajski <baggins/at/pld-linux.org>

	* - modprobe ipip if IPV6_TUNNELCONFIG == yes

 rc.d/init.d/functions.network | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2000-06-27 09:50:07 +0000 [204e9dc] waszi <waszi/at/pld-linux.org>

	* - cleanups

 lang.sh | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

2000-06-25 14:40:36 +0000 [645c52d] waszi <waszi/at/pld-linux.org>

	* - typos - cleanups

 makepot.pl                             |  4 ++--
 rc.d/rc.shutdown                       | 10 +++++-----
 rc.d/rc.sysinit                        | 14 ++++----------
 sysconfig/interfaces/ifcfg-description |  4 ++--
 sysconfig/interfaces/ifcfg-ppp0.tpsa   |  2 +-
 5 files changed, 14 insertions(+), 20 deletions(-)

2000-06-23 09:11:10 +0000 [cd36448] Artur Frysiak <artur/at/frysiak.net>

	* added shmfs to noprocfs

 rc.d/rc.shutdown | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-06-22 14:52:10 +0000 [6183caa] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - fixed file unmounting again, after kloczek broke it "borrowing" code from RH

 rc.d/rc.shutdown | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

2000-06-21 15:23:38 +0000 [5713992] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - IPADDR, not ADDR :)

 sysconfig/interfaces/ifcfg-description | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-06-18 09:55:24 +0000 [86f4c25] kloczek <kloczek/at/pld-linux.org>

	* - release 2.3.

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-06-18 09:52:05 +0000 [c49b10b] kloczek <kloczek/at/pld-linux.org>

	* - new umounting file systems procedure (borowed from RH).

 rc.d/rc.shutdown | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

2000-06-12 08:38:15 +0000 [dd4a755] waszi <waszi/at/pld-linux.org>

	* - is_yes and is_no cleanups - typos

 ppp/ip-down                            |  4 ++--
 rc.d/init.d/allowlogin                 |  6 +++---
 rc.d/init.d/functions.network          | 29 ++++++++++++++--------------
 rc.d/init.d/network                    | 20 ++++++++-----------
 rc.d/rc.sysinit                        |  8 ++++----
 sysconfig/network-scripts/ifdown-sl    |  4 ++--
 sysconfig/network-scripts/ifup         | 14 +++++++-------
 sysconfig/network-scripts/ifup-aliases |  3 ++-
 sysconfig/network-scripts/ifup-plip    |  5 ++---
 sysconfig/network-scripts/ifup-post    |  3 ++-
 sysconfig/network-scripts/ifup-ppp     | 16 ++++++++--------
 sysconfig/network-scripts/ifup-sl      | 11 +++++------
 sysconfig/network-scripts/tnldown      |  8 ++++----
 sysconfig/network-scripts/tnlup        | 35 +++++++++++++++++-----------------
 14 files changed, 80 insertions(+), 86 deletions(-)

2000-06-02 14:47:49 +0000 [cb6bdb7] mkochano <mkochano/at/pld-linux.org>

	* - Moves cursor to a new line also after "WORK" and "FAIL".

 rc.d/init.d/functions | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2000-06-02 14:36:39 +0000 [b9cad28] mkochano <mkochano/at/pld-linux.org>

	* - 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 | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

2000-06-02 10:00:12 +0000 [fcf8918] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - fixed some is_yes calls (argument can be empty)

 rc.d/rc.sysinit | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2000-06-01 19:33:25 +0000 [7b55177] Jan Rękorajski <baggins/at/pld-linux.org>

	* - fixed setting up USEMODULES variable

 rc.d/rc.sysinit | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2000-05-31 18:01:39 +0000 [436bfb5] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - one more typo

 rc.d/rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-05-31 18:00:34 +0000 [b3301c5] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - typo

 rc.d/rc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-05-31 17:55:05 +0000 [5f229f9] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - typo

 sysconfig/network-scripts/ifdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-05-30 05:55:00 +0000 [5aa8481] waszi <waszi/at/pld-linux.org>

	* -typo

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-05-30 05:53:45 +0000 [6e65a91] waszi <waszi/at/pld-linux.org>

	* - replaced halt -d with halt -d -p

 rc.d/rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-05-30 05:51:34 +0000 [1822a5a] waszi <waszi/at/pld-linux.org>

	* - halt -p -> halt -w

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-05-30 05:49:46 +0000 [6eae09c] waszi <waszi/at/pld-linux.org>

	* -typo

 rc.d/rc.sysinit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-05-29 19:37:06 +0000 [bd56ec6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - pass $DHCPOPTIONS to dhcpcd

 sysconfig/network-scripts/ifup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-05-29 19:36:43 +0000 [898eb5f] Jan Rękorajski <baggins/at/pld-linux.org>

	* - kill dhcpcd if necessary

 sysconfig/network-scripts/ifdown | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

2000-05-29 19:31:59 +0000 [b68e64c] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added DHCPOPTIONS variable

 sysconfig/interfaces/ifcfg-description | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2000-05-29 19:06:11 +0000 [e67edc9] kloczek <kloczek/at/pld-linux.org>

	* - start prepare 0.2.2.

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-05-29 19:03:51 +0000 [2eec380] Jan Rękorajski <baggins/at/pld-linux.org>

	* - run quotaoff -a before unmounting filesystems - minor cosmetics

 rc.d/rc.shutdown | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

2000-05-20 13:34:06 +0000 [0bbfed6] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - Time setup changed, so it should work even if /usr is on separate partition

 rc.d/rc.sysinit | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

2000-05-16 15:08:25 +0000 [485c2cd] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - changed the way depmod was run - changed all "!=no" to "is_yes" or "! is_no" (from "functions")

 rc.d/rc.sysinit | 26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

2000-05-13 07:11:55 +0000 [5c378e7] Artur Frysiak <artur/at/frysiak.net>

	* - rc.d/init.d/timezone - poprawki związane z tłumaczeniem - po/pl.po - serwis -> usluga, startowanie -> uruchamianie i kilka kosmetycznych zmian

 po/pl.po             | 282 +++++++++++++++++++++++++++------------------------
 rc.d/init.d/timezone |  10 +-
 2 files changed, 154 insertions(+), 138 deletions(-)

2000-05-09 18:58:35 +0000 [d1841af] Jan Rękorajski <baggins/at/pld-linux.org>

	* - pump is b0rken - don't use pump for DHCP - use dhcpcd for DHCP ;) - and fixed typo

 sysconfig/network-scripts/ifdown |  6 +++---
 sysconfig/network-scripts/ifup   | 33 +++++++++++++++++++++++----------
 2 files changed, 26 insertions(+), 13 deletions(-)

2000-05-09 15:46:22 +0000 [ed314c2] kloczek <kloczek/at/pld-linux.org>

	* - "halt -p" instead "halt -w".

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-05-07 19:00:07 +0000 [8dbd541] siefca <siefca/at/pld-linux.org>

	* - 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).

 Makefile.am                                 |  4 +++-
 configure.in                                | 20 +++++++++++++++++--
 ppp/Makefile.am                             |  2 --
 ppp/ip-down                                 |  4 ++--
 ppp/ip-up                                   |  4 ++--
 rc-scripts.spec.in                          | 11 +++++++----
 run-parts                                   | 30 +++++++++++++++++++++++++++++
 sysconfig/interfaces/Makefile.am            |  2 +-
 sysconfig/interfaces/down.d/.cvsignore      |  1 +
 sysconfig/interfaces/down.d/Makefile.am     |  3 +++
 sysconfig/interfaces/down.d/all/.cvsignore  |  1 +
 sysconfig/interfaces/down.d/all/Makefile.am |  7 +++++++
 sysconfig/interfaces/down.d/all/thetouch    |  5 +++++
 sysconfig/interfaces/down.d/ip/.cvsignore   |  1 +
 sysconfig/interfaces/down.d/ip/Makefile.am  |  7 +++++++
 sysconfig/interfaces/down.d/ipx/.cvsignore  |  1 +
 sysconfig/interfaces/down.d/ipx/Makefile.am |  7 +++++++
 sysconfig/interfaces/down.d/ppp/.cvsignore  |  1 +
 sysconfig/interfaces/down.d/ppp/Makefile.am |  7 +++++++
 sysconfig/interfaces/down.d/ppp/logger      |  6 ++++++
 sysconfig/interfaces/down.d/tnl/.cvsignore  |  1 +
 sysconfig/interfaces/down.d/tnl/Makefile.am |  7 +++++++
 sysconfig/interfaces/up.d/.cvsignore        |  1 +
 sysconfig/interfaces/up.d/Makefile.am       |  4 ++++
 sysconfig/interfaces/up.d/all/.cvsignore    |  1 +
 sysconfig/interfaces/up.d/all/Makefile.am   |  7 +++++++
 sysconfig/interfaces/up.d/all/thetouch      |  5 +++++
 sysconfig/interfaces/up.d/ip/.cvsignore     |  1 +
 sysconfig/interfaces/up.d/ip/Makefile.am    |  7 +++++++
 sysconfig/interfaces/up.d/ipx/.cvsignore    |  1 +
 sysconfig/interfaces/up.d/ipx/Makefile.am   |  7 +++++++
 sysconfig/interfaces/up.d/ppp/.cvsignore    |  1 +
 sysconfig/interfaces/up.d/ppp/Makefile.am   |  7 +++++++
 sysconfig/interfaces/up.d/ppp/logger        |  6 ++++++
 sysconfig/interfaces/up.d/tnl/.cvsignore    |  1 +
 sysconfig/interfaces/up.d/tnl/Makefile.am   |  7 +++++++
 36 files changed, 174 insertions(+), 14 deletions(-)

2000-05-07 15:43:51 +0000 [708e5d6] siefca <siefca/at/pld-linux.org>

	* run-parts script now belongs here

 rc-scripts.spec.in | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

2000-05-03 11:55:08 +0000 [56e0f7b] waszi <waszi/at/pld-linux.org>

	* - typos - in some places changed [ VARIABLE = "yes" ] ==> is_yes - devfsd may be used without DEVFS_MOUNT=yes

 rc.d/rc.sysinit | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

2000-05-03 11:49:52 +0000 [2a3ee21] waszi <waszi/at/pld-linux.org>

	* - typo

 rc.d/rc         | 4 ++--
 rc.d/rc.sysinit | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

2000-05-01 20:13:24 +0000 [8346a96] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - typo

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-05-01 18:57:10 +0000 [aec12e2] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - 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/rc | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

2000-05-01 18:53:37 +0000 [599d198] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - \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 ...`")

 rc.d/init.d/functions | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

2000-05-01 18:43:55 +0000 [cd8dfdf] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - 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 | 41 ++++++++++++++++++-----------------------
 1 file changed, 18 insertions(+), 23 deletions(-)

2000-04-27 06:20:28 +0000 [769a341] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - missing space added (without this "peer" option was used to "ip addr add"   even if no "$REMIP" was defined)

 sysconfig/network-scripts/ifup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-04-25 12:01:29 +0000 [6bf5026] waszi <waszi/at/pld-linux.org>

	* - added MOUNT_DEVFS option

 rc.d/rc.sysinit  | 22 +++++++++++++++-------
 sysconfig/system |  5 ++++-
 2 files changed, 19 insertions(+), 8 deletions(-)

2000-04-24 16:56:04 +0000 [b9969fb] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - removed two unnecessary 0s at every textlen counting - arguments for nls in "" (necessary, when COLOR_INIT=no)

 rc.d/rc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2000-04-23 11:46:04 +0000 [3ed6009] marcus <marcus/at/pld-linux.org>

	* * In ifup file added suppoer for Point-to-Point IPv4 Ethernet (REMIP variable). * In ifup-ppp deleted some hashed lines.

 sysconfig/network-scripts/ifup     |  9 ++++++---
 sysconfig/network-scripts/ifup-ppp | 25 ++++++++++---------------
 2 files changed, 16 insertions(+), 18 deletions(-)

2000-04-21 17:47:49 +0000 [447102a] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - get REALDEVICE and use it for setting up the routes

 sysconfig/network-scripts/ifup-routes | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

2000-04-21 17:47:24 +0000 [200ca1e] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - 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-ppp | 26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)

2000-04-21 17:45:24 +0000 [919bed7] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - use get_ppp_device_and_pid() to get REALDEVICE - set up queing discipline if QDISC is given

 sysconfig/network-scripts/ifup-post | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

2000-04-21 17:44:22 +0000 [cf37a77] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - use get_ppp_device_and_pid() for getting pppd's pid

 sysconfig/network-scripts/ifdown-ppp | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

2000-04-21 17:43:01 +0000 [6d145c0] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - set REALDEVICE to DEVICE if nothig else is set

 rc.d/init.d/functions.network | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

2000-04-21 17:40:37 +0000 [31becc9] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - chatscript in interfaces/data - QDISC set to SFQ (useful on PPP links)

 sysconfig/interfaces/ifcfg-ppp0.tpsa | 1 +
 1 file changed, 1 insertion(+)

2000-04-21 17:39:40 +0000 [dd3a0d1] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - chatscript in interfaces/data

 sysconfig/interfaces/ifcfg-ppp0.callback | 4 ++--
 sysconfig/interfaces/ifcfg-ppp0.leased1  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

2000-04-21 17:39:12 +0000 [642c5ec] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - QDISC parameter added (queuing discipline)

 sysconfig/interfaces/ifcfg-description | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2000-04-21 17:37:53 +0000 [dd8b652] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - function get_ppp_device_and_pid added. It extracts PID and REALDEVICE from   /var/run/ppp-*.pid

 rc.d/init.d/functions.network | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

2000-04-21 17:36:42 +0000 [b9fbcc5] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - 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

 ppp/ip-up | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

2000-04-21 17:35:30 +0000 [eb4dd2c] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - "compatible location" of basename - ipparam is now a config name instead of logical device - ifdown-post uses $CONFIG instead of ifcfg-$DEVICE

 ppp/ip-down | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2000-04-19 18:20:28 +0000 [979e697] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - ifup-routes should be run with $CONFIG as parameter, not $DEVNAME

 sysconfig/network-scripts/ifup-post | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-04-18 08:30:58 +0000 [6588d0a] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - better hostname detection (for DHCP clients)

 sysconfig/network-scripts/ifup-post | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-04-18 08:30:16 +0000 [c159d0a] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - "set_hostname" function fixed

 rc.d/init.d/functions.network | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

2000-04-14 11:14:07 +0000 [4ac6a3c] mkochano <mkochano/at/pld-linux.org>

	* - s/syslogd/<service>/.

 rc.d/init.d/template.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2000-04-14 11:12:42 +0000 [1162c83] mkochano <mkochano/at/pld-linux.org>

	* - Added note about aumix-OSS-preserve-settings.

 sysconfig/system | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

2000-04-13 08:25:18 +0000 [17aa0a9] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - some changes in reload)

 rc.d/init.d/template.init | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

2000-04-12 23:21:48 +0000 [acda6e9] kloczek <kloczek/at/pld-linux.org>

	* - typo.

 po/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-04-11 14:27:03 +0000 [e64c373] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - typo - missing translation for "to enter interactive startup"

 po/pl.po | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

2000-04-08 21:41:31 +0000 [f5cd32d] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - added single-letter-values to is_yes and is_no

 rc.d/init.d/functions | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

2000-04-08 13:34:54 +0000 [96f3cda] mkochano <mkochano/at/pld-linux.org>

	* - 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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2000-04-07 19:16:11 +0000 [065d2c6] Jan Rękorajski <baggins/at/pld-linux.org>

	* - don't try start IPX on unconfigured devices

 sysconfig/network-scripts/ifup-ipx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2000-04-06 12:39:45 +0000 [5a68130] mkochano <mkochano/at/pld-linux.org>

	* - 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-04-05 10:33:23 +0000 [c289c4f] bszx <bszx/at/pld-linux.org>

	*  - now it works under bash

 rc.d/init.d/timezone | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

2000-04-03 14:50:47 +0000 [03f9cfe] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 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

 rc.d/init.d/network                    | 19 +++++++++++++-
 rc.d/rc.sysinit                        | 29 +++++++++++++--------
 sysconfig/interfaces/ifcfg-description | 47 ++++++++++++++--------------------
 sysconfig/network-scripts/ifdown       | 17 ++++--------
 sysconfig/network-scripts/ifup         | 17 ++++--------
 sysconfig/network-scripts/ifup-ipx     | 25 ++++++------------
 sysconfig/network-scripts/ifup-ppp     | 10 +++++++-
 sysconfig/network-scripts/ifup-routes  | 12 ++++++---
 8 files changed, 91 insertions(+), 85 deletions(-)

2000-04-03 14:50:00 +0000 [2be392d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - version 0.2.1

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-04-03 14:49:40 +0000 [8456dcd] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added initlog.conf to EXTRA_DIST

 src/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

2000-04-01 10:24:30 +0000 [dcf6fe5] waszi <waszi/at/pld-linux.org>

	* - small termput() fixes

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-03-31 13:10:22 +0000 [7b4e96e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - support for maxfail option in pppd - cleanups in tunnel scripts

 sysconfig/network-scripts/ifup-ppp | 10 +++++-----
 sysconfig/network-scripts/tnldown  | 11 ++++-------
 sysconfig/network-scripts/tnlup    | 11 ++++-------
 3 files changed, 13 insertions(+), 19 deletions(-)

2000-03-27 16:07:52 +0000 [201c98b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - 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                                |   4 +-
 NEWS                                   |   7 +-
 po/pl.po                               |  10 +--
 rc-scripts.spec.in                     |   5 +-
 rc.d/init.d/functions.network          |  24 +-----
 rc.d/rc                                |   4 +-
 rc.d/rc.sysinit                        | 131 ++++++++++++++++-----------------
 src/Makefile.am                        |   3 +
 sysconfig/interfaces/ifcfg-description |  14 +++-
 sysconfig/network-scripts/ifdown-post  |   9 ++-
 sysconfig/network-scripts/ifup-post    |   9 ++-
 11 files changed, 110 insertions(+), 110 deletions(-)

2000-03-26 06:51:45 +0000 [180ab13] kloczek <kloczek/at/pld-linux.org>

	* - changed RUN_LDCONFIG to no.

 sysconfig/system | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-03-24 08:48:55 +0000 [435ffc7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fixed problem with Runlevel messages and INIT_COL variable

 po/pl.po |  8 ++++----
 rc.d/rc  | 22 ++++++++++++----------
 2 files changed, 16 insertions(+), 14 deletions(-)

2000-03-24 08:39:33 +0000 [87fe665] waszi <waszi/at/pld-linux.org>

	* - fixed nfsroot support

 rc.d/rc.sysinit | 60 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 32 insertions(+), 28 deletions(-)

2000-03-22 22:00:06 +0000 [ff9aae0] Artur Frysiak <artur/at/frysiak.net>

	* use corect name

 rc-scripts.spec.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-03-22 21:55:37 +0000 [5bdf84b] Artur Frysiak <artur/at/frysiak.net>

	* please don't use stupid names for files

 rc.d/init.d/Makefile.am                        | 2 +-
 rc.d/init.d/{<template>.init => template.init} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

2000-03-22 21:44:02 +0000 [d9381eb] Artur Frysiak <artur/at/frysiak.net>

	* typo

 rc-scripts.spec.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-03-22 21:41:02 +0000 [17e8a50] Artur Frysiak <artur/at/frysiak.net>

	* - added <templete>.init to %doc

 rc-scripts.spec.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

2000-03-22 21:30:31 +0000 [eb723e2] Artur Frysiak <artur/at/frysiak.net>

	* cleanup

 po/pl.po | 119 ++++-----------------------------------------------------------
 1 file changed, 7 insertions(+), 112 deletions(-)

2000-03-22 21:21:14 +0000 [08c88ab] kloczek <kloczek/at/pld-linux.org>

	* - removed all fuzzy translations.

 po/pl.po | 39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

2000-03-22 21:04:59 +0000 [8949bd1] kloczek <kloczek/at/pld-linux.org>

	* - s/Stopowanie/Zatrzymywanie/

 po/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-03-22 21:03:57 +0000 [5393dea] kloczek <kloczek/at/pld-linux.org>

	* - beter translations for stop/start serwices.

 po/pl.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2000-03-22 20:51:46 +0000 [6a9c58c] kloczek <kloczek/at/pld-linux.org>

	* - added missing %s in pl translations (stopping, starting messages).

 po/pl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-03-22 20:43:17 +0000 [3812935] Artur Frysiak <artur/at/frysiak.net>

	* fixed small typo

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-03-22 17:24:28 +0000 [a37835c] Artur Frysiak <artur/at/frysiak.net>

	* - Allow set /proc/sys/fs/file-max & inode-max   (patch by Paweł Krawczyk <kravietz/at/alfa.ceti.pl>)

 rc.d/rc.sysinit  | 19 ++++++++++++++++++-
 sysconfig/system | 11 ++++++++++-
 2 files changed, 28 insertions(+), 2 deletions(-)

2000-03-22 17:20:51 +0000 [42e4985] Artur Frysiak <artur/at/frysiak.net>

	* Added BuildRequires: gettext-devel

 rc-scripts.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2000-03-22 01:17:38 +0000 [3d2bc30] kloczek <kloczek/at/pld-linux.org>

	* - more pl translations.

 po/pl.po | 235 +++++++++++++++++++++++++--------------------------------------
 1 file changed, 94 insertions(+), 141 deletions(-)

2000-03-22 01:08:00 +0000 [d2b5c7c] kloczek <kloczek/at/pld-linux.org>

	* - added using msg_stopping() in stop.

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-03-21 23:59:22 +0000 [f361915] Artur Frysiak <artur/at/frysiak.net>

	* use : instead . in file location

 makepot.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

2000-03-21 23:57:18 +0000 [d9368fb] Artur Frysiak <artur/at/frysiak.net>

	* updated makepot.pl and pl.po, pl.po need fixing

 makepot.pl |   8 +-
 po/pl.po   | 355 ++++++++++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 261 insertions(+), 102 deletions(-)

2000-03-20 06:58:14 +0000 [d30a241] waszi <waszi/at/pld-linux.org>

	* - hacks for nfsroot, romfs

 rc.d/rc.sysinit | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

2000-03-17 01:14:45 +0000 [a916d1c] kloczek <kloczek/at/pld-linux.org>

	* - more using msg_Usage().

 rc.d/init.d/functions | 84 +++++++++++++++++++++++++--------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

2000-03-16 23:36:12 +0000 [a1868c9] kloczek <kloczek/at/pld-linux.org>

	* - VERSION=0.2.0 (prepare to release this version).

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-03-15 15:07:46 +0000 [3163126] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added info aboout Routing messages

 README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

2000-03-10 01:31:25 +0000 [ca89782] kloczek <kloczek/at/pld-linux.org>

	* - msg_Usage_noreload() and msg_Usage_reload() replace by msg_Usage().

 rc.d/init.d/<template>.init |  6 +-----
 rc.d/init.d/functions       | 11 +++--------
 2 files changed, 4 insertions(+), 13 deletions(-)

2000-03-10 01:21:40 +0000 [6eac4e1] kloczek <kloczek/at/pld-linux.org>

	* - added return in exit error code $RETVAL.

 rc.d/init.d/<template>.init | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

2000-03-09 11:50:24 +0000 [2b4962c] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - show() now substitutes %s properly

 rc.d/init.d/functions | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

2000-03-09 11:43:07 +0000 [80346f9] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - show instead of nls in some functions

 rc.d/init.d/functions | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

2000-03-09 11:30:54 +0000 [b9476d8] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - more function

 rc.d/init.d/functions | 58 +++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 49 insertions(+), 9 deletions(-)

2000-03-09 11:11:42 +0000 [d7e5835] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - default value for INIT_COL

 rc.d/init.d/functions | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

2000-03-09 10:57:57 +0000 [9835a9c] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - added INIT_COL setting

 sysconfig/system | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

2000-03-09 10:57:07 +0000 [8d074db] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - slightly modified show() function - changed all "67" to "$INIT_COL"

 rc.d/init.d/functions | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

2000-03-08 16:30:14 +0000 [97c76ad] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - start some scripts after interface is upped or downed   (/etc/sysconfig/interfaces/scripts/ifname/somename.{up,down}

 README                                | 18 ++++++++++++------
 rc.d/init.d/functions.network         | 22 +++++++++++++++++++++-
 sysconfig/network-scripts/ifdown-post | 19 ++++++++++++++++++-
 sysconfig/network-scripts/ifup        | 22 +++++++++++-----------
 sysconfig/network-scripts/ifup-post   | 12 ++++++++----
 5 files changed, 70 insertions(+), 23 deletions(-)

2000-03-08 16:29:11 +0000 [6b4a354] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - support for interactive starting

 po/pl.po              | 29 +++++++++++++++++++++++++-
 rc.d/init.d/functions | 28 ++++++++++++++++++++++++-
 rc.d/rc               | 32 ++++++++++++++++++++++++++++-
 rc.d/rc.sysinit       | 57 +++++++++++++++++++++++++++++++++++++++------------
 sysconfig/system      | 11 +++++++++-
 5 files changed, 140 insertions(+), 17 deletions(-)

2000-03-08 15:43:07 +0000 [0524c81] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - added "is_yes" and "is_no" functions

 rc.d/init.d/<template>.init |  2 +-
 rc.d/init.d/functions       | 43 ++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 43 insertions(+), 2 deletions(-)

2000-03-08 15:26:44 +0000 [c238043] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - force-reload returns right status on exit

 rc.d/init.d/<template>.init | 3 +++
 1 file changed, 3 insertions(+)

2000-03-08 15:23:12 +0000 [bb7183e] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - added force-reload option - added exit code 1 at errors - checking for running service at stop

 rc.d/init.d/<template>.init | 37 +++++++++++++++++++++++++++----------
 1 file changed, 27 insertions(+), 10 deletions(-)

2000-03-08 14:59:54 +0000 [ef30479] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - was "2&>1" instead of "2>&1" - fixed

 rc.d/init.d/<template>.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2000-03-08 14:50:42 +0000 [0f648e1] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - unified syntax for setting numerical and nonnumerical variables

 rc.d/init.d/<template>.init | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

2000-03-08 14:40:38 +0000 [3711b98] Sebastian Zagrodzki <sebek/at/zagrodzki.net>

	* - default configuration support - typo

 rc.d/init.d/<template>.init | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

2000-03-08 11:52:11 +0000 [6b0896a] Artur Frysiak <artur/at/frysiak.net>

	* - support exit code defined in LSB spec (http://www.linuxbase.org/)

 rc.d/init.d/<template>.init | 1 +
 1 file changed, 1 insertion(+)

2000-03-06 00:34:24 +0000 [bf623ce] Artur Frysiak <artur/at/frysiak.net>

	* - nls()ed

 rc.d/init.d/<template>.init | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

2000-03-06 00:23:06 +0000 [af5a769] Artur Frysiak <artur/at/frysiak.net>

	* rm -f /var/lock/subsys/<service> >/dev/null 2&>1 1. -r is not needed 2. silent

 rc.d/init.d/<template>.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

2000-03-06 00:19:44 +0000 [3aa5f53] kloczek <kloczek/at/pld-linux.org>

	* - added "rm -rf /var/lock/subsys/<service>" in stop.

 rc.d/init.d/<template>.init | 1 +
 1 file changed, 1 insertion(+)

2000-03-06 00:10:46 +0000 [c458618] kloczek <kloczek/at/pld-linux.org>

	* Template init script. This script can be used for preparing some unified output messages translation for other init scripts for all services)

 rc.d/init.d/<template>.init | 67 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)

2000-03-04 22:40:07 +0000 [d3cf69a] siefca <siefca/at/pld-linux.org>

	* Time zone information will be updated only when needed.

 rc-scripts.spec.in   |  3 ++-
 rc.d/init.d/timezone | 32 +++++++++++++++-----------------
 src/Makefile.am      |  5 ++++-
 src/resolvesymlink.c | 17 +++++++++++++++++
 4 files changed, 38 insertions(+), 19 deletions(-)

2000-03-04 13:59:17 +0000 [f5e07d2] siefca <siefca/at/pld-linux.org>

	* added time zone setting

 configure.in            | 3 ++-
 rc-scripts.spec.in      | 6 +++++-
 rc.d/init.d/Makefile.am | 2 +-
 sysconfig/Makefile.am   | 3 ++-
 4 files changed, 10 insertions(+), 4 deletions(-)

2000-03-04 13:41:58 +0000 [687ff4f] siefca <siefca/at/pld-linux.org>

	* configuration parameters for time zone setting

 sysconfig/timezone | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

2000-03-04 13:39:51 +0000 [2fa9910] siefca <siefca/at/pld-linux.org>

	* chkconfig script for time zone setting

 rc.d/init.d/timezone | 71 +++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 59 insertions(+), 12 deletions(-)

2000-03-04 13:38:28 +0000 [f955035] siefca <siefca/at/pld-linux.org>

	* configuration profile (variables) for time zone setting

 rc.d/init.d/timezone | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

2000-03-02 17:22:15 +0000 [48b181e] Artur Frysiak <artur/at/frysiak.net>

	* 0.1.5

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-02-28 12:50:45 +0000 [81d2619] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - run depmod if modules.dep is older that modules.conf, too

 rc.d/rc.sysinit | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

2000-02-18 18:07:01 +0000 [6913d6e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - set ipv6 forwarding only if ipv6 is enabled

 rc.d/init.d/network | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

2000-02-18 17:59:19 +0000 [7f5d953] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - translations for DONE etc are always taken from rc-scripts.mo

 rc.d/init.d/functions | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

2000-02-18 12:37:36 +0000 [505ada5] waszi <waszi/at/pld-linux.org>

	* - typo

 rc.d/rc.shutdown | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

2000-02-18 10:42:02 +0000 [9730eda] Artur Frysiak <artur/at/frysiak.net>

	* s/LANG/LC_ALL/ in umount

 rc.d/rc.shutdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-02-18 10:37:06 +0000 [feb53cb] Artur Frysiak <artur/at/frysiak.net>

	* - fix ummounting -- locale & /usr problem -- devfs ready

 rc.d/rc.shutdown | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

2000-02-18 09:13:26 +0000 [fbbfefb] Artur Frysiak <artur/at/frysiak.net>

	* - run devfsd before all

 rc.d/rc.sysinit | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

2000-02-18 08:35:18 +0000 [b553cd4] waszi <waszi/at/pld-linux.org>

	* - added devfsd support

 rc.d/rc.sysinit  | 9 ++++++++-
 sysconfig/system | 4 +++-
 2 files changed, 11 insertions(+), 2 deletions(-)

2000-02-17 10:59:14 +0000 [c6adae9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - print space as last char in prompt

 po/pl.po        | 10 +++++-----
 rc.d/rc.sysinit |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

2000-02-10 10:31:36 +0000 [b63b30c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - running depmod is now configurable

 rc.d/rc.sysinit  | 9 +++------
 sysconfig/system | 8 +++++++-
 2 files changed, 10 insertions(+), 7 deletions(-)

2000-02-08 15:49:31 +0000 [31062f1] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed bogus defattr

 rc-scripts.spec.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

2000-02-03 11:50:20 +0000 [52f756e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - cleanups

 rc.d/init.d/single | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

2000-02-03 11:50:05 +0000 [fe64875] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - router discovery daemon support

 rc.d/init.d/functions.network | 27 +++++++++++++++++++++++++--
 rc.d/init.d/network           |  8 +++++++-
 sysconfig/network             |  9 ++++++++-
 3 files changed, 40 insertions(+), 4 deletions(-)

2000-02-03 11:49:04 +0000 [b7299ff] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - functions run_cmd() and daemon() are returning proper values now

 rc.d/init.d/functions | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

2000-02-03 11:48:30 +0000 [de160ea] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - new (better) unmounting procedure from initscripts - cleanups

 rc.d/rc.shutdown | 34 +++++++++++++++++++++-------------
 1 file changed, 21 insertions(+), 13 deletions(-)

2000-01-31 14:30:11 +0000 [972964b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fixes and updates

 autogen.sh            | 10 +++++-----
 rc-scripts.spec.in    | 35 ++++++-----------------------------
 rc.d/init.d/functions | 41 +++++++++++++++++++++++++++++++++++------
 3 files changed, 46 insertions(+), 40 deletions(-)

2000-01-31 14:29:53 +0000 [e36c5ef] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - translate to english (update)

 NEWS | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

2000-01-31 14:29:38 +0000 [70283c7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - nls cant handle special characters such as '\n' - workaround this

 po/pl.po        | 48 ++++++++++++++++++++++++------------------------
 rc.d/rc.sysinit | 21 +++++++++++++++++----
 2 files changed, 41 insertions(+), 28 deletions(-)

2000-01-31 14:29:04 +0000 [807fefd] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - avoid errors when lo interface is down

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

2000-01-05 01:18:01 +0000 [e4b0481] kloczek <kloczek/at/pld-linux.org>

	* - mout procsf before all.

 rc.d/rc.sysinit | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

2000-01-04 17:23:40 +0000 [bff0517] Jan Rękorajski <baggins/at/pld-linux.org>

	* - version 0.1.4 - added RUN_LDCONFIG variable to /etc/sysconfig/system, now it's   possible to turn off/on ld.so.cache regeneration upon startup

 configure.in     |  4 ++--
 rc.d/rc          | 23 ++++++++++++++++++++---
 rc.d/rc.sysinit  |  3 ++-
 sysconfig/system |  5 ++++-
 4 files changed, 28 insertions(+), 7 deletions(-)

1999-12-30 12:11:37 +0000 [f39def9] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - send messages to /dev/console (which can be serial console) instead of virtual terminal

 rc.d/rc | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

1999-12-30 12:09:45 +0000 [47dbf68] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - support for "any/none" routes in /etc/sysconfig/statig routes   --- these may be used for unreachable or blackhole routes

 rc.d/init.d/functions.network | 28 ++++++++++++++++++++++++----
 rc.d/init.d/network           |  4 +++-
 2 files changed, 27 insertions(+), 5 deletions(-)

1999-12-30 12:01:16 +0000 [6e04a8b] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - updates in static-routes description

 doc/sysconfig.docb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

1999-12-27 23:38:21 +0000 [ee04540] Artur Frysiak <artur/at/frysiak.net>

	* - fix typos

 sysconfig/network-scripts/tnldown | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

1999-12-20 19:36:27 +0000 [3699119] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - ifdown should now work for user-controled interfaces

 sysconfig/network-scripts/ifdown | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

1999-12-20 10:28:56 +0000 [4cc4301] kloczek <kloczek/at/pld-linux.org>

	* - reformated.

 rc.d/rc.sysinit | 64 +++++++++++++++++++++++++++++++--------------------------
 1 file changed, 35 insertions(+), 29 deletions(-)

1999-12-19 16:07:02 +0000 [1381691] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - Use IPv4 address for setting hostname (or there will be no hostname on DHCP-configured hosts)

 sysconfig/network-scripts/ifup-post | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-12-19 16:06:02 +0000 [f70b001] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - usernetctl is now in /sbin - OTHERSCRIPT should be started even if no IPv4 address is given (PPP won't work otherwise) - IPv6 link-local addresses are added by kernel. We shouldn't do it again

 sysconfig/network-scripts/ifup | 68 ++++++++++++++----------------------------
 1 file changed, 23 insertions(+), 45 deletions(-)

1999-12-19 16:04:29 +0000 [289d776] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - usernetclt is now in /sbin - OTHERSCRIPT should be astarted even if no IPv4 address is given

 sysconfig/network-scripts/ifdown | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

1999-12-19 15:58:12 +0000 [bdd5918] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - search for ifcfg-* files in /etc/sysconfig/interfaces - ifup and ifdown are now only in /sbin

 src/usernetctl.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

1999-12-19 15:54:32 +0000 [d9c4056] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - more ignores

 src/.cvsignore | 2 ++
 1 file changed, 2 insertions(+)

1999-12-18 19:51:37 +0000 [8f097d2] kloczek <kloczek/at/pld-linux.org>

	* - release 0.1.3.

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-12-18 19:51:07 +0000 [dea1026] kloczek <kloczek/at/pld-linux.org>

	* - added missing shvar.h to ppp_watch_SOURCES.

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1999-12-18 16:43:24 +0000 [668d29a] kloczek <kloczek/at/pld-linux.org>

	* - updated man_MANS man pages file list.

 doc/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

1999-12-18 16:26:30 +0000 [2a92c5f] kloczek <kloczek/at/pld-linux.org>

	* - s/ZDECHL/ZGINAL/.

 po/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-12-18 16:24:38 +0000 [a9d7fb9] kloczek <kloczek/at/pld-linux.org>

	* - replace:

 sysconfig/network-scripts/ifup-routes | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

1999-12-15 18:41:51 +0000 [01eacb4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - one more source file

 src/consoletype.c | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

1999-12-15 18:41:09 +0000 [458f14b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fixed lang.csh - we use -a instead && - updated few programs in src directory - fixed starting network when none of ifcfg-* file exist - write nice logo at startup - fixed problem with translated deltext() function

 doc/consoletype.1                  |  28 ++
 doc/ppp-watch.8                    |  23 ++
 doc/{usernetctl.1 => usernetctl.8} |  13 +-
 doc/usleep.1                       |  11 +-
 lang.csh                           |  56 ++--
 lang.sh                            |   6 +-
 rc-scripts.spec.in                 |   4 +-
 rc.d/init.d/allowlogin             |   6 +-
 rc.d/init.d/functions              |   4 +-
 rc.d/init.d/functions.network      |  20 +-
 rc.d/init.d/network                |   7 +-
 rc.d/rc.sysinit                    |  41 ++-
 src/Makefile.am                    |  14 +-
 src/doexec.c                       |   1 +
 src/getkey.c                       |  47 +++
 src/initlog.c                      | 116 ++++++-
 src/initlog.conf                   |  21 ++
 src/ppp-watch.c                    | 636 +++++++++++++++++++++++++++++++++++++
 src/process.c                      | 141 +++++---
 src/shvar.c                        | 377 ++++++++++++++++++++++
 src/shvar.h                        | 100 ++++++
 src/testd.c                        |   3 +-
 src/usernetctl.c                   |   2 -
 src/usleep.c                       |  79 +++--
 sysconfig/network-scripts/ifdown   |   8 +-
 sysconfig/network-scripts/ifup     |  18 +-
 sysconfig/network-scripts/tnldown  |   8 +-
 sysconfig/network-scripts/tnlup    |  16 +-
 28 files changed, 1628 insertions(+), 178 deletions(-)

1999-12-11 12:45:13 +0000 [4eebcd2] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added Jacek Konieczny

 AUTHORS | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

1999-12-09 12:31:53 +0000 [7a3cb9b] kloczek <kloczek/at/pld-linux.org>

	* - added including /etc/rc.d/rc.modules for loading modules before starting   all services and initializing raid deveces.

 rc.d/rc.sysinit | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

1999-12-02 21:44:17 +0000 [7ec46db] elephant <elephant/at/projcom.com.pl>

	* - corrected e-mail of mine

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-12-02 10:38:55 +0000 [8d86e6d] kloczek <kloczek/at/pld-linux.org>

	* - chkconfig field is back (without this upgrade from initscripts to   rc-scripts fails).

 rc.d/init.d/network | 11 ++++++-----
 rc.d/init.d/random  |  8 ++++----
 rc.d/init.d/single  | 17 +++++++++--------
 3 files changed, 19 insertions(+), 17 deletions(-)

1999-11-26 16:31:26 +0000 [9e9fac7] Artur Frysiak <artur/at/frysiak.net>

	* - process /etc/sysconfig/system (fix BR#110)

 rc.d/init.d/functions | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

1999-11-16 14:54:01 +0000 [9a5aecd] Artur Frysiak <artur/at/frysiak.net>

	* - fixes

 sysconfig/network-scripts/ifdown | 10 +++++++---
 sysconfig/network-scripts/ifup   | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

1999-11-16 11:28:50 +0000 [e4cc708] kloczek <kloczek/at/pld-linux.org>

	* - reformated.

 sysconfig/network-scripts/ifup-post | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

1999-11-16 01:34:40 +0000 [cdab3b9] kloczek <kloczek/at/pld-linux.org>

	* - reformated text.

 rc.d/init.d/functions.network | 238 +++++++++++++++++++++++-------------------
 1 file changed, 130 insertions(+), 108 deletions(-)

1999-11-16 01:33:28 +0000 [36b701e] kloczek <kloczek/at/pld-linux.org>

	* - s/Zapis ziarna losowego/Zapisanie podstawy generatora losoweg/ - other cleanups.

 po/pl.po | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

1999-11-15 23:17:20 +0000 [99ee599] Artur Frysiak <artur/at/frysiak.net>

	* - updated

 po/pl.po | 169 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 86 insertions(+), 83 deletions(-)

1999-11-15 01:21:16 +0000 [984cd54] kloczek <kloczek/at/pld-linux.org>

	* - s/pl/pl_PL/.

 sysconfig/i18n | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-11-14 07:55:47 +0000 [e37e319] kloczek <kloczek/at/pld-linux.org>

	* - new version 1.1.2.

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-11-14 07:54:53 +0000 [54d3967] kloczek <kloczek/at/pld-linux.org>

	* - s/DEVICEFULLNAME/

 sysconfig/network-scripts/ifup | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

1999-11-09 00:12:35 +0000 [e8ddf59] kloczek <kloczek/at/pld-linux.org>

	* - removed "chmod 0664 /var/log/wtmpx" (this is task for SysVinit %post).

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-11-07 14:00:05 +0000 [ae43bc5] kloczek <kloczek/at/pld-linux.org>

	* - fixed BR#103 (s#==#=).

 rc.d/init.d/functions.network | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

1999-11-06 00:25:31 +0000 [79c5457] Artur Frysiak <artur/at/frysiak.net>

	* - small fixes

 sysconfig/network-scripts/ifdown  | 4 ++--
 sysconfig/network-scripts/ifup    | 4 ++--
 sysconfig/network-scripts/tnldown | 4 ++--
 sysconfig/network-scripts/tnlup   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

1999-11-06 00:23:54 +0000 [111f7a0] Artur Frysiak <artur/at/frysiak.net>

	* - now realy handle ifup <dev>

 rc.d/init.d/functions.network     | 14 +++++++++-----
 sysconfig/network-scripts/ifdown  | 22 +++++++++++++++-------
 sysconfig/network-scripts/ifup    | 20 ++++++++++++++------
 sysconfig/network-scripts/tnldown | 30 +++++++++++++++++-------------
 sysconfig/network-scripts/tnlup   | 22 ++++++++++++++++------
 5 files changed, 71 insertions(+), 37 deletions(-)

1999-10-27 12:09:56 +0000 [f080b10] Artur Frysiak <artur/at/frysiak.net>

	* - fix nls() function

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-10-27 05:46:52 +0000 [ec22bd4] kloczek <kloczek/at/pld-linux.org>

	* - new bersion 0.1.1.

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-10-27 05:46:27 +0000 [e160f74] kloczek <kloczek/at/pld-linux.org>

	* - more fixes for displaing messages on initializing raid devices.

 rc.d/rc.sysinit | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

1999-10-27 03:12:27 +0000 [dc927fc] kloczek <kloczek/at/pld-linux.org>

	* - reorder in %files.

 rc-scripts.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-10-27 03:11:32 +0000 [96b220c] kloczek <kloczek/at/pld-linux.org>

	* - started instead busy on staring initialize raid dev.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-10-27 02:26:45 +0000 [a44481a] kloczek <kloczek/at/pld-linux.org>

	* - added Requires: e2fsprogs > = 1.15.

 rc-scripts.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

1999-10-27 02:20:40 +0000 [cbbc041] kloczek <kloczek/at/pld-linux.org>

	* - added -C to fsck parameters (display progres bar), - added support for new raidtools 0.90 utilities on ininitialize raid   devices.

 rc.d/rc.sysinit | 33 +++++++++++++++++++++++----------
 1 file changed, 23 insertions(+), 10 deletions(-)

1999-10-23 08:13:00 +0000 [ba26464] waszi <waszi/at/pld-linux.org>

	* /etc/rc.d/init.d/functions.network -> /etc/sysconfig/network-scripts/.functions

 rc.d/init.d/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-10-22 11:43:15 +0000 [b0e3596] kloczek <kloczek/at/pld-linux.org>

	* - fix: check and get /etc/sysconfig/interfaces/ifcfg-$CONFIG instead   /etc/sysconfig/interfaces/$CONFIG in source_config().

 rc.d/init.d/functions.network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

1999-10-17 09:34:34 +0000 [16526de] klakier <klakier/at/pld-linux.org>

	* Przykład tworzenia pojedynczego reference entry z użyciem docbooka Właściwym plikiem jest sysconfig.docb

 doc/make-html       |   4 +
 doc/polski.dsl      |  63 ++++++++
 doc/rc-scripts.docb |  35 +++++
 doc/sysconfig.docb  | 435 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 537 insertions(+)

1999-10-14 15:59:55 +0000 [4ce5624] Artur Frysiak <artur/at/frysiak.net>

	* - fixed permision to %%doc

 rc-scripts.spec.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

1999-10-14 09:00:02 +0000 [b854ef2] waszi <waszi/at/pld-linux.org>

	* - small fixes

 rc.d/init.d/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1999-10-13 21:28:40 +0000 [8b3e2b7] kloczek <kloczek/at/pld-linux.org>

	* - /etc/rc.d/init.d//network.functions moved to   /etc/sysconfig/network-scripts/.functions.

 rc-scripts.spec.in                     | 4 ++--
 rc.d/init.d/Makefile.am                | 8 +++++---
 sysconfig/network-scripts/ifdown       | 5 ++---
 sysconfig/network-scripts/ifdown-post  | 7 +++----
 sysconfig/network-scripts/ifdown-ppp   | 5 ++---
 sysconfig/network-scripts/ifdown-sl    | 5 ++---
 sysconfig/network-scripts/ifup         | 5 ++---
 sysconfig/network-scripts/ifup-aliases | 4 ++--
 sysconfig/network-scripts/ifup-ipx     | 4 ++--
 sysconfig/network-scripts/ifup-plip    | 4 ++--
 sysconfig/network-scripts/ifup-post    | 5 ++---
 sysconfig/network-scripts/ifup-ppp     | 6 +++---
 sysconfig/network-scripts/ifup-sl      | 5 ++---
 sysconfig/network-scripts/tnldown      | 4 ++--
 sysconfig/network-scripts/tnlup        | 5 ++---
 15 files changed, 35 insertions(+), 41 deletions(-)

1999-10-13 17:35:33 +0000 [7a5014d] Jan Rękorajski <baggins/at/pld-linux.org>

	* - added %config(noreplace) %verify(not size mtime md5) rc.local

 rc-scripts.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-10-13 16:56:58 +0000 [6fa918c] Jan Rękorajski <baggins/at/pld-linux.org>

	* - typo

 rc-scripts.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-10-13 16:51:25 +0000 [553e716] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed nfsfs and netfs

 rc.d/init.d/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

1999-10-13 16:37:24 +0000 [791f7cd] Jan Rękorajski <baggins/at/pld-linux.org>

	* - merged halt,reboot and shutdwn into rc.shutdown - moved ldconfig to the end of system startup

 rc.d/Makefile.am |  1 +
 rc.d/rc          | 20 +++++++++++++++-
 rc.d/rc.shutdown | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 rc.d/rc.sysinit  |  6 +----
 4 files changed, 90 insertions(+), 6 deletions(-)

1999-10-13 16:32:59 +0000 [c88b6a9] Jan Rękorajski <baggins/at/pld-linux.org>

	* - 0.1.0

 configure.in | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

1999-10-13 16:18:43 +0000 [a1cb6ea] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed use of chkconfig - make rc?.d/{S,K} links by hand

 rc-scripts.spec.in | 51 +++++++++++++++++++++++++++++++++++----------------
 1 file changed, 35 insertions(+), 16 deletions(-)

1999-10-13 16:11:27 +0000 [b7966ff] Jan Rękorajski <baggins/at/pld-linux.org>

	* - removed usage of chkconfig

 rc.d/init.d/Makefile.am |  3 ---
 rc.d/init.d/allowlogin  |  3 +--
 rc.d/init.d/halt        | 33 -----------------------
 rc.d/init.d/killall     |  3 +--
 rc.d/init.d/network     |  3 +--
 rc.d/init.d/random      |  3 +--
 rc.d/init.d/reboot      | 32 -----------------------
 rc.d/init.d/shutdwn     | 69 -------------------------------------------------
 rc.d/init.d/single      |  3 +--
 9 files changed, 5 insertions(+), 147 deletions(-)

1999-10-13 16:04:16 +0000 [8024968] Jan Rękorajski <baggins/at/pld-linux.org>

	* - these should be from appropriate *mount packages (or NFS daemons)

 rc.d/init.d/netfs | 95 -------------------------------------------------------
 1 file changed, 95 deletions(-)

1999-10-13 15:56:31 +0000 [f57b8ab] Jan Rękorajski <baggins/at/pld-linux.org>

	* - obsoleted by netfs

 rc.d/init.d/nfsfs | 99 -------------------------------------------------------
 1 file changed, 99 deletions(-)

1999-10-13 09:06:50 +0000 [d6e39b0] waszi <waszi/at/pld-linux.org>

	* - conf.modules -> modules.conf needed by new modutils

 rc.d/rc.sysinit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

1999-10-12 14:09:29 +0000 [5981412] Jan Rękorajski <baggins/at/pld-linux.org>

	* - version 0.0.12 - halt, reboot and shutwdn merged into rc.shutdown - moved ldconfig at the end of rc system

 configure.in | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

1999-10-07 00:49:51 +0000 [b967329] kloczek <kloczek/at/pld-linux.org>

	* - updated partialy documentation.

 doc/net-scripts.txt | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)

1999-10-06 16:52:37 +0000 [830949c] kloczek <kloczek/at/pld-linux.org>

	* - remove bashizm in using test ("=" instead "==").

 rc.d/init.d/allowlogin              |  6 +++---
 rc.d/init.d/functions               |  6 +++---
 rc.d/init.d/functions.network       | 28 ++++++++++++-------------
 rc.d/init.d/network                 |  4 ++--
 rc.d/rc                             |  8 +++----
 rc.d/rc.sysinit                     | 28 ++++++++++++-------------
 sysconfig/network-scripts/ifdown    | 12 +++++------
 sysconfig/network-scripts/ifdown-sl |  4 ++--
 sysconfig/network-scripts/ifup      | 40 +++++++++++++++++------------------
 sysconfig/network-scripts/ifup-post |  4 ++--
 sysconfig/network-scripts/ifup-sl   |  4 ++--
 sysconfig/network-scripts/tnldown   | 12 +++++------
 sysconfig/network-scripts/tnlup     | 42 ++++++++++++++++++-------------------
 13 files changed, 99 insertions(+), 99 deletions(-)

1999-09-28 16:17:30 +0000 [f3002e1] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - support for getting interface configuration from LDAP

 sysconfig/network-scripts/ifdown       | 10 +++-------
 sysconfig/network-scripts/ifdown-post  |  4 +++-
 sysconfig/network-scripts/ifdown-ppp   |  4 +++-
 sysconfig/network-scripts/ifdown-sl    |  4 +++-
 sysconfig/network-scripts/ifup         |  9 ++-------
 sysconfig/network-scripts/ifup-aliases | 14 ++++++++++++--
 sysconfig/network-scripts/ifup-ipx     |  5 +++--
 sysconfig/network-scripts/ifup-post    |  3 ++-
 sysconfig/network-scripts/ifup-ppp     |  4 +++-
 9 files changed, 34 insertions(+), 23 deletions(-)

1999-09-28 16:16:42 +0000 [97e54be] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - support for loading interface configuration from LDAP

 rc.d/init.d/network | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

1999-09-28 16:15:56 +0000 [c6df6b3] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - functions for getting interfaces and aliases lists from LDAP added - fixed getting interface info from LDAP

 rc.d/init.d/functions.network | 82 +++++++++++++++++++++++++++++--------------
 1 file changed, 55 insertions(+), 27 deletions(-)

1999-09-28 14:43:40 +0000 [e051e36] kloczek <kloczek/at/pld-linux.org>

	* - release version 0.0.11

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-28 14:42:00 +0000 [0437faf] kloczek <kloczek/at/pld-linux.org>

	* - updated pl translation.

 po/pl.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

1999-09-28 14:24:23 +0000 [6a9ef4b] kloczek <kloczek/at/pld-linux.org>

	* - fix: print "Entering" instead "Leaving" on entering in runlevel.

 rc.d/rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-28 14:23:07 +0000 [153ffa2] kloczek <kloczek/at/pld-linux.org>

	* - busy() instead started() on bigining initialize RAID.

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-28 14:04:19 +0000 [1b4bb8c] kloczek <kloczek/at/pld-linux.org>

	* - print 'fail' status on on failing initialize raid and 'done' on corect   initialize raid.

 rc.d/rc.sysinit | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

1999-09-28 14:02:41 +0000 [b54a1de] kloczek <kloczek/at/pld-linux.org>

	* - fixes.

 rc.d/init.d/functions.network | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

1999-09-28 13:17:27 +0000 [cdc80f4] kloczek <kloczek/at/pld-linux.org>

	* - fix raid deintialization: deinitialize only active devices (removed also   using grep in getting active md devices list).

 rc.d/init.d/shutdwn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-28 12:48:41 +0000 [85ebcce] kloczek <kloczek/at/pld-linux.org>

	* - rearanged text.

 rc.d/init.d/functions.network | 289 +++++++++++++++++++++++-------------------
 1 file changed, 158 insertions(+), 131 deletions(-)

1999-09-28 12:48:16 +0000 [391798b] kloczek <kloczek/at/pld-linux.org>

	* - fixed bug on checking is file with interface description exist, - removed getting dummy code $PARENTCONFIG (this afects net interfaces LDAP   description).

 rc.d/init.d/functions.network | 24 ++++++------------------
 1 file changed, 6 insertions(+), 18 deletions(-)

1999-09-27 20:02:52 +0000 [032ef40] Artur Frysiak <artur/at/frysiak.net>

	* - arp on for eth by default

 sysconfig/network-scripts/ifup | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

1999-09-27 18:31:05 +0000 [3291d18] Artur Frysiak <artur/at/frysiak.net>

	* - fixed typo

 rc.d/init.d/functions | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

1999-09-27 16:03:49 +0000 [6b5291a] Artur Frysiak <artur/at/frysiak.net>

	* - version 0.0.10

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-27 15:40:16 +0000 [05cbd00] Artur Frysiak <artur/at/frysiak.net>

	* - fixes

 po/pl.po | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

1999-09-27 15:31:00 +0000 [dd0599f] kloczek <kloczek/at/pld-linux.org>

	* - typo.

 po/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-27 15:29:02 +0000 [b68e38f] kloczek <kloczek/at/pld-linux.org>

	* - more translations.

 po/pl.po | 41 +++++++++++++----------------------------
 1 file changed, 13 insertions(+), 28 deletions(-)

1999-09-27 15:14:20 +0000 [1d89afb] Artur Frysiak <artur/at/frysiak.net>

	* - sync

 po/pl.po | 83 +++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 51 insertions(+), 32 deletions(-)

1999-09-27 15:12:26 +0000 [0816343] Artur Frysiak <artur/at/frysiak.net>

	* - nls fixes

 rc.d/init.d/shutdwn |  5 +++--
 rc.d/rc.sysinit     | 18 ++++--------------
 2 files changed, 7 insertions(+), 16 deletions(-)

1999-09-27 15:00:30 +0000 [7029ee8] Artur Frysiak <artur/at/frysiak.net>

	* - small correction

 po/pl.po | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

1999-09-27 14:53:27 +0000 [efb6ef2] kloczek <kloczek/at/pld-linux.org>

	* - fixed some typos, more translations.

 po/pl.po | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

1999-09-27 14:24:52 +0000 [1ccf84b] Artur Frysiak <artur/at/frysiak.net>

	* - zmiana na formy bezosobowe - dodanie kilku nowych tłumaczeń

 po/pl.po | 155 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 83 insertions(+), 72 deletions(-)

1999-09-27 14:23:04 +0000 [b1080c0] Artur Frysiak <artur/at/frysiak.net>

	* - nls fixes

 rc.d/rc.sysinit | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

1999-09-27 10:02:43 +0000 [387d161] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - cleanups

 sysconfig/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-27 10:01:33 +0000 [4833e2e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - nopmtudisc isn't specified by default - cleanups

 sysconfig/network-scripts/tnldown | 5 +----
 sysconfig/network-scripts/tnlup   | 7 ++-----
 2 files changed, 3 insertions(+), 9 deletions(-)

1999-09-27 09:59:57 +0000 [d3f070c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - checking for interface via MULTICAST setting instead of ARP setting - we are using ,,onlink'' option for tunnels

 sysconfig/network-scripts/ifup | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

1999-09-27 09:58:00 +0000 [d4e799f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - more /proc/sys/net support (it can be buggy !!! testers needed) - fixed status reporting

 rc.d/init.d/network | 56 +++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 42 insertions(+), 14 deletions(-)

1999-09-27 09:56:25 +0000 [2bf1f52] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - termput cleanups - removed unnecesary pid of process checking - returns ,,died'' instead ,,failed'' in some cases - fixed nls()

 rc.d/init.d/functions | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

1999-09-27 09:54:58 +0000 [3d27046] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - cleanups

 rc.d/init.d/allowlogin | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

1999-09-27 09:53:23 +0000 [af428c3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fixed setup_nat() when /etc/sysconfig/static-nat doesn't exist - flushing instead deleting routing and addresses when down lo interface

 rc.d/init.d/functions.network | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

1999-09-26 14:56:09 +0000 [12d804c] Jacek Konieczny <jajcus/at/pld-linux.org>

	* - first step to keeping interface information in LDAP

 rc.d/init.d/functions.network | 56 ++++++++++++++++++++++++++++++++++++++-----
 sysconfig/network             | 10 +++++++-
 2 files changed, 59 insertions(+), 7 deletions(-)

1999-09-15 21:43:48 +0000 [35f1c83] Artur Frysiak <artur/at/frysiak.net>

	* - fixed typos

 rc-scripts.spec.in | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

1999-09-15 21:20:36 +0000 [75884bc] Artur Frysiak <artur/at/frysiak.net>

	* - fixed nls messages - ignore autogenerated files

 po/.cvsignore          |  2 ++
 rc.d/init.d/allowlogin |  6 ++----
 rc.d/init.d/functions  |  4 ++--
 rc.d/rc                | 14 +++++++++++---
 rc.d/rc.sysinit        |  8 ++++----
 5 files changed, 21 insertions(+), 13 deletions(-)

1999-09-15 21:19:13 +0000 [b143714] Artur Frysiak <artur/at/frysiak.net>

	* - removed autogenerated file

 po/rc-scripts.pot | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

1999-09-15 21:17:30 +0000 [2c883f5] Artur Frysiak <artur/at/frysiak.net>

	* - added list of shell scripts

 configure.in | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

1999-09-15 21:16:39 +0000 [f15012a] Artur Frysiak <artur/at/frysiak.net>

	* - helper scripts: extract messages from scripts and make pot file

 makepot.pl | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)

1999-09-15 21:12:20 +0000 [f759828] Artur Frysiak <artur/at/frysiak.net>

	* - fixed `make rc-scripts.pot` - updated polish translation

 po/Makefile.am |  13 +--
 po/pl.po       | 352 ++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 216 insertions(+), 149 deletions(-)

1999-09-15 10:35:07 +0000 [3d08598] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - errors from interfaces and tunnel checking > /dev/null

 rc.d/init.d/network | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

1999-09-15 10:22:55 +0000 [51f57a8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - removed ipchains-setup.txt

 doc/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

1999-09-15 10:16:49 +0000 [b568fc8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - we are adding fe80::IPv4 addresses to sit interfaces _only_

 sysconfig/network-scripts/ifup | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

1999-09-15 10:15:35 +0000 [e97fa1d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added information about using tnlcfg-xxx instead of ifcfg-xxx

 sysconfig/interfaces/tnlcfg-description | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

1999-09-15 10:14:39 +0000 [1f2b0f7] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fixed typo

 po/pl.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-13 13:37:04 +0000 [908f242] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added test if /var/run is writable to avoid errors if it is read-only

 rc.d/rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-13 13:29:46 +0000 [abf1565] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added missing cvs keyword

 sysconfig/i18n | 2 ++
 1 file changed, 2 insertions(+)

1999-09-13 13:28:38 +0000 [a517d95] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - removed obsolete documentation

 doc/ipchains-setup.txt | 16 ----------------
 1 file changed, 16 deletions(-)

1999-09-13 13:26:43 +0000 [8092fc9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - another support for IPv4 aliases via IPADDR_ALIASES variable

 sysconfig/interfaces/ifcfg-description |  3 ++-
 sysconfig/network-scripts/ifup         | 23 +++++++++++++++++++----
 2 files changed, 21 insertions(+), 5 deletions(-)

1999-09-13 13:25:54 +0000 [4b3c253] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - another way to set TTL or TOS to avoid 'inherit' value - cleanups in var names

 sysconfig/network-scripts/tnldown |  7 ++++---
 sysconfig/network-scripts/tnlup   | 26 +++++++++++++-------------
 2 files changed, 17 insertions(+), 16 deletions(-)

1999-09-13 13:25:02 +0000 [60df57e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fixed status reporting

 rc.d/init.d/network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

1999-09-04 19:49:41 +0000 [3c7d3dc] waszi <waszi/at/pld-linux.org>

	* umount -a fixed

 rc.d/init.d/shutdwn | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

1999-09-04 19:48:47 +0000 [5f8c375] waszi <waszi/at/pld-linux.org>

	* now is rootfs on NFS compatible

 rc.d/rc.sysinit | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

1999-09-04 19:47:15 +0000 [72e4878] waszi <waszi/at/pld-linux.org>

	* small fixes

 rc.d/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1999-09-03 07:54:22 +0000 [a9d19fd] Artur Frysiak <artur/at/frysiak.net>

	* posible fix for umounting /usr

 rc.d/init.d/shutdwn | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

1999-09-03 07:42:29 +0000 [0bd4509] Artur Frysiak <artur/at/frysiak.net>

	* fix in termput()

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-03 07:24:27 +0000 [c6c1bd0] Artur Frysiak <artur/at/frysiak.net>

	* termput() check for /usr/share/terminfo and tput everytime

 rc.d/init.d/functions | 28 +++++++++++-----------------
 1 file changed, 11 insertions(+), 17 deletions(-)

1999-09-02 12:42:44 +0000 [606ce9e] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added proper rc.init version

 rc.d/rc.init | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

1999-09-02 12:38:52 +0000 [5ecfdd8] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - updated

 NEWS               |  7 +++++--
 README             |  4 +++-
 TODO               | 11 +++++------
 autogen.sh         |  4 ++--
 rc-scripts.spec.in |  4 ++--
 rc.d/Makefile.am   |  3 ++-
 rc.d/initscript    | 21 ---------------------
 7 files changed, 19 insertions(+), 35 deletions(-)

1999-09-02 12:38:45 +0000 [0fdb002] Artur Frysiak <artur/at/frysiak.net>

	* removed

 rc.d/rc.init | 22 ----------------------
 1 file changed, 22 deletions(-)

1999-09-02 12:30:19 +0000 [a9a97bf] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - another way do check if IPv4/6 is specified on interface - fixed few typo

 sysconfig/network-scripts/ifdown | 23 +++++++++++------------
 sysconfig/network-scripts/ifup   | 27 +++++++++++++--------------
 2 files changed, 24 insertions(+), 26 deletions(-)

1999-09-02 12:29:17 +0000 [767c870] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added function to setup NAT rules - modprobing ipv6.o is now done in autoclean mode - removed ipchains (this script should be in ipchains package) - better errors handling in run_cmd()

 rc.d/init.d/Makefile.am       |   1 -
 rc.d/init.d/functions         |   4 +-
 rc.d/init.d/functions.network |  29 ++++++++---
 rc.d/init.d/ipchains          | 118 ------------------------------------------
 4 files changed, 24 insertions(+), 128 deletions(-)

1999-09-02 12:26:31 +0000 [c0aecb1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - modprobe modules in autoclean mode and report errors via syslog - added check for /lib/modules/`uname -r`/*/module_name.o

 sysconfig/network-scripts/tnlup | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

1999-09-02 12:25:35 +0000 [39465f4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* -load slip.o module if available (in autoclean mode)

 sysconfig/network-scripts/ifup-sl | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

1999-09-02 12:24:35 +0000 [833bc9c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - SIT tunnels are upped at the end

 rc.d/init.d/network | 38 +++++++++++++++++++++++++-------------
 1 file changed, 25 insertions(+), 13 deletions(-)

1999-09-02 12:16:15 +0000 [5d5d538] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - logging errors from depmod and modprobe via syslog

 rc.d/rc.sysinit | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

1999-09-02 12:13:32 +0000 [01ac224] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - renamed initscript to rc.init

 rc.d/rc.init | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

1999-09-02 12:11:29 +0000 [9fa63d6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fixed typos

 doc/ipcalc.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-09-02 12:11:06 +0000 [7743173] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added casts to proper types and started NLSing

 src/initlog.c    | 5 +++--
 src/ipcalc.c     | 4 ++++
 src/netreport.c  | 2 ++
 src/process.c    | 5 +++--
 src/usernetctl.c | 2 ++
 src/usleep.c     | 7 ++++---
 6 files changed, 18 insertions(+), 7 deletions(-)

1999-08-31 23:51:42 +0000 [21c1294] Artur Frysiak <artur/at/frysiak.net>

	* - load /etc/ethers after interface ups.

 rc.d/init.d/network | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

1999-08-31 23:30:37 +0000 [432989a] Artur Frysiak <artur/at/frysiak.net>

	* - fix in make symlinks to rc.local

 rc-scripts.spec.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

1999-08-31 23:12:45 +0000 [706a60e] Artur Frysiak <artur/at/frysiak.net>

	* - version up to 0.0.9 - added printf_() equwalent to bash built-in printf() or /usr/bin/printf - changed nls() to work like printf - tput() -> termput() - changed all show bla bla; to show "bla bla"; - added symlinks to /etc/rc.d/rc.local

 configure.in                  |  4 ++--
 rc-scripts.spec.in            |  9 +++++--
 rc.d/init.d/functions         | 55 ++++++++++++++++++++++++++++++-------------
 rc.d/init.d/functions.network | 20 ++++++++--------
 rc.d/rc                       | 10 ++++----
 rc.d/rc.sysinit               |  4 ++--
 6 files changed, 64 insertions(+), 38 deletions(-)

1999-08-31 13:59:36 +0000 [98a6187] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - fixed quotacheck calls

 rc.d/rc.sysinit | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

1999-08-26 11:05:04 +0000 [00cd492] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - interfejs sit0 musi być podnoszony na samym końcu

 TODO | 2 ++
 1 file changed, 2 insertions(+)

1999-08-25 14:15:36 +0000 [035f080] mikrobi <robin/at/atm.com.pl>

	* - added DEFAULTHANDLING variable (mainly for ATM startup scripts)

 sysconfig/network-scripts/ifdown | 6 +++++-
 sysconfig/network-scripts/ifup   | 8 ++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

1999-08-20 13:39:55 +0000 [7340017] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* added two nls calls

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-20 13:37:48 +0000 [ebce38b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - ipv6 addresses arn't deleted when lo device is downing (some people doesn't use IPv6, yet)

 rc.d/init.d/functions.network | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

1999-08-18 13:28:51 +0000 [3b11ce5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* fixed raid starting

 rc.d/rc.sysinit | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

1999-08-16 09:38:39 +0000 [4c3f3bf] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* killall is now chkconfig ready. updated TODO list.

 TODO                |  8 ++++----
 rc-scripts.spec.in  | 10 ++--------
 rc.d/init.d/killall | 43 +++++++++++++++++++++++++++----------------
 3 files changed, 33 insertions(+), 28 deletions(-)

1999-08-14 13:18:23 +0000 [98626ac] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* removed unnecesary check (via fuser)

 sysconfig/network-scripts/ifup-sl | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

1999-08-14 13:16:08 +0000 [c6619e1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* removed [ -f /etc/sysconfig/interfaces/$i ] tests

 rc.d/init.d/network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

1999-08-14 13:16:31 +0000 [0f72c4b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* typo

 sysconfig/network-scripts/ifup-sl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-14 12:57:49 +0000 [ecb2575] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* increased sleep value after starting slattach to 2 seconds

 sysconfig/network-scripts/ifup-sl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-14 12:39:07 +0000 [2bb5e89] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* "quotaon /" removed. quota is turned on later by quotaon -a

 rc.d/rc.sysinit | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

1999-08-14 12:01:18 +0000 [d21517c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* modprobing ipip ip_gre modules moved temporary to tnlup

 rc.d/init.d/functions.network   | 4 ++--
 sysconfig/network-scripts/tnlup | 8 +++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

1999-08-14 11:56:41 +0000 [f10c87a] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* interfaces file names must starting from "ifcfg-"

 rc-scripts.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-14 11:41:08 +0000 [93f97fc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* fixed DIRECT_CONNECT mode (ie. for using slattach)

 sysconfig/network-scripts/ifup-sl | 37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

1999-08-14 11:40:15 +0000 [ea04cbe] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* now $FULLDEVNAME is passed to ifup-routes (fixed problem with duplicate routes)

 sysconfig/network-scripts/ifup-post | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-14 11:25:50 +0000 [4cb3ec6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* changed path to ifup (now it's /sbin/ifup)

 sysconfig/network-scripts/ifup-aliases | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-14 11:01:57 +0000 [96a6a36] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - \b\b\b\b... characters also are NLSed (this is needed when translating "DONE", "BUSY" etc.

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-14 10:56:51 +0000 [dc35bdf] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* added new variable SET_SLINKS. If it set to "yes" then rc.sysinit is setting symlinks in /boot dependent on kernel version.

 rc.d/rc.sysinit  | 5 ++++-
 sysconfig/system | 6 +++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

1999-08-14 10:53:35 +0000 [6af438b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* typo in locale path

 rc-scripts.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-14 10:51:10 +0000 [d422d06] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* we are adding IPv4 based link-local addresses, too.

 sysconfig/network-scripts/ifup | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

1999-08-12 09:54:27 +0000 [5726f16] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - aliasing are upped via ifup-aliases after main device is up

 rc.d/init.d/network                    | 21 +++++++++------------
 sysconfig/network-scripts/ifup-aliases | 24 ++++++++++++++++--------
 2 files changed, 25 insertions(+), 20 deletions(-)

1999-08-09 21:05:27 +0000 [5b4d2a0] Artur Frysiak <artur/at/frysiak.net>

	* - changed ptintf to awk

 rc.d/init.d/functions | 4 ++--
 rc.d/rc               | 8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

1999-08-09 20:44:03 +0000 [03add6e] Artur Frysiak <artur/at/frysiak.net>

	* - added Requires: /bin/gettext

 rc-scripts.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

1999-08-09 20:42:02 +0000 [cb63bcc] Artur Frysiak <artur/at/frysiak.net>

	* - fix remount to ro

 rc.d/init.d/shutdwn | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

1999-08-09 20:20:51 +0000 [9fa070b] kloczek <kloczek/at/pld-linux.org>

	* - removed ipchans and addes i18n to syscinfig files.

 sysconfig/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-09 20:19:42 +0000 [54d3a1b] kloczek <kloczek/at/pld-linux.org>

	* - not neccessary (ip chaninc is handled by firewal-init scripts package).

 sysconfig/ipchains | 6 ------
 1 file changed, 6 deletions(-)

1999-08-09 20:00:08 +0000 [5d3bb68] Artur Frysiak <artur/at/frysiak.net>

	* - more locale strings - fix locale support in configure.in

 configure.in          |  6 +++++-
 rc.d/init.d/functions | 32 ++++++++++++++++----------------
 2 files changed, 21 insertions(+), 17 deletions(-)

1999-08-09 19:58:00 +0000 [a1245ed] kloczek <kloczek/at/pld-linux.org>

	* - added /etc/sysconfig/i18n as a %config file.

 rc-scripts.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

1999-08-09 19:44:58 +0000 [0b6011e] kloczek <kloczek/at/pld-linux.org>

	* - release 0.0.8.

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-07 10:16:14 +0000 [dcd3275] Artur Frysiak <artur/at/frysiak.net>

	* - expr -> $(( )) - wstęp automake/autoconf do locale

 Makefile.am                      |   4 +-
 configure.in                     |  43 +++++-
 po/Makefile.am                   | 112 +++++++++++++++
 po/rc-scripts.pot                | 295 ---------------------------------------
 rc-scripts.spec.in               |   8 +-
 rc.d/init.d/functions            |   4 +-
 rc.d/init.d/functions.network    |   6 +-
 rc.d/init.d/ipchains             |   4 +-
 sysconfig/interfaces/Makefile.am |   1 -
 9 files changed, 168 insertions(+), 309 deletions(-)

1999-08-06 13:06:59 +0000 [28ce219] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* fixed bug with math

 rc.d/init.d/functions.network | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

1999-08-06 13:02:54 +0000 [2e4b06c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* added return 0 to proc_net() function

 rc.d/init.d/functions.network | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

1999-08-06 10:25:28 +0000 [28a364b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* removed last change

 rc.d/init.d/network | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

1999-08-04 16:59:01 +0000 [e195e07] Jan Rękorajski <baggins/at/pld-linux.org>

	* A BUG has been fixed! jak używacie zmiennych shella misiowie to tam _musi_ być $ na początku!

 rc.d/init.d/network | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

1999-08-02 14:51:34 +0000 [27b8681] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* moved here from SysVinit package

 rc.d/initscript | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

1999-08-02 13:04:45 +0000 [6eeeb6a] kloczek <kloczek/at/pld-linux.org>

	* - reformated.

 setsysfont | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

1999-08-02 12:04:44 +0000 [a1c10c0] kloczek <kloczek/at/pld-linux.org>

	* - changed group to utmp on utmpx (to be compliant with RH).

 rc.d/rc.sysinit | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-08-02 10:08:05 +0000 [2a1f1ac] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - poprawiony błąd "Delaying xxxx initialization." mimo poprawnej konfiguracji - tworzone są poprawne linki do /boot/System.map-version

 README                              |  6 +++-
 rc.d/init.d/functions.network       |  4 +--
 rc.d/rc.sysinit                     | 55 ++++++++++++++++++-------------------
 sysconfig/network-scripts/ifup      |  5 ++--
 sysconfig/network-scripts/ifup-post |  4 +--
 5 files changed, 38 insertions(+), 36 deletions(-)

1999-08-01 19:26:44 +0000 [fb4544b] kloczek <kloczek/at/pld-linux.org>

	* - shut files.

 po/.cvsignore | 5 +++++
 1 file changed, 5 insertions(+)

1999-07-31 11:26:25 +0000 [11c25ae] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - pot + pl tłumaczenie

 po/pl.po          | 262 ++++++++++++++++++++++++++++++++++++++++++++++++
 po/rc-scripts.pot | 295 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 557 insertions(+)

1999-07-31 11:24:20 +0000 [38198f5] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - dodana obsługa statycznej tablicy ARP - interfejs lo nie wymaga pliku konfiguracyjnego - dodane wsparcie dla innych języków niż angielski (NLS) - rc.sysinit && rc ustawia odpowiednie zmienne potrzebne do obsługi NLS - ustawianie fontów, map już w skryptcie setsysfont - ifup && ifdown: wreszcie poprawnie działają dla interfejsów IPv6 only - dla deinicjowania sieci interfejsy sortujemy w porządku odwróconym - wykorzystujemy _wyłącznie_ iproute2 (zmodyfikowane wszelkie odwołania do ifconfig lub route) - usunięte Requires: net-tools - dodane label ${FULLDEVNAME} przy deinicjowaniu interfejsów - usunięty baggins z AUTHORS - dodane COPYING (GPL) oraz standardowy plik INSTALL - dodana możliwość obsługi tłumaczeń DONE, BUSY itp o dlugości różnej od 4 liter

 AUTHORS                             |  17 +-
 COPYING                             | 339 ++++++++++++++++++++++++++++++++++++
 INSTALL                             | 184 ++++++++++++++++++-
 NEWS                                |   5 +-
 TODO                                |   4 -
 autogen.sh                          |   2 +-
 configure.in                        |   1 +
 doc-devel/ogolnie                   |  14 --
 inittab                             |   2 +-
 ppp/ip-down.d/logger                |   2 +-
 ppp/ip-up.d/logger                  |   2 +-
 rc-scripts.spec.in                  |   5 +-
 rc.d/init.d/allowlogin              |   7 +-
 rc.d/init.d/functions               |  35 ++--
 rc.d/init.d/functions.network       |  29 ++-
 rc.d/init.d/halt                    |   5 +
 rc.d/init.d/ipchains                |   2 +
 rc.d/init.d/killall                 |   3 +-
 rc.d/init.d/netfs                   |  21 ++-
 rc.d/init.d/network                 |  43 +++--
 rc.d/init.d/nfsfs                   |  21 ++-
 rc.d/init.d/random                  |  13 +-
 rc.d/init.d/reboot                  |   7 +-
 rc.d/init.d/shutdwn                 |  10 +-
 rc.d/init.d/single                  |  10 +-
 rc.d/rc                             |  27 ++-
 rc.d/rc.sysinit                     |  53 ++++--
 setsysfont                          |  21 ++-
 sysconfig/i18n                      |   1 +
 sysconfig/interfaces/ifcfg-lo       |   8 -
 sysconfig/ipchains                  |   1 +
 sysconfig/network                   |   6 +
 sysconfig/network-scripts/ifdown    |  24 ++-
 sysconfig/network-scripts/ifup      |  43 +++--
 sysconfig/network-scripts/ifup-plip |  15 +-
 sysconfig/network-scripts/ifup-post |  20 ++-
 sysconfig/network-scripts/ifup-sl   |  32 ++--
 sysconfig/network-scripts/tnldown   |   3 +-
 sysconfig/network-scripts/tnlup     |   7 +-
 sysconfig/system                    |   2 +
 40 files changed, 857 insertions(+), 189 deletions(-)

1999-07-29 15:09:24 +0000 [d283616] stangrze <stangrze/at/pld-linux.org>

	* Zrobione. (to z ipv6)

 TODO | 2 --
 1 file changed, 2 deletions(-)

1999-07-29 13:59:37 +0000 [beb2463] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* now running tnlup/tnldown tunel is possible

 TODO                              |  4 +---
 sysconfig/network-scripts/tnldown | 14 +++++++++++++-
 sysconfig/network-scripts/tnlup   | 14 +++++++++++++-
 3 files changed, 27 insertions(+), 5 deletions(-)

1999-07-27 23:47:20 +0000 [3d91df7] kloczek <kloczek/at/pld-linux.org>

	* - added pasiing LDFLAGS="-s" to ./configure enviroment (cause stripping binaries).

 rc-scripts.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

1999-07-27 12:51:18 +0000 [644b36d] kloczek <kloczek/at/pld-linux.org>

	* - dodać możliwość ustawiania statycznej tablicy arp (patrz: man ethers arp   opcja -f). Najpawdopodobniej najlepszym miescem będzie punkt mię   podnoszeniem lo a nastepnych interfejsów.

 TODO | 7 +++++++
 1 file changed, 7 insertions(+)

1999-07-27 12:24:40 +0000 [1359026] kloczek <kloczek/at/pld-linux.org>

	* - version up to 0.0.7.

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1999-07-27 11:50:37 +0000 [1a2adc7] kloczek <kloczek/at/pld-linux.org>

	* - use raidadd instead raidstart during initialization RAID deveces, - added raidrun for activate md devices.

 rc.d/rc.sysinit | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

1999-07-27 06:32:44 +0000 [7ded869] Artur Frysiak <artur/at/frysiak.net>

	* - rc.sysvinit działa z e2fsprogs 1.15 (testowane z LABEL=, do przetestowania UUID=)

 TODO | 1 -
 1 file changed, 1 deletion(-)

1999-07-27 03:44:18 +0000 [cf10630] kloczek <kloczek/at/pld-linux.org>

	* - o ile to możliwe usunąć używanie awk i sed zastępować użyewaniem sh lub   przynajmeniej zastępować awka sedem

 TODO | 2 ++
 1 file changed, 2 insertions(+)

1999-07-27 03:35:42 +0000 [adbc329] kloczek <kloczek/at/pld-linux.org>

	* - added allowlogin to inet.d scripts, - fixed typo in post, - cosmetics,

 rc-scripts.spec.in | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

1999-07-27 03:25:58 +0000 [d780e44] kloczek <kloczek/at/pld-linux.org>

	* - added allowlogin to init_SCRIPTS.

 rc.d/init.d/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

1999-07-27 03:11:51 +0000 [75af5e2] kloczek <kloczek/at/pld-linux.org>

	* - added ifdown-post to networkscripts_SCRIPTS.

 sysconfig/network-scripts/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

1999-07-27 02:51:44 +0000 [b87efb1] kloczek <kloczek/at/pld-linux.org>

	* - chnegd "#!/bin/bash" to "#!/bin/sh".

 ppp/ip-down | 4 ++--
 ppp/ip-up   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

1999-07-22 21:53:41 +0000 [23b620b] Artur Frysiak <artur/at/frysiak.net>

	* e2progs 1.15

 TODO | 1 +
 1 file changed, 1 insertion(+)

1999-07-22 21:51:39 +0000 [0a3cf6a] stangrze <stangrze/at/pld-linux.org>

	* Maly hack zeby dzialaly iface tylko na ipv6. Pomijane jest wyliczanie natmaski/prefixu jak adres ipv4 nie jest zdefiniowany.

 sysconfig/network-scripts/ifup | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

1999-07-22 15:13:47 +0000 [8fe2efa] kloczek <kloczek/at/pld-linux.org>

	* - version to 0.0.6.

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1999-07-22 11:11:11 +0000 [4055607] Artur Frysiak <artur/at/frysiak.net>

	* cleanup for release

 rc-scripts.spec.in               | 61 ++++++++++++++++------------------------
 sysconfig/interfaces/Makefile.am |  7 +++--
 2 files changed, 29 insertions(+), 39 deletions(-)

1999-07-22 10:44:12 +0000 [016a224] Artur Frysiak <artur/at/frysiak.net>

	* uwaga do tnlup

 TODO | 1 +
 1 file changed, 1 insertion(+)

1999-07-22 10:40:11 +0000 [08bbee0] Artur Frysiak <artur/at/frysiak.net>

	* TODO list

 TODO | 2 ++
 1 file changed, 2 insertions(+)

1999-07-22 10:23:20 +0000 [a3f4f05] Artur Frysiak <artur/at/frysiak.net>

	* cleanup

 .../{ifcfg-eth0.wiget => ifcfg-description}        |  2 +-
 sysconfig/interfaces/tnlcfg-description            | 26 ++++++++++++++
 sysconfig/interfaces/tnlcfg-icm                    | 42 +++++++++-------------
 3 files changed, 44 insertions(+), 26 deletions(-)

1999-07-22 10:19:03 +0000 [dcfc5b4] Artur Frysiak <artur/at/frysiak.net>

	* - added IPV6_ADDR - fixed PREFIX

 sysconfig/interfaces/ifcfg-lo | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

1999-07-22 09:09:35 +0000 [c1420a4] Artur Frysiak <artur/at/frysiak.net>

	* - cleanup

 rc-scripts.spec.in | 60 ++++++------------------------------------------------
 1 file changed, 6 insertions(+), 54 deletions(-)

1999-07-22 08:46:28 +0000 [411480e] Artur Frysiak <artur/at/frysiak.net>

	* typo

 rc.d/init.d/shutdwn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1999-07-21 14:30:35 +0000 [b59958c] stangrze <stangrze/at/pld-linux.org>

	*  Expresion with /usr/bin/cut replaced by one with sed ;-)  now rc-scripts only need /bin to work properly.

 rc.d/init.d/network | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

1999-07-21 13:52:26 +0000 [764eba4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* obsoletes

 rc.d/init.d/functions-ip6 | 539 ----------------------------------------------
 1 file changed, 539 deletions(-)

1999-07-20 09:03:43 +0000 [32106ad] Artur Frysiak <artur/at/frysiak.net>

	* rc.serial moved to setserial

 rc-scripts.spec.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

1999-07-15 13:43:20 +0000 [cc38f54] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added >/dev/null 2>&1 to kill

 rc.d/init.d/functions | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

1999-07-15 13:29:44 +0000 [e016cda] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - we are using better pidofproc() from RH initscripts - removed unnecesary check in rc.sysinit - removed all obsolete functions from functions.network - finished proc_net() function (interface to /proc/sys/net)

 rc.d/init.d/functions         |  72 +++++++-------
 rc.d/init.d/functions.network | 221 +++++++++---------------------------------
 rc.d/init.d/network           |  15 ++-
 rc.d/rc.sysinit               |   4 +-
 4 files changed, 97 insertions(+), 215 deletions(-)

1999-07-15 13:16:34 +0000 [f564964] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* requires: /bin/awk

 rc-scripts.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

1999-07-14 17:49:39 +0000 [c3f1c4a] kloczek <kloczek/at/pld-linux.org>

	* - moved to setserial.

 rc.d/rc.serial | 36 ------------------------------------
 1 file changed, 36 deletions(-)

1999-07-14 17:16:00 +0000 [4cd300d] kloczek <kloczek/at/pld-linux.org>

	* - removed rc.derial.

 rc.d/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

1999-07-13 13:27:50 +0000 [e8a963d] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* authors - based on ChangeLog

 AUTHORS | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

1999-07-13 12:52:52 +0000 [579c2c1] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - /proc is mounted before starting fsck (needed for working LABEL support is fsck) - fixed bug in show()

 rc.d/init.d/functions | 4 ++--
 rc.d/rc.sysinit       | 7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

1999-07-13 12:49:37 +0000 [b044310] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* massive :$

 AUTHORS                                      | 2 ++
 INSTALL                                      | 2 ++
 Makefile.am                                  | 3 +++
 NEWS                                         | 3 +++
 README                                       | 3 +++
 doc-devel/ogolnie                            | 1 +
 doc/ipchains-setup.txt                       | 1 +
 doc/net-scripts.txt                          | 1 +
 doc/sysconfig.txt                            | 1 +
 doc/sysvinitfiles                            | 1 +
 inittab                                      | 2 ++
 lang.csh                                     | 3 +++
 lang.sh                                      | 3 +++
 ppp/ip-down                                  | 3 ++-
 ppp/ip-up                                    | 5 +++--
 rc-scripts.spec.in                           | 1 +
 rc.d/init.d/functions                        | 2 +-
 rc.d/init.d/functions.network                | 3 +++
 rc.d/rc                                      | 2 ++
 rc.d/rc.local                                | 4 +++-
 rc.d/rc.serial                               | 3 ++-
 rc.d/rc.sysinit                              | 1 +
 setsysfont                                   | 3 +++
 sysconfig/interfaces/data/chat-ppp0.callback | 2 +-
 sysconfig/interfaces/data/chat-ppp0.leased1  | 1 +
 sysconfig/interfaces/data/chat-ppp0.tpsa     | 1 +
 sysconfig/interfaces/ifcfg-eth0.wiget        | 1 +
 sysconfig/interfaces/ifcfg-lo                | 1 +
 sysconfig/interfaces/ifcfg-ppp0.callback     | 1 +
 sysconfig/interfaces/ifcfg-ppp0.leased1      | 1 +
 sysconfig/interfaces/ifcfg-ppp0.leased2      | 1 +
 sysconfig/interfaces/ifcfg-sl0               | 2 ++
 sysconfig/interfaces/tnlcfg-icm              | 2 ++
 sysconfig/network-scripts/ifdown             | 3 +++
 sysconfig/network-scripts/ifdown-post        | 3 +++
 sysconfig/network-scripts/ifdown-ppp         | 3 +++
 sysconfig/network-scripts/ifdown-sl          | 3 +++
 sysconfig/network-scripts/ifup               | 3 +++
 sysconfig/network-scripts/ifup-aliases       | 4 +++-
 sysconfig/network-scripts/ifup-ipx           | 3 +++
 sysconfig/network-scripts/ifup-plip          | 3 +++
 sysconfig/network-scripts/ifup-post          | 3 +++
 sysconfig/network-scripts/ifup-ppp           | 4 +++-
 sysconfig/network-scripts/ifup-routes        | 4 +++-
 sysconfig/network-scripts/ifup-sl            | 3 +++
 sysconfig/network-scripts/tnldown            | 2 ++
 sysconfig/network-scripts/tnlup              | 2 ++
 47 files changed, 99 insertions(+), 10 deletions(-)

1999-07-05 10:27:46 +0000 [24a5956] Artur Frysiak <artur/at/frysiak.net>

	* Requires: procps

 rc-scripts.spec.in | 2 ++
 1 file changed, 2 insertions(+)

1999-07-05 10:23:06 +0000 [5c73e2b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* we are using printf from sh-utils package instead of cut

 rc.d/init.d/functions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-07-05 09:12:06 +0000 [16742ce] Artur Frysiak <artur/at/frysiak.net>

	* - network-scripts moved to /etc/sysconfig

 configure.in       | 2 +-
 rc-scripts.spec.in | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

1999-07-05 08:47:55 +0000 [d71c981] Artur Frysiak <artur/at/frysiak.net>

	* Requires: net-tools, iproute2

 rc-scripts.spec.in | 2 ++
 1 file changed, 2 insertions(+)

1999-07-05 08:45:52 +0000 [dcb41e6] Artur Frysiak <artur/at/frysiak.net>

	* Requires: sed

 rc-scripts.spec.in | 1 +
 1 file changed, 1 insertion(+)

1999-07-05 08:39:36 +0000 [8d5c70a] Artur Frysiak <artur/at/frysiak.net>

	* - skrypty sieciowe w network-scripts - ipchains poniechane (jak ktoś chce to niech wsadzi w oddzielny moduł) - net-scripts i rc-scripts połączone w rc-scripts

 configure.in                          |  2 +-
 rc-scripts.spec.in                    | 15 +++++++++------
 sysconfig/network-scripts/Makefile.am | 16 +++++++++-------
 3 files changed, 19 insertions(+), 14 deletions(-)

1999-07-05 08:08:36 +0000 [f710261] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - przesunięte inormacje `ok`, `busy` itp w nieco w prawo (więcej miejsca na komunikaty) - dodajemy takze routing IPv6 na okreslone interfejsy

 rc.d/init.d/functions          | 6 +++---
 rc.d/rc                        | 6 +++---
 sysconfig/network-scripts/ifup | 1 +
 3 files changed, 7 insertions(+), 6 deletions(-)

1999-07-03 15:09:53 +0000 [d5747b9] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* i po tescie

 sysconfig/network-scripts/ChangeLog | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

1999-07-03 15:07:43 +0000 [026cd72] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* ip used to sed MAC address

 sysconfig/network-scripts/ifup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-07-03 15:06:38 +0000 [e72dbe3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* test

 sysconfig/network-scripts/ChangeLog | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

1999-07-02 13:21:27 +0000 [d836721] Artur Frysiak <artur/at/frysiak.net>

	* more Requires

 rc-scripts.spec.in | 1 +
 1 file changed, 1 insertion(+)

1999-07-02 11:49:25 +0000 [8c5e9a8] Artur Frysiak <artur/at/frysiak.net>

	* more Requires

 rc-scripts.spec.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

1999-07-02 11:31:21 +0000 [5d54048] Artur Frysiak <artur/at/frysiak.net>

	* added missing files

 rc-scripts.spec.in |  4 ++++
 src/Makefile.am    | 10 +++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

1999-07-02 11:14:33 +0000 [d2d2296] Artur Frysiak <artur/at/frysiak.net>

	* from src

 doc/ipcalc.1 | 4 ++++
 1 file changed, 4 insertions(+)

1999-07-02 11:14:13 +0000 [5e70e2d] Artur Frysiak <artur/at/frysiak.net>

	* added initlog.1

 doc/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

1999-07-02 11:12:57 +0000 [0865e2a] Artur Frysiak <artur/at/frysiak.net>

	* manuals in doc

 src/Makefile.am  | 10 +++++++---
 src/doexec.1     | 12 ------------
 src/initlog.1    | 48 ------------------------------------------------
 src/ipcalc.1     | 37 -------------------------------------
 src/netreport.1  | 22 ----------------------
 src/usernetctl.1 | 28 ----------------------------
 src/usleep.1     | 20 --------------------
 7 files changed, 7 insertions(+), 170 deletions(-)

1999-07-02 09:32:43 +0000 [a5401f3] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - ARPable by default

 rc.d/init.d/Makefile.am        | 3 ++-
 sysconfig/network-scripts/ifup | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

1999-07-02 09:29:52 +0000 [62c4265] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - obsługa multicast, arp, src - poprawka w "Delay Login" - poprawki w template ifcfg-eth0.wiget - tnlup && tnldown uwzględniają konfigurację w network - ustawianie defaulowo PROTOCOL=

 doc-devel/ogolnie                     |   6 +-
 rc.d/init.d/allowlogin                |  39 ++++++++++
 rc.d/init.d/network                   |   2 +-
 rc.d/init.d/network-ip6.init          | 137 ----------------------------------
 rc.d/rc                               |   5 --
 rc.d/rc.sysinit                       |   6 +-
 sysconfig/interfaces/ifcfg-eth0.wiget |  22 ++----
 sysconfig/network                     |  18 ++++-
 sysconfig/network-ip6                 |  54 --------------
 sysconfig/network-ip6.conf            |  47 ------------
 sysconfig/network-scripts/ifup        |  30 +++++---
 sysconfig/network-scripts/ifup-plip   |   2 +-
 sysconfig/network-scripts/tnldown     |   7 ++
 sysconfig/network-scripts/tnlup       |   7 ++
 14 files changed, 99 insertions(+), 283 deletions(-)

1999-07-01 21:10:17 +0000 [85a7106] Artur Frysiak <artur/at/frysiak.net>

	* now rc-scripts compile, install and make rpm correct

 configure.in                          |   4 +-
 rc-scripts.spec.in                    | 100 +++++++++++++++++-----------------
 sysconfig/interfaces/Makefile.am      |  15 ++++-
 sysconfig/interfaces/data/Makefile.am |   9 ++-
 4 files changed, 72 insertions(+), 56 deletions(-)

1999-07-01 14:37:12 +0000 [c511d19] Artur Frysiak <artur/at/frysiak.net>

	* ignore autogenerated

 sysconfig/interfaces/.cvsignore      | 2 ++
 sysconfig/interfaces/data/.cvsignore | 2 ++
 2 files changed, 4 insertions(+)

1999-06-29 16:38:04 +0000 [4ac87c2] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - poprawki w calcnetmask - net-tools (prawie) > /dev/null. Używamy iproute - poprawki w obsłudze aliasów (nie testowałem ale powinno być możliwe używanie   aliasów typu eth0:PLD_JEST_SUPER)

 rc.d/init.d/functions            |  2 +-
 rc.d/init.d/functions.network    | 15 +++++---
 rc.d/init.d/network              | 33 +++++++++++------
 sysconfig/network-scripts/ifdown | 21 +++++++++--
 sysconfig/network-scripts/ifup   | 78 +++++++++++++++++++---------------------
 sysconfig/network-scripts/tnlup  |  6 ++--
 6 files changed, 90 insertions(+), 65 deletions(-)

1999-06-28 20:05:04 +0000 [35f180f] kloczek <kloczek/at/pld-linux.org>

	* - template Makefile.am.

 sysconfig/interfaces/Makefile.am      | 7 +++++++
 sysconfig/interfaces/data/Makefile.am | 5 +++++
 2 files changed, 12 insertions(+)

1999-06-28 20:02:41 +0000 [36ddc8d] kloczek <kloczek/at/pld-linux.org>

	* - added missing "\".

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1999-06-28 15:39:11 +0000 [dffec7a] Artur Frysiak <artur/at/frysiak.net>

	* Autogenerated

 src/Makefile | 401 -----------------------------------------------------------
 1 file changed, 401 deletions(-)

1999-06-28 15:38:20 +0000 [ca263bb] Artur Frysiak <artur/at/frysiak.net>

	* first try to sync Makefile.am

 Makefile.am                           |   5 +-
 configure.in                          |   2 +
 rc-scripts.spec.in                    |  12 +-
 rc.d/init.d/Makefile.am               |   4 +-
 src/Makefile                          | 439 +++++++++++++++++++++++++++++++---
 sysconfig/Makefile.am                 |   6 +-
 sysconfig/network-scripts/Makefile.am |  11 +-
 7 files changed, 423 insertions(+), 56 deletions(-)

1999-06-28 14:30:26 +0000 [1fd98e6] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* moved chat*

 sysconfig/{network-scripts => interfaces/data}/chat-ppp0.callback | 0
 sysconfig/{network-scripts => interfaces/data}/chat-ppp0.leased1  | 0
 sysconfig/{network-scripts => interfaces/data}/chat-ppp0.tpsa     | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

1999-06-28 13:12:05 +0000 [3d3a564] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* wszędzie ${}

 sysconfig/network-scripts/tnlup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-06-28 13:07:45 +0000 [bd69a65] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - zmiana syntaxy dla routingu statycznego - if{up,down}-tnl -> tnl{up,down} - poprawki dotyczące PREFIX - tunnels-ip6.init, ifdhcpc-done - zbędne (zastąpione przez inne narzędzia)

 doc/sysconfig.txt                                 |  29 ++++-
 rc.d/init.d/functions.network                     |   1 +
 rc.d/init.d/network                               |   9 +-
 rc.d/init.d/tunnels-ip6.init                      | 131 ----------------------
 src/ipcalc.c                                      |   2 +-
 sysconfig/network-scripts/ifdhcpc-done            |  19 ----
 sysconfig/network-scripts/ifup                    |   2 +-
 sysconfig/network-scripts/ifup-routes             |   2 +-
 sysconfig/network-scripts/{ifdown-tnl => tnldown} |   0
 sysconfig/network-scripts/{ifup-tnl => tnlup}     |   0
 sysconfig/static-nat                              |   0
 11 files changed, 39 insertions(+), 156 deletions(-)

1999-06-27 18:48:31 +0000 [5379c9d] stangrze <stangrze/at/pld-linux.org>

	* Added function to calculate netmask from prefix

 rc.d/init.d/functions.network | 33 +++++++++++++++++++++++++++++++--
 1 file changed, 31 insertions(+), 2 deletions(-)

1999-06-27 18:26:38 +0000 [cbb598c] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* removed 2 config files

 doc-devel/ogolnie | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

1999-06-27 18:14:01 +0000 [bc81450] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* tunnels

 rc.d/init.d/network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1999-06-27 18:11:10 +0000 [80fd83b] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* NETMASK= is obsoletes (instead we use PREFIX=)

 doc/net-scripts.txt                     |  2 +-
 sysconfig/interfaces/ifcfg-eth0.wiget   |  2 +-
 sysconfig/interfaces/ifcfg-lo           |  2 +-
 sysconfig/interfaces/ifcfg-ppp0.leased1 |  2 +-
 sysconfig/interfaces/ifcfg-ppp0.leased2 |  2 +-
 sysconfig/network-scripts/ifup          | 16 +++++++++++++---
 sysconfig/network-scripts/ifup-plip     |  3 ++-
 7 files changed, 20 insertions(+), 9 deletions(-)

1999-06-27 17:34:25 +0000 [a25a4fd] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* PREFIX instead NETMASK in --prefix option

 src/ipcalc.1 |  5 ++---
 src/ipcalc.c | 12 ++++++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

1999-06-27 17:25:15 +0000 [6166a44] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* poprawki

 rc.d/init.d/functions.network | 1 -
 1 file changed, 1 deletion(-)

1999-06-27 17:24:04 +0000 [bd0ee19] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* poprawki

 rc.d/init.d/functions.network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1999-06-27 17:23:41 +0000 [3485c08] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* poprawki

 rc.d/init.d/functions.network | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

1999-06-27 17:11:13 +0000 [9deaa9f] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* typo

 rc.d/init.d/functions.network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

1999-06-27 17:00:19 +0000 [490f616] stangrze <stangrze/at/pld-linux.org>

	* Added function for calulating network prefix.

 rc.d/init.d/functions.network | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

1999-06-27 16:06:32 +0000 [cb0d239] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* small poprawken

 sysconfig/network-scripts/ifup | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

1999-06-27 15:30:45 +0000 [64e79cc] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - added support for short netmask style (/24 etc)

 src/ipcalc.1 |  5 +++++
 src/ipcalc.c | 27 ++++++++++++++++++++-------
 2 files changed, 25 insertions(+), 7 deletions(-)

1999-06-27 14:42:52 +0000 [b2d6242] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* readed

 sysconfig/interfaces/ifcfg-eth0.wiget | 71 +++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)

1999-06-27 14:27:50 +0000 [d29c401] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* - używamy pumpa do bootp/dhcpd - dodano ifup-tnl && ifdown-tnl - obsługa tuneli ipip, sit, gre (ipxip niezrobiona jeszcze) - tunnels-ip6.conf - zbędne (tunele są konfigurowane w stylu SySV) - drobne poprawki

 rc.d/rc.sysinit                       | 22 +++++------
 sysconfig/interfaces/tnlcfg-icm       |  5 ++-
 sysconfig/network-scripts/ifdown      |  9 -----
 sysconfig/network-scripts/ifdown-post |  2 +-
 sysconfig/network-scripts/ifdown-ppp  |  2 +-
 sysconfig/network-scripts/ifdown-tnl  | 29 ++++++++++++++
 sysconfig/network-scripts/ifup        | 69 ++++++++++-----------------------
 sysconfig/network-scripts/ifup-ipx    |  9 +++--
 sysconfig/network-scripts/ifup-post   |  3 +-
 sysconfig/network-scripts/ifup-ppp    |  4 +-
 sysconfig/network-scripts/ifup-sl     |  3 +-
 sysconfig/network-scripts/ifup-tnl    | 72 +++++++++++++++++++++++++++++++++++
 sysconfig/tunnels-ip6.conf            | 53 --------------------------
 13 files changed, 150 insertions(+), 132 deletions(-)

1999-06-23 17:14:36 +0000 [8c2f979] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* removed

 sysconfig/network-scripts/ifcfg-lo | 6 ------
 1 file changed, 6 deletions(-)

1999-06-21 20:36:47 +0000 [752d7b6] Jan Rękorajski <baggins/at/pld-linux.org>

	* usuwanie lockow po pam_console

 rc.d/rc.sysinit | 4 ++++
 1 file changed, 4 insertions(+)

1999-06-19 11:29:04 +0000 [1b22840] kloczek <kloczek/at/pld-linux.org>

	* - removed inputrc (it must be in readline), - reformatings, - removed processing doc in Makefile.am and autogen.sh.

 Makefile.am           |   2 +-
 autogen.sh            |   1 -
 inputrc               |  12 ----
 rc.d/init.d/functions |  70 +++++++++++-----------
 rc.d/init.d/killall   |   4 +-
 rc.d/init.d/shutdwn   |  32 +++++-----
 rc.d/init.d/single    |   2 +-
 rc.d/rc.sysinit       | 160 +++++++++++++++++++++++++-------------------------
 8 files changed, 134 insertions(+), 149 deletions(-)

1999-06-18 19:23:52 +0000 [cee18a4] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* pare zmian

 doc-devel/ogolnie                                  |  17 ++
 doc/initlog.1                                      |  48 ++++
 rc.d/init.d/functions                              |  44 ++-
 rc.d/init.d/netfs                                  |  90 ++++++
 rc.d/init.d/network                                |   4 +-
 rc.d/init.d/shutdwn                                |  23 +-
 rc.d/init.d/single                                 |   2 +-
 rc.d/rc.serial                                     |   7 +-
 rc.d/rc.sysinit                                    | 121 ++++----
 src/Makefile                                       |  38 +++
 src/initlog.1                                      |  48 ++++
 src/initlog.c                                      | 316 +++++++++++++++++++++
 src/initlog.h                                      |  20 ++
 src/loglevel.c                                     |  25 ++
 src/minilogd.c                                     | 161 +++++++++++
 src/process.c                                      | 223 +++++++++++++++
 src/process.h                                      |   9 +
 sysconfig/interfaces/ifcfg-sl0                     |  12 +
 .../{network-scripts => interfaces}/tnlcfg-icm     |   0
 sysconfig/system                                   |   9 +
 20 files changed, 1128 insertions(+), 89 deletions(-)

1999-06-18 19:14:00 +0000 [c24e165] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* *** empty log message ***

 sysconfig/network-scripts/ifcfg-eth0          | 11 -----
 sysconfig/network-scripts/ifcfg-eth0.wiget    | 71 ---------------------------
 sysconfig/network-scripts/ifcfg-ppp0.callback | 25 ----------
 sysconfig/network-scripts/ifcfg-ppp0.leased1  | 30 -----------
 sysconfig/network-scripts/ifcfg-ppp0.leased2  | 29 -----------
 sysconfig/network-scripts/ifcfg-ppp0.tpsa     | 20 --------
 sysconfig/network-scripts/ifdown              |  3 +-
 sysconfig/network-scripts/ifdown-post         |  4 +-
 sysconfig/network-scripts/ifdown-sl           | 12 +++++
 sysconfig/network-scripts/ifup                | 37 ++++++++------
 sysconfig/network-scripts/ifup-post           |  1 +
 sysconfig/network-scripts/ifup-sl             | 38 ++++++++++++++
 sysconfig/network-scripts/network-functions   | 51 -------------------
 13 files changed, 78 insertions(+), 254 deletions(-)

1999-06-16 17:29:07 +0000 [1f6ec79] Arkadiusz Miśkiewicz <arekm/at/maven.pl>

	* fixed colors

 rc.d/rc.sysinit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1999-06-15 18:06:17 +0000 [77b1bd9] kloczek <kloczek/at/pld-linux.org>

	* - removed. This was (my) silly idea.

 rc.d/rc.media | 19 -------------------
 1 file changed, 19 deletions(-)

1999-06-15 14:31:39 +0000 [89c0357] kloczek <kloczek/at/pld-linux.org>

	* - autogenerated.

 src/Makefile | 30 ------------------------------
 1 file changed, 30 deletions(-)

1999-06-14 21:17:11 +0000 [7e04fe0] stangrze <stangrze/at/pld-linux.org>

	* Synced with latest from old repo

 .cvsignore                                   |  31 ++-
 AUTHORS                                      |   0
 COPYING                                      |   0
 INSTALL                                      |   0
 Makefile                                     |  50 -----
 Makefile.am                                  |  26 +++
 NEWS                                         |   0
 README                                       |   0
 autogen.sh                                   | 141 +++++++++++++
 configure.in                                 |  34 ++++
 doc/.cvsignore                               |   1 +
 doc/Makefile.am                              |  18 ++
 doc/doexec.1                                 |  12 ++
 doc/ipcalc.1                                 |  33 ++++
 ipchains-setup.txt => doc/ipchains-setup.txt |   0
 net-scripts.txt => doc/net-scripts.txt       |   0
 doc/netreport.1                              |  22 +++
 sysconfig.txt => doc/sysconfig.txt           |   2 +-
 sysvinitfiles => doc/sysvinitfiles           |  26 ++-
 doc/usernetctl.1                             |  28 +++
 doc/usleep.1                                 |  20 ++
 lang.csh                                     |  35 ++++
 lang.sh                                      |  73 ++++---
 ppp/Makefile.am                              |  11 ++
 ppp/ip-down.d/Makefile.am                    |   7 +
 ppp/ip-up.d/Makefile.am                      |   7 +
 rc-scripts.spec => rc-scripts.spec.in        |  60 +++---
 rc.d/Makefile.am                             |  13 ++
 rc.d/init.d/Makefile.am                      |  18 ++
 rc.d/init.d/functions                        |  58 ++++--
 rc.d/init.d/functions.network                | 283 +++++++++++++++++++++++++++
 rc.d/init.d/halt                             |   9 +-
 rc.d/init.d/network                          | 169 +++-------------
 rc.d/init.d/reboot                           |   8 +-
 rc.d/init.d/shutdwn                          |  34 ++--
 rc.d/init.d/single                           |  32 ++-
 rc.d/rc                                      |  35 +++-
 rc.d/rc.serial                               |  26 ++-
 rc.d/rc.sysinit                              | 160 ++++++++++-----
 src/Makefile.am                              |  21 ++
 sysconfig/Makefile.am                        |  12 ++
 sysconfig/interfaces/ifcfg-lo                |   6 +
 sysconfig/interfaces/ifcfg-ppp0.callback     |  25 +++
 sysconfig/interfaces/ifcfg-ppp0.leased1      |  30 +++
 sysconfig/interfaces/ifcfg-ppp0.leased2      |  29 +++
 sysconfig/interfaces/ifcfg-ppp0.tpsa         |  20 ++
 sysconfig/network                            | 112 ++++++++++-
 sysconfig/network-scripts/Makefile.am        |  34 ++++
 sysconfig/network-scripts/ifdown             |   6 +-
 sysconfig/network-scripts/ifdown-ppp         |   2 +-
 sysconfig/network-scripts/ifdown-sl          |   2 +-
 sysconfig/network-scripts/ifup               |  10 +-
 sysconfig/network-scripts/ifup-aliases       |   6 +-
 sysconfig/network-scripts/ifup-plip          |   2 +-
 sysconfig/network-scripts/ifup-post          |   2 +-
 sysconfig/network-scripts/ifup-ppp           |   2 +-
 sysconfig/network-scripts/ifup-sl            |   2 +-
 sysconfig/system                             |  28 ++-
 58 files changed, 1432 insertions(+), 401 deletions(-)

1999-06-14 21:06:05 +0000 [09a547e] stangrze <stangrze/at/pld-linux.org>

	* now synced. (one file was missed)

 ipchains-setup.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

1999-06-14 21:05:09 +0000 [6e968d2] stangrze <stangrze/at/pld-linux.org>

	* synced with 0.0.5

 Makefile                                   |   6 +-
 net-scripts.txt                            | 189 +++++++++++++++++++++++++++++
 rc-scripts.spec                            |  41 ++++++-
 rc.d/init.d/functions                      |   2 +-
 rc.d/init.d/ipchains                       | 116 ++++++++++++++++++
 rc.d/init.d/network                        |  15 ++-
 rc.d/rc.media                              |  19 +++
 rc.d/rc.sysinit                            |   5 +
 sysconfig/ipchains                         |   5 +
 sysconfig/network-scripts/ifcfg-eth0.wiget |  71 +++++++++++
 sysconfig/static-routes                    |   0
 sysconfig/system                           |  10 ++
 12 files changed, 467 insertions(+), 12 deletions(-)

1999-06-14 20:53:24 +0000 [78e8653] stangrze <stangrze/at/pld-linux.org>

	* Synced with 0.0.4

 Makefile                       |  21 +++--
 lang.sh                        |   2 +-
 rc-scripts.spec                | 105 +++++++++++++++++-------
 setsysfont                     |   2 +-
 src/testdinit                  |   4 +-
 sysconfig.txt                  | 177 -----------------------------------------
 sysconfig/network              |   2 +-
 sysconfig/network-scripts/ifup |   4 +-
 8 files changed, 97 insertions(+), 220 deletions(-)

1999-06-14 20:50:19 +0000 [df0d8fd] stangrze <stangrze/at/pld-linux.org>

	* now is really synced with 0.0.3

 sysconfig/network                    | 17 +++++++++++++++++
 sysconfig/network-scripts/ifcfg-eth0 | 11 +++++++++++
 2 files changed, 28 insertions(+)

1999-06-14 20:44:32 +0000 [6955eb9] stangrze <stangrze/at/pld-linux.org>

	* Synced with rc-scripts-0.0.3 from old repo.

 inputrc                                     | 11 +++-
 ppp/ip-down.d/logger                        |  2 +-
 ppp/ip-up.d/logger                          |  2 +-
 radvd.init                                  | 80 -----------------------------
 rc-scripts.spec                             | 13 ++++-
 rc.d/init.d/functions                       | 31 +++++++----
 rc.d/init.d/network                         | 14 ++---
 sysconfig.txt                               |  2 +
 sysconfig/network-scripts/chat-ppp0         | 19 -------
 sysconfig/network-scripts/ifcfg-ppp0        | 24 ---------
 sysconfig/network-scripts/ifdhcpc-done      |  2 +-
 sysconfig/network-scripts/ifdown            |  4 +-
 sysconfig/network-scripts/ifdown-post       |  2 +-
 sysconfig/network-scripts/ifdown-ppp        |  4 +-
 sysconfig/network-scripts/ifdown-sl         |  4 +-
 sysconfig/network-scripts/ifup              | 14 +++--
 sysconfig/network-scripts/ifup-aliases      | 13 +++--
 sysconfig/network-scripts/ifup-ipx          |  4 +-
 sysconfig/network-scripts/ifup-plip         |  2 +-
 sysconfig/network-scripts/ifup-post         |  2 +-
 sysconfig/network-scripts/ifup-ppp          |  2 +-
 sysconfig/network-scripts/ifup-sl           |  2 +-
 sysconfig/network-scripts/network-functions |  5 +-
 tunnels-ip6.init                            | 67 ------------------------
 24 files changed, 88 insertions(+), 237 deletions(-)

1999-06-14 20:12:06 +0000 [45e88cd] stangrze <stangrze/at/pld-linux.org>

	* Synced with rc-scripts-0.0.2 from old repo.

 .cvsignore            | 31 +---------------
 Makefile              | 22 ++++++------
 ppp/ip-down.d/logger  |  2 +-
 ppp/ip-up.d/logger    |  2 +-
 rc-scripts.spec       | 97 +++++++++++++++++++++++++++------------------------
 rc.d/init.d/functions |  2 +-
 rc.d/init.d/network   |  7 +++-
 rc.d/rc.sysinit       | 27 +++++++++++---
 src/Makefile          | 14 ++++----
 sysconfig/system      | 22 ++----------
 10 files changed, 104 insertions(+), 122 deletions(-)

1999-06-14 20:08:17 +0000 [12de71b] stangrze <stangrze/at/pld-linux.org>

	* Synced with rc-scripts-0.0.1 from old repo.

 Makefile                                      |  20 +--
 inittab                                       |   9 +-
 inputrc                                       |   3 +
 lang.sh                                       |  40 +++--
 rc-scripts.spec                               | 125 ++++++++++++++++
 rc.d/init.d/functions                         |  57 +++----
 rc.d/init.d/functions-ip6                     | 204 +++++++++++++++++---------
 rc.d/init.d/halt                              |  67 +++------
 rc.d/init.d/killall                           |   2 +-
 rc.d/init.d/network                           | 185 +++++++++++------------
 rc.d/init.d/network-ip6.init                  | 137 +++++++++++++++++
 rc.d/init.d/nfsfs                             |   2 +-
 rc.d/init.d/random                            |   4 +-
 rc.d/init.d/reboot                            |  25 ++++
 rc.d/init.d/shutdwn                           |  40 +++++
 rc.d/init.d/single                            |  48 +++---
 rc.d/init.d/tunnels-ip6.init                  | 131 +++++++++++++++++
 rc.d/rc                                       |  10 +-
 rc.d/rc.local                                 |   7 -
 rc.d/rc.serial                                |  12 +-
 rc.d/rc.sysinit                               | 103 +++++++------
 src/Makefile                                  |  26 ++--
 src/usernetctl.c                              |  15 +-
 sysconfig.txt                                 |  65 +++++---
 sysconfig/network-ip6                         |  41 ++----
 sysconfig/network-ip6.conf                    |  42 ++----
 sysconfig/network-scripts/chat-ppp0.callback  |  24 +++
 sysconfig/network-scripts/chat-ppp0.leased1   |   8 +
 sysconfig/network-scripts/chat-ppp0.tpsa      |  13 ++
 sysconfig/network-scripts/ifcfg-ppp0.callback |  25 ++++
 sysconfig/network-scripts/ifcfg-ppp0.leased1  |  30 ++++
 sysconfig/network-scripts/ifcfg-ppp0.leased2  |  29 ++++
 sysconfig/network-scripts/ifcfg-ppp0.tpsa     |  20 +++
 sysconfig/network-scripts/ifdown              |  13 +-
 sysconfig/network-scripts/ifdown-post         |   4 +-
 sysconfig/network-scripts/ifdown-ppp          |   4 +-
 sysconfig/network-scripts/ifdown-sl           |  10 +-
 sysconfig/network-scripts/ifup                |  31 ++--
 sysconfig/network-scripts/ifup-aliases        |  38 +----
 sysconfig/network-scripts/ifup-ipx            |   2 +-
 sysconfig/network-scripts/ifup-plip           |   6 +-
 sysconfig/network-scripts/ifup-post           |   5 +-
 sysconfig/network-scripts/ifup-ppp            |  19 ++-
 sysconfig/network-scripts/ifup-routes         |  56 +------
 sysconfig/network-scripts/ifup-sl             |   6 +-
 sysconfig/network-scripts/tnlcfg-icm          |  23 +++
 sysconfig/tunnels-ip6.conf                    |  53 +++++++
 sysvinitfiles                                 | 181 +++++++++++++++++++++++
 48 files changed, 1447 insertions(+), 573 deletions(-)

1999-06-14 19:55:09 +0000 [dab6e6d] kloczek <kloczek/at/pld-linux.org>

	* - added initial main system configuration file with: -- RUN_SULOGIN_ON_ERR=yes -- DEFAULT_SERVICE_RUN_NICE_LEVEL=0 -- RUN_ISAPNP=yes -- PANIC_REBOOT_TIME=0 -- DELAY_LOGIN=yes -- CLEAN_TMP=yes

 sysconfig/system | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

1999-06-14 19:31:48 +0000 [6cac3cb] kloczek <kloczek/at/pld-linux.org>

	* - added suporting colors with using tput instead hardcoded term sequences.

 rc.d/init.d/functions | 37 ++++++++++++++++++++++++-------------
 1 file changed, 24 insertions(+), 13 deletions(-)

1999-06-14 19:25:03 +0000 [d5d90e3] kloczek <kloczek/at/pld-linux.org>

	* - added template .cvsignore.

 .cvsignore                           | 30 ++++++++++++++++++++++++++++++
 ppp/.cvsignore                       |  1 +
 ppp/ip-down.d/.cvsignore             |  1 +
 ppp/ip-up.d/.cvsignore               |  1 +
 rc.d/.cvsignore                      |  1 +
 rc.d/init.d/.cvsignore               |  1 +
 src/.cvsignore                       | 10 ++++++++++
 sysconfig/.cvsignore                 |  1 +
 sysconfig/network-scripts/.cvsignore |  1 +
 9 files changed, 47 insertions(+)

1999-06-14 19:22:23 +0000 [7742e15] Artur Frysiak <artur/at/frysiak.net>

	* Initial revision

 Makefile                                    |  39 +++
 adjtime                                     |   1 +
 inittab                                     |  57 ++++
 lang.sh                                     |  16 +
 ppp/ip-down                                 |  49 +++
 ppp/ip-down.d/logger                        |   6 +
 ppp/ip-up                                   |  50 +++
 ppp/ip-up.d/logger                          |   6 +
 radvd.init                                  |  80 +++++
 rc.d/init.d/functions                       | 198 ++++++++++++
 rc.d/init.d/functions-ip6                   | 477 ++++++++++++++++++++++++++++
 rc.d/init.d/halt                            |  58 ++++
 rc.d/init.d/killall                         |  20 ++
 rc.d/init.d/network                         | 220 +++++++++++++
 rc.d/init.d/nfsfs                           |  94 ++++++
 rc.d/init.d/random                          |  66 ++++
 rc.d/init.d/single                          |  32 ++
 rc.d/rc                                     |  57 ++++
 rc.d/rc.local                               |  13 +
 rc.d/rc.serial                              |  28 ++
 rc.d/rc.sysinit                             | 300 +++++++++++++++++
 setsysfont                                  |  18 ++
 src/Makefile                                |  30 ++
 src/doexec.1                                |  12 +
 src/doexec.c                                |   6 +
 src/ipcalc.1                                |  33 ++
 src/ipcalc.c                                | 110 +++++++
 src/netreport.1                             |  22 ++
 src/netreport.c                             |  45 +++
 src/testd.c                                 |   7 +
 src/testdinit                               |  44 +++
 src/usernetctl.1                            |  28 ++
 src/usernetctl.c                            | 190 +++++++++++
 src/usleep.1                                |  20 ++
 src/usleep.c                                |  37 +++
 sysconfig.txt                               | 322 +++++++++++++++++++
 sysconfig/network-ip6                       |  67 ++++
 sysconfig/network-ip6.conf                  |  57 ++++
 sysconfig/network-scripts/chat-ppp0         |  19 ++
 sysconfig/network-scripts/ifcfg-lo          |   6 +
 sysconfig/network-scripts/ifcfg-ppp0        |  24 ++
 sysconfig/network-scripts/ifdhcpc-done      |  19 ++
 sysconfig/network-scripts/ifdown            |  63 ++++
 sysconfig/network-scripts/ifdown-post       |  14 +
 sysconfig/network-scripts/ifdown-ppp        |  54 ++++
 sysconfig/network-scripts/ifdown-sl         |  37 +++
 sysconfig/network-scripts/ifup              | 180 +++++++++++
 sysconfig/network-scripts/ifup-aliases      |  40 +++
 sysconfig/network-scripts/ifup-ipx          |  44 +++
 sysconfig/network-scripts/ifup-plip         |  31 ++
 sysconfig/network-scripts/ifup-post         |  34 ++
 sysconfig/network-scripts/ifup-ppp          |  98 ++++++
 sysconfig/network-scripts/ifup-routes       |  58 ++++
 sysconfig/network-scripts/ifup-sl           |  64 ++++
 sysconfig/network-scripts/network-functions |  50 +++
 tunnels-ip6.init                            |  67 ++++
 56 files changed, 3817 insertions(+)
