]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - ChangeLog
- removed unneeded termput hpa
[projects/rc-scripts.git] / ChangeLog
index 94648f69e9de9756afc7468891bfa00a84ce77a1..9c520dbcd09d9df554e9c6e809dcbb571bc96636 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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>
+
+       * rc.d/init.d/network, sysconfig/network-scripts/ifup,
+         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: - 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/network, rc.d/init.d/local, rc.d/init.d/random,
+         rc.d/init.d/cpusets, rc.d/init.d/allowlogin: - well, PLDIZE!
+
+       * 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,
+         rc.d/init.d/cpusets, rc.d/init.d/allowlogin,
+         rc.d/init.d/functions: - 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
+
+       * rc.d/init.d/Makefile.am, rc.d/init.d/timezone (removed),
+         sysconfig/Makefile.am, sysconfig/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/ifup, sysconfig/network-scripts/ifdown,
+         sysconfig/network-scripts/functions.network: - 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-aliases,
+         sysconfig/network-scripts/ifup-routes,
+         sysconfig/network-scripts/ifup-post,
+         sysconfig/network-scripts/ifup-neigh: 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/rc.shutdown, AUTHORS, src/pci-config.c (removed), po/pl.po,
+         rc-scripts.spec.in, src/Makefile.am, rc.d/init.d/functions:
+         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>
+
+       * rc.d/rc.shutdown, AUTHORS, src/pci-config.c (added),
+         rc-scripts.spec.in, src/Makefile.am, rc.d/init.d/functions: -
+         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@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.gprs-idea,
+         sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
+         sysconfig/interfaces/ifcfg-eth0.1,
+         sysconfig/interfaces/ifcfg-ppp0.speedtouch-neostrada,
+         sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada: Propset Id
+
+       * 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-irlan0,
+         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-eth0.1,
+         sysconfig/interfaces/ifcfg-ppp0.eagle-usb-neostrada,
+         sysconfig/interfaces/ifcfg-eth0: 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/rc.sysinit, rc.d/init.d/functions: 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/network, rc.d/init.d/timezone,
+         rc.d/init.d/sys-chroots, rc.d/init.d/cpusets: 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/local, rc.d/init.d/cpusets: 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/network, rc.d/init.d/timezone, rc.d/init.d/random,
+         rc.d/init.d/allowlogin: 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/network, rc.d/init.d/single, rc.d/init.d/cpusets:
+         Sane $PATH is initialized in init.d/functions.
+
+       * rc.d/init.d/network, rc.d/init.d/timezone, rc.d/init.d/random,
+         rc.d/init.d/single, rc.d/init.d/cpusets, rc.d/init.d/allowlogin:
+         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/ifup,
+         sysconfig/network-scripts/functions.network: 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/interfaces/data/Makefile.am, 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: 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>
+
+       * rc-scripts.spec.in, inittab, rc.d/rc.sysinit, run-parts,
+         doc/net-scripts.txt, doc/sysvinitfiles, rc.d/init.d/functions: 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
+
+2006-02-10 22:21 +0000 [r6965]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * rc.d/rc.sysinit: Reverted last change
+
+2006-02-10 19:47 +0000 [r6964]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * rc.d/rc.sysinit: Disable DELAY_LOGIN for vserver, suggested by
+         Patrys
+
+2006-02-10 19:40 +0000 [r6960-6963]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * rc.d/rc.sysinit: Remove stupid sleep 1
+
+       * rc.d/rc.sysinit: No SELinux labels for vserver
+
+       * rc.d/rc.sysinit: Fixing indent
+
+       * rc.d/rc.sysinit: setsysfont and selinux make no sense inside
+         vserver (no devices attached)
+
+2006-02-10 19:31 +0000 [r6959]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * rc.d/rc.sysinit: Do not mount /proc in vserver
+
+2006-02-10 19:17 +0000 [r6958]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * rc.d/init.d/network: One can't (u)mount anything inside vserver,
+         not even network mounts
+
+2006-02-08 17:41 +0000 [r6952]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * rc.d/rc.sysinit: Redirect errors from mounts grepping to
+         /dev/null.
+
+2006-02-05 15:32 +0000 [r6922]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * sysconfig/system, rc.d/rc.sysinit: Rename PROMPT to RC_PROMPT
+         (PROMPT is internal zsh variable). Fixed RC_PROMPT testing to
+         work as described in sysconfig/system.
+
+2006-01-21 13:49 +0000 [r6875-6876]  Elan Ruusamäe <glen/at/pld-linux.org>
+
+       * rc.d/init.d/template.init: Allow some actions when network is
+         down (by ankry /at/ 2003-07-03).
+
+       * rc.d/init.d/template.init: - remove old syntax
+
+2006-01-21 12:32 +0000 [r6874]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * sysconfig/interfaces/ifcfg-description: Describe current
+         PPPoE/PPPoA config.
+
+2006-01-21 12:18 +0000 [r6873]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada,
+         sysconfig/network-scripts/ifup-ppp: Generic PPP over ATM support.
+
+2006-01-20 18:02 +0000 [r6871]  Jan Rękorajski <baggins/at/pld-linux.org>
+
+       * rc.d/rc.sysinit: - give getkey a timeout of 5s, better safe than
+         hung init process
+
+2006-01-20 15:40 +0000 [r6869]  Jan Rękorajski <baggins/at/pld-linux.org>
+
+       * rc.d/init.d/functions: - skip filter_chroot() in vserver fixes
+         running %pre/%post scripts for packages installed in vserver
+
+2006-01-19 08:52 +0000 [r6864]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * sysconfig/interfaces/Makefile.am,
+         sysconfig/interfaces/ifcfg-ppp0.ueagle-neostrada (added): Add
+         ueagle example (abram).
+
+2006-01-18 08:18 +0000 [r6844]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * configure.ac: Prepare for 0.4.0.25.
+
+2006-01-15 12:01 +0000 [r6809]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * rc.d/init.d/sys-chroots, rc.d/rc.sysinit: Use correct chown
+         user:group notation.
+
+2006-01-13 18:07 +0000 [r6803]  Jan Rękorajski <baggins/at/pld-linux.org>
+
+       * rc.d/rc.sysinit: - more non-vserver stuff ifed
+
+2006-01-12 16:21 +0000 [r6798-6800]  Jan Rękorajski <baggins/at/pld-linux.org>
+
+       * rc.d/rc.sysinit: - cleanup if vserver logic
+
+       * rc.d/rc.sysinit: - merge more vserver ifs
+
+       * rc.d/rc.sysinit: - typo
+
+2006-01-12 16:10 +0000 [r6797]  Jan Rękorajski <baggins/at/pld-linux.org>
+
+       * rc.d/rc.sysinit: - more non-vserver things if'ed - kill psdevtab
+         removal (file is obsolete since 1998)
+
+2006-01-12 16:01 +0000 [r6796]  Jan Rękorajski <baggins/at/pld-linux.org>
+
+       * rc.d/rc.shutdown: - cleanup
+
+2006-01-12 15:29 +0000 [r6795]  Jan Rękorajski <baggins/at/pld-linux.org>
+
+       * rc.d/rc.shutdown, rc.d/rc.sysinit: - skip swap/quota/acct in
+         vserver
+
+2006-01-10 20:59 +0000 [r6788]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * rc.d/rc.sysinit: mdadm now creates missing nodes when assembling
+         an array.
+
+2006-01-09 17:23 +0000 [r6781]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * sysconfig/network-scripts/functions.network: Typos fixed.
+
+2006-01-08 21:53 +0000 [r6777]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
+
+       * configure.ac: Prepare for 0.4.0.24.
+
 2006-01-07 15:57 +0000 [r6762]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
        * sysconfig/network-scripts/functions.network: ESSID setting is
 
 2003-12-19 13:59 +0000 [r3038]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
 
-       * src/Makefile.am: Use /at/libdir/at/ instead of hardcoded /usr/lib path
+       * src/Makefile.am: Use @libdir@ instead of hardcoded /usr/lib path
          when linking ppp-watch with glib.
 
 2003-12-15 13:29 +0000 [r1739]  Arkadiusz Miśkiewicz <arekm/at/pld-linux.org>
        * rc.d/init.d/functions.network: - ls 2>/dev/null (avoid "ls: no
          such file or directory" when directory does not exist)
 
-2000-07-20 10:07 +0000 [r776]  mis <mis/at/pld-linux.org>
+2000-07-20 10:07 +0000 [r776]  Paweł Gajda <mis/at/pld-linux.org>
 
        * sysconfig/interfaces/ifcfg-description: - one more fix to
          IPXFRAMETYPE
 
-2000-07-20 10:03 +0000 [r775]  mis <mis/at/pld-linux.org>
+2000-07-20 10:03 +0000 [r775]  Paweł Gajda <mis/at/pld-linux.org>
 
        * sysconfig/interfaces/ifcfg-description: - fixed IPXFRAMETYPE
 
This page took 0.06797 seconds and 4 git commands to generate.