[projects/rc-scripts] don't track ChangeLog
draenog
draenog at pld-linux.org
Sat Nov 2 22:49:52 CET 2013
commit 251457114d29f2476ae28d8f9612e328e2eaae5f
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Sat Nov 2 22:46:56 2013 +0100
don't track ChangeLog
It is generated from scratch during every release process so there is no
sense to track it in git.
.gitignore | 1 +
ChangeLog | 9372 ------------------------------------------------------------
2 files changed, 1 insertion(+), 9372 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c2f343..c59ef37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ Session.vim
.netrwhist
*~
+Changelog
Makefile
*.bak
rc-scripts.spec
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index d4378b6..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,9372 +0,0 @@
-2013-08-19 11:13 +0000 [r12715] Kacper Kornet <draenog/at/pld-linux.org>
-
- * lib/functions.network: increase timeout for link up
-
-2013-07-27 10:55 +0000 [r12712] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions: fix pdksh incompatibility of ok/fail printing
-
-2013-07-17 20:52 +0000 [r12700] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network, sysctl.conf, rc.d/rc.sysinit, lib/functions:
- add apply_sysctl() to load sysctl parameters uses
- systemd-sysctl(8) to load, if present, otherwise loads files in
- same way as systemd-sysctl(8): /usr/lib/sysctl.d, /run/sysctl.d,
- /etc/sysctl.d, /etc/sysctl.conf where matching files from .d
- files are not loaded see sysctl.d(5) for description
-
-2013-06-11 22:19 +0000 [r12693-12695] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: modprobe cache: cache only wanted params
-
- * rc.d/rc.sysinit: handle kmod translating `-` to `_`
-
- * rc.d/rc.sysinit: unify modprobe alias lookups
-
-2013-06-01 08:09 +0000 [r12692] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: update comment to match code for stuffed
- statements in meanwhile
-
-2013-06-01 07:59 +0000 [r12691] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown: eval halt makes no sense, added in r574 doesn't
- give any clue either
-
-2013-05-31 13:11 +0000 [r12690] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * inittab: add autologin sample
-
-2013-05-30 23:48 +0000 [r12689] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions.network: grep fixed strings where appropriate
-
-2013-05-30 23:30 +0000 [r12688] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysctl.conf, sysconfig/system, rc.d/rc.sysinit: move kernel.panic
- to sysconfig, deprecating PANIC_REBOOT_TIME
-
-2013-05-30 23:26 +0000 [r12687] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: use sysctl -q instead of /dev/null redirections
-
-2013-05-30 23:16 +0000 [r12686] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: /sys is likely already mounted, fgrep
- /proc/filesystems
-
-2013-05-30 23:01 +0000 [r12684] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system, sysconfig/hwprof, rc.d/rc.sysinit: move
- hwprofiles enable/disable option to sysconfig/system old config
- location still supported (overrides if present)
-
-2013-05-30 22:55 +0000 [r12683] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: fix typo
-
-2013-05-30 22:48 +0000 [r12682] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system, rc.d/rc.sysinit: move $SELINUX variable setup
- to function
-
-2013-05-30 21:55 +0000 [r12681] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions.network: revert r12677 arekm says it would break
- existing configs
-
-2013-05-30 21:49 +0000 [r12680] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system, rc.d/rc.sysinit: move mdadm and lvm init to
- functions for better maintainability
-
-2013-05-30 20:44 +0000 [r12679] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown, rc.d/rc.sysinit: drop raidutils (raidstart,
- /etc/raidtab) support. our geninitrd doesn't support it for long
- time already
-
-2013-05-30 20:40 +0000 [r12678] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system, lib/functions: rename option to RC_UPTIME and
- add to default config
-
-2013-05-30 20:31 +0000 [r12676-12677] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions.network: dhclient seems to be faster than dhcpcd,
- so prefer it if both present
-
- * rc.d/rc.shutdown: syncing hardware clock to system time on
- shutdown
-
-2013-05-30 20:05 +0000 [r12674-12675] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: rc.sysinit: check upstart var before binary
- check
-
- * lib/functions: add RC_BOOTTIME option to include uptime counter
- to all show messages
-
-2013-05-30 19:52 +0000 [r12673] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: rc.sysinit: add repair_shell moving common code
- to single place instead of copycat
-
-2013-05-30 19:31 +0000 [r12671-12672] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system, rc.d/rc.sysinit: rc.sysinit: allow disabling
- dmraid
-
- * rc.d/rc.sysinit: rc.sysinit: check vars first, allow disable
- multipath from kernel cmdline
-
-2013-05-30 19:23 +0000 [r12669-12670] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: rc.sysinit: do not run evms code if not enabled
-
- * rc.d/rc.sysinit: check vars first before checking fs objects
-
-2013-05-30 18:23 +0000 [r12668] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system, rc.d/rc.sysinit: turn off by default
- RUN_USERPNP and RUN_KERNELPNP
-
-2013-05-30 18:09 +0000 [r12667] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: rc.sysinit: move /proc/cmdline parsing to single
- function
-
-2013-05-30 17:56 +0000 [r12666] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: rc.sysinit: make sure /proc is mounted first
-
-2013-05-30 17:41 +0000 [r12665] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: rc.sysinit: unify modprobe calls
-
-2013-05-30 17:36 +0000 [r12664] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: rc.sysinit: cache multiple modprobe -c calls
-
-2013-05-30 17:33 +0000 [r12663] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: check things first that do not involve fs; use
- grep -F where regexp match not needed
-
-2013-05-26 19:20 +0000 [r12662] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/sys-chroots, rc.d/rc.sysinit: do not use `:>` which
- aborts whole script on error special builtins like `:>` abort
- whole script on error while `>` doesn't and that is so by POSIX:
- http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_08_01
-
-2013-05-22 18:51 +0000 [r12661] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysctl.conf: Protect hardlinks and symlinks.
-
-2013-05-15 21:07 +0000 [r12658-12659] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: up to 0.4.6 adds better fedora initscripts compat
-
- * po/pl.po, po/de.po: make update-po
-
-2013-04-09 22:07 +0000 [r12650] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions: Fedora compat: fix echo_success and echo_failure
- formatting
-
-2013-04-09 21:48 +0000 [r12648-12649] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions: RedHat/Fedora compatibility turn daemon() and
- friends into syntax their scripts understand (shell syntax) if
- initscript interpreter is set to bash
-
- * lib/functions: revert [12647] it was correct before that
-
-2013-04-09 21:41 +0000 [r12647] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions: do not reset RC_LOGGING when IN_SHUTDOWN is not
- set refs [6452] and [9733]
-
-2013-04-03 08:51 +0000 [r12643] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions: improve fedora compatibility: add: - daemon
- --pidfile=FOO - killproc -d DELAY use usleep 50000 instead of
- 100000, computers are bit faster now :)
-
-2013-03-18 08:25 +0000 [r12632] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Release 0.4.5.5.
-
-2013-03-09 23:12 +0000 [r12630] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: AM_CONFIG_HEADER is obsolete.
-
-2013-03-09 23:09 +0000 [r12629] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: usbfs is deprecated for some time.
-
-2013-02-11 22:23 +0000 [r12626] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: avoid loading /etc/modules contents twice
- (modules-load.d/modules.conf is symlink to that)
-
-2013-02-06 16:22 +0000 [r12625] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * doc/sysconfig.txt: - clarified (LANG is also whole locale code;
- LANGUAGE not LINGUAS is used at runtime)
-
-2013-02-06 15:35 +0000 [r12624] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: more complete update for NM skipping.
- improves [12481] and [12616] should the `$USERS` be dropped now,
- i don't see it from current NM generated configs M init.d/network
-
-2013-02-06 15:32 +0000 [r12623] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lang.csh: note that lang.csh is broken
-
-2013-02-06 15:27 +0000 [r12622] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * doc/sysconfig.txt: more specific language code specification
-
-2013-02-05 15:04 +0000 [r12616] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: ignore ifcfg-* files which have no DEVICE
- line present, i.e WiFi networks generated by NM
-
-2013-01-09 08:48 +0000 [r12613] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Store raw dmesg format, so few dmesg features
- can be used (like -T) when reading from this file.
-
-2012-12-17 07:39 +0000 [r12610] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-eth0: ethtool example.
-
-2012-12-13 17:17 +0000 [r12604] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * lib/ifup: SYSCTLDEVICE definition moved when ${DEVICE} is known
-
-2012-12-05 20:54 +0000 [r12603] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions: killproc: improve experimental start-stop-daemon
- based killing. do not send --retry, in case we specify a signal
- to kill (usually HUP) as processes do not usually exit (remove
- their pid from pidfile) if they receive HUP
-
-2012-11-24 12:34 +0000 [r12602] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: unset locale when using a-z patterns
-
-2012-11-23 16:44 +0000 [r12601] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: remove not needed subshell
-
-2012-10-21 15:14 +0000 [r12593] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: service: systemd wrapper default output cat
-
-2012-10-06 16:33 +0000 [r12592] Tomasz Pala <gotar/at/pld-linux.org>
-
- * lib/ifup: - another example of zsh supremacy in shell world!
- fixed 5 yrs old flaw introduced in rev. 8719 that neither pdksh
- nor mksh handled properly, not to mention bash - such process
- backgrounding caused, when called from functions/run_cmd (i.e.
- during service network start), I/O wait for STDOUT of
- 'background' job despite >/dev/null redirects; this effectively
- leads to 2 seconds delay for each interface at system startup,
- cumulating to minutes of pointless waiting on heavy networked
- machines! There is alternate workaround: { { sleep 2; } & }
- >/dev/null that works as expected under pdksh or mksh, but
- requires additional & for zsh and doesn't fix bash behaviour, so
- please do not touch _THIS_ solution without comprehensive
- research! -- Aug 29th, 2012, /me Note: this happens due to $()
- capture, so plain ifup isn't enough.
-
-2012-06-20 13:23 +0000 [r12572] Adam Osuchowski <adwol/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - extra sysctl right after mounting /proc
-
-2012-05-21 11:01 +0000 [r12569] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - don't start udev or fsck / when running inside
- LXC container
-
-2012-05-20 08:35 +0000 [r12568] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * lib/ifup: - fix sysctl setting for interfaces with dot in name,
- patch by Adam Osuchowski <adwol>
-
-2012-04-20 09:47 +0000 [r12557] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * lib/ifup-vlan: - just warn about disabled master interface, don't
- silently disable vlans
-
-2012-04-18 06:29 +0000 [r12553] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * lib/functions.network: Start ip rules prio from 10000 and
- increment (not decrement) by 5.
-
-2012-04-17 15:33 +0000 [r12551] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-bond0 (added): bonding sample
-
-2012-04-03 20:24 +0000 [r12537-12538] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: - 0.4.5.4
-
- * Makefile.am: - add uninstall-hook, don't we just love autocrap
- crapiness?
-
-2012-04-03 19:30 +0000 [r12536] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * lib/functions: - provide stdin for the daemons that just must
- have it, but stupid ksh closes it on them (for example acpid)
-
-2012-03-29 07:04 +0000 [r12523] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: clean /tmp if it is not on tmpfs
-
-2012-03-28 21:33 +0000 [r12522] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: use is_empty_file function on /etc/mactab
-
-2012-03-21 15:53 +0000 [r12507] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Mount /proc based on fstab first and if that
- fails fallback to hardcoded values.
-
-2012-03-18 12:11 +0000 [r12497] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/i18n: warn about systemd, besides keeping ssh env
- should came from lang.sh
-
-2012-03-17 09:32 +0000 [r12496] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: as we are redirecting to systemd, detect when systemd
- redirects back due /sbinservice in .service file
-
-2012-03-17 09:14 +0000 [r12495] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: validate systemd command, before sending it to systemd,
- to keep "service lighttpd configtest" on working
-
-2012-03-17 08:39 +0000 [r12494] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: - detect if service is in systemd (if LoadError means
- it's not present in systemd) - add --no-systemd option to
- override detect
-
-2012-03-04 21:49 +0000 [r12486] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: fix message printing; pass anything to systemd if it is
- up (status is valid action too)
-
-2012-03-04 20:47 +0000 [r12485] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * service: Tabs are used here.
-
-2012-03-04 20:36 +0000 [r12484] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * service: systemd takes preference if it is booted/active.
-
-2012-03-04 20:12 +0000 [r12483] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - load kernel modules specified in
- /etc/modules-load.d/ configs (systemd compat)
-
-2012-03-03 20:35 +0000 [r12482] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: - systemd bits
-
-2012-02-19 18:33 +0000 [r12481] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/network: - skip interfaces configured by
- NetworkManager, by cactus/at/pld-linux.org
-
-2012-02-19 18:23 +0000 [r12478] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: - 0.4.5.3
-
-2012-02-19 18:11 +0000 [r12477] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - devtmpfs is madatory for udev >= 176
-
-2012-02-03 19:23 +0000 [r12474] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * lib/functions.network: Adding rule by rule causes reverse order
- to be applied by kernel. We want rules from
- sysconfig/static-rules to be working in the same order as these
- were added in that file. The one solution is to use '/usr/bin/tac
- static-routes' or to use own priorities. We use prio 20000 with
- step 10 down, to get holes for other, manually added rules.
-
-2012-01-25 14:40 +0000 [r12468] Kacper Kornet <draenog/at/pld-linux.org>
-
- * lib/functions: - fix bashism in previous commit
-
-2012-01-25 14:28 +0000 [r12467] Kacper Kornet <draenog/at/pld-linux.org>
-
- * lib/functions: - fix daemon --user --fork as they conflicted with
- each other
-
-2012-01-13 13:32 +0000 [r12466] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/network: - stable sort for BOOTPRIO= devices, so vlan
- ifaces will be after their NIC eth counterparts - treat macvlan
- and macvtap interfaces specially - they may be created on almost
- enything
-
-2011-12-16 08:47 +0000 [r12455] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: vgscan/vgmknodes/vgdisplay don't support
- --sysinit option. Back to ignorelocking for these.
-
-2011-12-15 18:17 +0000 [r12454] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * init/cpusets.conf, init/allowlogin.conf, init/sys-chroots.conf:
- nicely stop, without error
-
-2011-12-14 17:15 +0000 [r12453] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions: - ksh did not like doble minus ("+5--10"), needs
- spaces ("+5 - -10") to process correctly
-
-2011-12-14 11:33 +0000 [r12451] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - 0.4.5.2
-
-2011-12-14 11:26 +0000 [r12449] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * changelog.sh: - be sure users file is up to date
-
-2011-12-14 07:59 +0000 [r12448] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * init/local.conf: doc bits
-
-2011-12-12 10:38 +0000 [r12447] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions: daemon(): make nice level absolute, not to be
- dependant of nice level of shell where service started.
-
-2011-12-09 21:25 +0000 [r12446] Tomasz Pala <gotar/at/pld-linux.org>
-
- * rc.d/init.d/network: - systemd support: export partial jobs,
- leave ifup/ifdown to separate services
-
-2011-12-04 14:36 +0000 [r12437] Artur Frysiak <wiget/at/pld-linux.org>
-
- * man/fstab-decode.8 (removed), man/Makefile.am: Drop fstab-decode
- man page
-
-2011-12-04 02:42 +0000 [r12436] Artur Frysiak <wiget/at/pld-linux.org>
-
- * src/Makefile.am, src/fstab-decode.c (removed): fstab-decode is
- part of SysVinit-tools
-
-2011-11-29 18:05 +0000 [r12421] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/netfs: Don't mount devpts again.
-
-2011-11-28 19:47 +0000 [r12420] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Make forced mounts quiet in case /etc/mtab is
- symlink to /proc/self/mounts.
-
-2011-11-15 21:38 +0000 [r12414] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system: spelling typo
-
-2011-11-01 14:01 +0000 [r12405] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * modules.preudev: - typo
-
-2011-11-01 13:39 +0000 [r12404] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - fix LVM2 check logic
-
-2011-10-31 19:52 +0000 [r12403] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * modules.preudev: - set props
-
-2011-10-31 19:30 +0000 [r12402] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - give some info what's going on when loading
- modules
-
-2011-10-31 19:26 +0000 [r12401] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * modules.preudev (added): - example file
-
-2011-10-31 19:19 +0000 [r12400] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - give admin the ability to load some kernel
- modules before udev kicks in
-
-2011-10-31 19:12 +0000 [r12399] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/system, rc.d/rc.sysinit: - give user ability to disable
- linux multipath drivers and daemons
-
-2011-10-31 18:53 +0000 [r12398] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - functions are in /lib/rc-scripts
-
-2011-10-23 19:26 +0000 [r12388-12389] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit, init/Makefile.am, init/modules.conf (added):
- load /etc/modules in upstart
-
- * rc.d/rc.shutdown: emit shutdown events
-
-2011-10-23 11:21 +0000 [r12387] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * init/rcS-sulogin.conf: respect RUN_SULOGIN_ON_ERR from
- /etc/sysconfig/system
-
-2011-10-10 07:49 +0000 [r12369-12370] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: upstart compatible is service up todo
-
- * doc/upstart.txt: shutdown started/starting upstart event doc
-
-2011-10-09 22:58 +0000 [r12368] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * modules: point out the parameters use fact
-
-2011-10-09 18:57 +0000 [r12367] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown: emit shutdown starting/started event
-
-2011-10-09 18:14 +0000 [r12366] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * doc/upstart.txt, init/rc.conf, rc.d/init.d/network: let "network"
- emit network starting/stopping/started/stopped events as well
-
-2011-10-09 17:35 +0000 [r12364-12365] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * doc/upstart.txt: chop trailing spaces
-
- * rc.d/rc.sysinit: fix handling 3.x.y kernels
-
-2011-10-05 14:47 +0000 [r12363] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/local, init/Makefile.am, init/local.conf (added):
- upstart for rc.local
-
-2011-09-30 10:54 +0000 [r12360] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit, rc.d/rc.shutdown: Use --sysinit for lvm. When
- stopping hide error messages (normal for many cases like lvm on
- rootfs).
-
-2011-09-27 07:15 +0000 [r12356-12357] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: - 0.4.5.1
-
- * rc.d/rc.sysinit: - fix $LVM2 variable fuckup (use is_no instead
- of is_yes) (glen, you moron, have you considered a possibility
- that $LVM2 will land in sysconfig.rpmsave, thus making lvm
- dependant system non-bootable?)
-
-2011-09-25 09:57 +0000 [r12351-12352] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * po/Makefile.am: just in case C locale
-
- * po/rc-scripts.pot: updated
-
-2011-09-22 15:45 +0000 [r12350] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - properly mount /run and put it into mtab
-
-2011-09-18 20:34 +0000 [r12349] Artur Frysiak <wiget/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Mount /run ASAP
-
-2011-09-11 20:08 +0000 [r12347] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * init/cryptsetup.conf (added), init/Makefile.am: Add cryptsetup
-
-2011-09-11 20:00 +0000 [r12344] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cryptsetup: local vars
-
-2011-09-11 19:53 +0000 [r12342-12343] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * init/Makefile.am: Add allowlogin, sys-chroots, cpusets
-
- * init/cpusets.conf (added): Add cpusets
-
-2011-09-11 11:29 +0000 [r12341] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: print unknown state to stdout as well
-
-2011-09-02 06:18 +0000 [r12339-12340] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/sys-chroots, init/allowlogin.conf (added),
- rc.d/init.d/allowlogin, init/sys-chroots.conf (added): add
- allowlogin and sys-chroots upstart parts, altho no stop for them
-
- * sysconfig/system, rc.d/rc.sysinit: add $LVM2 allows you to
- disable LVM2 if your only LVM volume is rootfs started on initrd
- and want faster startup
-
-2011-09-02 06:08 +0000 [r12338] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/Makefile.am: Add ifcfg-ppp0.pppoe
-
-2011-08-31 18:44 +0000 [r12337] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lib/functions: upstart: behave like current initscripts: print
- running/not running instead of silence
-
-2011-08-31 16:24 +0000 [r12336] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions (removed), rc.d/init.d/Makefile.am,
- po/rc-scripts.pot, lib/functions (added), lib/Makefile.am: move
- also functions to /lib/rc-scripts (symlink preserved)
-
-2011-08-19 19:56 +0000 [r12331] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: formatting
-
-2011-08-19 19:44 +0000 [r12328-12330] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/local: add starting line
-
- * rc.d/rc.sysinit: prefer local code over io checks (boot splash
- unlikely enabled anyway)
-
- * rc.d/init.d/functions: avoid shift() error when program called
- with no actions in _upstart_controlled; tabs
-
-2011-08-14 19:45 +0000 [r12323] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * init/rc.conf: register pld.sysinit-done to satisfy initctl
- check-config
-
-2011-08-14 12:03 +0000 [r12321-12322] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-ppp0.kou, changelog.sh, rc.d/rc.init:
- add missing keyword expansion
-
- * rc.d/init.d, sysconfig/interfaces/down.d/tnl,
- sysconfig/interfaces/down.d/ppp, sysconfig/interfaces/down.d/ipx,
- sysconfig/interfaces/down.d, rc.d, src,
- sysconfig/interfaces/down.d/all, sysconfig/interfaces/down.d/ip,
- sysconfig/interfaces/up.d/tnl, isapnp,
- sysconfig/interfaces/up.d/ppp, sysconfig/interfaces/up.d/ipx,
- sysconfig/interfaces/up.d, ppp, /, sysconfig, doc,
- sysconfig/interfaces/up.d/all, sysconfig/interfaces/up.d/ip, lib:
- svn:ignore fixups
-
-2011-08-14 11:56 +0000 [r12319-12320] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * doc/Makefile.am, doc/template.init (added),
- rc.d/init.d/Makefile.am, rc.d/init.d/template.init (removed),
- po/rc-scripts.pot: move template.init to doc
-
- * sysconfig/.cvsignore (removed), doc/.cvsignore (removed),
- sysconfig/interfaces/up.d/all/.cvsignore (removed), rc.d,
- sysconfig/interfaces/down.d/all, sysconfig/interfaces/down.d/ip,
- sysconfig/interfaces/up.d/tnl, sysconfig/interfaces/up.d/ppp,
- sysconfig/interfaces/up.d/ipx,
- sysconfig/interfaces/down.d/ipx/.cvsignore (removed), /,
- sysconfig, sysconfig/interfaces/up.d/ip, isapnp/.cvsignore
- (removed), sysconfig/interfaces/up.d/ipx/.cvsignore (removed),
- ppp/ip-up.d, rc.d/init.d, ppp/ip-down.d/.cvsignore (removed),
- sysconfig/interfaces/data/.cvsignore (removed),
- sysconfig/interfaces/down.d/tnl, sysconfig/interfaces/down.d/ppp,
- sysconfig/interfaces/down.d/ipx,
- sysconfig/interfaces/up.d/ip/.cvsignore (removed), lib/.cvsignore
- (removed), src, rc.d/init.d/.cvsignore (removed),
- ppp/ip-up.d/.cvsignore (removed), isapnp,
- sysconfig/interfaces/down.d/tnl/.cvsignore (removed),
- po/.cvsignore (removed),
- sysconfig/interfaces/down.d/ppp/.cvsignore (removed),
- sysconfig/interfaces/down.d/.cvsignore (removed),
- sysconfig/interfaces/up.d, ppp/ip-down.d, ppp,
- sysconfig/hwprofiles/.cvsignore (removed), rc.d/.cvsignore
- (removed), src/.cvsignore (removed),
- sysconfig/interfaces/.cvsignore (removed),
- sysconfig/interfaces/down.d/all/.cvsignore (removed),
- sysconfig/interfaces/down.d/ip/.cvsignore (removed), doc,
- sysconfig/interfaces/up.d/all, lib,
- sysconfig/interfaces/up.d/tnl/.cvsignore (removed),
- sysconfig/interfaces/up.d/ppp/.cvsignore (removed),
- sysconfig/interfaces/up.d/.cvsignore (removed), ppp/.cvsignore
- (removed), .cvsignore (removed), po, sysconfig/interfaces/down.d:
- convert .cvsignore to svn:ignore
-
-2011-08-14 11:48 +0000 [r12318] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: privilege check is done with unix file permissions: scripts
- just not executable for regular user
-
-2011-08-14 11:42 +0000 [r12310-12317] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * po/rc-scripts.pot, po/Makefile.am: add makepot.pl to EXTRA_DIST
-
- * makepot.pl (removed), po/Makefile.am, po/makepot.pl (added): move
- makepot to po/ dir with rest of it's files
-
- * po/pl.po, po/rc-scripts.pot, rc.d/init.d/random, po/de.po: - fix
- bad nls usage
-
- * po/pl.po, po/de.po: utf8 to rule the world
-
- * po/pl.po, po/de.po: - updated
-
- * po/rc-scripts.pot: - updated
-
- * po/rc-scripts.pot (added): track to see new strings to appear or
- not
-
- * lib/ifdown-post, lib/Makefile.am, ppp/auth-up,
- sysconfig/network-scripts (removed), ppp/ip-up, lib/ifdown-ppp,
- lib/ifup-post, doc/net-scripts.txt, configure.ac, ppp/auth-down,
- lib/tnlup, lib/ifdown-sl, lib/ifdown-irda, lib/ifup, Makefile.am,
- ppp/ip-down, sysconfig/Makefile.am, lib/ifup-iucv, ppp/ipx-up,
- lib/ifup-sl, lib/ifup-irda, lib/ifdown-vlan, lib/tnldown,
- lib/ifdown, lib/ifup-plusb, lib/ifdown-br, ppp/ipx-down,
- rc.d/init.d/network, lib/ifup-ppp, lib (added), lib/ifup-ipx,
- lib/ifup-vlan, man/usernetctl.8, lib/ifup-br, lib/ifup-plip,
- src/ppp-watch.c: - move network scripts to /lib, as none of them
- are config files - version 0.4.5 for such major change
-
-2011-08-14 11:11 +0000 [r12308-12309] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: fatal out when required tools missing, some ac fix
-
- * src/setuidgid.c: PLD Linux
-
-2011-08-14 09:56 +0000 [r12307] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * init/random.conf, init/rc.conf, init/rcS-sulogin.conf,
- init/rcS.conf: our vim-syntax-upstart recognizes the filetype
- itself
-
-2011-08-13 13:51 +0000 [r12305] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * po/Makefile.am: Do not ignore errors
-
-2011-08-13 13:42 +0000 [r12304] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: emit net-device-up
- events, so upstart-socket-bridge could function
-
-2011-08-13 06:04 +0000 [r12303] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: allow $USE_UPSTART from env to preceed
- USE_UPSTART from sysconfig/system
-
-2011-07-25 06:10 +0000 [r12270-12271] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * doc/net-scripts.txt, sysconfig/network-scripts/ifup: - add
- $ETHTOOL_OPTS
-
- * TODO: - todo from arekm
-
-2011-07-21 10:28 +0000 [r12264] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: - include service type in --status-all
-
-2011-07-18 13:11 +0000 [r12260] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - fuser is in /bin since psmisc-22.5-2
-
-2011-06-28 19:51 +0000 [r12254] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/system: Explain what VSERVER is.
-
-2011-06-27 10:18 +0000 [r12252-12253] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - fix local variable
-
- * rc.d/init.d/functions: - fix kernelver* functions
-
-2011-06-26 10:48 +0000 [r12250] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Mount securityfs based on it's availability
- only.
-
-2011-06-20 15:04 +0000 [r12247] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - compat mode for old kernels, where
- network lock was not touched
-
-2011-06-16 12:32 +0000 [r12246] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * init/Makefile.am, configure.ac: - the missing init/udev.conf
- added to dist
-
-2011-06-15 13:12 +0000 [r12245] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * configure.ac: - Version: 0.4.4.2
-
-2011-06-15 12:45 +0000 [r12244] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * init/rcS.conf, init/udev.conf (added), init/rc.conf,
- rc.d/rc.sysinit: - some more 'emits' and a dummy Upstart job
- added so the new 'initctl check-config' won't complain.
-
-2011-06-15 10:51 +0000 [r12243] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * doc/upstart.txt: - upstart usage docs updates
-
-2011-04-18 09:50 +0000 [r12230] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: remove debug
-
-2011-04-14 09:42 +0000 [r12228] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - make sure the
- default ip rules are preserved over network restart even if 'ip
- rule show' displays them using numeric table values. I have a
- system where 'from all lookup 255' is returned instead of 'from
- all lookup local' for unknown reason, but it could also happen if
- /etc/iproute2/rt_tables file is missing or corrupted. And bad
- things happen (IPv4 not working) if the 'lookup local' rule is
- missing.
-
-2011-04-08 19:15 +0000 [r12223] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: move status all to function
-
-2011-03-29 13:26 +0000 [r12219] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Revert disabling
- IPv6. Unfortunately it disables only IPv6 addresses while
- socket(AF_INET6,...) still succeeds creating ill efect.
-
-2011-03-25 16:55 +0000 [r12215] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Set sysctl value
- quietly.
-
-2011-03-23 21:45 +0000 [r12214] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: One more fix.
-
-2011-03-23 20:42 +0000 [r12213] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Really disable IPv6.
-
-2011-03-23 20:35 +0000 [r12212] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Disable IPv6 if it
- is not enabled in config.
-
-2011-03-21 22:15 +0000 [r12211] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * doc/sysconfig.txt, sysconfig/Makefile.am, doc/sysconfig.docb,
- sysconfig/network-scripts/functions.network,
- sysconfig/network-scripts/ifup-routes: - add static-routes6
- support (IPv6-only ip routes and rules)
-
-2011-03-21 20:30 +0000 [r12210] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/static-routes6 (added): - IPv6 specific rules and
- routes, rationale: some rules (and even routes) are addressless
- (e.g. fwmark or 'default' route), because of this simple ip
- <rule> won't handle IPv6, we have to use ip -6 <rule>
-
-2011-03-20 01:00 +0000 [r12206-12207] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: - 0.4.4.1, fixes typo in set_up_loopback
-
- * sysconfig/network-scripts/functions.network: - use proper device
-
-2011-03-20 00:09 +0000 [r12203] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: - 0.4.4.0
-
-2011-03-19 23:57 +0000 [r12202] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * src/Makefile.am, configure.ac: - fix glib2 static linking
-
-2011-03-18 18:19 +0000 [r12201] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - setup static
- routes for loopback, see
- http://wiki.squid-cache.org/Features/Tproxy4 why this is needed
-
-2011-03-08 20:49 +0000 [r12198] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network,
- rc.d/init.d/functions: Revert previous commit. Fix is_module
- instead to do not match partial module names.
-
-2011-03-08 20:34 +0000 [r12197] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Load ipv6 and ipx
- only when not built into kernel.
-
-2011-03-04 13:37 +0000 [r12188] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-vlan: GVRP default on on vlans
-
-2011-02-19 16:03 +0000 [r12170] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: - tabs
-
-2011-02-10 16:37 +0000 [r12138] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: - added missing slash
-
-2011-02-10 12:46 +0000 [r12136] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: - don't try to find out the subsystem type
- if none is mounted
-
-2011-02-10 12:26 +0000 [r12135] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: - silence mkdir
-
-2011-02-10 12:21 +0000 [r12134] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: - always mount on /dev/cpuset (only cpuset
- is supported by this script) - check if mount point is proper
- cpuset/cgroup(cpuset) subsys
-
-2011-02-10 12:12 +0000 [r12133] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: - mount only cpuset subsys cgroup - no need
- to parse and check fstab as this script is run after rc.sysinit
- mounts all filessystems listed there
-
-2011-02-10 11:04 +0000 [r12128-12130] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: - put cpuset/cgroup mounts in mtab
-
- * rc.d/init.d/cpusets: - exit from script if no cpuset/cgroup
- support in kernel
-
- * rc.d/rc.sysinit, rc.d/init.d/cpusets: - moved cpuset/cgroup
- mounting code into cpuset startup script for seamless
- interoperability with libcgroup
-
-2011-02-09 10:55 +0000 [r12126] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: add killproc -p alias
-
-2011-01-27 06:04 +0000 [r12089-12090] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/Makefile.am: sysconfig/clock is gone
-
- * sysconfig/clock (removed), doc/sysconfig.docb, doc/sysconfig.txt,
- rc.d/rc.sysinit: sysconfig/clock and related actions are obsolete
- now. hwclock knows how to handle these based on adjtime settings.
-
-2011-01-27 05:44 +0000 [r12088] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Check /dev/rtc or /dev/rtc0 existence.
-
-2011-01-25 18:56 +0000 [r12083-12084] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: 0.4.3.8
-
- * autogen.sh: Disabled --enable-maintainer-mode
- --enable-compile-warnings (unsupported by current auto*).
-
-2011-01-24 18:19 +0000 [r12082] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network: IPv6 networking on by default.
-
-2010-12-22 10:23 +0000 [r12020] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/netfs: Don't mount fs inside of vserver guest.
-
-2010-12-22 05:54 +0000 [r12019] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: cgroup/cpuset can exist in fstab but be
- commented out. Handle that.
-
-2010-12-20 18:09 +0000 [r12014] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/cryptsetup: started instead of busy
-
-2010-12-12 17:42 +0000 [r11982-11983] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - 0.4.3.7
-
- * rc.d/init.d/functions: add --user support to run_cmd Usage:
- run_cmd --user stats "Message" command_to_run arg1 arg2...
-
-2010-12-07 14:08 +0000 [r11973] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - pidfile var
-
-2010-12-03 13:10 +0000 [r11940] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/netfs: - some formatting, respect to use functios
- (RETVAL variable vs exit calls)
-
-2010-12-03 13:04 +0000 [r11939] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/netfs: - use functions
-
-2010-12-03 11:43 +0000 [r11936] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: 0.4.3.6
-
-2010-12-03 11:33 +0000 [r11934-11935] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/netfs: Bugfix (bring in cryptsetup; cleanups).
-
- * rc.d/init.d/netfs: Bugfix.
-
-2010-12-03 10:37 +0000 [r11933] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/Makefile.am, rc.d/init.d/network: Bring in netfs.
-
-2010-12-03 10:33 +0000 [r11930-11932] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/netfs: : not needed.
-
- * TODO: - better umount on stop
-
- * rc.d/init.d/netfs: Bugfixes. Seems to be working fine.
-
-2010-12-03 10:25 +0000 [r11929] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/functions: __umount_*loop from FC.
-
-2010-12-03 10:15 +0000 [r11928] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/netfs: Don't touch nfs if we have separate nfsfs
- script.
-
-2010-12-03 09:38 +0000 [r11927] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/netfs (added): Networked filesystems mount/umount.
- Unfinished.
-
-2010-12-02 15:30 +0000 [r11922] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - avoid crypto init retries if no crypttab is
- setup
-
-2010-11-25 23:54 +0000 [r11913] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - don't mount cgroup if it's set up in fstab
- http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2010-November/152970.html
- BTW, all this kinda sucks and needs revamp :(
-
-2010-11-07 19:54 +0000 [r11900] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - init crypt mounts also after lvm has been run
-
-2010-11-06 10:47 +0000 [r11894] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Release 0.4.3.5.
-
-2010-11-06 09:57 +0000 [r11893] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/network, sysconfig/system, rc.d/init.d/functions:
- Detect isolation only vserver networking. New variable -
- VSERVER_ISOLATION_NET.
-
-2010-11-06 09:12 +0000 [r11892] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Silent modprobe.
-
-2010-11-06 08:43 +0000 [r11889] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Release 0.4.3.4.
-
-2010-11-06 00:33 +0000 [r11888] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - create /dev/cgroup (see comment)
-
-2010-11-06 00:26 +0000 [r11887] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: - use full blown cgroup subsystem if
- available
-
-2010-11-06 00:11 +0000 [r11886] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - if cgroup is available use all its subsystems
- instead of just cpusets
-
-2010-11-06 00:07 +0000 [r11885] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - commit at rev 10523 was completely bogus,
- preventing mounting cpuset at all, as default fstab contains
- cpuset line with noauto option
-
-2010-10-09 21:21 +0000 [r11840] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * src/initlog.c: Update initlog from initscripts.
-
-2010-10-06 08:03 +0000 [r11831] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - procname
-
-2010-10-06 07:58 +0000 [r11830] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - killproc wants procname mostly
-
-2010-09-30 04:26 +0000 [r11823] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc: Fix 'local: można używać tylko w funkcji' on bash.
-
-2010-09-19 18:38 +0000 [r11812] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Make sysctl quiet.
-
-2010-09-03 09:07 +0000 [r11801] shadzik <shadzik/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - don't check the fs on aufs and squashfs
- systems
-
-2010-08-26 10:30 +0000 [r11789] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - use /var/log/boot.log, to match with plymouth
- path
-
-2010-08-21 18:00 +0000 [r11788] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Set firmware-loader also when udev is off.
-
-2010-08-01 16:32 +0000 [r11741] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/i18n: - plain en with utf8
-
-2010-08-01 16:13 +0000 [r11739] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - skip lock when making nodes on boot
-
-2010-08-01 16:08 +0000 [r11738] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - check_root_fs to function for readability
-
-2010-08-01 15:58 +0000 [r11735-11737] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - remove locale setup where it is pointless
- (grep for fixed strings, and cat)
-
- * rc.d/init.d/template.init: - sample for status with pidfile
-
- * rc.d/rc.sysinit: - skip unneccesary subshell
-
-2010-07-26 13:31 +0000 [r11715] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: - typo
-
-2010-07-26 13:20 +0000 [r11714] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: - allow per-interface
- configuration files for dhclient.conf – single config file with
- 'interface' directive(s) conflicts with interface name given on
- the command line.
-
-2010-07-21 08:23 +0000 [r11688] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/allowlogin: - functions, exit early if disabled
-
-2010-07-20 08:42 +0000 [r11684] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - ugly hack to still do killall as pgrep is on
- /usr, or rather drop pgrep as it never returns empty nowadays due
- kernel threads?
-
-2010-07-08 10:47 +0000 [r11638-11639] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cpusets, rc.d/init.d/network, rc.d/init.d/local,
- rc.d/init.d/random, rc.d/init.d/single: - ignore /var/lock/subsys
- remove readonly fs errors (after fsck wants to reboot system)
-
- * rc.d/init.d/cpusets, rc.d/init.d/allowlogin, rc.d/init.d/network,
- rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/killall: -
- executable initscripts
-
-2010-06-18 06:40 +0000 [r11565] Bartłomiej Zimoń <cactus/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - fix shutdown/restart on kernels with devtmpfs
-
-2010-06-15 11:37 +0000 [r11562] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * changelog.sh: - changelog.sh script improved and ChangeLog
- updated
-
-2010-06-15 11:33 +0000 [r11561] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * configure.ac: - firmwaredir was wrong
-
-2010-06-15 11:17 +0000 [r11558-11559] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * configure.ac: - Version: 0.4.3.3
-
- * Makefile.am, configure.ac: - firmwaredir relative to
- ${exec_prefix} to fix 'make distcheck'
-
-2010-06-15 10:13 +0000 [r11557] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
- - allow multiple dhclient instances running on one machine
-
-2010-06-14 17:25 +0000 [r11555-11556] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/random: - reorganize into functions
-
- * rc.d/init.d/random: - do not touch host random inside vserver
- (discussed with baggins and arekm long time ago)
-
-2010-06-08 09:01 +0000 [r11552] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * rc.d/init.d/functions: - /proc/cmdline may be unavailable (like
- in a VServer) make cat quiet in such case
-
-2010-05-18 12:13 +0000 [r11476] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: No need for wait loop.
- check_link_down sleeps for specified time in 0.5s intervals.
-
-2010-05-17 20:26 +0000 [r11475] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup,
- sysconfig/interfaces/ifcfg-description: Wait for wpa_supplicant
- to actually connect to network before trying dhcp.
-
-2010-05-17 20:20 +0000 [r11474] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Support for max
- timeout as parameter.
-
-2010-05-17 20:16 +0000 [r11473] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Don't rely on ip
- link UP checking. Always to mii-tool/ethtool test.
-
-2010-05-17 19:08 +0000 [r11472] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: Respect ZEROCONF variable for
- dhcpcd.
-
-2010-05-17 18:08 +0000 [r11471] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - ok to exit silently in ssd mode of
- killproc, no need to noise about missing pidfile
-
-2010-05-13 07:17 +0000 [r11462] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * Makefile.am: Include/install firmware-loader.sh brought by commit
- r10422.
-
-2010-05-12 07:11 +0000 [r11460] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * doc/Makefile.am: - include upstart.txt in the package
-
-2010-05-12 07:08 +0000 [r11459] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * doc/upstart.txt: - notes about job debuging
-
-2010-05-11 17:21 +0000 [r11458] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * configure.ac: - Version: 0.4.3.2
-
-2010-05-11 10:10 +0000 [r11449] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * init/Makefile.am: - new listed in Makefile.am
-
-2010-05-11 08:54 +0000 [r11447] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * init/rc.conf (added), init/rcS-sulogin.conf (added),
- init/rcS.conf (added): - init job descriptions moved from
- upstart-SysVinit
-
-2010-05-10 17:24 +0000 [r11427] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - note about two modes in daemon
-
-2010-05-10 14:35 +0000 [r11424] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * configure.ac: - Version: 0.4.3.1
-
-2010-05-10 14:31 +0000 [r11423] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * src/start-stop-daemon.c, src/Makefile.am,
- man/start-stop-daemon.8, configure.ac, rc.d/init.d/functions: -
- 'dropcaps' and 'start-stop-daemon-pid-check' patches from
- packages/rc-scripts applied
-
-2010-05-10 12:59 +0000 [r11422] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * rc.d/init.d/functions: - properly quote is_yes() argument
-
-2010-05-10 11:50 +0000 [r11420] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * configure.ac: - Version: 0.4.3.0
-
-2010-05-10 11:23 +0000 [r11419] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * man/es, sysconfig/network-scripts, sysconfig/interfaces,
- sysconfig/interfaces/down.d/all, sysconfig/cpusets, isapnp,
- sysconfig/interfaces/up.d/tnl, rc.d/rc.sysinit,
- rc.d/init.d/random, sysconfig/interfaces/up.d/ppp,
- sysconfig/interfaces/up.d/ipx, service, /, configure.ac, man/sv,
- man/de, sysconfig, man/ja, Makefile.am, rc.d/init.d,
- sysconfig/interfaces/down.d/tnl, po,
- sysconfig/interfaces/down.d/ppp, sysconfig/interfaces/down.d/ipx,
- man/fr, rc.d/init.d/functions, doc/make-html, doc/upstart.txt
- (added), sysconfig/hwprofiles, rc.d, src,
- sysconfig/interfaces/down.d/ip, src/setuidgid.c (added), rc.d/rc,
- sysconfig/interfaces/up.d, ppp, sysconfig/interfaces/data,
- src/Makefile.am, man/ru, init (added), t/backtick-test.sh,
- rc.d/init.d/network, rc.d/rc.shutdown,
- sysconfig/interfaces/up.d/ip, sysconfig/interfaces/up.d/all, doc,
- init/random.conf, man, init/Makefile.am,
- sysconfig/interfaces/down.d: - upstart_native branch merged
-
-2010-05-02 12:16 +0000 [r11364] Jacek Konieczny <jajcus/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-routes,
- sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown,
- sysconfig/network, doc/net-scripts.txt,
- sysconfig/network-scripts/functions.network: - support for
- zeroconf networking (based on information from
- http://avahi.org/wiki/AvahiAutoipd#Routes)
-
-2010-04-21 20:24 +0000 [r11340] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: - grab $ACTION variable
-
-2010-04-21 18:26 +0000 [r11339] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: - nicer output (brief) for --status-all ported from
- ubuntu
-
-2010-04-21 18:21 +0000 [r11338] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * service: - identify as pld
-
-2010-04-07 07:02 +0000 [r11312-11313] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - release 0.4.2.8
-
- * rc.d/init.d/functions: - add --redirfds similar to --closefds
-
-2010-04-05 19:18 +0000 [r11309] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - tabs
-
-2010-04-05 19:13 +0000 [r11308] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - no need to load service config to
- check network state
-
-2010-02-08 17:34 +0000 [r11137] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup,
- sysconfig/interfaces/ifcfg-description: - WLAN_WPA_DRIVER should
- default to wext
-
-2010-02-08 17:11 +0000 [r11136] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - skip dead pids in status() with
- --pidfile, or is filter_chroot() broken by design?
-
-2010-02-08 17:06 +0000 [r11135] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * t/status-pidfile.sh (added): - test for status() --pidfile
-
-2010-02-08 16:51 +0000 [r11134] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * backtick-test.sh (removed), t (added), t/backtick-test.sh
- (added): - move tests to t/
-
-2010-01-15 13:56 +0000 [r11113] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/functions: Use two separate tests instead of single
- double test since bash yells about wrong integer if variable is
- empty (and bash can source functions file).
-
-2010-01-11 10:52 +0000 [r11099] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * changelog.sh: - C locale for consistent changelog
-
-2010-01-11 09:07 +0000 [r11098] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/system: Drop EVMS_MD since it's not used.
-
-2010-01-10 22:05 +0000 [r11096] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Prepare for 0.4.2.7.
-
-2009-12-02 19:13 +0000 [r11004] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - more reverting baggins buzybox branch changes
- regarding hwclock
-
-2009-11-24 11:07 +0000 [r11001] Tomasz Pala <gotar/at/pld-linux.org>
-
- * rc.d/rc.sysinit, rc.d/rc.shutdown: - having EVMS_LVM=yes without
- the tools doesn't make them work - having EVMS_LVM=no mustn't
- prevent plain LVM from bringing up - conclusion: these parts of
- code are EVMS_LVM independant
-
-2009-11-22 23:24 +0000 [r10999] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/Makefile.am: - add rc.init back
-
-2009-11-22 23:14 +0000 [r10998] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.init (added): - restore, but this time with some doc too
-
-2009-11-22 20:39 +0000 [r10996] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - hwclock doesn't recognize -l (patch from
- devel-en)
-
-2009-11-22 13:54 +0000 [r10995] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - formatting
-
-2009-11-22 13:51 +0000 [r10993-10994] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - nwid already set
- earlier
-
- * rc.d/init.d/network: - typo, dots
-
-2009-11-22 09:19 +0000 [r10990-10992] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.init (removed), rc.d/Makefile.am: - rc.init does not seem
- to be used anywhere; remove it
-
- * sysconfig/network: - mention HOTPLUG
-
- * sysconfig/interfaces/ifcfg-description: - cleanup
-
-2009-11-20 12:58 +0000 [r10989] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - cleanup trailing whitespace
-
-2009-11-20 12:54 +0000 [r10988] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/sys-chroots: - back to /bin/sh
-
-2009-11-20 12:35 +0000 [r10985-10987] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * modules: - apply rc-scripts-modules.patch
-
- * configure.ac: - prepare for 0.4.2.6 release
-
-2009-11-19 21:21 +0000 [r10984] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - with --pidfile set in status(), don't
- make wrong assumptions by finding process by name
-
-2009-11-19 21:07 +0000 [r10983] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - fix weird typo
-
-2009-11-19 20:41 +0000 [r10982] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - if pidfile specified, pid must be there,
- don't fallback for pidof(1)
-
-2009-11-19 13:31 +0000 [r10981] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.local: - rc.local is sourced, not executed
-
-2009-11-17 07:10 +0000 [r10976] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions, rc.d/init.d/sys-chroots, rc.d/rc,
- rc.d/rc.sysinit, rc.d/init.d/cryptsetup: - partial merge of
- baggin's busybox branch changes
-
-2009-11-17 06:22 +0000 [r10975] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - status -p shortopt for --pidfile
-
-2009-11-16 14:49 +0000 [r10971] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: -
- unknown/unsupported: return 2 if no tools found or all the
- methods failed
-
-2009-11-16 14:07 +0000 [r10970] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - don't call
- check_mii_tool if ethtool or iwconfig reported success
-
-2009-11-16 14:03 +0000 [r10969] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - check rfkill
- before iwconfig (more common and doesn't require binary) - note
- /sys/class/net/${1}/operstate file on some systems
-
-2009-11-16 14:00 +0000 [r10968] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - it's common for
- WiFi that all the methods of link state determinaion fail, don't
- abort dhclient in such case
-
-2009-11-04 08:03 +0000 [r10945] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-br: - don't disable bridged device
- just before bridge starts! - this interrupts every subdevice
- currently active (like VLAN interfaces in another bridges)
-
-2009-11-04 07:58 +0000 [r10944] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown-br: - dont't set bridged device
- down! some subdevice can still be used (e.g. VLAN interface in
- another bridge), - NOTE: addresses from underlying device are
- flushed on ifup-br so there should not exist anyone anyway
-
-2009-11-03 15:47 +0000 [r10933] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-br: - bridge forward delay is used
- regardless of STP, - NB hello timer runs always too, it's just
- not used without STP
-
-2009-10-25 18:33 +0000 [r10854] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: - fix devs detect
-
-2009-10-16 08:50 +0000 [r10792] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - stderr redirected anyway, nothing
- special needed in configtest()
-
-2009-10-15 10:03 +0000 [r10789] Paweł Zuzelski <pawelz/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile: - do not reduce
- MTU by default. It kills ipsec.
-
-2009-10-15 09:32 +0000 [r10788] Paweł Zuzelski <pawelz/at/pld-linux.org>
-
- * sysconfig/interfaces/data/chat-ppp0.gprs-playmobile (added),
- sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile (added): - ppp
- configuration for PLAY MOBILE (tested on HUAWEI E169 and E220
- modems)
-
-2009-10-14 07:35 +0000 [r10784] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - local args in /etc/modules processing
-
-2009-09-14 23:31 +0000 [r10603] Tomasz Pala <gotar/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - there's no point in trying to run
- vg{scan,change} if they're not present; so made them sufficient
- unless is_no "$EVMS_LVM"
-
-2009-09-02 19:58 +0000 [r10524] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Set rc to 0 for mdadm rc=2 case.
-
-2009-09-01 18:59 +0000 [r10523] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - cpuset shouldn't be mounted unconditionally -
- it has few options
-
-2009-08-30 20:14 +0000 [r10518] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: mdadm status codes 0 and 2 (new in mdadm 3.0)
- are success
-
-2009-08-25 10:25 +0000 [r10493] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - use shell construct
-
-2009-08-25 09:26 +0000 [r10492] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Skip comments in args.
-
-2009-08-24 06:16 +0000 [r10491] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Restore extra check.
-
-2009-08-17 20:34 +0000 [r10490] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit, src/getkey.c: New getkey handling (from fc).
-
-2009-08-16 20:53 +0000 [r10487] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Release 0.4.2.4.
-
-2009-08-11 14:06 +0000 [r10473] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - no subshell needed and unify modprobe -c
- callout
-
-2009-08-11 07:08 +0000 [r10469] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Don't use modprobe.conf file. Use /sbin/modprobe
- -c output instead.
-
-2009-08-07 17:42 +0000 [r10460] Marcin Król <hawk/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-sl,
- sysconfig/network-scripts/functions.network,
- sysconfig/network-scripts/ifup-ppp,
- sysconfig/network-scripts/ifup-vlan,
- sysconfig/network-scripts/tnlup,
- sysconfig/network-scripts/ifup-br, rc.d/rc.sysinit: - '-k' is no
- longer valid modprobe switch
-
-2009-07-25 19:44 +0000 [r10427] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - configtest alias - allow output of
- configtest success
-
-2009-07-25 19:29 +0000 [r10426] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - improved configtest output sequence
-
-2009-07-25 19:24 +0000 [r10425] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - add checkconfig action sample
-
-2009-07-25 19:19 +0000 [r10424] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - use <service_name> for msg as it
- usualy differs
-
-2009-07-21 18:25 +0000 [r10422] Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
-
- * firmware-loader.sh (added), rc.d/rc.sysinit: - added
- firmware-loader.sh for autoload firmware on systems w/o udev
-
-2009-07-17 07:40 +0000 [r10421] shadzik <shadzik/at/pld-linux.org>
-
- * sysconfig/i18n: - add en_US.UTF-8/UTF-8 de_DE.UTF-8/UTF-8
- en_GB.UTF-8/UTF-8 to supported langs
-
-2009-07-16 18:09 +0000 [r10420] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/functions: Update LINES correctly.
-
-2009-07-16 17:07 +0000 [r10419] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/functions: On IPMI serial console COLUMNS ends up
- with negative value like -13. Protect agains such thing. Also
- protect LINES.
-
-2009-07-01 04:39 +0000 [r10409] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * acinclude.m4: - fix underquoted definition warning
-
-2009-07-01 04:35 +0000 [r10408] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - 0.4.2.3
-
-2009-06-29 00:13 +0000 [r10399] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - nice message about kexec being used
-
-2009-06-28 22:17 +0000 [r10398] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - invoke kexec only if image loaded
-
-2009-06-05 18:30 +0000 [r10372] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network: - update udev path
-
-2009-06-03 06:29 +0000 [r10367-10369] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - one local should
- be enough
-
- * rc.d/init.d/functions: - update path
-
- * sysconfig/network-scripts/functions.network: - i don't think cat
- output is localized
-
-2009-06-02 20:34 +0000 [r10366] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Add rfkill support.
-
-2009-05-26 19:51 +0000 [r10361] Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
-
- * rc.d/init.d/functions: - don't kill -KILL (in start-stop-daemon),
- try TERM first
-
-2009-05-22 18:30 +0000 [r10358] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * DEVELOPMENT, configure.ac: Prepare for 0.4.2.2.
-
-2009-04-23 20:59 +0000 [r10333] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Don't rely on mii
- check (it's unreliable). 'radio off' clarifications. Less
- iterations in loop.
-
-2009-04-07 09:28 +0000 [r10321-10322] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Don't check for /dev/rtc existence. When using
- udev it doesn't exist usually.
-
- * rc.d/rc.sysinit: Don't check for /dev/rtc existence. When using
- udev it doesn't exist usually.
-
-2009-03-26 15:11 +0000 [r10264] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-aliases: - more readable
-
-2009-03-26 13:33 +0000 [r10253] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-aliases: - set addrlabel only if
- specified
-
-2009-03-23 16:07 +0000 [r10235] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: - 0.4.2.1
-
-2009-03-21 21:30 +0000 [r10225-10226] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/sys-chroots: - correct
-
- * rc.d/init.d/sys-chroots: - invert condition to bring down one
- level of indent
-
-2009-03-21 21:24 +0000 [r10223-10224] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/local: - proper order of commands
-
- * rc.d/init.d/killall: - correction
-
-2009-03-21 21:17 +0000 [r10222] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/allowlogin: - why the space?
-
-2009-03-20 16:03 +0000 [r10221] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Set nickname only
- when specified in config since many wifi adapters don't support
- this setting.
-
-2009-03-19 00:15 +0000 [r10218] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * DEVELOPMENT, sysconfig/network-scripts/functions.network,
- rc.d/init.d/functions, rc.d/rc, rc.d/rc.sysinit: - use "local"
- not "typeset" (compatible with: pdksh/bash/dash)
-
-2009-03-16 11:34 +0000 [r10214] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit, rc.d/rc.shutdown: - shorter lvm version detect
-
-2009-03-16 11:27 +0000 [r10213] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - remove unneeded subshells
-
-2009-03-16 11:23 +0000 [r10212] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system: - typo
-
-2009-03-15 23:09 +0000 [r10210-10211] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.shutdown, sysconfig/system: - added UMOUNT_IGNORE option
-
- * rc.d/rc.shutdown: - refactor awk invocation in fs unmounting code
-
-2009-03-12 15:32 +0000 [r10208] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * inittab: - sX prefix ofr serial lines
-
-2009-03-11 12:41 +0000 [r10203] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: - 0.4.2.0, well deserved version bump after few
- years of development
-
-2009-03-10 11:39 +0000 [r10197-10198] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network,
- sysconfig/network-scripts/ifup: - addlabel is IPv6 only
-
- * sysconfig/network-scripts/ifup-aliases: - added addrlabel support
-
-2009-03-10 11:33 +0000 [r10196] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-aliases: - removed dead code
-
-2009-03-10 11:20 +0000 [r10195] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: - add IP_LABEL support
-
-2009-03-10 11:16 +0000 [r10194] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - allow addrlabel
- setting for ipv4 adresses
-
-2009-03-10 11:11 +0000 [r10192-10193] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - remove IP6_SRC_IF
- dead code - started adding IP_LABEL
-
- * doc/net-scripts.txt: - remove IP6_SRC_IF, add IP_ALABEL
-
-2009-03-10 11:02 +0000 [r10191] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-description: - just remove IP6_SRC_IF
- to avoid confusion
-
-2009-03-10 10:56 +0000 [r10190] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-description: - add IP_LABEL setting
- for ip addrlabel (see RFC 3484) - added comment about uselessness
- of IP6_SRC_IF setting
-
-2009-03-09 21:21 +0000 [r10186] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - use exntended regexp functionality
-
-2009-03-09 21:12 +0000 [r10185] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases,
- sysconfig/network-scripts/ifup-routes,
- sysconfig/network-scripts/tnlup, sysconfig/network-scripts/ifup,
- sysconfig/network-scripts/tnldown, rc.d/rc.sysinit,
- rc.d/init.d/cryptsetup, sysconfig/network-scripts/ifup-neigh,
- sysconfig/network-scripts/functions.network,
- rc.d/init.d/functions, sysconfig/network-scripts/ifup-vlan: - man
- grep, "Direct invocation as either egrep or fgrep is deprecated",
- use grep -F or grep -E
-
-2009-03-09 21:04 +0000 [r10183-10184] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - fix syntax
-
- * rc.d/init.d/functions: - man grep, glen. "Direct invocation as
- either egrep or fgrep is deprecated" - and better safe than
- sorry, use grep -E with proper regexp
-
-2009-03-09 18:50 +0000 [r10181-10182] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown-vlan: - ip link help might be
- localized, remove unneeded subshell
-
- * rc.d/init.d/functions: - /proc/mounts isn't localized and it has
- fixed format (use fgrep)
-
-2009-03-09 18:03 +0000 [r10180] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - use is_fsmounted for checking mount points -
- fix mtab entry for /dev/cpuset
-
-2009-03-09 17:47 +0000 [r10179] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - use /proc/mounts if available for
- checking mounted fs
-
-2009-03-09 16:07 +0000 [r10178] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - check if /proc and /sys are mounted before
- trying to mount them
-
-2009-03-09 15:54 +0000 [r10177] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - added is_fsmounted function to check if
- a given filesystem is mounted, requires /bin/stat (i.e. coreutils
- >= 7.1-2)
-
-2009-03-08 15:48 +0000 [r10176] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: - rc.d/init.d/network calls
- "/sbin/ifup tnlcfg-$i boot" causing awk: cannot open tnlcfg-tun0
- (No such file or directory) from ifup-post tnlcfg-tun0 (calling
- ifup-aliases without full $CONFIG path) This fixes long lasting
- bug:
- http://www.mail-archive.com/pld-devel-pl@lists.pld-linux.org/msg18413.html
- http://www.mail-archive.com/pld-devel-pl@lists.pld-linux.org/msg11198.html
-
-2009-03-06 12:56 +0000 [r10174] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - daemon() startup errors dump to stderr
-
-2009-03-02 12:39 +0000 [r10159] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - no bashism, typo
-
-2009-03-02 12:28 +0000 [r10158] Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - remount rootfs rw only if no option 'ro' in
- fstab - hide remove errors on /etc/*mtab~* /fastboot etc
-
-2009-02-27 16:36 +0000 [r10150] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-vlan: - fixed exit status when no
- appropriate tools found
-
-2009-02-27 16:33 +0000 [r10149] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown-vlan: - restored vconfig support
- for older iproute2 users
-
-2009-02-25 07:43 +0000 [r10146] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - less indent by using return in
- functions
-
-2009-02-21 12:43 +0000 [r10135] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc, sysconfig/network-scripts/functions.network: Comparsion
- correction.
-
-2009-02-20 09:05 +0000 [r10133] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Preparations for 0.4.1.27.
-
-2009-02-19 20:03 +0000 [r10132] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/functions: - 15 seems to be normal color on 16 and
- 256 color consoles
-
-2009-02-19 10:15 +0000 [r10130] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - typo
-
-2009-02-17 17:23 +0000 [r10127] Tomasz Pala <gotar/at/pld-linux.org>
-
- * rc.d/init.d/functions: - added {waitname:+--name $waitname} to
- ssd, otherwise there's no way to start qpopperd and qpoppersd
- both at the same time /usr/sbin/qpoppersd already running. - use
- long options names
-
-2009-02-16 01:07 +0000 [r10123-10124] Tomasz Pala <gotar/at/pld-linux.org>
-
- * rc.d/init.d/functions: - keep one style of spacing, do not
- pollute sh with C-style comparision == operator
-
- * rc.d/init.d/functions: - expand relative --pidfile to absolute
- /var/run path; ssd in killproc has broken plenty of daemons
- including amavisd-new, apache and clamav - dropped ancient
- /usr/X11R6/bin from $PATH
-
-2009-02-12 11:29 +0000 [r10122] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - calculate default INIT_COL from terminal
- size
-
-2009-02-12 11:26 +0000 [r10121] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system: - no hardcoded default in config for INIT_COL
-
-2009-02-09 19:59 +0000 [r10115] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - typo
-
-2009-02-04 20:28 +0000 [r10099] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * rc.d/init.d/functions: - makepid functionality to daemon function
-
-2009-01-25 14:58 +0000 [r10096] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cryptsetup: - LC_ALL=C for greps
-
-2009-01-23 15:03 +0000 [r10095] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - local output for
- func internal vars
-
-2009-01-23 13:54 +0000 [r10094] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown: - grepping pid from ps ax could
- be ambigous, use kill -0 for running-pid-check
-
-2009-01-23 13:45 +0000 [r10093] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cryptsetup: - revert unwanted commit
-
-2009-01-23 13:39 +0000 [r10092] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-vlan,
- sysconfig/network-scripts/ifup-ipx,
- sysconfig/network-scripts/tnlup,
- sysconfig/network-scripts/ifdown-sl,
- sysconfig/network-scripts/ifup,
- sysconfig/network-scripts/ifdown-irda,
- sysconfig/network-scripts/ifup-br,
- sysconfig/network-scripts/ifup-plip, sysconfig/system,
- sysconfig/network-scripts/ifup-iucv, rc.d/rc,
- sysconfig/network-scripts/ifdown-post, rc.d/rc.init, lang.csh,
- hwprofile, service, sysconfig/network-scripts/ifup-sl,
- sysconfig/network-scripts/ifup-irda,
- sysconfig/network-scripts/ifup-routes, rc.d/rc.shutdown,
- sysconfig/network-scripts/ifup-aliases,
- sysconfig/network-scripts/ifdown-ppp,
- sysconfig/network-scripts/tnldown,
- sysconfig/network-scripts/ifup-post,
- sysconfig/network-scripts/ifup-plusb,
- sysconfig/network-scripts/ifdown,
- sysconfig/network-scripts/ifdown-br,
- sysconfig/network-scripts/ifup-neigh,
- sysconfig/network-scripts/ifup-ppp: - cleanup vi:syntax, not
- needed and doesn't work anyway (should be vim:ft if any)
-
-2009-01-23 13:34 +0000 [r10091] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile.am, sysconfig/network-scripts/ifdown-br,
- rc.d/init.d/cryptsetup,
- sysconfig/network-scripts/functions.network, configure.ac,
- sysconfig/network-scripts/ifup-vlan,
- sysconfig/network-scripts/ifup-aliases,
- sysconfig/network-scripts/tnlup,
- sysconfig/network-scripts/ifdown-vlan,
- sysconfig/network-scripts/ifup-br,
- sysconfig/network-scripts/tnldown,
- sysconfig/network-scripts/ifdown: - force LC_ALL=C when grepping
- data from possibly localized program outputs
-
-2009-01-22 09:06 +0000 [r10090] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-description: Mention GVRP option.
-
-2009-01-22 09:02 +0000 [r10089] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * po/pl.po: Update
-
-2009-01-22 08:56 +0000 [r10087-10088] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network,
- sysconfig/network-scripts/ifup-vlan: Prefer vlan creation using
- iproute2, fallback to vconfig.
-
- * sysconfig/network-scripts/ifdown: No need for special handling
- for vlans when downing master device.
-
-2009-01-22 08:41 +0000 [r10086] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown-vlan: vconfig no longer needed
- here.
-
-2009-01-22 07:43 +0000 [r10085] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown,
- sysconfig/network-scripts/ifdown-vlan: Delete devices using
- iproute2.
-
-2009-01-05 19:08 +0000 [r10050] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit, rc.d/init.d/cpusets: - use noprefix mount option
- for cgroup cpuset
-
-2009-01-02 19:01 +0000 [r10047-10048] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/cpusets/cpuset-test: - removed reference to cpuset
- virtualization (feature long dead, and no signs of resurrection)
-
- * rc.d/init.d/cpusets: - fix for /dev/cpuset mounted as cgroup
- -ocpuset
-
-2008-12-31 19:25 +0000 [r10044] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: 0.4.1.26
-
-2008-12-25 07:08 +0000 [r10040] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * rc.d/init.d/functions: - optional argument in square brackets
-
-2008-12-16 19:00 +0000 [r10038] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - add usage for killproc - shift 2 is
- better than shift shift
-
-2008-12-16 18:55 +0000 [r10037] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - try ssd for killproc. needs pidfile to
- work reliably - what values to use for --retry?
-
-2008-12-11 17:04 +0000 [r10034] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - display LVM VG stats after LVM has been
- initialized
-
-2008-12-09 14:35 +0000 [r10030] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-ppp, rc.d/rc.shutdown, po/pl.po,
- sysconfig/system, rc.d/rc.sysinit: - removed DevFS support
-
-2008-12-09 14:31 +0000 [r10029] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - udev-135-2 finally creates /dev/cpuset
- directory - use cgroup fs in newer kernels
-
-2008-12-04 19:49 +0000 [r10022] Paweł Sikora <pluto/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - allow usb group to operate on /proc/bus/usb.
-
-2008-12-02 07:14 +0000 [r10020] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysctl.conf: Leave default for kernel.
-
-2008-12-02 00:08 +0000 [r10019] Paweł Sikora <pluto/at/pld-linux.org>
-
- * sysctl.conf: - describe kernel.randomize_va_space feature.
-
-2008-11-30 19:27 +0000 [r10016] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-vlan: Load 8021q module.
-
-2008-11-30 15:15 +0000 [r10014] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - add --pidfile to status()
-
-2008-11-28 16:09 +0000 [r10010] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-eth0.1,
- sysconfig/network-scripts/ifup,
- sysconfig/interfaces/ifcfg-description: macvlan support.
-
-2008-11-27 14:47 +0000 [r10007] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - load dm-mod before using dmsetup in multipath
- case
-
-2008-11-18 13:40 +0000 [r9998] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cryptsetup: - catch missing device errors
-
-2008-11-18 13:26 +0000 [r9996-9997] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/data/chat-ppp0.kou: - it starts pppd right
- after connection - with kernel or fixed firmware there's OK said
- after ATZ
-
- * sysconfig/interfaces/ifcfg-ppp0.kou: - add debug line (disabled)
-
-2008-11-14 01:23 +0000 [r9991] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cryptsetup: - use nls
-
-2008-11-12 23:27 +0000 [r9985] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cryptsetup: - dmsetup mknodes so the startup doesn't
- complain on missing nodes
-
-2008-11-10 00:46 +0000 [r9974] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cryptsetup: - output formatting cosmetics
-
-2008-11-10 00:15 +0000 [r9973] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cryptsetup: - no bashism
-
-2008-11-05 22:48 +0000 [r9970] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - add --chdir to daemon()
-
-2008-11-05 22:39 +0000 [r9969] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - -u is for stopping in ssd
-
-2008-11-04 20:04 +0000 [r9963] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - wtf 0.4.1.24 was already there? bump to 0.4.1.25
- then
-
-2008-11-04 19:57 +0000 [r9962] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * DEVELOPMENT: - somewhy have to svn up again after configure.ac
- commit
-
-2008-11-04 19:45 +0000 [r9959] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - 0.4.1.24 release
-
-2008-11-04 18:07 +0000 [r9958] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lang.sh: - LC_ALL was still overwritten with i18n value even if
- one had from ssh session
-
-2008-10-29 08:54 +0000 [r9927] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * run-parts: - rip out -u <runas_user> -- it's bad concept and
- nothing should be using it anyway
-
-2008-10-28 00:09 +0000 [r9926] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * run-parts: - add --test and -- to behave like debian run-parts(1)
-
-2008-10-26 13:43 +0000 [r9922] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/system, rc.d/rc.sysinit: - introduce START_UDEV
- variable
-
-2008-10-25 22:53 +0000 [r9921] Andrzej Dopierała <undefine/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
- - wpa is also usefull with not wireless devices - eg with 8021x.
- - patch by Pawel Nogas <pnogas(AT)amu(DOT)edu(DOT)pl>
-
-2008-10-25 18:35 +0000 [r9920] Radosław Zieliński <radek/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: - removed sed dependency
-
-2008-10-25 18:16 +0000 [r9918-9919] Radosław Zieliński <radek/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-eth0.1: - typo
-
- * sysconfig/network-scripts/ifdown, doc/net-scripts.txt,
- sysconfig/interfaces/ifcfg-eth0, sysconfig/network-scripts/ifup:
- - support for automatic 6to4 tunnels
-
-2008-10-13 13:21 +0000 [r9909] Tomasz Pala <gotar/at/pld-linux.org>
-
- * backtick-test.sh (added), rc.d/init.d/network: - restored some
- backticks - pdksh has broken $(...) closing paren detection, -
- added backtick-test.sh to test whenever this would be valid some
- day
-
-2008-10-13 01:04 +0000 [r9908] Tomasz Pala <gotar/at/pld-linux.org>
-
- * rc.d/init.d/cpusets, rc.d/init.d/functions, rc.d/init.d/network:
- - unified function definitions (line-saving way), - use
- unambiguous $(...) instead of backticks.
-
-2008-10-12 18:08 +0000 [r9907] Tomasz Pala <gotar/at/pld-linux.org>
-
- * rc.d/init.d/functions: - start-stop-daemon uses -c not -u to
- change UID
-
-2008-09-16 20:39 +0000 [r9869] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * inittab: - full set of samples for default terminals (default
- keymap doesn't allow you switch over 12)
-
-2008-09-15 08:23 +0000 [r9868] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * inittab: - you don't likely need so many terminals
-
-2008-08-07 20:39 +0000 [r9860] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Actually don't use -s option since dmesg uses
- klogctl() to retrieve real ring buffer size.
-
-2008-08-07 20:36 +0000 [r9859] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: dump 524288 of dmesg data
-
-2008-07-24 10:10 +0000 [r9851] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysctl.conf: Don't set net.ipv4.ip_local_port_range; use kernel
- default
-
-2008-07-24 10:06 +0000 [r9850] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysctl.conf: Disable tcp syncookies by default (these disable
- SACK which according to DaveM 'sets TCP stack back by 10 years')
-
-2008-07-22 17:39 +0000 [r9849] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * sysconfig/i18n: - proper encoding for de_DE
-
-2008-07-17 20:42 +0000 [r9846] shadzik <shadzik/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: - wpa_supplicant 0.6.3 doesn't
- have a "-w" option!!
-
-2008-06-10 21:00 +0000 [r9801] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-ppp: - try last resort in setting
- MODEMPORT - compatibility change.
-
-2008-06-01 11:28 +0000 [r9785] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/functions: Export ISATTY. Calling this test from
- inside of initlog() return true even if output still goes into
- terminal. By exporting we make sure that initial test result is
- used for entire run of the script. Fixes wrong 'DONE' string
- alignment when bringin up dhcp.
-
-2008-05-22 19:08 +0000 [r9761] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown: Return can be only from
- function. Use exit.
-
-2008-05-19 06:21 +0000 [r9759-9760] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - tabs
-
- * rc.d/init.d/functions: - try not to use initlog if $RC_LOGGING is
- off (avoits usleeps for each startup)
-
-2008-05-19 06:05 +0000 [r9756-9757] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - 0.4.1.23
-
- * rc.d/init.d/functions: - add --pidfile to daemon()
-
-2008-04-27 02:00 +0000 [r9733] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - disable log_success/log_failed when
- RC_LOGGING is off
-
-2008-04-27 01:34 +0000 [r9731-9732] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/tnlcfg-description: - utf8
-
- * doc/polski.dsl, doc/sysconfig.docb, doc/rc-scripts.docb: - utf8
-
-2008-04-27 01:29 +0000 [r9730] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac, rc-scripts.spec.in (removed), Makefile.am: -
- outdated, use spec from cvs
-
-2008-04-27 01:24 +0000 [r9729] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown-irda,
- sysconfig/network-scripts/ifdown-vlan,
- sysconfig/network-scripts/ifup-br,
- sysconfig/network-scripts/tnldown,
- sysconfig/network-scripts/ifdown-br, hwprofile,
- sysconfig/network-scripts/ifup-irda, rc.d/init.d/functions,
- sysconfig/network-scripts/ifup-vlan,
- sysconfig/network-scripts/tnlup: - utf8
-
-2008-04-27 01:20 +0000 [r9728] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * AUTHORS: - utf8
-
-2008-04-24 21:23 +0000 [r9724-9725] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - 0.4.1.22
-
- * rc.d/init.d/functions: - make stripping string suffixes from
- EXTRAVER more greedy
-
-2008-04-23 22:35 +0000 [r9720-9722] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - 0.4.1.21
-
- * rc.d/rc.sysinit: - leave note for future not to fall again
-
- * rc.d/init.d/functions: - handle also `uname -r` returning
- "2.6.25-1"
-
-2008-04-23 22:27 +0000 [r9718-9719] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - second try: /var/run cleanup without find and
- without args len exceeded error
-
- * rc.d/init.d/functions: - fix for kernels whose release is
- "2.6.25_vanilla-1", found by vip`
-
-2008-04-16 17:30 +0000 [r9711] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/i18n: Obsolete texts.
-
-2008-04-09 09:02 +0000 [r9703-9704] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: - 0.4.1.20
-
- * rc.d/rc.sysinit: - reverted r9238, /usr may NOT be mounted at
- this time, ever heard of NFS?
-
-2008-03-27 15:42 +0000 [r9688] Patryk Zawadzki <patrys/at/pld-linux.org>
-
- * configure.ac: - bump version to 0.4.1.19
-
-2008-03-27 15:19 +0000 [r9687] Patryk Zawadzki <patrys/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - force reboot/halt to work with other init
- daemons
-
-2008-03-26 19:43 +0000 [r9685] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
-
- * configure.ac: - forgot to commit; 0.4.1.18
-
-2008-03-26 16:20 +0000 [r9682] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * setsysfont: - /usr is not mounted when this is called from
- rc.sysinit
-
-2008-03-26 14:42 +0000 [r9681] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network: - i always set full hostname here, why "only
- hostname" comment?
-
-2008-03-26 08:46 +0000 [r9680] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-ppp: - "sync" option must be used
- before "plugin" option - changes made by seba (at) pro-ject.net
- (merged from cvs)
-
-2008-03-26 08:42 +0000 [r9677-9679] Sławomir Paszkiewicz <paszczus/at/pld-linux.org>
-
- * sysconfig/interfaces/Makefile.am: - added
- ifcfg-ppp0.ueagle4-neostrada
-
- * sysconfig/interfaces/ifcfg-description: - added SYNC option
-
- * sysconfig/interfaces/ifcfg-ppp0.ueagle4-neostrada (added): -
- config for neostrada using usb modem Sagem E4
-
-2008-03-26 08:11 +0000 [r9675] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - release 0.4.1.17
-
-2008-03-25 23:41 +0000 [r9674] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - more chkconfig vars
-
-2008-03-25 15:14 +0000 [r9670-9671] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-ppp: - actually check $MODEMPORT
- being chardevice after all *DSL variants
-
- * sysconfig/network-scripts/ifup-ppp: - check $MODEMPORT set from
- config (not the value set from this script)
-
-2008-03-24 19:17 +0000 [r9667-9668] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - release 0.4.1.16
-
- * sysconfig/network-scripts/functions.network: - return val doc for
- check_{mii_tool,ethtool,iwconfig} - code readability
-
-2008-03-22 12:14 +0000 [r9649] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-description: - typo
-
-2008-03-19 14:21 +0000 [r9646] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.shutdown: Use .sh - safer.
-
-2008-03-19 12:51 +0000 [r9645] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.shutdown: Multiple UPS support.
-
-2008-03-09 12:33 +0000 [r9575] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * setsysfont: - use "locale charmap" to detect UTF-8 locales
- properly - call unicode_stop for non-UTF locales (Linux 2.6.24+
- has unicode console by default)
-
-2008-03-01 18:01 +0000 [r9549] Andrzej Dopierała <undefine/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-eth0: - add commented DHCP_OPTIONS
- option to show how to pass parameters to dhcp client
-
-2008-02-27 10:35 +0000 [r9533] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifdown:
- - fix for network script that it does not enslave eth interfaces
- from it during stop phase (Ilja Bobkevič)
-
-2008-02-18 20:56 +0000 [r9424] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-ppp: - require $MODEMPORT being
- character device (/dev/modem, /dev/tts/USB0)
-
-2008-02-14 15:23 +0000 [r9346] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-ppp0.pppoe (added): - add config i
- used for adsl setup
-
-2008-02-11 10:16 +0000 [r9303] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.shutdown: mdadm stop will yell that it can't stop rootfs
- array. Such errors are misleading and useless.
-
-2008-02-09 20:00 +0000 [r9279] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-ppp: - fail on required MODEMPORT
- (or set it to /dev/modem?)
-
-2008-02-08 22:58 +0000 [r9254] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-ppp: - typo
-
-2008-02-08 22:17 +0000 [r9252-9253] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/data/Makefile.am: - kõu disconnect script
-
- * sysconfig/interfaces/data/chat-ppp0.kou-disconnect (added): -
- disconnect script (not tested)
-
-2008-02-08 19:34 +0000 [r9240-9245] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/Makefile.am,
- sysconfig/interfaces/data/Makefile.am: - files for kõu
- (http://www.kou.ee/)
-
- * sysconfig/interfaces/ifcfg-ppp0.kou: - renamed chatscript
-
- * sysconfig/interfaces/data/chat-ppp0.kou (added),
- sysconfig/interfaces/data/chat-kou (removed): - renamed
-
- * sysconfig/interfaces/ifcfg-ppp0.kou (added),
- sysconfig/interfaces/ifcfg-kou (removed): - renamed
-
- * sysconfig/interfaces/data/chat-kou (added): - chat script for kõu
- (http://www.kou.ee/)
-
- * sysconfig/interfaces/ifcfg-kou (added): - config for kõu
- (http://www.kou.ee/)
-
-2008-02-08 17:34 +0000 [r9238] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - use find to overcome arguments length exceeded
- when descending to php sessions dir (and yes, /usr is already
- mounted when this code is ran)
-
-2008-02-08 15:39 +0000 [r9237] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-ppp: - give hint on missing
- chatscript error
-
-2008-02-08 14:54 +0000 [r9236] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-description: - placeholder for
- WVDIALSECT
-
-2008-01-29 12:10 +0000 [r9209] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * modules: - mention that /etc/modules.X.Y and /etc/modules.X.Y.Z
- are readed too - mention that module options are processed too
-
-2008-01-15 09:40 +0000 [r9174] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.local: - leave EOF clean ;)
-
-2007-12-30 13:31 +0000 [r9170] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - prepare 0.4.1.15
-
-2007-12-27 00:52 +0000 [r9162] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - handle when there's no terminal attached
- (f.e gui tools like smart)
-
-2007-12-17 17:39 +0000 [r9145] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/local: - implement status
-
-2007-12-17 17:35 +0000 [r9144] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/allowlogin: - implement status
-
-2007-12-11 12:29 +0000 [r9137-9140] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - prepare 0.4.1.14
-
- * rc.d/rc.sysinit: - load dm-multipath module before multipath
- activating for setups when rootfs was not also on multipath
-
-2007-12-10 22:25 +0000 [r9135] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * lang.sh: - cosmetics
-
-2007-12-10 22:20 +0000 [r9134] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * lang.sh: Don't overwrite session settings (that can be comming
- from ssh).
-
-2007-12-08 13:05 +0000 [r9132] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: - cleanups
-
-2007-12-08 13:02 +0000 [r9130-9131] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: - added reload target (will ask DHCP client
- to renew lease), only dhcpcd supported for now
-
- * sysconfig/network-scripts/functions.network: - minor cosetics
-
-2007-12-05 13:15 +0000 [r9128] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/Makefile.am, rc.d/rc.modules (removed): - rc.modules
- functionality integrated to rc.sysinit
-
-2007-12-05 13:02 +0000 [r9127] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - formatting
-
-2007-12-01 20:49 +0000 [r9125] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - skip fsck on / if device node doesn't exist
- yet, e.g.: rootfs-on-lvm and udev is used (perhaps we should try
- to fsck / once more later on?)
-
-2007-11-28 20:28 +0000 [r9117] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - simplicity and verboseness wins: let
- try-restart inform if service is not running
-
-2007-11-26 20:37 +0000 [r9102] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown,
- sysconfig/network-scripts/functions.network,
- sysconfig/network-scripts/ifup: - apply
- SOURCES/rc-scripts-dev_alias.patch (if it is buggy then the bugs
- should be fixed -- it's been applied in pld ac for ages)
-
-2007-11-26 20:32 +0000 [r9101] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - /etc/rc.d/rc.modules moved to internal
- functions - module paramters also accepted from modules file
-
-2007-11-26 20:15 +0000 [r9100] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - make $RUN_DEPMOD=ifmissing really behave so as
- described (depmod -A stats every module file in modules dir)
-
-2007-11-26 20:08 +0000 [r9096-9099] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.modules: - plain modprobe the module - skip loading
- rc-scripts functions if they appear to be loaded already
-
- * rc.d/rc.shutdown: - apply SOURCES/rc-scripts-fuser.patch
-
- * rc.d/init.d/functions: - tab-safe is_empty_file() now (from
- rc.modules)
-
- * sysconfig/system: - add $RC_BOOTLOG=yes
-
-2007-11-26 17:46 +0000 [r9092] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - prepare 0.4.1.13
-
-2007-11-25 11:18 +0000 [r9091] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - force-reload is not supposed to
- start service if it is not running - new try-restart action (as
- specified by LSB 3.1.0, formerly "condrestart" in some distros)
- it should restart service if running and just exit sucessfully
- otherwise
-
-2007-11-25 08:46 +0000 [r9090] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - simplified
-
-2007-11-21 23:24 +0000 [r9076-9077] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - better this way
-
- * rc.d/init.d/template.init: - this should be restart, who put
- reload there?
-
-2007-11-21 23:18 +0000 [r9074-9075] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - reload also could use pidfile
-
- * rc.d/init.d/template.init: - one more killproc sample
-
-2007-11-13 18:57 +0000 [r9043] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - suffix dm-multipath partitions with pN
-
-2007-11-09 01:54 +0000 [r9033] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - blogd might be already down and it might had
- been started manually
-
-2007-11-09 01:47 +0000 [r9032] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/hwprofiles/Makefile.am: - if the file is not packaged
- in spec, don't install it either
-
-2007-11-09 01:37 +0000 [r9030-9031] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit, rc.d/rc.shutdown: - /etc/crypttab shouldn't be
- empty when using it
-
- * rc.d/init.d/functions: - add is_empty_file() function
-
-2007-11-09 01:20 +0000 [r9028-9029] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * crypttab (added), Makefile.am: - add sample /etc/crypttab
-
- * TODO: - cleanup
-
-2007-11-09 01:10 +0000 [r9027] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit, rc.d/rc.shutdown: - bugfixes for crypttab
-
-2007-11-09 00:49 +0000 [r9025-9026] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - add /etc/crypttab processing
-
- * rc.d/init.d/cryptsetup: - add halt_crypto() from fc
- initscripts-8.54 - add standalone mode for start/stop
-
-2007-11-09 00:37 +0000 [r9024] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - initial /etc/crypttab processing
-
-2007-11-09 00:33 +0000 [r9021-9023] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/Makefile.am: - add cryptsetup
-
- * rc.d/init.d/cryptsetup (added): - based on code from rc.sysinit
- of fc initscripts-8.54
-
- * man/Makefile.am, man/crypttab.5 (added): - add crypttab.5 from fc
- initscripts-8.54
-
-2007-11-09 00:21 +0000 [r9020] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/random: - use subsys lock files
-
-2007-11-09 00:00 +0000 [r9019] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown, rc.d/rc.sysinit: - blogd updates
-
-2007-11-08 00:42 +0000 [r9016] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * src/usleep.c, man/usleep.1, src/Makefile.am: - update with suse
- variant from killproc-2.12 (and who's oot?
- http://lists.rpath.com/pipermail/initscripts-commits/2006-December/000573.html)
-
-2007-11-08 00:29 +0000 [r9013-9015] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * src/initlog.c: - update from initscripts-8.54, except killing
- startDaemon() and adding deprecation message
-
- * src/initlog.conf: - update from initscripts-8.54
-
- * src/minilogd.c: - update from initscripts-8.54
-
-2007-11-06 18:55 +0000 [r9004-9005] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - release 0.4.1.12
-
- * rc.d/init.d/functions: - missing shift for nice level parsing in
- daemon(). fixes some (broken) initscripts
-
-2007-11-05 18:09 +0000 [r8991] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/clock: - UTC clock by default. See:
- http://glen.alkohol.ee/pld/clock-utc.html
-
-2007-11-02 02:29 +0000 [r8957-8959] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - release 0.4.1.11
-
- * rc.d/init.d/functions: - ksh doesn't like $2 in # modifier
-
-2007-11-01 13:23 +0000 [r8947-8948] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * man/fstab-decode.8 (added): - add from fc
-
- * src/fstab-decode.c (added): - add from fc
-
-2007-11-01 13:20 +0000 [r8946] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - release 0.4.1.10
-
-2007-11-01 12:20 +0000 [r8944] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - /dev (with devfs) could be mounted by kernel
- (arekm note)
-
-2007-11-01 03:00 +0000 [r8941-8942] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * man/Makefile.am, src/Makefile.am: - add fstab-decode from rh
-
- * rc.d/rc.sysinit: - don't get tempted to kill blogd
-
-2007-11-01 02:53 +0000 [r8940] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - read /proc/cmdline after /proc mount
-
-2007-11-01 02:36 +0000 [r8937-8939] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system: - devfs comment update
-
- * rc.d/rc.sysinit: - devfsd without devfs makes no sense :)
-
- * rc.d/rc.sysinit: - no need to source udev configs here - just
- umount /initrd/dev without checking
-
-2007-11-01 02:10 +0000 [r8935] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - $PATH is set from init.d/functions - improve
- dm-multipath setup - attempt harder to create all LVM nodes, even
- the ones initialized from initrd - kill blogd at the end of
- script
-
-2007-11-01 02:06 +0000 [r8934] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - umount /initrd earlier, right after udev
- startup
-
-2007-11-01 01:34 +0000 [r8932-8933] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - strstr() from fedora initscripts
-
- * rc.d/rc.sysinit: - read /proc/cmdline just once (idea stolen from
- fedora)
-
-2007-11-01 01:23 +0000 [r8930-8931] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions, rc.d/rc.sysinit: - disable_selinux(),
- relabel_selinux(), clean_vserver_mtab() used only in rc.sysinit,
- moved there
-
- * rc.d/init.d/functions: - local vars
-
-2007-11-01 01:13 +0000 [r8929] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - drop redhat/mandrake compat - simple if
- should be lighter than function call
-
-2007-11-01 01:05 +0000 [r8927-8928] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - drop unneeded subshell
-
- * rc.d/init.d/functions: - use shell construct to test is pathname
- full path
-
-2007-11-01 00:59 +0000 [r8926] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - use shell constructs for basename()
-
-2007-11-01 00:54 +0000 [r8925] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - avoid endless loop when one puts --user
- after daemon name - some small optimizations - update daemon()
- usage
-
-2007-11-01 00:48 +0000 [r8924] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system: - add DEFAULT_SERVICE_UMASK=022
-
-2007-11-01 00:35 +0000 [r8922-8923] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - shell version
-
- * rc.d/init.d/functions: - set ulimits with one awk call in
- daemon()
-
-2007-10-31 23:31 +0000 [r8920-8921] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * dumb.sh: - usable
-
- * rc.d/init.d/functions: - typo?
-
-2007-10-31 20:48 +0000 [r8919] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - small cleanups and fixes
-
-2007-10-30 19:42 +0000 [r8904] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - move $MODULES_CONF closer where it is used
-
-2007-10-30 16:23 +0000 [r8903] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - fix obvious typo (perhaps drop it as it never
- worked?)
-
-2007-10-30 16:10 +0000 [r8901-8902] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - activate dm-multipath
-
- * rc.d/rc.sysinit: - small optimize to use only awk
-
-2007-10-29 11:29 +0000 [r8897] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: - assume default
- WLAN_WPA_CONFIG=/etc/wpa_supplicant.conf
-
-2007-10-28 17:58 +0000 [r8891-8893] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-description: - $HOTPLUG is processed
- by udev (udev_net_helper)
-
- * sysconfig/network-scripts/functions.network: - allow
- WLAN_MODE=managed in lowercase (as it's in doc)
-
- * sysconfig/network-scripts/functions.network: - key index and
- value should be different arguments
-
-2007-10-28 17:36 +0000 [r8890] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.shutdown: Revert ntfsfix. Please use something like
- init.d/ntfsfix for that.
-
-2007-10-28 16:59 +0000 [r8887-8889] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - [ -n "" ] and [ ""
- ] are the same, save some bytes/readability ;)
-
- * sysconfig/network-scripts/functions.network: - handle wlan
- different four keys
-
- * sysconfig/interfaces/ifcfg-description: - new WLAN options
-
-2007-10-28 16:43 +0000 [r8885-8886] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - reuse
- WLAN_ENCRYPTION
-
- * sysconfig/network-scripts/functions.network: - optimize
- wireless_param() by calling eval once
-
-2007-10-28 16:13 +0000 [r8884] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - no need for
- LC_ALL=C to grep fixed string
-
-2007-10-28 13:06 +0000 [r8883] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - run ntfsfix if there are some ntfs
- filesystems mounted and if proper app is installed
-
-2007-10-26 12:48 +0000 [r8878] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system: - use default nice "+0" to avoid confusion as
- "0" is not valid in service setup
-
-2007-10-04 20:22 +0000 [r8778] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Activate ATARAID devices.
-
-2007-10-03 13:10 +0000 [r8771] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Do sanity check only
- when configuration file exists.
-
-2007-10-03 06:55 +0000 [r8770] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: - trim network length from
- $IP4ADDR when doing arping
-
-2007-10-02 22:32 +0000 [r8769] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - don't try to update mtab when mounting usbfs
- (root is ro yet)
-
-2007-10-01 08:45 +0000 [r8768] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - support $IPADDR +
- $NETMASK combination if no prefix in $IPADDR present
-
-2007-09-26 12:17 +0000 [r8753-8754] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - 0.4.1.9
-
- * sysconfig/network-scripts/ifup: - typo in arping line
-
-2007-09-25 15:59 +0000 [r8751] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.shutdown: - typo
-
-2007-09-25 15:54 +0000 [r8749-8750] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/network: - no need to play with NFS, it screws up /
- over NFS and we have nfsfs for it
-
- * rc.d/init.d/local: - source functions library (for msg_usage), no
- need to set PATH
-
-2007-09-25 11:34 +0000 [r8745-8746] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - 0.4.1.8
-
- * sysconfig/network: - more info about AUTOMATIC_IFCFG
-
-2007-09-11 18:47 +0000 [r8720] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: PLDize ARP cache updating
- procedure.
-
-2007-09-11 18:33 +0000 [r8719] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: Update ARP cache of neighbours
- (from fedora).
-
-2007-07-14 20:33 +0000 [r8676] Radosław Zieliński <radek/at/pld-linux.org>
-
- * sysconfig/network: - AUTOMATIC_IFCFG=no
-
-2007-07-03 11:51 +0000 [r8656-8658] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - release 0.4.1.7
-
- * rc.d/init.d/functions: - do not depend on which command to find
- rpcinfo
-
-2007-06-14 18:42 +0000 [r8640] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/bondup (removed),
- sysconfig/network-scripts/Makefile.am,
- sysconfig/network-scripts/bonddown (removed),
- sysconfig/interfaces/Makefile.am, rc.d/init.d/network,
- sysconfig/interfaces/ifcfg-bond0 (removed): - revert bonding
- support (unfinished and broken)
-
-2007-06-05 10:45 +0000 [r8637-8638] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/Makefile.am: - add ifcfg-bond0
-
- * sysconfig/interfaces/ifcfg-bond0 (added): - sample config
-
-2007-06-05 10:39 +0000 [r8636] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/Makefile.am,
- sysconfig/network-scripts/bonddown (added), rc.d/init.d/network,
- sysconfig/network-scripts/bondup (added): - bonding support by
- Justas Vilimas
-
-2007-06-05 10:27 +0000 [r8635] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: - save
-
-2007-05-30 11:51 +0000 [r8631] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown, rc.d/rc, rc.d/rc.sysinit, rc.d/init.d/single: -
- see ChangeLog for Changes
-
-2007-05-09 20:40 +0000 [r8500] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: - keep /etc/mtab permissions (whatever
- they are) inside vserver - which outputs to stderr if it can't
- find the program
-
-2007-05-01 01:10 +0000 [r8489] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: - 0.4.1.6
-
-2007-05-01 01:02 +0000 [r8488] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * DEVELOPMENT: - added warning about parenthesis in command
- substitution
-
-2007-05-01 00:53 +0000 [r8487] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit, rc.d/init.d/network: - reverted some command
- substitution changes due to conflicting parenthesis
-
-2007-04-28 18:34 +0000 [r8484-8485] Jakub Bogusz <qboosh/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown-ppp: - kill ugly warning if pppd
- was nicely killed
-
- * ppp/ip-down, ppp/ip-up: - proper CONFIG sources (needed to
- override DEVICE from pppd and get ppp/ip-{up,down} scripts work
- again
-
-2007-04-27 20:45 +0000 [r8483] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - restore stderr redirection
-
-2007-04-27 20:21 +0000 [r8482] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - replace awk usage with shell constructs
-
-2007-04-27 14:02 +0000 [r8481] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.modules: - replace awk usage with shell constructs
-
-2007-04-27 13:32 +0000 [r8480] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc: - replace awk usage with shell constructs
-
-2007-04-26 22:03 +0000 [r8479] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - removed unneeded termput hpa
-
-2007-04-26 21:38 +0000 [r8478] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - shell magic fixing screwed dots in
- show() on serial console
-
-2007-04-26 16:51 +0000 [r8475] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * configure.ac: - Release 0.4.1.5
-
-2007-04-26 16:45 +0000 [r8474] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * setsysfont: - replaced sed with awk
-
-2007-04-26 15:56 +0000 [r8473] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown, ppp/ip-up.d/logger,
- rc.d/rc.sysinit, run-parts, sysconfig/interfaces/up.d/ppp/logger,
- ppp/ip-down.d/logger, sysconfig/interfaces/down.d/ppp/logger,
- sysconfig/hwprofiles/Makefile.am, service, rc.d/init.d/cpusets,
- sysconfig/network-scripts/functions.network,
- sysconfig/network-scripts/ifup-ipx, rc.d/init.d/network,
- sysconfig/network-scripts/ifup: - use $() for command
- substitution
-
-2007-04-26 15:30 +0000 [r8472] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - unify command substitution (`` -> $())
-
-2007-04-26 15:24 +0000 [r8471] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - typeset local in check_portmapper
-
-2007-04-26 14:55 +0000 [r8470] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/functions: - generic check_portmapper function
-
-2007-04-16 17:26 +0000 [r8460] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - use shell
- construct instead of grep in calcnetmask
-
-2007-04-16 16:21 +0000 [r8459] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - calcprefix without
- need of awk
-
-2007-04-14 21:55 +0000 [r8458] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * rc.d/init.d/functions: - allow to have more than one line in
- pidfile
-
-2007-03-20 12:09 +0000 [r8389] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/network: - simpler way to umount nfs4
-
-2007-03-20 11:53 +0000 [r8388] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/network: - unmount NFSv4 filesystems
-
-2007-03-20 11:48 +0000 [r8387] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - cleaner solution for empty hostname
-
-2007-03-19 18:58 +0000 [r8384] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - nfs4 is also non-local fs
-
-2007-03-19 17:27 +0000 [r8383] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - in case of empty HOSTNAME set it to what the
- kernel thinks it is (for example workstation with kernel level IP
- config and / over NFS)
-
-2007-03-15 17:19 +0000 [r8379] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - can start blogd rather earlier
-
-2007-03-14 18:51 +0000 [r8378] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: - fixed glen's misoptimization
-
-2007-03-13 17:11 +0000 [r8372-8373] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - avoid doing something silly if plain
- template is used
-
- * rc.d/init.d/template.init: - start does not have exit code
-
-2007-03-09 21:10 +0000 [r8371] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-eth0: Add sfq as default qdisc.
-
-2007-03-07 10:24 +0000 [r8367] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * changelog.sh: - correct comment
-
-2007-03-02 15:37 +0000 [r8323] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * changelog.sh: - detect users file charset
-
-2007-02-27 21:10 +0000 [r8311-8313] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/random: - comment says do not, so won't!
-
- * rc.d/init.d/random, rc.d/init.d/cpusets, rc.d/init.d/allowlogin,
- rc.d/init.d/network, rc.d/init.d/local: - well, PLDIZE!
-
- * rc.d/init.d/cpusets, rc.d/init.d/allowlogin,
- rc.d/init.d/functions, rc.d/init.d/Makefile.am,
- rc.d/init.d/network, rc.d/init.d/local, rc.d/init.d/sys-chroots,
- rc.d/init.d/template.init, rc.d/init.d/random,
- rc.d/init.d/single, rc.d/init.d/killall: - vim autodetects syntax
- from shebang
-
-2007-02-25 00:59 +0000 [r8290-8293] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: - Release 0.4.1.4
-
- * sysconfig/Makefile.am, sysconfig/timezone (removed),
- rc.d/init.d/Makefile.am, rc.d/init.d/timezone (removed): -
- timezone moved to tzdata.spec
-
- * DEVELOPMENT: - sync order
-
- * DEVELOPMENT: - how to make release
-
-2007-02-08 15:42 +0000 [r8239] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - allow tnlcfg-
- prefix in interface CONFIGs
-
-2007-02-05 18:54 +0000 [r8223] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Delay (or even skip) clock setting if /dev/rtc
- doesn't exist.
-
-2007-02-04 21:39 +0000 [r8222] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm: Update from
- Mateusz Korniak.
-
-2007-01-28 14:25 +0000 [r8209-8210] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit, rc.d/init.d/functions: - $CONSOLETYPE used only
- in rc.sysinit
-
- * rc.d/init.d/functions: - termput() cannot cache in shell vars as
- it's always called from subshell
-
-2007-01-28 14:08 +0000 [r8207-8208] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/init-colors, sysconfig/init-colors.gentoo: Typo.
-
- * sysconfig/system: Add VSERVER option here.
-
-2007-01-22 19:15 +0000 [r8194] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown: - do sleep 1 only when bringing
- down with dhcpcd
-
-2007-01-22 19:12 +0000 [r8192-8193] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown: - reuase $DHCP_CLIENT
-
- * sysconfig/network-scripts/ifdown,
- sysconfig/network-scripts/functions.network,
- sysconfig/network-scripts/ifup: - be sure that dhcp client
- detection is same for ifup and ifdown
-
-2007-01-22 18:47 +0000 [r8189-8191] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-routes: - kill subshell
-
- * sysconfig/network-scripts/ifup-neigh: - IPV4_NETWORKING does not
- change it's value in a loop.
-
- * sysconfig/network-scripts/ifup-aliases,
- sysconfig/network-scripts/ifup-routes,
- sysconfig/network-scripts/ifup-neigh: - updated comments
-
-2007-01-22 18:41 +0000 [r8188] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-neigh,
- sysconfig/network-scripts/ifup-aliases,
- sysconfig/network-scripts/ifup-routes,
- sysconfig/network-scripts/ifup-post: ifup-{aliases,routes,neigh}
- are now sourced instead of executed
-
-2007-01-22 18:37 +0000 [r8187] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-aliases: Die debug
-
-2007-01-22 18:16 +0000 [r8186] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Cache hostname
- output to call it less times
-
-2007-01-22 18:09 +0000 [r8185] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Less subshells in
- source_config().
-
-2007-01-18 20:20 +0000 [r8173] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-aliases: Find out number of
- aliases from ifcfg-xyz file.
-
-2007-01-16 23:00 +0000 [r8171] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-br: multicast/arp should be set on
- slave devices (patch by Szymon Siwek).
-
-2007-01-11 14:29 +0000 [r8152-8153] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * configure.ac: Release 0.4.1.3
-
- * make-tag.sh (added): Nifty script to make releases in svn tagged.
-
-2007-01-11 14:19 +0000 [r8149] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * changelog.sh: Autodetect svn path.
-
-2007-01-11 14:15 +0000 [r8147-8148] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * autogen.sh: Changelog generation moved to separate script.
-
- * changelog.sh (added): Based on geninitrd/changelog.sh
-
-2007-01-11 14:11 +0000 [r8145] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile.am: Fix for make distcheck.
-
-2006-12-18 21:28 +0000 [r8111] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysctl.conf: Add kernel.core_uses_pid
-
-2006-12-14 08:08 +0000 [r8100-8101] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/system: Typo.
-
- * sysconfig/system: Spelling
-
-2006-12-08 12:17 +0000 [r8088] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * Makefile.am: Create /var/cache/rc-scripts/msg.cache on install.
-
-2006-12-08 12:07 +0000 [r8087] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network: Add $NETWORKING back, as it's used by a lot of
- initscripts
-
-2006-12-07 22:24 +0000 [r8086] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: Error exit code
-
-2006-12-07 21:52 +0000 [r8085] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: Small cosmetics.
-
-2006-12-07 21:47 +0000 [r8083-8084] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: Reindent.
-
- * rc.d/init.d/network: Small reorganizing.
-
-2006-12-07 21:42 +0000 [r8080-8082] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network: $NETWORKING was supposed to be obsoleted.
-
- * rc.d/init.d/network: $NETWORKING was supposed to be obsoleted.
-
- * rc.d/init.d/sys-chroots: Optimize for faster exit if not
- configured.
-
-2006-12-07 21:32 +0000 [r8077-8079] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/killall: As we don't source functions, we must set
- sane PATH to ensure security
-
- * rc.d/init.d/local: As we don't source functions, we must set sane
- PATH to ensure security
-
- * rc.d/init.d/killall: Probability that there exists init.d/$subsys
- is bigger than init.d/$subsys.init.
-
-2006-12-07 21:18 +0000 [r8076] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: Exit early if cpusets not enabled in
- sysconfig/system.
-
-2006-12-05 17:39 +0000 [r8073] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.shutdown: Fixes for /usr on separate parition (not
- tested!).
-
-2006-12-05 17:32 +0000 [r8072] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Store cachefile in /var, read/write errors
- are ignored anyway.
-
-2006-12-05 17:07 +0000 [r8070] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Release 0.4.0.2.
-
-2006-11-27 12:36 +0000 [r8006] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Revert remounting based on /proc/mounts entries
- (current rootfs state is not reflected there).
-
-2006-11-26 14:35 +0000 [r7999] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * AUTHORS: Readd timezone setup & resolvesymlink to Paweł Wilk.
-
-2006-11-26 10:05 +0000 [r7998] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * AUTHORS, src/Makefile.am: Fix resolvesymlink_SOURCE typo. Updated
- Paweł Wilk email address.
-
-2006-11-26 10:02 +0000 [r7997] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/functions, rc.d/rc.shutdown, AUTHORS, po/pl.po,
- src/pci-config.c (removed), rc-scripts.spec.in, src/Makefile.am:
- Revert nVidia madness. rc-scripts is not a place for such
- workaround.
-
-2006-11-26 08:06 +0000 [r7993] Paweł Wilk <siefca/at/pld-linux.org>
-
- * rc.d/init.d/functions: - small improvement in
- forcedeth_wourkaround()
-
-2006-11-25 20:36 +0000 [r7992] Paweł Wilk <siefca/at/pld-linux.org>
-
- * rc.d/init.d/functions: - added important check in
- forcedeth_workaround() which detects co-working drivers
-
-2006-11-25 16:01 +0000 [r7991] Paweł Wilk <siefca/at/pld-linux.org>
-
- * po/pl.po: - added translation for WOL work-around message
-
-2006-11-25 12:09 +0000 [r7989] Paweł Wilk <siefca/at/pld-linux.org>
-
- * src/Makefile.am, rc.d/init.d/functions, rc.d/rc.shutdown,
- AUTHORS, src/pci-config.c (added), rc-scripts.spec.in: - added
- Wake-On-Lan work-around for nForce ethernet drivers - added
- pci-config utility which allows power state manipulation and
- devices listing
-
-2006-11-19 15:45 +0000 [r7986] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysctl.conf: Add dev.rtc.max-user-freq.
-
-2006-11-01 22:53 +0000 [r7938] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Ignore errors if msg cachefile can not be
- written (functions sourced by non-root user of readonly
- filesystem).
-
-2006-11-01 13:23 +0000 [r7931] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Avoid "RTNETLINK
- answers: File exists" message and say possible cause instead.
-
-2006-11-01 13:09 +0000 [r7930] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: Pointless subshell dropped
-
-2006-11-01 00:35 +0000 [r7926] Paweł Gołaszewski <blues/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-description: - more docs
-
-2006-10-23 14:11 +0000 [r7894] Marcin Winkler <mwinkler/at/pld-linux.org>
-
- * rc.d/init.d/network: - fix s at usb@usr@
-
-2006-10-19 14:15 +0000 [r7878] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Avoid heredoc, pdksh makes tmpfile then.
-
-2006-10-19 13:06 +0000 [r7875] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Fix syntax errors.
-
-2006-10-19 09:55 +0000 [r7871] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Simplify.
-
-2006-10-18 20:02 +0000 [r7869] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Detect more posible cases when rootfs is read
- only.
-
-2006-10-18 12:22 +0000 [r7868] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Avoid bringing down
- eth0 in case of bad config.
-
-2006-10-18 11:55 +0000 [r7867] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: Remove ifcfg- prefix from interface names.
-
-2006-10-15 11:22 +0000 [r7856] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/tnlup: Load sit module for sit tunnels.
-
-2006-10-13 06:34 +0000 [r7853] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Prepare for 0.4.1.1 (beta1).
-
-2006-10-13 06:23 +0000 [r7851-7852] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * man/Makefile.am: Add getkey.1
-
- * src/getkey.c, man/getkey.1 (added): Updated.
-
-2006-10-12 21:07 +0000 [r7849-7850] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
- sysconfig/interfaces/ifcfg-eth0.1,
- sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
- sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada,
- sysconfig/interfaces/ifcfg-ppp0.gprs-idea: Propset Id
-
- * sysconfig/interfaces/ifcfg-ppp0.callback,
- sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
- sysconfig/interfaces/ifcfg-br0,
- sysconfig/interfaces/ifcfg-description,
- sysconfig/interfaces/ifcfg-irlan0,
- sysconfig/interfaces/ifcfg-ppp0.tpsa,
- sysconfig/interfaces/ifcfg-ppp0.gprs-idea,
- sysconfig/interfaces/ifcfg-ppp0.leased1,
- sysconfig/interfaces/ifcfg-ppp0.leased2,
- sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
- sysconfig/interfaces/ifcfg-sl0,
- sysconfig/interfaces/ifcfg-eth0.1,
- sysconfig/interfaces/ifcfg-irda0,
- sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
- sysconfig/interfaces/ifcfg-eth0,
- sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Unify file
- header.
-
-2006-10-12 19:49 +0000 [r7848] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/static-routes: Add sample of single host routing
-
-2006-10-05 20:39 +0000 [r7842] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Use simple if.
-
-2006-10-05 17:22 +0000 [r7840-7841] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: There are no comments in /proc/mounts.
-
- * rc.d/rc.sysinit: There could be multiple entries for root dir.
-
-2006-10-02 22:03 +0000 [r7839] Paweł Sikora <pluto/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - wireless-tools >=
- 29 uses `nick' command.
-
-2006-09-30 10:50 +0000 [r7827] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-br: Update brctl parameters to
- mach new version of bridge-utils (should be backward compatible).
- By Szymon Siwek.
-
-2006-09-28 23:38 +0000 [r7826] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysctl.conf: Default local port range is too evil. can't even
- start mysqld!
-
-2006-09-28 14:35 +0000 [r7823] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Remount rootfs only if it's not already rw (or
- it's better to ignore remount errors?)
-
-2006-09-27 22:30 +0000 [r7820] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Relax fstab format when finding rootfs passno
- (allow comments at the end of line).
-
-2006-09-27 13:35 +0000 [r7819] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Optimize less uname -r calls.
-
-2006-09-26 23:59 +0000 [r7818] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Reflect init_gettext function rename.
-
-2006-09-26 23:48 +0000 [r7817] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Add checking of msg cache validity. $TPUT
- and $GETTEXT need to be set before msg cache can be generated.
-
-2006-09-24 09:35 +0000 [r7806] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc-scripts.spec.in: rc.local is now run from init.d/local script.
-
-2006-09-24 09:29 +0000 [r7805] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Prepare for 0.4.1.0 release (consider it beta).
-
-2006-09-18 23:09 +0000 [r7794] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions, rc.d/rc.sysinit: Allow /usr being mounted
- afterwards.
-
-2006-09-18 19:06 +0000 [r7793] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/allowlogin: Drop superfluous default setting.
-
-2006-09-18 19:02 +0000 [r7792] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/sys-chroots: Don't touch chkconfig symlinks on
- chroot, instead play with network subsys lockfile. This allows
- you define sys-chroots from livecd without corrupting that
- chroot.
-
-2006-09-18 18:58 +0000 [r7791] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/sys-chroots, rc.d/rc, rc.d/rc.sysinit,
- rc.d/init.d/allowlogin: /etc/sysconfig/system already loaded by
- init.d/functions. Adjust defaults if no sysconfig/system is
- present (so the checks stay same after these changes).
-
-2006-09-18 18:50 +0000 [r7790] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: RUN_LDCONFIG not used here.
-
-2006-09-18 17:55 +0000 [r7789] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Corrected tput check.
-
-2006-09-18 12:41 +0000 [r7788] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Trap and hide errors when reading msg
- cachefile.
-
-2006-09-17 22:06 +0000 [r7787] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Punctuation.
-
-2006-09-17 21:52 +0000 [r7786] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: No need to force any settings for initng.
-
-2006-09-17 19:05 +0000 [r7785] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/timezone: Use lockfiles.
-
-2006-09-17 18:34 +0000 [r7784] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Cache colors in filesystem too.
-
-2006-09-17 18:21 +0000 [r7783] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: busy(), ok(), started(), are constant so
- their values can be cached.
-
-2006-09-17 18:15 +0000 [r7781-7782] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Buffer show() function so the display to
- be more smooth.
-
- * rc.d/init.d/functions: Correct show() function printf handling.
-
-2006-09-17 17:53 +0000 [r7779-7780] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: RETVAL is set by start(); if any.
-
- * rc.d/init.d/sys-chroots: RETVAL is set by start(); if any.
-
-2006-09-17 17:10 +0000 [r7778] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: Demonstrate use of functions.
-
-2006-09-17 17:06 +0000 [r7777] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: Shortcuts for vserver.
-
-2006-09-17 16:59 +0000 [r7776] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: Merge optimzations from network script.
-
-2006-09-17 16:52 +0000 [r7775] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: Add bug-5795.patch (assume it's correct).
-
-2006-09-17 16:47 +0000 [r7774] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cpusets, rc.d/init.d/network, rc.d/init.d/timezone,
- rc.d/init.d/sys-chroots: Use functions to avoid reexec for
- restart.
-
-2006-09-17 16:27 +0000 [r7771-7773] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/local, rc.d/init.d/sys-chroots: Propset Id
-
- * rc.d/init.d/local: Update chkconfig description.
-
- * rc.d/init.d/cpusets, rc.d/init.d/local: LSB compliance.
-
-2006-09-17 15:57 +0000 [r7770] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Cache termput calls within same script.
-
-2006-09-17 15:42 +0000 [r7769] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Kill bogus +arg checks.
-
-2006-09-17 15:29 +0000 [r7768] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Always use cached in show() function
- (There's no benefit of doing otherwise).
-
-2006-09-17 15:18 +0000 [r7765-7767] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Cleanup nls() function.
-
- * rc.d/init.d/functions: Avoid overwriting global NLS_DOMAIN if can
- do without.
-
- * rc.d/init.d/functions: Keep state of have gettext and have tput
- per whole initscript.
-
-2006-09-17 15:01 +0000 [r7764] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Use buggy awk-printf wrapper only if
- /bin/printf is not available.
-
-2006-09-17 13:49 +0000 [r7763] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/Makefile.am, rc.d/init.d/local (added): Use locking
- for rc.local , so that it's no longer invoked between runlevel
- changes.
-
-2006-09-17 13:36 +0000 [r7761-7762] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: Cosmetics for vim
-
- * rc.d/init.d/allowlogin, rc.d/init.d/network,
- rc.d/init.d/timezone, rc.d/init.d/random: LSB compliance
-
-2006-09-17 13:26 +0000 [r7758-7760] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/single: Adjust indent.
-
- * rc.d/init.d/single, rc.d/init.d/cpusets, rc.d/init.d/network:
- Sane $PATH is initialized in init.d/functions.
-
- * rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/cpusets,
- rc.d/init.d/allowlogin, rc.d/init.d/network,
- rc.d/init.d/timezone: NLS_DOMAIN="rc-scripts" is the default
- setting, remove.
-
-2006-09-09 19:13 +0000 [r7745] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifdown: Allow to kill
- dhcp/wpa_supplicant daemon even if device disappears/is down due
- to some reasons.
-
-2006-09-08 18:35 +0000 [r7739] Radosław Zieliński <radek/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
- sysconfig/network-scripts/ifup-ppp: - speedtouch-neostrada fixes:
- - use modem_run in kernel mode only if PPPOA_FIRMWARE is not
- empty; comment out PPPOA_FIRMWARE in default ifcfg-ppp0 - comment
- out MTU=1452; doesn't work (for me) if it's defined
-
-2006-08-31 11:58 +0000 [r7694] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-description: Correct english
- description.
-
-2006-08-31 09:51 +0000 [r7693] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: Restore basename change.
-
-2006-08-31 07:26 +0000 [r7692] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network,
- sysconfig/network-scripts/ifup: Detect if wireless interface is
- turned on.
-
-2006-08-10 12:14 +0000 [r7656] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/network: - check for /usb/bin/wc existence (in case
- of /usr over NFS)
-
-2006-07-24 14:02 +0000 [r7546] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/interfaces/ifcfg-irlan0, doc/net-scripts.txt:
- s/BOOTMETHOD/BOOTPROTO/g once more.
-
-2006-07-24 13:59 +0000 [r7544-7545] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup: Default $DHCP_HOSTNAME to
- $HOSTNAME.
-
- * sysconfig/network-scripts/ifup: Optimize: remove three basename
- calls
-
-2006-07-20 14:13 +0000 [r7537] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: - killproc() s%!&*ks
-
-2006-07-19 16:38 +0000 [r7535] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/hwprofiles/files: - added xorg.conf
-
-2006-07-09 08:06 +0000 [r7499] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: - typo; noticed by
- Szymon Siwek (sls (at) poczta wp pl)
-
-2006-07-04 14:59 +0000 [r7491] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * TODO: Add LVM on dmraid problem
-
-2006-05-28 19:05 +0000 [r7454] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * autogen.sh: Always run changelog generation when asked. Obfuscate
- email addreses here. Use mktemp if available. Allow various
- locations for CVSROOT/users file.
-
-2006-05-23 15:38 +0000 [r7436] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/network-scripts/functions.network: Try harder to get
- value for WLAN_NICKNAME.
-
-2006-05-15 23:18 +0000 [r7408] Zbigniew Krzystolik <zbyniu/at/pld-linux.org>
-
- * sysctl.conf: - grsecurity options updated
-
-2006-05-07 17:33 +0000 [r7394] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Release 0.4.0.27.
-
-2006-05-07 17:27 +0000 [r7391-7393] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc-scripts.spec.in: Add sysconfig/hwprofiles dir.
-
- * rc.d/rc.shutdown: Speedup shutdown (glen).
-
- * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
- sysconfig/interfaces/ifcfg-ppp0.gprs-idea,
- sysconfig/interfaces/Makefile.am: Add ifcfg-ppp0.gprs-idea to
- makefiles. Add proper initstring to ifcfg-ppp0.gprs-plusgsm.
- Another PHONE for gprs-idea (this one works for me with ipaq over
- BT).
-
-2006-05-07 17:18 +0000 [r7390] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/Makefile.am, doc/Makefile.am,
- sysconfig/interfaces/up.d/all/Makefile.am,
- sysconfig/hwprofiles/Makefile.am,
- sysconfig/interfaces/Makefile.am,
- sysconfig/interfaces/down.d/all/Makefile.am,
- sysconfig/interfaces/data/Makefile.am: Avoid installing files
- that aren't packaged (glen).
-
-2006-05-07 11:09 +0000 [r7389] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: Fix missing $bootprio.
-
-2006-05-07 10:46 +0000 [r7388] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * rc.d/init.d/network: Fix interfaces_boot detection (Adam Ryba).
-
-2006-04-25 07:20 +0000 [r7370] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc: Tabs.
-
-2006-03-23 09:22 +0000 [r7293] Tomasz Pala <gotar/at/pld-linux.org>
-
- * sysconfig/network: - hostname -h [...] Unless you are using bind
- or NIS for host lookups you can change the FQDN (Fully Qualified
- Domain Name) and the DNS domain name (which is part of the FQDN)
- in the /etc/hosts file.
-
-2006-03-22 19:54 +0000 [r7279] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Vserver speedup (skips extra 5 second delay in
- some cases)
-
-2006-03-20 17:22 +0000 [r7253] Radosław Zieliński <radek/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - allow \t in "alias usb-controller" (from
- Lukasz Masko, nov 2005)
-
-2006-03-11 14:54 +0000 [r7144] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * sysconfig/network-scripts/ifup-ppp: Typo bugfix.
-
-2006-03-09 17:54 +0000 [r7132] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: Tabs.
-
-2006-03-09 17:47 +0000 [r7131] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: Rewritten configuration parsing portion
- (solves ~ and .rpmnew files ignorance). execve() calls reduced
- from 25 to 4. Tested with ash and ksh. There could be bugs!
-
-2006-03-09 16:20 +0000 [r7127] Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
-
- * configure.ac: Prepare for 0.4.0.26.
-
-2006-03-09 14:58 +0000 [r7126] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/init.d/template.init: - no, please don't remove vim modeline
-
-2006-03-09 11:21 +0000 [r7125] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/template.init: vim modeline is unneccessary here.
-
-2006-03-08 15:07 +0000 [r7121] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * rc.d/rc.sysinit: - human readable cleaning of /var/lock - and
- don't remove /var/lock/cvs
-
-2006-03-05 13:41 +0000 [r7096] Adam Gołębiowski <adamg/at/pld-linux.org>
-
- * sysconfig/system: - typos
-
-2006-03-03 21:54 +0000 [r7083] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: The is_no() function comes from functions, don't
- use it before it's defined
-
-2006-02-27 18:09 +0000 [r7036] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * setsysfont: Revert hardcoded part. Fix your config instead.
-
-2006-02-27 17:49 +0000 [r7035] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/cpusets: - expand Id keyword
-
-2006-02-27 13:47 +0000 [r7034] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/network: In vserver /sbin/ip is not required.
-
-2006-02-26 11:05 +0000 [r7020] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/init.d/functions: Disable colors and enable FASTRC for
- initng.
-
-2006-02-26 10:45 +0000 [r7019] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * setsysfont: Unicode fixes.
-
-2006-02-24 11:04 +0000 [r7006] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Boot logging possibility with showconsole.
-
-2006-02-23 14:43 +0000 [r7005] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Respect fs_passno for rootfs when doing rootfs
- fsck. Enable paralell fsck for other filesystems.
-
-2006-02-23 14:23 +0000 [r7004] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Ignore "rootfs" when setting _ROOTFS_TYPE.
-
-2006-02-23 13:57 +0000 [r7003] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * rc.d/rc.sysinit: Make /dev/cpuset dir for udev. Check
- /proc/mounts instead of /proc/filesystems when filling /etc/mtab.
-
-2006-02-23 10:38 +0000 [r7002] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * doc/net-scripts.txt, doc/sysvinitfiles, rc.d/init.d/functions,
- rc-scripts.spec.in, inittab, rc.d/rc.sysinit, run-parts: We are
- PLD Linux (not just PLD).
-
-2006-02-23 10:35 +0000 [r6999-7001] Elan Ruusamäe <glen/at/pld-linux.org>
-
- * sysconfig/init-colors: We are PLD Linux (not just PLD), fix
- init-colors.gentoo path.
-
- * sysconfig/i18n: Have here also listed en_US.UTF-8
-
- * sysconfig/interfaces/ifcfg-eth0: By default boot eth0 with dhcp.
- If you have static IP configuration, you need to edit this file
- anyway
-
-2006-02-14 00:24 +0000 [r6972] Jan Rękorajski <baggins/at/pld-linux.org>
-
- * sysconfig/cpusets/cpuset-test, rc.d/init.d/cpusets: - cpuset
- virtualization support
-
<Skipped 5417 lines>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/rc-scripts.git/commitdiff/251457114d29f2476ae28d8f9612e328e2eaae5f
More information about the pld-cvs-commit
mailing list