]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - ChangeLog
upstart: behave like current initscripts: print running/not running instead of silence
[projects/rc-scripts.git] / ChangeLog
index d8d02879add404729535c28a9648999d02a35e0b..29a69f82e11332bfc1db3cf71ddaeb2dae39f08d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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/udev.conf (added), init/rc.conf, rc.d/rc.sysinit,
+         init/rcS.conf: - 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>
+
+       * sysconfig/network-scripts/ifup-routes, doc/sysconfig.txt,
+         sysconfig/Makefile.am, doc/sysconfig.docb,
+         sysconfig/network-scripts/functions.network: - 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
+
+       * doc/sysconfig.txt, rc.d/rc.sysinit, sysconfig/clock (removed),
+         doc/sysconfig.docb: 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]  Bartosz Świątek <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/network, rc.d/init.d/local, rc.d/init.d/random,
+         rc.d/init.d/single, rc.d/init.d/cpusets: - ignore
+         /var/lock/subsys remove readonly fs errors (after fsck wants to
+         reboot system)
+
+       * rc.d/init.d/network, rc.d/init.d/random, rc.d/init.d/single,
+         rc.d/init.d/killall, rc.d/init.d/cpusets, rc.d/init.d/allowlogin:
+         - 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>
+
+       * 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, 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): - 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>
+
+       * t/backtick-test.sh (added), backtick-test.sh (removed), t
+         (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.shutdown, rc.d/rc.sysinit: - 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/sys-chroots, rc.d/rc, rc.d/rc.sysinit,
+         rc.d/init.d/cryptsetup, rc.d/init.d/functions: - 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/ifcfg-ppp0.gprs-playmobile (added),
+         sysconfig/interfaces/data/chat-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/tnlup,
+         sysconfig/network-scripts/ifup-br, rc.d/rc.sysinit,
+         sysconfig/network-scripts/ifup-sl,
+         sysconfig/network-scripts/functions.network,
+         sysconfig/network-scripts/ifup-ppp,
+         sysconfig/network-scripts/ifup-vlan: - '-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]  Bartosz Świątek <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>
+
+       * rc.d/rc, rc.d/rc.sysinit, DEVELOPMENT,
+         sysconfig/network-scripts/functions.network,
+         rc.d/init.d/functions: - 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.shutdown, rc.d/rc.sysinit: - 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/ifup,
+         sysconfig/network-scripts/functions.network: - 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-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,
+         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: - 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>
+
+       * 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, Makefile.am,
+         sysconfig/network-scripts/ifdown-br, rc.d/init.d/cryptsetup,
+         sysconfig/network-scripts/functions.network, configure.ac,
+         sysconfig/network-scripts/ifup-vlan: - 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-vlan,
+         sysconfig/network-scripts/ifdown: 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>
+
+       * rc.d/rc.shutdown, po/pl.po, sysconfig/system, rc.d/rc.sysinit,
+         sysconfig/network-scripts/ifup-ppp: - 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/network-scripts/ifup,
+         sysconfig/interfaces/ifcfg-description,
+         sysconfig/interfaces/ifcfg-eth0.1: 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
 
 2006-11-26 10:02 +0000 [r7997]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
-       * rc.d/rc.shutdown, AUTHORS, src/pci-config.c (removed), po/pl.po,
+       * rc.d/rc.shutdown, AUTHORS, po/pl.po, src/pci-config.c (removed),
          rc-scripts.spec.in, src/Makefile.am, rc.d/init.d/functions:
          Revert nVidia madness. rc-scripts is not a place for such
          workaround.
 
        * sysconfig/interfaces/ifcfg-ppp0.callback,
          sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm,
-         sysconfig/interfaces/ifcfg-description,
          sysconfig/interfaces/ifcfg-br0,
-         sysconfig/interfaces/ifcfg-ppp0.tpsa,
+         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-sl0,
          sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
-         sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
-         sysconfig/interfaces/ifcfg-irda0,
+         sysconfig/interfaces/ifcfg-sl0,
          sysconfig/interfaces/ifcfg-eth0.1,
-         sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada,
-         sysconfig/interfaces/ifcfg-eth0: Unify file header.
+         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>
 
 
 2005-10-26 16:33 +0000 [r6491]  Jan Rękorajski <baggins/at/pld-linux.org>
 
-       * rc.d/init.d/network, rc.d/rc.shutdown, ppp/ipx-down,
+       * rc.d/rc.shutdown, ppp/ipx-down, rc.d/init.d/network,
          rc.d/init.d/timezone, sysconfig/network-scripts/ifdown-vlan,
          sysconfig/network-scripts/tnldown,
          sysconfig/network-scripts/ifdown,
          sysconfig/network-scripts/ifup-plusb,
          sysconfig/network-scripts/ifdown-br,
          sysconfig/interfaces/tnlcfg-icm,
-         sysconfig/network-scripts/ifup-neigh, ppp/auth-up,
-         sysconfig/network-scripts/functions.network,
+         sysconfig/network-scripts/ifup-neigh,
+         sysconfig/network-scripts/functions.network, ppp/auth-up,
          sysconfig/network-scripts/ifup-ppp,
-         sysconfig/network-scripts/ifup-vlan,
          sysconfig/network-scripts/ifup-ipx,
+         sysconfig/network-scripts/ifup-vlan,
          sysconfig/interfaces/tnlcfg-description,
          sysconfig/network-scripts/ifup-br,
-         sysconfig/network-scripts/ifup-plip, rc.d/init.d/template.init,
-         sysconfig/system, ppp/ip-up, rc.d/rc.sysinit,
-         sysconfig/network-scripts/ifdown-post, rc.d/init.d/random,
+         sysconfig/network-scripts/ifup-plip, sysconfig/system,
+         rc.d/init.d/template.init, ppp/ip-up, rc.d/init.d/random,
+         rc.d/rc.sysinit, sysconfig/network-scripts/ifdown-post,
          rc.d/init.d/single, rc.d/rc.init, sysconfig/timezone,
          sysconfig/clock, rc.d/init.d/cpusets,
          sysconfig/network-scripts/ifup-routes,
          sysconfig/network-scripts/ifdown-irda,
          sysconfig/network-scripts/ifup,
          sysconfig/network-scripts/ifup-iucv, rc.d/rc, sysconfig/network,
-         rc.d/init.d/killall, sysconfig/network-scripts/ifup-sl,
-         rc.d/rc.modules, sysconfig/network-scripts/ifup-irda: - more vim
-         setting removed (don't convert tabs to spaces) - white space
-         cleanup - convert spaces to tabs - unify formatting for all
-         scripts
+         rc.d/init.d/killall, rc.d/rc.modules,
+         sysconfig/network-scripts/ifup-sl,
+         sysconfig/network-scripts/ifup-irda: - more vim setting removed
+         (don't convert tabs to spaces) - white space cleanup - convert
+         spaces to tabs - unify formatting for all scripts
 
 2005-10-25 18:22 +0000 [r6489]  Jan Rękorajski <baggins/at/pld-linux.org>
 
          sysconfig/network-scripts/ifup-neigh,
          sysconfig/network-scripts/functions.network,
          sysconfig/network-scripts/ifup-ppp,
-         sysconfig/network-scripts/ifup-vlan,
          sysconfig/network-scripts/ifup-ipx,
+         sysconfig/network-scripts/ifup-vlan,
          sysconfig/network-scripts/ifup-br,
          sysconfig/network-scripts/ifup-plip, sysconfig/system,
-         rc.d/init.d/template.init, rc.d/init.d/random,
-         sysconfig/network-scripts/ifdown-post, rc.d/rc.sysinit,
-         rc.d/rc.init, rc.d/init.d/single, sysconfig/timezone, hwprofile,
+         rc.d/init.d/template.init, rc.d/rc.sysinit, rc.d/init.d/random,
+         sysconfig/network-scripts/ifdown-post, rc.d/rc.init,
+         rc.d/init.d/single, sysconfig/timezone, hwprofile,
          rc.d/init.d/cpusets, sysconfig/network-scripts/ifup-routes,
          sysconfig/network-scripts/ifup-aliases,
          sysconfig/network-scripts/ifdown-ppp,
 2005-01-24 13:38 +0000 [r5476]  Elan Ruusamäe <glen/at/pld-linux.org>
 
        * man/ipcalc.1 (added), man/usleep.1 (added), doc/consoletype.1
-         (removed), Makefile.am, man/usernetctl.8 (added), doc/initlog.1
+         (removed), man/usernetctl.8 (added), Makefile.am, doc/initlog.1
          (removed), doc/doexec.1 (removed), doc/Makefile.am,
          doc/ppp-watch.8 (removed), man/consoletype.1 (added),
-         man/initlog.1 (added), man/doexec.1 (added), man/Makefile.am,
-         man/ppp-watch.8 (added), doc/netreport.1 (removed),
+         man/initlog.1 (added), man/doexec.1 (added), man/ppp-watch.8
+         (added), man/Makefile.am, doc/netreport.1 (removed),
          doc/genhostid.1 (removed), man/netreport.1 (added),
          man/genhostid.1 (added), doc/ipcalc.1 (removed), doc/usleep.1
          (removed), doc/usernetctl.8 (removed): - moved manuals to man/
 
 2005-01-02 22:53 +0000 [r5418]  Radosław Zieliński <radek/at/pld-linux.org>
 
-       * sysconfig/network-scripts/ifup-aliases,
-         sysconfig/network-scripts/ifup-routes,
+       * sysconfig/network-scripts/ifup-routes,
+         sysconfig/network-scripts/ifup-aliases,
          sysconfig/network-scripts/ifdown-ppp,
          sysconfig/network-scripts/ifdown-vlan,
          sysconfig/network-scripts/tnldown,
-         sysconfig/network-scripts/ifup-plusb,
-         sysconfig/network-scripts/ifdown,
          sysconfig/network-scripts/ifup-post,
+         sysconfig/network-scripts/ifdown,
+         sysconfig/network-scripts/ifup-plusb,
          sysconfig/network-scripts/ifdown-br,
          sysconfig/network-scripts/ifup-neigh,
-         sysconfig/network-scripts/functions.network,
          sysconfig/network-scripts/ifup-ppp,
-         sysconfig/network-scripts/ifup-ipx,
+         sysconfig/network-scripts/functions.network,
          sysconfig/network-scripts/ifup-vlan,
+         sysconfig/network-scripts/ifup-ipx,
          sysconfig/network-scripts/tnlup,
          sysconfig/network-scripts/ifdown-sl,
          sysconfig/network-scripts/ifup,
This page took 0.074378 seconds and 4 git commands to generate.