]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- preparation for upcoming 0.4.0.1 release
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 22 Sep 2003 01:28:35 +0000 (01:28 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 22 Sep 2003 01:28:35 +0000 (01:28 +0000)
- updated all email addresses to current domain (pld-linux.org)
- added missing files (networking scripts mainly)
- updated spec file
- updated changelog

svn-id: @1364

82 files changed:
AUTHORS
ChangeLog
DEVELOPMENT
README
configure.ac
doc/ipcalc.1
doc/net-scripts.txt
doc/sysconfig.txt
doc/sysvinitfiles
hwprofile
isapnp/Makefile.am
isapnp/isapnp-kernel.conf
makepot.pl
po/de.po
po/pl.po
ppp/auth-down
ppp/auth-up
ppp/ip-down
ppp/ip-down.d/logger
ppp/ip-up
ppp/ip-up.d/logger
ppp/ipx-down
ppp/ipx-up
rc-scripts.spec.in
rc.d/init.d/allowlogin
rc.d/init.d/functions
rc.d/init.d/killall
rc.d/init.d/network
rc.d/init.d/random
rc.d/init.d/single
rc.d/init.d/template.init
rc.d/init.d/timezone
rc.d/rc
rc.d/rc.init
rc.d/rc.local
rc.d/rc.modules
rc.d/rc.shutdown
rc.d/rc.sysinit
run-parts
src/ipcalc.c
sysconfig/clock
sysconfig/hwprofiles/Makefile.am
sysconfig/i18n
sysconfig/interfaces/data/chat-ppp0.callback
sysconfig/interfaces/data/chat-ppp0.leased1
sysconfig/interfaces/data/chat-ppp0.tpsa
sysconfig/interfaces/down.d/ppp/logger
sysconfig/interfaces/ifcfg-br0
sysconfig/interfaces/ifcfg-irda0
sysconfig/interfaces/ifcfg-irlan0
sysconfig/interfaces/ifcfg-ppp0.callback
sysconfig/interfaces/ifcfg-ppp0.leased1
sysconfig/interfaces/ifcfg-ppp0.leased2
sysconfig/interfaces/ifcfg-sl0
sysconfig/interfaces/tnlcfg-description
sysconfig/interfaces/up.d/ppp/logger
sysconfig/network
sysconfig/network-scripts/functions.network
sysconfig/network-scripts/ifdown
sysconfig/network-scripts/ifdown-br
sysconfig/network-scripts/ifdown-irda
sysconfig/network-scripts/ifdown-post
sysconfig/network-scripts/ifdown-ppp
sysconfig/network-scripts/ifdown-sl
sysconfig/network-scripts/ifdown-vlan
sysconfig/network-scripts/ifup
sysconfig/network-scripts/ifup-aliases
sysconfig/network-scripts/ifup-br
sysconfig/network-scripts/ifup-ipx
sysconfig/network-scripts/ifup-irda
sysconfig/network-scripts/ifup-iucv
sysconfig/network-scripts/ifup-neigh
sysconfig/network-scripts/ifup-plip
sysconfig/network-scripts/ifup-plusb
sysconfig/network-scripts/ifup-post
sysconfig/network-scripts/ifup-ppp
sysconfig/network-scripts/ifup-routes
sysconfig/network-scripts/ifup-sl
sysconfig/network-scripts/ifup-vlan
sysconfig/network-scripts/tnldown
sysconfig/network-scripts/tnlup
sysconfig/system

diff --git a/AUTHORS b/AUTHORS
index b22a4703159f5eae0573a93c40f21683f8603729..2d9d5a655e376a27fd376ffa87cf63f0dc590feb 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,30 +3,30 @@
 
 MAINTAINERS
 
-Maintainer of development version (so called ,,totalnew'')
-is Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+Maintainer of development version
+is Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 
 AUTHORS/CREDITS
 
-Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
        networking functions, iproute2 support,
        national language support, scripts for
        controling tunnels and bridges
 
-Artur Frysiak <wiget@pld.org.pl>
+Artur Frysiak <wiget@pld-linux.org>
        automake/autoconf support, bug fixes
 
-Bartosz Waszak <waszi@pld.org.pl>
+Bartosz Waszak <waszi@pld-linux.org>
        fixes, devfsd support
 
 Grzegorz Stanislawski <stangrze@open.net.pl>
        ppp scripts, prefix/netmask converting
        functions, bug fixes
 
-Jan Rêkorajski <baggins@pld.org.pl>
+Jan Rêkorajski <baggins@pld-linux.org>
        general, ipv6 and dhcp fixes
        
-Micha³ Kochanowicz <mkochano@pld.org.pl>
+Micha³ Kochanowicz <mkochano@pld-linux.org>
        fixes, progress()
        
 Pawe³ Wilk <siefca@pl.qmail.org>
index 4cc6faa2b772763c745d88d9f72fd011bbeb90fb..9fe7a30567d88d6c0f76fe80db75ada015aed3f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2003-09-10  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+------------------------------------------------------------------------
+rev 1363:  arekm | 2003-09-22 02:55:30 +0200 (Mon, 22 Sep 2003) | 1 line
 
-       * rc.d/init.d/functions: - also be able to find 2.6 modules (.ko)
+- added missing files
+------------------------------------------------------------------------
+rev 1361:  arekm | 2003-09-19 22:29:34 +0200 (Fri, 19 Sep 2003) | 1 line
 
-2003-09-10  Jan Rêkorajski  <baggins@pld-linux.org>
+- description of DIRECT_CONNECT for ppp, too
+------------------------------------------------------------------------
+rev 1331:  arekm | 2003-09-14 13:47:37 +0200 (Sun, 14 Sep 2003) | 1 line
 
-       * rc.d/init.d/functions: - fixed is_module - modules may be gzipped
+- propset Id everywhere
+------------------------------------------------------------------------
+rev 1328:  arekm | 2003-09-14 12:48:34 +0200 (Sun, 14 Sep 2003) | 1 line
 
-2003-09-09  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+- propset test
+------------------------------------------------------------------------
+rev 1129:  nobody | 2003-09-10 01:08:36 +0200 (Wed, 10 Sep 2003) | 3 lines
 
-       * rc.d/rc.sysinit: - add sysfs to mtab
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-2003-09-08  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+------------------------------------------------------------------------
+rev 1128:  arekm | 2003-09-10 00:45:49 +0200 (Wed, 10 Sep 2003) | 2 lines
 
-       * rc.d/rc.sysinit: - mount sysfs in the same way as proc is
+- also be able to find 2.6 modules (.ko)
 
-2003-09-05  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+------------------------------------------------------------------------
+rev 1127:  nobody | 2003-09-10 00:07:20 +0200 (Wed, 10 Sep 2003) | 3 lines
 
-       * rc.d/init.d/functions: - if there is no process then it already died
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-2003-08-19  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+------------------------------------------------------------------------
+rev 1126:  baggins | 2003-09-10 00:05:49 +0200 (Wed, 10 Sep 2003) | 2 lines
 
-       * dumb.sh: - for nessusd.init
+- fixed is_module - modules may be gzipped
 
-2003-08-10  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+------------------------------------------------------------------------
+rev 1125:  nobody | 2003-09-09 19:08:27 +0200 (Tue, 09 Sep 2003) | 3 lines
 
-       * rc.d/rc.sysinit: - simplified mdadm support
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * rc.d/init.d/functions: - functions for kernel version checking
+------------------------------------------------------------------------
+rev 1124:  arekm | 2003-09-09 18:14:32 +0200 (Tue, 09 Sep 2003) | 2 lines
 
-2003-08-07  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+- add sysfs to mtab
 
-       * rc.d/rc.sysinit:
-       - add support for mdadm when trying to start RAID devices
+------------------------------------------------------------------------
+rev 1123:  nobody | 2003-09-08 12:07:59 +0200 (Mon, 08 Sep 2003) | 3 lines
 
-2003-08-06  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * dumb.sh: - from athcool.init
+------------------------------------------------------------------------
+rev 1122:  arekm | 2003-09-08 11:29:34 +0200 (Mon, 08 Sep 2003) | 2 lines
 
-2003-07-28  Pawe³ Go³aszewski  <blues@pld-linux.org>
+- mount sysfs in the same way as proc is
 
-       * sysctl.conf: - added gc_thresh entries
+------------------------------------------------------------------------
+rev 1121:  nobody | 2003-09-05 17:07:51 +0200 (Fri, 05 Sep 2003) | 3 lines
 
-       * sysconfig/network: - oops - these were my experiments...
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * sysconfig/network: - typo
+------------------------------------------------------------------------
+rev 1120:  arekm | 2003-09-05 16:53:55 +0200 (Fri, 05 Sep 2003) | 2 lines
 
-       * sysconfig/network: - GATEWAY setup is back - with comment
+- if there is no process then it already died
 
-2003-07-12  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+------------------------------------------------------------------------
+rev 1119:  nobody | 2003-08-19 16:09:02 +0200 (Tue, 19 Aug 2003) | 3 lines
 
-       * rc.d/init.d/network: - added nameif support
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-2003-07-10  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 1118:  ankry | 2003-08-19 16:07:10 +0200 (Tue, 19 Aug 2003) | 2 lines
 
-       * sysconfig/interfaces/ifcfg-description:
-       - description for VLAN_REORDER_HDR
+- for nessusd.init
 
-       * sysconfig/network-scripts/ifup-vlan:
-       - seems like API changed, allow REORDER_HDR on VLANs
+------------------------------------------------------------------------
+rev 1117:  nobody | 2003-08-10 23:07:35 +0200 (Sun, 10 Aug 2003) | 3 lines
 
-       * rc.d/init.d/network:
-       - we should stop bridges first if we are staring them last
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * rc.d/init.d/network:
-       - special case bridge interfaces (br*), they *must* be handled last
-         as we are not able to know what will be bridged
+------------------------------------------------------------------------
+rev 1116:  arekm | 2003-08-10 22:54:37 +0200 (Sun, 10 Aug 2003) | 2 lines
 
-2003-07-05  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+- simplified mdadm support
 
-       * rc.d/rc.sysinit: - mount devpts, too
+------------------------------------------------------------------------
+rev 1115:  arekm | 2003-08-10 22:49:35 +0200 (Sun, 10 Aug 2003) | 2 lines
 
-2003-06-30  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+- functions for kernel version checking
 
-       * rc.d/rc.sysinit: - keep old dmesg, too
+------------------------------------------------------------------------
+rev 1114:  nobody | 2003-08-07 13:07:18 +0200 (Thu, 07 Aug 2003) | 3 lines
 
-2003-06-24  Jakub Bogusz  <qboosh@pld-linux.org>
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm:
-       - added note about bluez
+------------------------------------------------------------------------
+rev 1113:  arekm | 2003-08-07 12:20:11 +0200 (Thu, 07 Aug 2003) | 2 lines
 
-       * sysconfig/interfaces/Makefile.am, sysconfig/interfaces/data/Makefile.am:
-       - added *-ppp0.gprs-plusgsm
+- add support for mdadm when trying to start RAID devices
 
-       * sysconfig/interfaces/data/chat-ppp0.gprs-plusgsm, sysconfig/interfaces/ifcfg-ppp0.gprs-plusgsm:
-       - ppp examples for GPRS/PlusGSM taken from BTS#694
+------------------------------------------------------------------------
+rev 1112:  nobody | 2003-08-06 22:07:38 +0200 (Wed, 06 Aug 2003) | 3 lines
 
-2003-06-20  Pawe³ Go³aszewski  <blues@pld-linux.org>
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * rc.d/rc.sysinit: - stupid  missing thing
+------------------------------------------------------------------------
+rev 1111:  ankry | 2003-08-06 21:23:47 +0200 (Wed, 06 Aug 2003) | 2 lines
 
-2003-06-19  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+- from athcool.init
 
-       * sysconfig/network, sysconfig/network-scripts/functions.network, sysconfig/static-routes:
-       - use static-routes for ip rule configuration; drop GATRWAY from network configuration
+------------------------------------------------------------------------
+rev 1110:  nobody | 2003-07-28 15:07:33 +0200 (Mon, 28 Jul 2003) | 3 lines
 
-2003-06-17  Jakub Bogusz  <qboosh@pld-linux.org>
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * rc.d/init.d/timezone:
-       - posix zoneinfo files are in top level, not "posix" subdir now
+------------------------------------------------------------------------
+rev 1109:  blues | 2003-07-28 14:16:02 +0200 (Mon, 28 Jul 2003) | 2 lines
 
-2003-06-16  Witek Krêcicki  <adasi@pld-linux.org>
+- added gc_thresh entries
 
-       * rc.d/rc.sysinit:  - future is now...
+------------------------------------------------------------------------
+rev 1108:  blues | 2003-07-28 14:11:27 +0200 (Mon, 28 Jul 2003) | 2 lines
 
-2003-06-16  Pawe³ Go³aszewski  <blues@pld-linux.org>
+- oops - these were my experiments...
 
-       * rc.d/rc.sysinit, rc-scripts.spec.in:
-       - early mounting of sysfs under kernel 2.5
+------------------------------------------------------------------------
+rev 1107:  nobody | 2003-07-28 14:07:19 +0200 (Mon, 28 Jul 2003) | 3 lines
 
-2003-06-16  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * rc.d/rc.sysinit: - usbdevfs is usbfs in 2.5
+------------------------------------------------------------------------
+rev 1106:  blues | 2003-07-28 14:02:20 +0200 (Mon, 28 Jul 2003) | 2 lines
 
-2003-06-06  Pawe³ Go³aszewski  <blues@pld-linux.org>
+- typo
 
-       * sysconfig/interfaces/ifcfg-description: - fixed typo in description
+------------------------------------------------------------------------
+rev 1105:  blues | 2003-07-28 13:33:48 +0200 (Mon, 28 Jul 2003) | 2 lines
 
-2003-05-31  Arkadiusz Mi¶kiewicz  <arekm@pld-linux.org>
+- GATEWAY setup is back - with comment
 
-       * inittab: - calling update is obsolete starting from 2.2.9 kernel
+------------------------------------------------------------------------
+rev 1104:  nobody | 2003-07-12 02:07:21 +0200 (Sat, 12 Jul 2003) | 3 lines
 
-2003-05-22  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * dumb.sh: - updated
+------------------------------------------------------------------------
+rev 1103:  arekm | 2003-07-12 01:08:47 +0200 (Sat, 12 Jul 2003) | 2 lines
 
-2003-05-16  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+- added nameif support
 
-       * rc.d/init.d/functions: - formatting
-       - fixed second argument of "status"
+------------------------------------------------------------------------
+rev 1102:  nobody | 2003-07-10 21:07:27 +0200 (Thu, 10 Jul 2003) | 3 lines
 
-       * dumb.sh: - updated
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-2003-05-15  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+------------------------------------------------------------------------
+rev 1101:  baggins | 2003-07-10 20:39:21 +0200 (Thu, 10 Jul 2003) | 2 lines
 
-       * rc.d/init.d/functions, rc.d/init.d/template.init:
-       - LSB conformance changes
+- description for VLAN_REORDER_HDR
 
-2003-05-11  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+------------------------------------------------------------------------
+rev 1100:  baggins | 2003-07-10 20:36:44 +0200 (Thu, 10 Jul 2003) | 2 lines
 
-       * dumb.sh: - updated
+- seems like API changed, allow REORDER_HDR on VLANs
 
-       * dumb.sh: removed duplicates; %s fixes
+------------------------------------------------------------------------
+rev 1099:  nobody | 2003-07-10 15:07:19 +0200 (Thu, 10 Jul 2003) | 3 lines
 
-       * dumb.sh: updated
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-2003-05-09  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+------------------------------------------------------------------------
+rev 1098:  baggins | 2003-07-10 14:30:34 +0200 (Thu, 10 Jul 2003) | 2 lines
 
-       * dumb.sh: - updated
+- we should stop bridges first if we are staring them last
 
-2003-05-08  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+------------------------------------------------------------------------
+rev 1097:  baggins | 2003-07-10 14:26:08 +0200 (Thu, 10 Jul 2003) | 3 lines
 
-       * rc.d/init.d/template.init: - reversed bogus change
+- special case bridge interfaces (br*), they *must* be handled last
+  as we are not able to know what will be bridged
 
-       * dumb.sh: - updated
+------------------------------------------------------------------------
+rev 1096:  nobody | 2003-07-07 12:04:09 +0200 (Mon, 07 Jul 2003) | 3 lines
 
-2003-05-06  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * dumb.sh: updated
+------------------------------------------------------------------------
+rev 1095:  arekm | 2003-07-05 13:59:54 +0200 (Sat, 05 Jul 2003) | 2 lines
 
-2003-05-05  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+- mount devpts, too
 
-       * rc.d/init.d/template.init, dumb.sh: updated
+------------------------------------------------------------------------
+rev 1094:  arekm | 2003-06-30 17:36:22 +0200 (Mon, 30 Jun 2003) | 2 lines
 
-2003-05-04  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+- keep old dmesg, too
 
-       * dumb.sh: updated
+------------------------------------------------------------------------
+rev 1093:  qboosh | 2003-06-24 12:34:24 +0200 (Tue, 24 Jun 2003) | 2 lines
 
-2003-05-03  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+- added note about bluez
 
-       * dumb.sh: - dump script with various messages
+------------------------------------------------------------------------
+rev 1092:  qboosh | 2003-06-24 12:33:28 +0200 (Tue, 24 Jun 2003) | 2 lines
 
-       * rc-scripts.spec.in: - fix improper use of %%{_sysconfigdir}
+- added *-ppp0.gprs-plusgsm
 
-2003-05-02  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 1091:  qboosh | 2003-06-24 12:26:04 +0200 (Tue, 24 Jun 2003) | 2 lines
 
-       * po/de.po: - corrected charset s/iso8850-1/iso-8850-1/.
+- ppp examples for GPRS/PlusGSM taken from BTS#694
 
-2003-04-17  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 1090:  blues | 2003-06-20 17:32:51 +0200 (Fri, 20 Jun 2003) | 2 lines
 
-       * rc.d/rc.sysinit: - added support for device-mapper
+- stupid  missing thing
 
-2003-04-10  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 1089:  arekm | 2003-06-19 17:57:07 +0200 (Thu, 19 Jun 2003) | 2 lines
 
-       * rc.d/rc.sysinit:
-       - use new evms_activate utility; drop support for evms < 2.0.0
+- use static-routes for ip rule configuration; drop GATRWAY from network configuration
 
-2003-04-07  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 1088:  qboosh | 2003-06-17 16:02:35 +0200 (Tue, 17 Jun 2003) | 2 lines
 
-       * rc.d/rc.sysinit: - split sysctl call into two pieces
+- posix zoneinfo files are in top level, not "posix" subdir now
 
-       * sysconfig/network-scripts/ifup: - fix Andrzej's proxy arp support
+------------------------------------------------------------------------
+rev 1087:  adasi | 2003-06-16 23:28:52 +0200 (Mon, 16 Jun 2003) | 2 lines
 
-2003-03-06  Wojciech Ciêciwa  <cieciwa@pld-linux.org>
+ - future is now...
 
-       * sysctl.conf: - corecting URL of grsecurity.
+------------------------------------------------------------------------
+rev 1086:  blues | 2003-06-16 22:20:22 +0200 (Mon, 16 Jun 2003) | 2 lines
 
-2003-01-25  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- early mounting of sysfs under kernel 2.5
 
-       * rc.d/rc.shutdown: - more generic ups support via /sbin/poweroff-ups
+------------------------------------------------------------------------
+rev 1085:  arekm | 2003-06-16 20:05:37 +0200 (Mon, 16 Jun 2003) | 2 lines
 
-2003-01-15  Andrzej M. Krzysztofowicz  <ankry@pld-linux.org>
+- usbdevfs is usbfs in 2.5
 
-       * sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-description, TODO:
-       - support for proxy ARP per interface
-       - fix sysctl for IPV6_DISABLE_AUTOCONF
-       - typos, formatting
-       - MTU for ethernet already supported [ remove from TODO ]
+------------------------------------------------------------------------
+rev 1084:  nobody | 2003-06-15 19:39:39 +0200 (Sun, 15 Jun 2003) | 3 lines
 
-2003-01-07  kloczek  <kloczek@pld-linux.org>
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld-linux.org>)
 
-       * rc.d/init.d/functions:
-       s/broke/break/ (fixed http://bugs.pld.org.pl/?bug=520).
+------------------------------------------------------------------------
+rev 1083:  blues | 2003-06-06 11:02:59 +0200 (Fri, 06 Jun 2003) | 2 lines
 
-2002-12-31  Pawe³ Wilk  <siefca@pld-linux.org>
+- fixed typo in description
 
-       * run-parts:
-       - run-parts: current directory now in an environment variable
-       - run-parts: args shifted
-       - run-parts: cosmetics
+------------------------------------------------------------------------
+rev 1082:  arekm | 2003-05-31 13:59:02 +0200 (Sat, 31 May 2003) | 2 lines
 
-2002-12-17  Jan Rêkorajski  <baggins@pld-linux.org>
+- calling update is obsolete starting from 2.2.9 kernel
 
-       * sysconfig/network-scripts/functions.network, rc.d/init.d/network, po/pl.po, doc/sysconfig.docb, doc/sysconfig.txt:
-       - removed references to IPV*_FORWARDING
+------------------------------------------------------------------------
+rev 1081:  nobody | 2003-05-28 10:57:09 +0200 (Wed, 28 May 2003) | 3 lines
 
-       * sysconfig/network: - better solution to IPV*_FORWARDING
+- ChangeLog update by changelog.sh
+  (by Arkadiusz Miskiewicz <misiek@pld.org.pl>)
 
-       * sysconfig/network:
-       - removed IPV*_FORWARDING - use /etc/sysctl.conf to set this
+------------------------------------------------------------------------
+rev 1080:  ankry | 2003-05-22 16:11:54 +0200 (Thu, 22 May 2003) | 2 lines
 
-2002-12-02  alchemyx  <alchemyx@pld-linux.org>
+- updated
 
-       * rc.d/rc.sysinit: - typo
+------------------------------------------------------------------------
+rev 1079:  ankry | 2003-05-16 00:39:08 +0200 (Fri, 16 May 2003) | 3 lines
 
-2002-12-01  alchemyx  <alchemyx@pld-linux.org>
+- formatting
+- fixed second argument of "status"
 
-       * rc.d/rc.sysinit:
-       - system will reboot if is instructed by fsck to do so
+------------------------------------------------------------------------
+rev 1078:  ankry | 2003-05-16 00:37:54 +0200 (Fri, 16 May 2003) | 2 lines
 
-2002-11-28  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- updated
 
-       * rc.d/rc.shutdown: - support for UPS powerdown before halt
+------------------------------------------------------------------------
+rev 1077:  ankry | 2003-05-15 23:37:46 +0200 (Thu, 15 May 2003) | 2 lines
 
-2002-11-12  kloczek  <kloczek@pld-linux.org>
+- LSB conformance changes
 
-       * sysconfig/interfaces/ifcfg-description:
-       typo in comment (s/dhlc/dhcp/).
+------------------------------------------------------------------------
+rev 1076:  ankry | 2003-05-11 23:09:56 +0200 (Sun, 11 May 2003) | 2 lines
 
-2002-11-09  alchemyx  <alchemyx@pld-linux.org>
+- updated
 
-       * sysconfig/network-scripts/functions.network, sysconfig/static-nat:
-       - updated static-nat (reversed parameters) so it works now as intended (as
-         described in docs)
+------------------------------------------------------------------------
+rev 1075:  ankry | 2003-05-11 17:26:57 +0200 (Sun, 11 May 2003) | 2 lines
 
-2002-10-10  Jan Rêkorajski  <baggins@pld-linux.org>
+removed duplicates; %s fixes
 
-       * sysconfig/system, rc.d/rc.sysinit: - better support fo EVMS
+------------------------------------------------------------------------
+rev 1074:  ankry | 2003-05-11 17:13:56 +0200 (Sun, 11 May 2003) | 2 lines
 
-2002-09-29  Arkadiusz Patyk  <areq@pld-linux.org>
+updated
 
-       * rc.d/rc.shutdown: - don't force umount iso9660 ramfs tmpfs
+------------------------------------------------------------------------
+rev 1073:  ankry | 2003-05-11 14:42:40 +0200 (Sun, 11 May 2003) | 2 lines
 
-2002-09-14  Tomasz Orzechowski  <orzech@pld-linux.org>
+updated
 
-       * rc.d/rc, rc.d/rc.sysinit, sysconfig/system: - LOAD_SOUND is obsolete
+------------------------------------------------------------------------
+rev 1072:  ankry | 2003-05-09 23:08:21 +0200 (Fri, 09 May 2003) | 2 lines
 
-2002-08-24  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- updated
 
-       * sysconfig/network-scripts/ifup-ppp:
-       - fix wvdial support; chat support still broken
+------------------------------------------------------------------------
+rev 1071:  ankry | 2003-05-08 19:18:33 +0200 (Thu, 08 May 2003) | 2 lines
 
-       * sysconfig/network-scripts/functions.network, sysconfig/network-scripts/ifup-ppp, sysconfig/interfaces/ifcfg-description, README:
-       - added userspace and kernelspace PPPoE support
-       - pass unit option to pppd (so now ifcfg-ppp5 with DEVICE=ppp5 will
-         _always_ create ppp5 interface when it's not used yet)
+- reversed bogus change
 
-2002-08-24  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 1070:  ankry | 2003-05-08 01:35:19 +0200 (Thu, 08 May 2003) | 2 lines
 
-       * rc.d/init.d/network:
-       - check ONBOOT by evaluating ifcfg-* file, not by egrep
+- updated
 
-2002-08-22  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 1069:  ankry | 2003-05-06 23:54:17 +0200 (Tue, 06 May 2003) | 2 lines
 
-       * sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifup-post, sysconfig/interfaces/ifcfg-description:
-       - support for limiting downstream and upstream traffic on whole interface
-         (cbq, htb, tbf)
+updated
 
-2002-08-21  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 1068:  ankry | 2003-05-05 02:07:23 +0200 (Mon, 05 May 2003) | 2 lines
 
-       * sysconfig/network-scripts/functions.network:
-       - fix support for src addresses option
+updated
 
-2002-08-13  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 1067:  ankry | 2003-05-04 21:48:57 +0200 (Sun, 04 May 2003) | 2 lines
 
-       * rc.d/rc.sysinit:
-       - /proc/bus/usb should be described in fstab - mounting manually bogus
-         device "usbdevfs" causes mount -a to fail when fstab contains something
-         like "none /proc/bus/usb usbdevfs ..."
+updated
 
-2002-08-11  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 1066:  ankry | 2003-05-04 01:16:09 +0200 (Sun, 04 May 2003) | 2 lines
 
-       * sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/Makefile.am, sysconfig/network-scripts/ifup-neigh, sysconfig/Makefile.am, sysconfig/static-arp:
-       - static arp per interface support
-       - any device support is back
+updated
 
-2002-08-09  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 1065:  ankry | 2003-05-03 01:41:13 +0200 (Sat, 03 May 2003) | 2 lines
 
-       * rc.d/rc.sysinit:
-       - fix for checking encrypted filesystems - if all have "noauto" in options,
-         don't try to mount or fsck anything
+- dump script with various messages
 
-2002-07-14  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 1064:  ankry | 2003-05-03 01:39:29 +0200 (Sat, 03 May 2003) | 2 lines
 
-       * rc.d/init.d/functions, service:
-       - some code from RH (nicer than old code)
+- fix improper use of %%{_sysconfigdir}
 
-       * sysconfig/network-scripts/ifup: - fix WLAN encryption setting
+------------------------------------------------------------------------
+rev 1063:  kloczek | 2003-05-02 22:27:04 +0200 (Fri, 02 May 2003) | 2 lines
 
-2002-07-13  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- corrected charset s/iso8850-1/iso-8850-1/.
 
-       * sysconfig/network-scripts/ifup-irda, sysconfig/network-scripts/ifup-iucv, sysconfig/network-scripts/ifup-plusb, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-vlan, sysconfig/network-scripts/functions.network, sysconfig/network-scripts/ifdown-irda, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-vlan, sysconfig/network-scripts/ifup, sysconfig/interfaces/ifcfg-description, sysconfig/interfaces/ifcfg-irda0, sysconfig/interfaces/ifcfg-irlan0, rc.d/rc.modules, rc.d/rc.sysinit, service:
-       - more TOTALNEW merge (ppp, irda, other vlan, wireless). ALPHA
+------------------------------------------------------------------------
+rev 1062:  baggins | 2003-04-17 20:21:56 +0200 (Thu, 17 Apr 2003) | 2 lines
 
-2002-07-06  Olgierd Pieczul  <wojrus@pld-linux.org>
+- added support for device-mapper
 
-       * rc.d/rc.sysinit: - fixed: removing directories in /var/run/app/
-       - fixed: unneeded lines (deleting not-existing files) removed
+------------------------------------------------------------------------
+rev 1061:  misiek | 2003-04-10 09:37:41 +0200 (Thu, 10 Apr 2003) | 2 lines
 
-2002-06-19  Rafa³ Kleger-Rudomin  <klakier@pld-linux.org>
+- use new evms_activate utility; drop support for evms < 2.0.0
 
-       * doc/sysconfig.txt: - forgotten
+------------------------------------------------------------------------
+rev 1060:  misiek | 2003-04-07 21:59:48 +0200 (Mon, 07 Apr 2003) | 2 lines
 
-       * sysconfig/network: - hopefully fixed explanation about NISDOMAIN
+- split sysctl call into two pieces
 
-       * sysconfig/network, doc/sysconfig.txt:
-       - more clear explanation of HOSTNAME and NISDOMAIN
+------------------------------------------------------------------------
+rev 1059:  misiek | 2003-04-07 21:54:39 +0200 (Mon, 07 Apr 2003) | 2 lines
 
-2002-06-13  grabba  <grabba@pld-linux.org>
+- fix Andrzej's proxy arp support
 
-       * rc.d/init.d/functions:
-       daemon function: dont't use su when user is root
+------------------------------------------------------------------------
+rev 1058:  cieciwa | 2003-03-06 14:31:00 +0100 (Thu, 06 Mar 2003) | 2 lines
 
-2002-05-21  Olgierd Pieczul  <wojrus@pld-linux.org>
+- corecting URL of grsecurity.
 
-       * sysconfig/ip-rules: - typo
+------------------------------------------------------------------------
+rev 1057:  misiek | 2003-01-25 01:37:38 +0100 (Sat, 25 Jan 2003) | 2 lines
 
-2002-05-11  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- more generic ups support via /sbin/poweroff-ups
 
-       * rc.d/rc.sysinit: - process functions a bit earlier
-       - don't mount proc twice
+------------------------------------------------------------------------
+rev 1056:  ankry | 2003-01-15 23:34:10 +0100 (Wed, 15 Jan 2003) | 5 lines
 
-       * rc-scripts.spec.in: - updated spec file
+- support for proxy ARP per interface
+- fix sysctl for IPV6_DISABLE_AUTOCONF
+- typos, formatting
+- MTU for ethernet already supported [ remove from TODO ]
 
-       * sysconfig/network-scripts/Makefile.am, sysconfig/network-scripts/functions.network, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-br, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-br, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, rc.d/init.d/Attic/functions.network, rc.d/init.d/Makefile.am, rc.d/init.d/network, rc-scripts.spec.in:
-       - functions.network back in old place
+------------------------------------------------------------------------
+rev 1055:  kloczek | 2003-01-07 15:45:46 +0100 (Tue, 07 Jan 2003) | 2 lines
 
-       * ppp/Makefile.am: - force symlink
+s/broke/break/ (fixed http://bugs.pld.org.pl/?bug=520).
 
-       * autogen.sh: - configure.in -> configure.ac
+------------------------------------------------------------------------
+rev 1054:  siefca | 2002-12-31 00:39:25 +0100 (Tue, 31 Dec 2002) | 4 lines
 
-       * po/pl.po, configure.ac: - fix iso charset name
-       - add de to supported languages
+- run-parts: current directory now in an environment variable
+- run-parts: args shifted
+- run-parts: cosmetics
 
-       * Attic/configure.in, configure.ac: - renamed + updated
+------------------------------------------------------------------------
+rev 1053:  baggins | 2002-12-17 15:01:11 +0100 (Tue, 17 Dec 2002) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - removed via (it shouldn't be here)
+- removed references to IPV*_FORWARDING
 
-       * rc.d/init.d/Attic/functions.network:
-       - use onlink option when adding default routing (in case when gw isn't in our subnetwork)
-       - TNLOPTS removed
+------------------------------------------------------------------------
+rev 1052:  baggins | 2002-12-17 14:54:17 +0100 (Tue, 17 Dec 2002) | 2 lines
 
-2002-04-21  mkochano  <mkochano@pld-linux.org>
+- better solution to IPV*_FORWARDING
 
-       * sysconfig/interfaces/data/chat-ppp0.tpsa:
-       - Update for current TPSA login screen.
+------------------------------------------------------------------------
+rev 1051:  baggins | 2002-12-17 14:43:14 +0100 (Tue, 17 Dec 2002) | 2 lines
 
-2002-04-20  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- removed IPV*_FORWARDING - use /etc/sysctl.conf to set this
 
-       * rc.d/rc.sysinit:
-       - don't mount usbdevfs again if it's already mounted (for example by modules.conf
-         post-install directive). Patch by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.
+------------------------------------------------------------------------
+rev 1050:  alchemyx | 2002-12-02 00:59:41 +0100 (Mon, 02 Dec 2002) | 2 lines
 
-2002-04-10  Witek Krêcicki  <adasi@pld-linux.org>
+- typo
 
-       * sysconfig/network-scripts/ifup-ppp:
-        - added USER... dunno why it wasn't included, but it is in sample files and it should be added to pppd cmdline (user ${USER}). If it's wrong, roll it back
+------------------------------------------------------------------------
+rev 1049:  alchemyx | 2002-12-01 22:31:01 +0100 (Sun, 01 Dec 2002) | 2 lines
 
-2002-04-09  Jacek Konieczny  <jajcus@pld-linux.org>
+- system will reboot if is instructed by fsck to do so
 
-       * sysconfig/network, rc.d/init.d/network, AUTHORS:
-       - more LDAP garbage removed
+------------------------------------------------------------------------
+rev 1048:  misiek | 2002-11-28 00:41:53 +0100 (Thu, 28 Nov 2002) | 2 lines
 
-       * po/pl.po: - LDAP strings removed
+- support for UPS powerdown before halt
 
-       * rc.d/init.d/network: - "LDAP support" removed
+------------------------------------------------------------------------
+rev 1047:  kloczek | 2002-11-12 16:54:04 +0100 (Tue, 12 Nov 2002) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - "LDAP support" removed. It was not supported anyway
+typo in comment (s/dhlc/dhcp/).
 
-       * rc.d/init.d/Attic/functions.network:
-       - delete '}' left after some function removal
+------------------------------------------------------------------------
+rev 1046:  alchemyx | 2002-11-09 00:45:05 +0100 (Sat, 09 Nov 2002) | 3 lines
 
-2002-03-29  Rafa³ Kleger-Rudomin  <klakier@pld-linux.org>
+- updated static-nat (reversed parameters) so it works now as intended (as
+  described in docs)
 
-       * rc.d/rc.sysinit: - added deleting lock files
+------------------------------------------------------------------------
+rev 1045:  baggins | 2002-10-10 17:07:48 +0200 (Thu, 10 Oct 2002) | 2 lines
 
-2002-03-29  Olgierd Pieczul  <wojrus@pld-linux.org>
+- better support fo EVMS
 
-       * rc-scripts.spec.in: - added removed by mistake 'timezone'
+------------------------------------------------------------------------
+rev 1044:  areq | 2002-09-29 01:05:40 +0200 (Sun, 29 Sep 2002) | 2 lines
 
-       * sysconfig/ip-rules: - example config file
+- don't force umount iso9660 ramfs tmpfs
 
-       * sysconfig/Makefile.am, rc.d/init.d/Attic/functions.network, rc.d/init.d/network, rc-scripts.spec.in:
-       - policy routing support
+------------------------------------------------------------------------
+rev 1043:  orzech | 2002-09-14 21:54:16 +0200 (Sat, 14 Sep 2002) | 2 lines
 
-2002-03-24  Pawe³ Go³aszewski  <blues@pld-linux.org>
+- LOAD_SOUND is obsolete
 
-       * rc.d/rc.sysinit, po/pl.po, README, autogen.sh: - GNU/Linux is gone.
+------------------------------------------------------------------------
+rev 1042:  misiek | 2002-08-24 19:04:45 +0200 (Sat, 24 Aug 2002) | 2 lines
 
-2002-03-19  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- fix wvdial support; chat support still broken
 
-       * sysconfig/system, rc.d/rc.sysinit: - user and kernelspace PNP
+------------------------------------------------------------------------
+rev 1041:  misiek | 2002-08-24 18:05:52 +0200 (Sat, 24 Aug 2002) | 5 lines
 
-       * hwprofile, service, sysconfig/hwprofiles/Makefile.am, sysconfig/Makefile.am, sysconfig/hwprof, ppp/Makefile.am, ppp/auth-down, ppp/auth-up, ppp/ip-down, ppp/ip-up, ppp/ipx-down, ppp/ipx-up, isapnp/Makefile.am, isapnp/isapnp-kernel.conf, Attic/configure.in, Makefile.am, README, autogen.sh:
-       - started merging TOTALNEW
 
-       * rc.d/rc.sysinit: - support for EVMS volumes
+- added userspace and kernelspace PPPoE support
+- pass unit option to pppd (so now ifcfg-ppp5 with DEVICE=ppp5 will
+  _always_ create ppp5 interface when it's not used yet)
 
-       * sysconfig/system, rc.d/rc.sysinit:
-       - if devfs is mounted and devfsd is available then start is unconditionally
+------------------------------------------------------------------------
+rev 1040:  zagrodzki | 2002-08-24 00:13:17 +0200 (Sat, 24 Aug 2002) | 2 lines
 
-2002-03-07  Pawe³ Go³aszewski  <blues@pld-linux.org>
+- check ONBOOT by evaluating ifcfg-* file, not by egrep
 
-       * sysconfig/network-scripts/ifup-ipx, rc.d/init.d/network:
-       - ipx paths fixed (ipx is usable now...)
+------------------------------------------------------------------------
+rev 1039:  misiek | 2002-08-22 15:21:25 +0200 (Thu, 22 Aug 2002) | 4 lines
 
-2002-03-07  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
 
-       * rc.d/rc.sysinit: - protect dmesg
+- support for limiting downstream and upstream traffic on whole interface
+  (cbq, htb, tbf)
 
-2002-02-21  Tomasz Pala  <gotar@pld-linux.org>
+------------------------------------------------------------------------
+rev 1038:  misiek | 2002-08-21 23:30:42 +0200 (Wed, 21 Aug 2002) | 2 lines
 
-       * po/pl.po: - more typos
+- fix support for src addresses option
 
-       * rc.d/rc.sysinit, po/pl.po: - typos
+------------------------------------------------------------------------
+rev 1037:  zagrodzki | 2002-08-13 22:31:20 +0200 (Tue, 13 Aug 2002) | 4 lines
 
-       * sysconfig/network-scripts/ifup-sl, rc.d/rc.sysinit, po/pl.po:
-       - updated.
+- /proc/bus/usb should be described in fstab - mounting manually bogus
+  device "usbdevfs" causes mount -a to fail when fstab contains something
+  like "none /proc/bus/usb usbdevfs ..."
 
-2002-02-18  Tomasz Pala  <gotar@pld-linux.org>
+------------------------------------------------------------------------
+rev 1036:  misiek | 2002-08-11 19:05:09 +0200 (Sun, 11 Aug 2002) | 3 lines
 
-       * doc/sysconfig.docb, doc/sysconfig.txt: - hostname != FQDN
+- static arp per interface support
+- any device support is back
 
-2002-02-03  Witek Krêcicki  <adasi@pld-linux.org>
+------------------------------------------------------------------------
+rev 1035:  zagrodzki | 2002-08-09 08:30:27 +0200 (Fri, 09 Aug 2002) | 3 lines
 
-       * Attic/rc-scripts-sysconfig_masq.patch:  - moved away
+- fix for checking encrypted filesystems - if all have "noauto" in options,
+  don't try to mount or fsck anything
 
-       * Attic/rc-scripts-sysconfig_masq.patch:
-        - sysconfig/masquerade support patch
-        - not for use in official rc-scripts releases
+------------------------------------------------------------------------
+rev 1034:  misiek | 2002-07-14 23:11:17 +0200 (Sun, 14 Jul 2002) | 2 lines
 
-       * doc/sysconfig.docb, doc/sysconfig.txt, rc.d/init.d/Attic/functions.network, rc.d/init.d/network:
-        - reverted last change
+- some code from RH (nicer than old code)
 
-2002-02-02  Witek Krêcicki  <adasi@pld-linux.org>
+------------------------------------------------------------------------
+rev 1033:  misiek | 2002-07-14 01:04:42 +0200 (Sun, 14 Jul 2002) | 2 lines
 
-       * doc/sysconfig.docb, doc/sysconfig.txt:
-        - added masquerade description
+- fix WLAN encryption setting
 
-       * rc.d/init.d/Attic/functions.network, rc.d/init.d/network:
-        - added support for sysconfig/masquerade (NEW)
+------------------------------------------------------------------------
+rev 1032:  misiek | 2002-07-13 18:25:08 +0200 (Sat, 13 Jul 2002) | 2 lines
 
-2002-01-27  Jan Rêkorajski  <baggins@pld-linux.org>
+- more TOTALNEW merge (ppp, irda, other vlan, wireless). ALPHA
 
-       * src/ppp-watch.c, src/usernetctl.c:
-       - rc-scripts-interfaces.patch: ifcfg-* are in /etc/sysconfig/interfaces,
-         not /etc/sysconfig/network-scripts. And ifup and ifdown are not there
-         but in /sbin. (qrczak)
+------------------------------------------------------------------------
+rev 1031:  wojrus | 2002-07-06 14:22:56 +0200 (Sat, 06 Jul 2002) | 3 lines
 
-       * rc.d/rc.sysinit: - fixed syntax error
+- fixed: removing directories in /var/run/app/
+- fixed: unneeded lines (deleting not-existing files) removed
 
-       * rc.d/rc.shutdown: - don't try to umount devfs - it's pointelss
+------------------------------------------------------------------------
+rev 1030:  klakier | 2002-06-19 20:13:07 +0200 (Wed, 19 Jun 2002) | 2 lines
 
-2002-01-23  Tomasz Pala  <gotar@pld-linux.org>
+- forgotten
 
-       * po/pl.po: - more fixes
+------------------------------------------------------------------------
+rev 1029:  klakier | 2002-06-19 20:04:07 +0200 (Wed, 19 Jun 2002) | 2 lines
 
-       * DEVELOPMENT, TODO: - typos
+- hopefully fixed explanation about NISDOMAIN
 
-2002-01-17  Tomasz Pala  <gotar@pld-linux.org>
+------------------------------------------------------------------------
+rev 1028:  klakier | 2002-06-19 00:06:23 +0200 (Wed, 19 Jun 2002) | 2 lines
 
-       * inittab: - added KeyboardSignal entry.
+- more clear explanation of HOSTNAME and NISDOMAIN
 
-       * po/pl.po: - changed personal forms to impersonal.
+------------------------------------------------------------------------
+rev 1027:  grabba | 2002-06-13 15:06:13 +0200 (Thu, 13 Jun 2002) | 2 lines
 
-       * po/pl.po: - iso8859-1 got 'ó' - why don't use it?
-       - other cosmetics.
+daemon function: dont't use su when user is root
 
-2002-01-08  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 1026:  wojrus | 2002-05-21 14:23:09 +0200 (Tue, 21 May 2002) | 2 lines
 
-       * rc.d/init.d/functions:
-       - reverted is_no() behaviour to return true only on explicit "no"
+- typo
 
-       * rc.d/rc.sysinit:
-       - reorganized stuff so modprobe is not called before depmod
+------------------------------------------------------------------------
+rev 1025:  misiek | 2002-05-11 23:51:32 +0200 (Sat, 11 May 2002) | 3 lines
 
-       * Attic/configure.in: - version 0.3.1
+- process functions a bit earlier
+- don't mount proc twice
 
-2001-12-24  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 1024:  misiek | 2002-05-11 12:26:40 +0200 (Sat, 11 May 2002) | 2 lines
 
-       * rc.d/rc.sysinit:
-       - if RUN_DEPMOD is set to "ifmissing", run simply "depmod -A"
+- updated spec file
 
-2001-12-21  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 1023:  misiek | 2002-05-11 11:50:53 +0200 (Sat, 11 May 2002) | 2 lines
 
-       * rc.d/rc.sysinit: - fixed depmod problem (s/$mver/`uname -r`/)
+- functions.network back in old place
 
-2001-12-14  mkochano  <mkochano@pld-linux.org>
+------------------------------------------------------------------------
+rev 1022:  misiek | 2002-05-11 11:44:04 +0200 (Sat, 11 May 2002) | 2 lines
 
-       * rc.d/init.d/functions:
-       - Previous change caused "snow ball effect" --- some code relied upon
-         that bug.
-       - Added code which conditionaly encloses arguments in double quotes.
-         This is required if more than one argument is passed to /bin/su -c.
+- force symlink
 
-2001-12-13  mkochano  <mkochano@pld-linux.org>
+------------------------------------------------------------------------
+rev 1021:  misiek | 2002-05-11 11:36:51 +0200 (Sat, 11 May 2002) | 2 lines
 
-       * rc.d/init.d/functions:
-       - Properly escape quotation marks inside quotation marks.
+- configure.in -> configure.ac
 
-2001-12-03  Jacek Konieczny  <jajcus@pld-linux.org>
+------------------------------------------------------------------------
+rev 1020:  misiek | 2002-05-11 11:34:58 +0200 (Sat, 11 May 2002) | 3 lines
 
-       * sysconfig/network-scripts/ifup-post:
-       - pass $CONFIG instead of $DEVICE to ifup-post, ifup-aliases (BTS id 20)
+- fix iso charset name
+- add de to supported languages
 
-2001-11-30  Wojciech Ciêciwa  <cieciwa@pld-linux.org>
+------------------------------------------------------------------------
+rev 1019:  misiek | 2002-05-11 11:30:50 +0200 (Sat, 11 May 2002) | 2 lines
 
-       * sysctl.conf: - s/getrewted/grsecurity/
+- renamed + updated
 
-2001-11-23  Tomasz Pala  <gotar@pld-linux.org>
+------------------------------------------------------------------------
+rev 1018:  misiek | 2002-05-11 10:48:45 +0200 (Sat, 11 May 2002) | 2 lines
 
-       * src/shvar.c, src/shvar.h, src/ppp-watch.c, rc.d/rc.sysinit:
-       - fixed typos.
+- removed via (it shouldn't be here)
 
-2001-11-19  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 1017:  misiek | 2002-05-11 10:41:30 +0200 (Sat, 11 May 2002) | 3 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - don't try to detect devicetype if it's specified
+- use onlink option when adding default routing (in case when gw isn't in our subnetwork)
+- TNLOPTS removed
 
-2001-11-12  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 1016:  mkochano | 2002-04-21 14:22:06 +0200 (Sun, 21 Apr 2002) | 2 lines
 
-       * sysconfig/network-scripts/ifdown:
-       - RESULT variable can be empty, check for it
+- Update for current TPSA login screen.
 
-2001-11-09  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 1015:  misiek | 2002-04-20 15:57:57 +0200 (Sat, 20 Apr 2002) | 3 lines
 
-       * rc.d/init.d/network: - run modprobe at the start of network_init()
+- don't mount usbdevfs again if it's already mounted (for example by modules.conf
+  post-install directive). Patch by Wojtek Kaniewski <wojtekka@bydg.pdi.net>.
 
-2001-11-05  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 1014:  adasi | 2002-04-10 21:02:56 +0200 (Wed, 10 Apr 2002) | 2 lines
 
-       * sysconfig/network:
-       - chenged comment s/Set domainname here/Set NIS domain name here/
+ - added USER... dunno why it wasn't included, but it is in sample files and it should be added to pppd cmdline (user ${USER}). If it's wrong, roll it back
 
-2001-10-30  Tomasz Pala  <gotar@pld-linux.org>
+------------------------------------------------------------------------
+rev 1013:  jajcus | 2002-04-09 13:10:38 +0200 (Tue, 09 Apr 2002) | 2 lines
 
-       * rc.d/rc.sysinit: - last change: perms to 664.
+- more LDAP garbage removed
 
-       * rc.d/rc.sysinit:
-       - changed /var/run/utmp(x) and /var/log/wtmp(x) permissions to 660 in
-         order to assure compatibility with SysVinit and utempter packages.
+------------------------------------------------------------------------
+rev 1012:  jajcus | 2002-04-09 13:08:09 +0200 (Tue, 09 Apr 2002) | 2 lines
 
-2001-10-25  kloczek  <kloczek@pld-linux.org>
+- LDAP strings removed
 
-       * sysconfig/network-scripts/ifup-routes: back .. s/DEVICE/REALDEVICE/
+------------------------------------------------------------------------
+rev 1011:  jajcus | 2002-04-09 13:05:59 +0200 (Tue, 09 Apr 2002) | 2 lines
 
-2001-10-25  Tomasz Orzechowski  <orzech@pld-linux.org>
+- "LDAP support" removed
 
-       * rc.d/rc.sysinit: - small fixes
+------------------------------------------------------------------------
+rev 1010:  jajcus | 2002-04-09 13:05:09 +0200 (Tue, 09 Apr 2002) | 2 lines
 
-2001-10-25  kloczek  <kloczek@pld-linux.org>
+- "LDAP support" removed. It was not supported anyway
 
-       * sysconfig/network-scripts/ifup-routes: s/REALDEVICE/DEVICE/
+------------------------------------------------------------------------
+rev 1009:  jajcus | 2002-04-09 13:03:42 +0200 (Tue, 09 Apr 2002) | 2 lines
 
-2001-10-22  kloczek  <kloczek@pld-linux.org>
+- delete '}' left after some function removal
 
-       * sysconfig/static-routes: added commented example.
+------------------------------------------------------------------------
+rev 1008:  klakier | 2002-03-29 18:18:45 +0100 (Fri, 29 Mar 2002) | 2 lines
 
-2001-10-14  mkochano  <mkochano@pld-linux.org>
+- added deleting lock files
 
-       * sysconfig/network-scripts/ifdown-br:
-       - Do not try to delete bridge from itself.
+------------------------------------------------------------------------
+rev 1007:  wojrus | 2002-03-29 09:52:00 +0100 (Fri, 29 Mar 2002) | 2 lines
 
-2001-10-11  Jan Rêkorajski  <baggins@pld-linux.org>
+- added removed by mistake 'timezone'
 
-       * rc.d/init.d/Attic/functions.network, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-br:
-       - let kernel maintain if ARP should be turned on/off if not explicitly
-         specified
+------------------------------------------------------------------------
+rev 1006:  wojrus | 2002-03-29 09:46:45 +0100 (Fri, 29 Mar 2002) | 2 lines
 
-2001-10-10  Jan Rêkorajski  <baggins@pld-linux.org>
+- example config file
 
-       * rc.d/init.d/Attic/functions.network:
-       - fixed regexp in DEVICETYPE detection
+------------------------------------------------------------------------
+rev 1005:  wojrus | 2002-03-29 09:45:17 +0100 (Fri, 29 Mar 2002) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - HANDLING cannot be 'typeset' it's mot local (thanks qboosh)
+- policy routing support
 
-       * sysconfig/network-scripts/ifup-ppp: - typo (thanks qboosh)
+------------------------------------------------------------------------
+rev 1004:  blues | 2002-03-24 04:59:28 +0100 (Sun, 24 Mar 2002) | 2 lines
 
-2001-10-08  Jan Rêkorajski  <baggins@pld-linux.org>
+- GNU/Linux is gone.
 
-       * rc.d/rc.sysinit: - fix for modular LVM
+------------------------------------------------------------------------
+rev 1003:  misiek | 2002-03-19 19:35:14 +0100 (Tue, 19 Mar 2002) | 2 lines
 
-2001-10-05  Jan Rêkorajski  <baggins@pld-linux.org>
+- user and kernelspace PNP
 
-       * sysctl.conf: - comment out all IPv6 stuff by default
+------------------------------------------------------------------------
+rev 1002:  misiek | 2002-03-19 19:19:57 +0100 (Tue, 19 Mar 2002) | 2 lines
 
-       * rc.d/init.d/functions: - proper (shell dependant) ulimit use
+- started merging TOTALNEW
 
-2001-10-04  Jakub Bogusz  <qboosh@pld-linux.org>
+------------------------------------------------------------------------
+rev 1001:  misiek | 2002-03-19 18:46:05 +0100 (Tue, 19 Mar 2002) | 2 lines
 
-       * po/pl.po: - applied SOURCES/rc-scripts-typo.patch (by aflinta)
+- support for EVMS volumes
 
-2001-10-01  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 1000:  misiek | 2002-03-19 18:42:33 +0100 (Tue, 19 Mar 2002) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network: - allow ipv6 only interface
+- if devfs is mounted and devfsd is available then start is unconditionally
 
-       * sysctl.conf: - added grsec stuff
-       - really, really disable ipv6 autoconf if one wants it
+------------------------------------------------------------------------
+rev 999:  blues | 2002-03-07 12:16:38 +0100 (Thu, 07 Mar 2002) | 2 lines
 
-2001-09-30  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- ipx paths fixed (ipx is usable now...)
 
-       * ppp/auth-down, ppp/auth-up, ppp/ipx-down, ppp/ipx-up, sysconfig/network-scripts/functions.network, sysconfig/network-scripts/ifdown-irda, sysconfig/network-scripts/ifdown-vlan, sysconfig/network-scripts/ifup-irda, sysconfig/network-scripts/ifup-iucv, sysconfig/network-scripts/ifup-plusb, sysconfig/network-scripts/ifup-vlan, sysconfig/interfaces/Attic/ifcfg-eth0.1, sysconfig/interfaces/ifcfg-irda0, sysconfig/interfaces/ifcfg-irlan0, sysconfig/hwprof, sysconfig/hwprofiles/Makefile.am, isapnp/Makefile.am, isapnp/isapnp-kernel.conf, service, hwprofile:
-       New file.
+------------------------------------------------------------------------
+rev 998:  misiek | 2002-03-07 10:48:32 +0100 (Thu, 07 Mar 2002) | 2 lines
 
-2001-09-19  Tomasz Orzechowski  <orzech@pld-linux.org>
+- protect dmesg
 
-       * rc.d/init.d/functions:
-       - fixed misleading message after killproc with specified signal type
+------------------------------------------------------------------------
+rev 997:  gotar | 2002-02-21 01:31:34 +0100 (Thu, 21 Feb 2002) | 2 lines
 
-2001-08-17  kloczek  <kloczek@pld-linux.org>
+- more typos
 
-       * po/pl.po: - charset=iso-8859-2.
+------------------------------------------------------------------------
+rev 996:  gotar | 2002-02-21 01:08:40 +0100 (Thu, 21 Feb 2002) | 2 lines
 
-2001-08-15  roman  <roman@pld-linux.org>
+- typos
 
-       * sysconfig/interfaces/ifcfg-ppp0.tpsa:
-       - added AUTH=no ("noauth" is not a default option of pppd)
+------------------------------------------------------------------------
+rev 995:  gotar | 2002-02-21 00:43:21 +0100 (Thu, 21 Feb 2002) | 2 lines
 
-2001-07-30  Rafa³ Kleger-Rudomin  <klakier@pld-linux.org>
+- updated.
 
-       * sysconfig/interfaces/ifcfg-eth0: - ONBOOT=no by default
+------------------------------------------------------------------------
+rev 994:  gotar | 2002-02-18 14:24:26 +0100 (Mon, 18 Feb 2002) | 2 lines
 
-2001-07-23  mkochano  <mkochano@pld-linux.org>
+- hostname != FQDN
 
-       * rc.d/init.d/functions:
-       - Added ulimit -p unlimited before executing daemon. This will make sure
-         daemons will have ability to fork no matter what limits are set.
-         Limits for users are set via pam_limit.
-       - Small optimalization (it's smaller now).
+------------------------------------------------------------------------
+rev 993:  adasi | 2002-02-03 17:40:18 +0100 (Sun, 03 Feb 2002) | 2 lines
 
-2001-07-22  Jan Rêkorajski  <baggins@pld-linux.org>
+ - moved away
 
-       * sysconfig/network-scripts/ifdown: - typos
+------------------------------------------------------------------------
+rev 992:  adasi | 2002-02-03 17:22:50 +0100 (Sun, 03 Feb 2002) | 3 lines
 
-       * sysconfig/interfaces/Makefile.am: - added ifcfg-eth0
+ - sysconfig/masquerade support patch
+ - not for use in official rc-scripts releases
 
-       * rc.d/rc.sysinit: - devfs and RAID fixes
+------------------------------------------------------------------------
+rev 991:  adasi | 2002-02-03 17:17:23 +0100 (Sun, 03 Feb 2002) | 2 lines
 
      * rc.d/rc.modules: - don't autoclean modules loaded here
- reverted last change
 
-2001-07-21  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 990:  adasi | 2002-02-02 18:30:20 +0100 (Sat, 02 Feb 2002) | 2 lines
 
-       * rc.d/rc.sysinit: - more merging from TOTALNEW
-       - mainly USB and lvm
-       - fixed thinko with SET_SLINKS
+ - added masquerade description
 
-       * sysconfig/interfaces/tnlcfg-icm, sysconfig/interfaces/ifcfg-eth0:
-       - bring it up to date with the stuff ;>
+------------------------------------------------------------------------
+rev 989:  adasi | 2002-02-02 18:13:01 +0100 (Sat, 02 Feb 2002) | 2 lines
 
-       * sysconfig/network-scripts/ifup-aliases, sysconfig/interfaces/ifcfg-description:
-       - s/BOOTMETHOD/BOOTPROTO/g
+ - added support for sysconfig/masquerade (NEW)
 
-2001-07-19  Rafa³ Kleger-Rudomin  <klakier@pld-linux.org>
+------------------------------------------------------------------------
+rev 988:  baggins | 2002-01-27 03:14:53 +0100 (Sun, 27 Jan 2002) | 4 lines
 
-       * sysconfig/interfaces/ifcfg-eth0: - example config
+- rc-scripts-interfaces.patch: ifcfg-* are in /etc/sysconfig/interfaces,
+  not /etc/sysconfig/network-scripts. And ifup and ifdown are not there
+  but in /sbin. (qrczak)
 
-2001-07-17  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 987:  baggins | 2002-01-27 03:13:50 +0100 (Sun, 27 Jan 2002) | 2 lines
 
-       * sysconfig/network-scripts/ifup, rc.d/init.d/functions:
-       - merge from TOTALNEW branch:
-               - set MTU
-               - don't use tput if we are not on a proper terminal
+- fixed syntax error
 
-2001-07-13  Marcin Bohosiewicz  <marcus@pld-linux.org>
+------------------------------------------------------------------------
+rev 986:  baggins | 2002-01-27 03:13:29 +0100 (Sun, 27 Jan 2002) | 2 lines
 
-       * sysconfig/network-scripts/ifdown, rc.d/init.d/Attic/functions.network:
-       - added automatically vlan shutdown before shutdowing interface (eth)
+- don't try to umount devfs - it's pointelss
 
-2001-07-06  Marcin Bohosiewicz  <marcus@pld-linux.org>
+------------------------------------------------------------------------
+rev 985:  gotar | 2002-01-23 00:46:27 +0100 (Wed, 23 Jan 2002) | 2 lines
 
-       * sysconfig/network-scripts/ifup:
-       - VLAN must be set _before_ initialisation it's IP parameters
+- more fixes
 
-2001-07-05  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 984:  gotar | 2002-01-23 00:45:27 +0100 (Wed, 23 Jan 2002) | 2 lines
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, rc.d/init.d/Attic/functions.network, rc.d/init.d/network:
-       - cleaned up accidental mess
+- typos
 
-       * rc.d/rc.sysinit: - don't mount devpts if devfs is already mounted
+------------------------------------------------------------------------
+rev 983:  gotar | 2002-01-17 22:14:42 +0100 (Thu, 17 Jan 2002) | 2 lines
 
-       * rc.d/rc.sysinit: - backed up some obviously wrong changes
-       - PLEASE do NOT make functional changes along with cosmetic ones
+- added KeyboardSignal entry.
 
-2001-07-05  Tomasz Pala  <gotar@pld-linux.org>
+------------------------------------------------------------------------
+rev 982:  gotar | 2002-01-17 21:56:02 +0100 (Thu, 17 Jan 2002) | 2 lines
 
-       * rc.d/rc.sysinit: - removed /etc/HOSTNAME,
-       - cosmetics.
+- changed personal forms to impersonal.
 
-2001-06-26  Marcin Bohosiewicz  <marcus@pld-linux.org>
+------------------------------------------------------------------------
+rev 981:  gotar | 2002-01-17 21:47:06 +0100 (Thu, 17 Jan 2002) | 3 lines
 
-       * sysconfig/network-scripts/ifup:
-       - added vconfig set_flag $DEVICE 1 - for dhcpd
+- iso8859-1 got 'ó' - why don't use it?
+- other cosmetics.
 
-2001-06-25  Marcin Bohosiewicz  <marcus@pld-linux.org>
+------------------------------------------------------------------------
+rev 980:  baggins | 2002-01-08 18:42:16 +0100 (Tue, 08 Jan 2002) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - added vlan_setup function (setting proper 802.1q vlan's parameters)
+- reverted is_no() behaviour to return true only on explicit "no"
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, rc.d/init.d/network:
-       - added support to 802.1Q VLANs. (ifcfg-eth0.<vlan>)
+------------------------------------------------------------------------
+rev 979:  baggins | 2002-01-08 18:16:41 +0100 (Tue, 08 Jan 2002) | 2 lines
 
-2001-05-25  Jan Rêkorajski  <baggins@pld-linux.org>
+- reorganized stuff so modprobe is not called before depmod
 
-       * sysconfig/network-scripts/ifup:
-       - don't try to add ipv4 address if there is none
+------------------------------------------------------------------------
+rev 978:  baggins | 2002-01-08 17:48:44 +0100 (Tue, 08 Jan 2002) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network: - typo
+- version 0.3.1
 
-       * sysconfig/network-scripts/ifup: - compatibility fixes
+------------------------------------------------------------------------
+rev 977:  zagrodzki | 2001-12-24 13:22:41 +0100 (Mon, 24 Dec 2001) | 2 lines
 
-       * rc.d/rc.sysinit: - cleanup
+- if RUN_DEPMOD is set to "ifmissing", run simply "depmod -A"
 
-       * rc.d/init.d/network:
-       - removed shutting down "unconfigured" interfaces - that was dumb
-         idea misiek
+------------------------------------------------------------------------
+rev 976:  zagrodzki | 2001-12-21 16:49:35 +0100 (Fri, 21 Dec 2001) | 2 lines
 
-       * sysconfig/network-scripts/ifup: - consistency check
+- fixed depmod problem (s/$mver/`uname -r`/)
 
-       * rc.d/init.d/Attic/functions.network: - consistency checks
+------------------------------------------------------------------------
+rev 975:  mkochano | 2001-12-14 13:56:25 +0100 (Fri, 14 Dec 2001) | 5 lines
 
-2001-05-24  Jan Rêkorajski  <baggins@pld-linux.org>
+- Previous change caused "snow ball effect" --- some code relied upon
+  that bug.
+- Added code which conditionaly encloses arguments in double quotes.
+  This is required if more than one argument is passed to /bin/su -c.
 
-       * rc.d/init.d/Attic/functions.network:
-       - reverted last change - not neded
+------------------------------------------------------------------------
+rev 974:  mkochano | 2001-12-13 21:35:26 +0100 (Thu, 13 Dec 2001) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network: - compat stuff
+- Properly escape quotation marks inside quotation marks.
 
-       * rc.d/init.d/network:
-       - fixing shutting down unconfigured defices (atm stuff is not)
+------------------------------------------------------------------------
+rev 973:  jajcus | 2001-12-03 18:50:33 +0100 (Mon, 03 Dec 2001) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network: - more bad merge fixes
+- pass $CONFIG instead of $DEVICE to ifup-post, ifup-aliases (BTS id 20)
 
-       * rc.d/init.d/Attic/functions.network: - fixed very stupid typo
+------------------------------------------------------------------------
+rev 972:  cieciwa | 2001-11-30 16:11:50 +0100 (Fri, 30 Nov 2001) | 2 lines
 
-2001-05-16  Jan Rêkorajski  <baggins@pld-linux.org>
+- s/getrewted/grsecurity/
 
-       * po/pl.po: - cleaned up, updated and translated
+------------------------------------------------------------------------
+rev 971:  gotar | 2001-11-23 15:33:00 +0100 (Fri, 23 Nov 2001) | 2 lines
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup:
-       - nls cleanups
+- fixed typos.
 
-       * rc.d/rc.shutdown:
-       - do not 'exec' umount, $() is just fine (yes, it's yet another ksh93 fix)
+------------------------------------------------------------------------
+rev 970:  zagrodzki | 2001-11-19 14:00:56 +0100 (Mon, 19 Nov 2001) | 2 lines
 
-       * rc.d/rc:
-       - set TMPDIR=/dev/null before exec rc.shutdown (workaround for the freaky
-         weird ksh93 which tries to keep pipes in /tmp, and no, disabling this
-         in source of ksh93 is not an option)
+- don't try to detect devicetype if it's specified
 
-       * rc.d/rc, rc.d/rc.shutdown:
-       - do not use locale in rc.shutdwon (there are shells that support them
-         and you end up with unmountable /usr)
+------------------------------------------------------------------------
+rev 969:  baggins | 2001-11-12 19:47:10 +0100 (Mon, 12 Nov 2001) | 2 lines
 
-2001-05-15  Jan Rêkorajski  <baggins@pld-linux.org>
+- RESULT variable can be empty, check for it
 
-       * makepot.pl: - recognize "nls 'bla'"
+------------------------------------------------------------------------
+rev 968:  baggins | 2001-11-09 19:34:41 +0100 (Fri, 09 Nov 2001) | 2 lines
 
-       * rc.d/init.d/template.init: - typo
+- run modprobe at the start of network_init()
 
-       * rc.d/rc.sysinit, rc.d/init.d/Attic/functions.network: - typos
+------------------------------------------------------------------------
+rev 967:  kloczek | 2001-11-05 17:58:50 +0100 (Mon, 05 Nov 2001) | 2 lines
 
-2001-05-15  Maciej 'Agaran' Pijanka  <agaran@pld-linux.org>
+- chenged comment s/Set domainname here/Set NIS domain name here/
 
-       * po/pl.po: added some translations..may somebody look at that?
+------------------------------------------------------------------------
+rev 966:  gotar | 2001-10-30 18:03:53 +0100 (Tue, 30 Oct 2001) | 2 lines
 
-2001-05-15  Jan Rêkorajski  <baggins@pld-linux.org>
+- last change: perms to 664.
 
-       * rc.d/init.d/Attic/functions.network: - typo
+------------------------------------------------------------------------
+rev 965:  gotar | 2001-10-30 10:02:58 +0100 (Tue, 30 Oct 2001) | 3 lines
 
-       * rc.d/init.d/Attic/functions.network: - rarp run via run_cmd
+- changed /var/run/utmp(x) and /var/log/wtmp(x) permissions to 660 in
+  order to assure compatibility with SysVinit and utempter packages.
 
-       * sysconfig/network-scripts/ifdown-br, sysconfig/network-scripts/ifup-br, sysconfig/interfaces/ifcfg-br0, rc.d/rc.modules, DEVELOPMENT, modules, sysctl.conf, sysconfig/network-scripts/Makefile.am, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, sysconfig/interfaces/Makefile.am, sysconfig/interfaces/ifcfg-description, sysconfig/interfaces/ifcfg-ppp0.leased1, sysconfig/interfaces/ifcfg-ppp0.leased2, sysconfig/interfaces/ifcfg-sl0, sysconfig/interfaces/tnlcfg-description, sysconfig/interfaces/tnlcfg-icm, sysconfig/Makefile.am, sysconfig/clock, sysconfig/network, sysconfig/system, sysconfig/timezone, src/getkey.c, src/initlog.c, src/minilogd.c, src/netreport.c, src/ppp-watch.c, src/process.c, src/shvar.c, src/shvar.h, src/usernetctl.c, src/Makefile.am, rc.d/init.d/Attic/functions.network, rc.d/init.d/functions, rc.d/init.d/network, rc.d/init.d/single, rc.d/init.d/template.init, doc/initlog.1, doc/net-scripts.txt, doc/sysconfig.txt, rc.d/Makefile.am, rc.d/rc, rc.d/rc.shutdown, rc.d/rc.sysinit, AUTHORS, Attic/configure.in, COPYING, Makefile.am, NEWS, README, TODO, autogen.sh, inittab, lang.csh, makepot.pl, rc-scripts.spec.in, setsysfont:
-       - merge from TOTALNEW branch (see NEWS for more info)
+------------------------------------------------------------------------
+rev 963:  kloczek | 2001-10-25 10:21:11 +0200 (Thu, 25 Oct 2001) | 2 lines
 
-2001-05-13  kloczek  <kloczek@pld-linux.org>
+back .. s/DEVICE/REALDEVICE/
 
-       * sysconfig/network, rc.d/init.d/Attic/functions.network, rc.d/init.d/network:
-       added abilities for setup static RARP table by
-       /etc/sysconfig/network::STATIC_RARP=yes (like static ARP table) based on
-       /etc/ethers config file. Before setting up ARRP table is checked /proc/net/rarp
-       and if file don't exist "modprobe rarp" is performed before.
+------------------------------------------------------------------------
+rev 962:  orzech | 2001-10-25 00:27:13 +0200 (Thu, 25 Oct 2001) | 2 lines
 
-2001-05-13  Jan Rêkorajski  <baggins@pld-linux.org>
+- small fixes
 
-       * sysconfig/network-scripts/ifup, rc.d/init.d/Attic/functions.network, rc.d/init.d/functions, rc.d/init.d/timezone, rc.d/rc, rc.d/rc.shutdown, rc.d/rc.sysinit, Attic/configure.in:
-       - version 0.2.11
-       - true ksh support/fixes:
-               - fixed numerous instances of incorrect quoting ("" inside itself)
-               - s/local/typeset/
+------------------------------------------------------------------------
+rev 961:  kloczek | 2001-10-25 00:16:02 +0200 (Thu, 25 Oct 2001) | 2 lines
 
-2001-04-21  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+s/REALDEVICE/DEVICE/
 
-       * rc.d/rc.sysinit:
-       - few more updates - util-linux 2.10s is _slightly_ fixed :>>
+------------------------------------------------------------------------
+rev 960:  kloczek | 2001-10-22 18:43:16 +0200 (Mon, 22 Oct 2001) | 2 lines
 
-2001-04-20  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+added commented example.
 
-       * rc.d/rc.sysinit: - patch to allow fsck'ing crypted filesystems
+------------------------------------------------------------------------
+rev 958:  mkochano | 2001-10-14 23:33:23 +0200 (Sun, 14 Oct 2001) | 2 lines
 
-2001-04-20  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- Do not try to delete bridge from itself.
 
-       * sysconfig/network-scripts/ifup: don't use quotation in DHCPOPTIONS
+------------------------------------------------------------------------
+rev 955:  baggins | 2001-10-11 20:49:00 +0200 (Thu, 11 Oct 2001) | 3 lines
 
-2001-03-22  Jakub Bogusz  <qboosh@pld-linux.org>
+- let kernel maintain if ARP should be turned on/off if not explicitly
+  specified
 
-       * sysconfig/network-scripts/ifup-ppp:
-       - check if DATAFORCHAT is not null before exporting it
+------------------------------------------------------------------------
+rev 954:  baggins | 2001-10-10 04:03:51 +0200 (Wed, 10 Oct 2001) | 2 lines
 
-2001-03-05  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- fixed regexp in DEVICETYPE detection
 
-       * TODO: removed IPX tunnels; these don't need rc-scripts support
+------------------------------------------------------------------------
+rev 953:  baggins | 2001-10-10 00:49:00 +0200 (Wed, 10 Oct 2001) | 2 lines
 
-       * rc-scripts.spec.in: sysconfig/clock was missing
+- HANDLING cannot be 'typeset' it's mot local (thanks qboosh)
 
-2001-03-03  laro  <laro@pld-linux.org>
+------------------------------------------------------------------------
+rev 952:  baggins | 2001-10-10 00:46:24 +0200 (Wed, 10 Oct 2001) | 2 lines
 
-       * rc.d/init.d/timezone: typing error fixed
+- typo (thanks qboosh)
 
-2001-03-01  Micha³ Moskal  <malekith@pld-linux.org>
+------------------------------------------------------------------------
+rev 951:  baggins | 2001-10-08 13:16:15 +0200 (Mon, 08 Oct 2001) | 2 lines
 
-       * rc.d/rc.sysinit:
-       Fixed to pass --localtime option to hwclock. check hwclock
-       manpage for details (it has changed, since i last read it)
+- fix for modular LVM
 
-2001-02-23  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 950:  baggins | 2001-10-05 20:21:59 +0200 (Fri, 05 Oct 2001) | 2 lines
 
-       * sysconfig/network-scripts/ifup-plip: - bring link up at startup
+- comment out all IPv6 stuff by default
 
-2001-02-12  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 949:  baggins | 2001-10-05 20:17:13 +0200 (Fri, 05 Oct 2001) | 2 lines
 
-       * po/pl.po: - uncommented "to enter interactive startup" transl.
+- proper (shell dependant) ulimit use
 
-2001-02-02  roman  <roman@pld-linux.org>
+------------------------------------------------------------------------
+rev 948:  qboosh | 2001-10-04 09:41:48 +0200 (Thu, 04 Oct 2001) | 2 lines
 
-       * sysconfig/interfaces/data/chat-ppp0.tpsa:
-       another small fix: atdt $PHONE -> atdt$PHONE
+- applied SOURCES/rc-scripts-typo.patch (by aflinta)
 
-       * sysconfig/interfaces/data/chat-ppp0.tpsa: - small fix
+------------------------------------------------------------------------
+rev 947:  baggins | 2001-10-01 19:10:36 +0200 (Mon, 01 Oct 2001) | 2 lines
 
-2001-01-12  Jan Rêkorajski  <baggins@pld-linux.org>
+- allow ipv6 only interface
 
-       * rc.d/init.d/network:
-       - exclude nas* interfaces on boot, they need to be started by ATM utils
+------------------------------------------------------------------------
+rev 946:  baggins | 2001-10-01 19:10:17 +0200 (Mon, 01 Oct 2001) | 3 lines
 
-2000-12-27  mkochano  <mkochano@pld-linux.org>
+- added grsec stuff
+- really, really disable ipv6 autoconf if one wants it
 
-       * sysconfig/system:
-       - CONSOLE_LOGLEVEL is back. It is duplicated in klogd.sysconfig, but it has to
-         be here. It is required by rc.sysinit in order to set logging level before
-         processing init.d/* scripts.
+------------------------------------------------------------------------
+rev 944:  orzech | 2001-09-19 10:09:56 +0200 (Wed, 19 Sep 2001) | 2 lines
 
-2000-12-19  mkochano  <mkochano@pld-linux.org>
+- fixed misleading message after killproc with specified signal type
 
-       * sysconfig/system:
-       - Removed CONSOLELOG_LEVEL - has been moved to /etc/sysconfig/klogd.
+------------------------------------------------------------------------
+rev 943:  kloczek | 2001-08-17 00:52:47 +0200 (Fri, 17 Aug 2001) | 2 lines
 
-2000-12-14  Jacek Konieczny  <jajcus@pld-linux.org>
+- charset=iso-8859-2.
 
-       * rc.d/init.d/functions:
-       - status() improved so it can accept now two argumens: the subsys
-         name and (optional) the daemon name. status() checks if daemon is running
-         or the subsys is locked. This way subsys name can differ from daemon name it
-         is running
+------------------------------------------------------------------------
+rev 942:  roman | 2001-08-15 22:32:01 +0200 (Wed, 15 Aug 2001) | 2 lines
 
-       * sysconfig/Makefile.am, sysconfig/clock:
-       - /etc/sysconfig/clock added (for hardware clock options)
+- added AUTH=no ("noauth" is not a default option of pppd)
 
-2000-12-12  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 941:  klakier | 2001-07-30 12:29:03 +0200 (Mon, 30 Jul 2001) | 2 lines
 
-       * Attic/configure.in: - version 0.2.10.
+- ONBOOT=no by default
 
-2000-12-09  mkochano  <mkochano@pld-linux.org>
+------------------------------------------------------------------------
+rev 940:  mkochano | 2001-07-23 13:01:25 +0200 (Mon, 23 Jul 2001) | 5 lines
 
-       * rc.d/init.d/functions:
-       - Added note about some not obvious behavior of is_not().
+- Added ulimit -p unlimited before executing daemon. This will make sure
+  daemons will have ability to fork no matter what limits are set.
+  Limits for users are set via pam_limit.
+- Small optimalization (it's smaller now).
 
-       * rc.d/rc.sysinit: - Fixed problem with $RUN_DEPMOD="ifmissing".
+------------------------------------------------------------------------
+rev 939:  baggins | 2001-07-22 19:28:57 +0200 (Sun, 22 Jul 2001) | 2 lines
 
-2000-12-04  roman  <roman@pld-linux.org>
+- typos
 
-       * sysconfig/interfaces/ifcfg-ppp0.tpsa:
-       Added PHONE to DATAFORCHAT
+------------------------------------------------------------------------
+rev 938:  baggins | 2001-07-22 19:28:46 +0200 (Sun, 22 Jul 2001) | 2 lines
 
-2000-11-17  Jan Rêkorajski  <baggins@pld-linux.org>
+- added ifcfg-eth0
 
-       * Attic/configure.in: - version 0.2.9
+------------------------------------------------------------------------
+rev 937:  baggins | 2001-07-22 19:27:54 +0200 (Sun, 22 Jul 2001) | 2 lines
 
-2000-11-17  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- devfs and RAID fixes
 
-       * sysconfig/interfaces/ifcfg-description:
-       information about specifing prefix for so called ,,aliases''
+------------------------------------------------------------------------
+rev 936:  baggins | 2001-07-22 19:27:16 +0200 (Sun, 22 Jul 2001) | 2 lines
 
-2000-11-17  kloczek  <kloczek@pld-linux.org>
+- don't autoclean modules loaded here
 
-       * rc.d/init.d/network:
-       - replace "$((" by "$( (" to w use bash as /bin/sh.
+------------------------------------------------------------------------
+rev 935:  baggins | 2001-07-21 21:26:37 +0200 (Sat, 21 Jul 2001) | 4 lines
 
-2000-11-16  Jan Rêkorajski  <baggins@pld-linux.org>
+- more merging from TOTALNEW
+- mainly USB and lvm
+- fixed thinko with SET_SLINKS
 
-       * rc.d/init.d/timezone: - cleanup from TOTALNEW
+------------------------------------------------------------------------
+rev 934:  baggins | 2001-07-21 21:21:52 +0200 (Sat, 21 Jul 2001) | 2 lines
 
-       * rc.d/init.d/functions: - backport from TOTALNEW
-       - cleaned up shell functions
-       - fixed is_yes/is_no
-       - added is_module, log_* functions
+- bring it up to date with the stuff ;>
 
-       * rc.d/rc.init:
-       - set/unset more (all?) locale variables (backport from TOTALNEW)
+------------------------------------------------------------------------
+rev 933:  baggins | 2001-07-21 21:19:22 +0200 (Sat, 21 Jul 2001) | 2 lines
 
-       * rc.d/init.d/allowlogin, rc.d/init.d/killall, rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/template.init, rc.d/rc, rc.d/rc.local, rc.d/rc.shutdown:
-       - added setting for vi ;)
+- s/BOOTMETHOD/BOOTPROTO/g
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post, rc.d/init.d/Attic/functions.network, rc.d/init.d/network, rc.d/rc.sysinit, po/Makefile.am:
-       - replaced sed with awk (backport from TOTALNEW branch)
+------------------------------------------------------------------------
+rev 932:  klakier | 2001-07-19 22:55:33 +0200 (Thu, 19 Jul 2001) | 2 lines
 
-       * rc-scripts.spec.in: - synced with SPECS version
+- example config
 
-2000-11-06  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 931:  baggins | 2001-07-17 20:21:29 +0200 (Tue, 17 Jul 2001) | 4 lines
 
-       * sysconfig/network-scripts/ifup:
-       - `ip -4 addr add` first `ip link set dev up` next - atm needs it
+- merge from TOTALNEW branch:
+       - set MTU
+       - don't use tput if we are not on a proper terminal
 
-       * Attic/configure.in: - version 0.2.8
+------------------------------------------------------------------------
+rev 930:  marcus | 2001-07-13 19:47:44 +0200 (Fri, 13 Jul 2001) | 2 lines
 
-       * rc.d/init.d/network: - use awk instead of sed in interface selection
+- added automatically vlan shutdown before shutdowing interface (eth)
 
-       * rc.d/init.d/network:
-       - skip lec and atm interfaces on start|stop, they are set using separate
-         script
+------------------------------------------------------------------------
+rev 929:  marcus | 2001-07-06 00:21:42 +0200 (Fri, 06 Jul 2001) | 2 lines
 
-       * sysconfig/network-scripts/ifup:
-       - revert last change because IPv6 is broken and it's not possible
-         to add an adress on DOWN interface :(
+- VLAN must be set _before_ initialisation it's IP parameters
 
-2000-11-05  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 927:  baggins | 2001-07-05 17:56:34 +0200 (Thu, 05 Jul 2001) | 2 lines
 
-       * sysconfig/network: - added global ipv6 autoconf setting
+- cleaned up accidental mess
 
-2000-11-04  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 926:  baggins | 2001-07-05 17:47:39 +0200 (Thu, 05 Jul 2001) | 2 lines
 
-       * sysconfig/network-scripts/ifup:
-       - bring interface UP _after_ setting up addresses (other way breaks ATM)
+- don't mount devpts if devfs is already mounted
 
-       * sysconfig/interfaces/Attic/ifcfg-atm1, sysconfig/network-scripts/Attic/ifdown-atm:
-       New file.
+------------------------------------------------------------------------
+rev 925:  baggins | 2001-07-05 17:46:06 +0200 (Thu, 05 Jul 2001) | 3 lines
 
-2000-11-02  Jan Rêkorajski  <baggins@pld-linux.org>
+- backed up some obviously wrong changes
+- PLEASE do NOT make functional changes along with cosmetic ones
 
-       * rc.d/init.d/network: - global setting for autoconf in proc_net()
+------------------------------------------------------------------------
+rev 924:  gotar | 2001-07-05 00:48:07 +0200 (Thu, 05 Jul 2001) | 3 lines
 
-2000-10-22  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- removed /etc/HOSTNAME,
+- cosmetics.
 
-       * rc.d/init.d/functions (run_cmd, daemon):
-       set HOME and TMPDIR in nicer way (backport from totalnew)
+------------------------------------------------------------------------
+rev 923:  marcus | 2001-06-26 16:53:27 +0200 (Tue, 26 Jun 2001) | 2 lines
 
-2000-10-22  mkochano  <mkochano@pld-linux.org>
+- added vconfig set_flag $DEVICE 1 - for dhcpd
 
-       * rc.d/init.d/functions: - Remove "HOME" from environment.
-       - Set TMPDIR and TEMP to "/tmp". Some programs (Samba, cvs) will fail beacuse
-         of lack of access permissions to "/root/tmp" or lack of this directory if
-         these variables are inherited from root's environment.
+------------------------------------------------------------------------
+rev 922:  marcus | 2001-06-25 22:54:12 +0200 (Mon, 25 Jun 2001) | 2 lines
 
-2000-10-18  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- added vlan_setup function (setting proper 802.1q vlan's parameters)
 
-       * sysconfig/network-scripts/Attic/ifdown-lec, sysconfig/network-scripts/Attic/ifup-atm, sysconfig/network-scripts/Attic/ifup-lec, sysconfig/network-scripts/ifdown-br, sysconfig/network-scripts/ifup-br, sysconfig/interfaces/Attic/ifcfg-lec0, sysconfig/interfaces/ifcfg-br0, sysconfig/interfaces/Attic/ifcfg-atm0, rc.d/rc.modules, DEVELOPMENT, modules, sysctl.conf:
-       New file.
+------------------------------------------------------------------------
+rev 921:  marcus | 2001-06-25 22:44:49 +0200 (Mon, 25 Jun 2001) | 2 lines
 
-2000-10-17  saq  <saq@pld-linux.org>
+- added support to 802.1Q VLANs. (ifcfg-eth0.<vlan>)
 
-       * sysconfig/network-scripts/ifup:
-       - bugfix: avoid loops when a user calls ifup and usernetctl isn't suid
+------------------------------------------------------------------------
+rev 912:  baggins | 2001-05-25 22:14:48 +0200 (Fri, 25 May 2001) | 2 lines
 
-2000-09-25  saq  <saq@pld-linux.org>
+- don't try to add ipv4 address if there is none
 
-       * Attic/configure.in: - version 0.2.7
+------------------------------------------------------------------------
+rev 911:  baggins | 2001-05-25 19:53:42 +0200 (Fri, 25 May 2001) | 2 lines
 
-2000-09-23  saq  <saq@pld-linux.org>
+- typo
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup:
-       - fixed DEVICETYPE determination for aliased devices
+------------------------------------------------------------------------
+rev 910:  baggins | 2001-05-25 19:48:03 +0200 (Fri, 25 May 2001) | 2 lines
 
-2000-09-21  saq  <saq@pld-linux.org>
+- compatibility fixes
 
-       * po/de.po: - minor fixes
+------------------------------------------------------------------------
+rev 909:  baggins | 2001-05-25 19:34:51 +0200 (Fri, 25 May 2001) | 2 lines
 
-2000-09-21  kloczek  <kloczek@pld-linux.org>
+- cleanup
 
-       * sysconfig/static-routes: - commented entry description.
+------------------------------------------------------------------------
+rev 908:  baggins | 2001-05-25 16:33:22 +0200 (Fri, 25 May 2001) | 3 lines
 
-2000-09-19  saq  <saq@pld-linux.org>
+- removed shutting down "unconfigured" interfaces - that was dumb
+  idea misiek
 
-       * po/pl.po: - translations for ifup and ifup-sl
+------------------------------------------------------------------------
+rev 907:  baggins | 2001-05-25 16:32:08 +0200 (Fri, 25 May 2001) | 2 lines
 
-       * po/de.po: - s/dir/dip/
+- consistency check
 
-       * rc.d/init.d/functions, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-sl, po/de.po, po/pl.po:
-       - merged some %s into nls invocations
-       - German translation finetuning
+------------------------------------------------------------------------
+rev 906:  baggins | 2001-05-25 16:30:56 +0200 (Fri, 25 May 2001) | 2 lines
 
-       * rc.d/init.d/functions, Attic/configure.in, po/de.po, rc-scripts.spec.in:
-       - introducing German translation
+- consistency checks
 
-2000-09-03  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 905:  baggins | 2001-05-24 22:20:23 +0200 (Thu, 24 May 2001) | 2 lines
 
-       * sysconfig/interfaces/ifcfg-description, sysconfig/network-scripts/ifup:
-       - added IPV6_AUTOCONF variable to interface configuration
-         set it to "no" if you don't want kernel to autoconfigure IPv6 address
-         on interfaces (prefix:MAC stuff)
+- reverted last change - not neded
 
-2000-08-28  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 904:  baggins | 2001-05-24 22:17:31 +0200 (Thu, 24 May 2001) | 2 lines
 
-       * Attic/configure.in: - version = 0.2.6
+- fixing shutting down unconfigured defices (atm stuff is not)
 
-       * rc.d/init.d/network: - substituted awk in place of /usr/bin/tr
+------------------------------------------------------------------------
+rev 903:  baggins | 2001-05-24 22:19:40 +0200 (Thu, 24 May 2001) | 2 lines
 
-       * rc.d/init.d/network: - removed all "xargs" calls
+- compat stuff
 
-2000-08-09  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 902:  baggins | 2001-05-24 22:14:55 +0200 (Thu, 24 May 2001) | 2 lines
 
-       * rc.d/init.d/functions:
-       - added "termput op" definition -- it fixes the Blue Screen (tm) problem
-         :) (if you don't know what's this about, try umounting /usr and running
-         rc.sysinit -- the same effect was when /usr wasn't on root partition)
+- more bad merge fixes
 
-2000-08-04  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 901:  baggins | 2001-05-24 22:00:34 +0200 (Thu, 24 May 2001) | 2 lines
 
-       * sysconfig/network-scripts/ifup: - fixed setting up GATEWAY6*
-       - added setting up global route for IPv6 routers
+- fixed very stupid typo
 
-       * sysconfig/network: -added IPV6_GLOBALROUTEDEV
+------------------------------------------------------------------------
+rev 900:  baggins | 2001-05-16 15:12:34 +0200 (Wed, 16 May 2001) | 2 lines
 
-       * sysconfig/network: - added IPV6_GLOBALROUTE
+- cleaned up, updated and translated
 
-       * sysconfig/network-scripts/ifup:
-       - set up GATEWAY6* only if IPV6_FORWARDING is disabled
+------------------------------------------------------------------------
+rev 899:  baggins | 2001-05-16 15:12:07 +0200 (Wed, 16 May 2001) | 2 lines
 
-       * sysconfig/network-scripts/ifup: - added default route setup for IPv6
+- nls cleanups
 
-       * sysconfig/network: - added GATEWAY6* for IPv6 routing
+------------------------------------------------------------------------
+rev 898:  baggins | 2001-05-16 04:14:36 +0200 (Wed, 16 May 2001) | 2 lines
 
-2000-08-04  Marcin Bohosiewicz  <marcus@pld-linux.org>
+- do not 'exec' umount, $() is just fine (yes, it's yet another ksh93 fix)
 
-       * rc.d/rc.sysinit:
-       - cosmetics (in mount /proc command)
+------------------------------------------------------------------------
+rev 897:  baggins | 2001-05-16 03:54:36 +0200 (Wed, 16 May 2001) | 4 lines
 
-2000-08-03  Marcin Bohosiewicz  <marcus@pld-linux.org>
+- set TMPDIR=/dev/null before exec rc.shutdown (workaround for the freaky
+  weird ksh93 which tries to keep pipes in /tmp, and no, disabling this
+  in source of ksh93 is not an option)
 
-       * rc.d/rc.sysinit:
-       - added -o gid=17 while mounting /proc
+------------------------------------------------------------------------
+rev 896:  baggins | 2001-05-16 03:33:33 +0200 (Wed, 16 May 2001) | 3 lines
 
-2000-07-31  kloczek  <kloczek@pld-linux.org>
+- do not use locale in rc.shutdwon (there are shells that support them
+  and you end up with unmountable /usr)
 
-       * Attic/configure.in: - new version 0.2.5.
+------------------------------------------------------------------------
+rev 895:  baggins | 2001-05-15 19:28:02 +0200 (Tue, 15 May 2001) | 2 lines
 
-2000-07-28  Jan Rêkorajski  <baggins@pld-linux.org>
+- recognize "nls 'bla'"
 
-       * rc.d/init.d/functions: - added _modprobe function
+------------------------------------------------------------------------
+rev 894:  baggins | 2001-05-15 18:54:17 +0200 (Tue, 15 May 2001) | 2 lines
 
-2000-07-28  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+- typo
 
-       * sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup:
-       - added . /etc/rc.d/init.d/functions
+------------------------------------------------------------------------
+rev 893:  baggins | 2001-05-15 18:53:22 +0200 (Tue, 15 May 2001) | 2 lines
 
-2000-07-21  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+- typos
 
-       * rc.d/init.d/Attic/functions.network:
-       - ls 2>/dev/null (avoid "ls: no such file or directory" when directory
-         does not exist)
+------------------------------------------------------------------------
+rev 892:  baggins | 2001-05-15 18:44:38 +0200 (Tue, 15 May 2001) | 2 lines
 
-2000-07-20  mis  <mis@pld-linux.org>
+- typos
 
-       * sysconfig/interfaces/ifcfg-description:
-       - one more fix to IPXFRAMETYPE
+------------------------------------------------------------------------
+rev 891:  agaran | 2001-05-15 18:43:02 +0200 (Tue, 15 May 2001) | 2 lines
 
-       * sysconfig/interfaces/ifcfg-description: - fixed IPXFRAMETYPE
+added some translations..may somebody look at that?
 
-2000-07-13  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 890:  baggins | 2001-05-15 18:41:26 +0200 (Tue, 15 May 2001) | 2 lines
 
-       * Attic/configure.in: - version 0.2.4
+- typo
 
-2000-07-13  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 889:  baggins | 2001-05-15 18:36:47 +0200 (Tue, 15 May 2001) | 2 lines
 
-       * rc.d/rc.sysinit: - rm -f utmp? first
+- rarp run via run_cmd
 
-       * sysconfig/system: - added NEED_XFILES=yes (we want utmpx/wtmpx)
+------------------------------------------------------------------------
+rev 888:  baggins | 2001-05-15 18:05:08 +0200 (Tue, 15 May 2001) | 2 lines
 
-       * rc.d/rc.sysinit: - typo
+- merge from TOTALNEW branch (see NEWS for more info)
 
-       * rc.d/rc.sysinit: - we _want_ utmpx and wtmpx, not utmp/wtmp
+------------------------------------------------------------------------
+rev 886:  kloczek | 2001-05-13 20:39:37 +0200 (Sun, 13 May 2001) | 5 lines
 
-2000-06-29  Bartosz Waszak  <waszi@pld-linux.org>
+added abilities for setup static RARP table by
+/etc/sysconfig/network::STATIC_RARP=yes (like static ARP table) based on
+/etc/ethers config file. Before setting up ARRP table is checked /proc/net/rarp
+and if file don't exist "modprobe rarp" is performed before.
 
-       * po/pl.po: - typo
+------------------------------------------------------------------------
+rev 884:  misiek | 2001-05-13 19:47:46 +0200 (Sun, 13 May 2001) | 2 lines
 
-2000-06-27  Jan Rêkorajski  <baggins@pld-linux.org>
+ksh93 support/fixes by Jan Rêkorajski <baggins@pld.org.pl> (from stable series)
 
-       * rc.d/init.d/Attic/functions.network:
-       - modprobe ipip if IPV6_TUNNELCONFIG == yes
+------------------------------------------------------------------------
+rev 883:  baggins | 2001-05-13 19:10:19 +0200 (Sun, 13 May 2001) | 5 lines
 
-2000-06-27  Bartosz Waszak  <waszi@pld-linux.org>
+- version 0.2.11
+- true ksh support/fixes:
+       - fixed numerous instances of incorrect quoting ("" inside itself)
+       - s/local/typeset/
 
-       * lang.sh:
-       - cleanups
+------------------------------------------------------------------------
+rev 878:  zagrodzki | 2001-04-21 01:28:31 +0200 (Sat, 21 Apr 2001) | 2 lines
 
-2000-06-25  Bartosz Waszak  <waszi@pld-linux.org>
+- few more updates - util-linux 2.10s is _slightly_ fixed :>>
 
-       * rc.d/rc.shutdown, rc.d/rc.sysinit, sysconfig/interfaces/ifcfg-description, sysconfig/interfaces/ifcfg-ppp0.tpsa, makepot.pl:
-       - typos
-       - cleanups
+------------------------------------------------------------------------
+rev 877:  zagrodzki | 2001-04-20 23:15:42 +0200 (Fri, 20 Apr 2001) | 2 lines
 
-2000-06-23  Artur Frysiak  <wiget@pld-linux.org>
+- patch to allow fsck'ing crypted filesystems
 
-       * rc.d/rc.shutdown: added shmfs to noprocfs
+------------------------------------------------------------------------
+rev 876:  misiek | 2001-04-20 01:31:48 +0200 (Fri, 20 Apr 2001) | 2 lines
 
-2000-06-22  Jacek Konieczny  <jajcus@pld-linux.org>
+don't use quotation in DHCPOPTIONS
 
-       * rc.d/rc.shutdown:
-       - fixed file unmounting again, after kloczek broke it "borrowing" code from RH
+------------------------------------------------------------------------
+rev 873:  qboosh | 2001-03-22 22:50:36 +0100 (Thu, 22 Mar 2001) | 2 lines
 
-2000-06-21  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+- check if DATAFORCHAT is not null before exporting it
 
-       * sysconfig/interfaces/ifcfg-description: - IPADDR, not ADDR :)
+------------------------------------------------------------------------
+rev 868:  misiek | 2001-03-05 18:35:01 +0100 (Mon, 05 Mar 2001) | 2 lines
 
-2000-06-18  kloczek  <kloczek@pld-linux.org>
+removed IPX tunnels; these don't need rc-scripts support
 
-       * Attic/configure.in: - release 2.3.
+------------------------------------------------------------------------
+rev 867:  misiek | 2001-03-05 18:34:13 +0100 (Mon, 05 Mar 2001) | 2 lines
 
-       * rc.d/rc.shutdown:
-       - new umounting file systems procedure (borowed from RH).
+sysconfig/clock was missing
 
-2000-06-12  Bartosz Waszak  <waszi@pld-linux.org>
+------------------------------------------------------------------------
+rev 861:  laro | 2001-03-03 12:28:11 +0100 (Sat, 03 Mar 2001) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network, rc.d/init.d/allowlogin, rc.d/init.d/network, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, ppp/ip-down, rc.d/rc.sysinit:
-       - is_yes and is_no cleanups
-       - typos
+typing error fixed
 
-2000-06-02  mkochano  <mkochano@pld-linux.org>
+------------------------------------------------------------------------
+rev 860:  malekith | 2001-03-01 17:11:34 +0100 (Thu, 01 Mar 2001) | 3 lines
 
-       * rc.d/init.d/functions:
-       - Moves cursor to a new line also after "WORK" and "FAIL".
+Fixed to pass --localtime option to hwclock. check hwclock
+manpage for details (it has changed, since i last read it)
 
-       * rc.d/init.d/functions:
-       - Added new function progress(). It shows color messages in square brackets.
-         Takes two arguments: text to display and color to use. Second argument is
-         optional (default color is green). Outputs "op" as last terminal sequence
-         instaed setting arbitrary color.
-       - busy(), ok(), started(), fail() and died() modified to use progress().
+------------------------------------------------------------------------
+rev 857:  baggins | 2001-02-23 19:06:48 +0100 (Fri, 23 Feb 2001) | 2 lines
 
-2000-06-02  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+- bring link up at startup
 
-       * rc.d/rc.sysinit: - fixed some is_yes calls (argument can be empty)
+------------------------------------------------------------------------
+rev 856:  zagrodzki | 2001-02-12 21:30:48 +0100 (Mon, 12 Feb 2001) | 2 lines
 
-2000-06-01  Jan Rêkorajski  <baggins@pld-linux.org>
+- uncommented "to enter interactive startup" transl.
 
-       * rc.d/rc.sysinit: - fixed setting up USEMODULES variable
+------------------------------------------------------------------------
+rev 855:  roman | 2001-02-02 22:18:30 +0100 (Fri, 02 Feb 2001) | 2 lines
 
-2000-05-31  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+another small fix: atdt $PHONE -> atdt$PHONE
 
-       * rc.d/rc: - one more typo
+------------------------------------------------------------------------
+rev 854:  roman | 2001-02-02 19:22:46 +0100 (Fri, 02 Feb 2001) | 2 lines
 
-       * rc.d/rc, sysconfig/network-scripts/ifdown: - typo
+- small fix
 
-2000-05-30  Bartosz Waszak  <waszi@pld-linux.org>
+------------------------------------------------------------------------
+rev 851:  baggins | 2001-01-12 14:46:26 +0100 (Fri, 12 Jan 2001) | 2 lines
 
-       * rc.d/init.d/functions: -typo
+- exclude nas* interfaces on boot, they need to be started by ATM utils
 
-       * rc.d/rc: - replaced halt -d with halt -d -p
+------------------------------------------------------------------------
+rev 850:  mkochano | 2000-12-27 14:33:19 +0100 (Wed, 27 Dec 2000) | 4 lines
 
-       * rc.d/rc.shutdown: - halt -p -> halt -w
+- CONSOLE_LOGLEVEL is back. It is duplicated in klogd.sysconfig, but it has to
+  be here. It is required by rc.sysinit in order to set logging level before
+  processing init.d/* scripts.
 
-       * rc.d/rc.sysinit: -typo
+------------------------------------------------------------------------
+rev 849:  mkochano | 2000-12-19 23:33:29 +0100 (Tue, 19 Dec 2000) | 2 lines
 
-2000-05-29  Jan Rêkorajski  <baggins@pld-linux.org>
+- Removed CONSOLELOG_LEVEL - has been moved to /etc/sysconfig/klogd.
 
-       * sysconfig/network-scripts/ifup: - pass $DHCPOPTIONS to dhcpcd
+------------------------------------------------------------------------
+rev 847:  jajcus | 2000-12-14 10:49:25 +0100 (Thu, 14 Dec 2000) | 5 lines
 
-       * sysconfig/network-scripts/ifdown: - kill dhcpcd if necessary
+- status() improved so it can accept now two argumens: the subsys
+  name and (optional) the daemon name. status() checks if daemon is running
+  or the subsys is locked. This way subsys name can differ from daemon name it
+  is running
 
-       * sysconfig/interfaces/ifcfg-description: - added DHCPOPTIONS variable
+------------------------------------------------------------------------
+rev 846:  jajcus | 2000-12-14 10:32:03 +0100 (Thu, 14 Dec 2000) | 2 lines
 
-2000-05-29  kloczek  <kloczek@pld-linux.org>
+- /etc/sysconfig/clock added (for hardware clock options)
 
-       * Attic/configure.in: - start prepare 0.2.2.
+------------------------------------------------------------------------
+rev 845:  kloczek | 2000-12-12 18:38:17 +0100 (Tue, 12 Dec 2000) | 2 lines
 
-2000-05-29  Jan Rêkorajski  <baggins@pld-linux.org>
+- version 0.2.10.
 
-       * rc.d/rc.shutdown: - run quotaoff -a before unmounting filesystems
-       - minor cosmetics
+------------------------------------------------------------------------
+rev 843:  mkochano | 2000-12-09 13:02:47 +0100 (Sat, 09 Dec 2000) | 2 lines
 
-2000-05-20  Jacek Konieczny  <jajcus@pld-linux.org>
+- Added note about some not obvious behavior of is_not().
 
-       * rc.d/rc.sysinit:
-       - Time setup changed, so it should work even if /usr is on separate partition
+------------------------------------------------------------------------
+rev 842:  mkochano | 2000-12-09 13:01:17 +0100 (Sat, 09 Dec 2000) | 2 lines
 
-2000-05-16  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+- Fixed problem with $RUN_DEPMOD="ifmissing".
 
-       * rc.d/rc.sysinit: - changed the way depmod was run
-       - changed all "!=no" to "is_yes" or "! is_no" (from "functions")
+------------------------------------------------------------------------
+rev 841:  roman | 2000-12-04 13:06:59 +0100 (Mon, 04 Dec 2000) | 3 lines
 
-2000-05-13  Artur Frysiak  <wiget@pld-linux.org>
 
-       * po/pl.po, rc.d/init.d/timezone:
-       - rc.d/init.d/timezone - poprawki zwi±zane z t³umaczeniem
-       - po/pl.po - serwis -> usluga, startowanie -> uruchamianie i kilka kosmetycznych zmian
+Added PHONE to DATAFORCHAT
 
-2000-05-09  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 839:  baggins | 2000-11-17 15:47:43 +0100 (Fri, 17 Nov 2000) | 2 lines
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup:
-       - pump is b0rken
-       - don't use pump for DHCP
-       - use dhcpcd for DHCP ;)
-       - and fixed typo
+- version 0.2.9
 
-2000-05-09  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 838:  misiek | 2000-11-17 13:11:34 +0100 (Fri, 17 Nov 2000) | 2 lines
 
-       * rc.d/rc.shutdown: - "halt -p" instead "halt -w".
+information about specifing prefix for so called ,,aliases''
 
-2000-05-07  Pawe³ Wilk  <siefca@pld-linux.org>
+------------------------------------------------------------------------
+rev 837:  kloczek | 2000-11-17 07:25:52 +0100 (Fri, 17 Nov 2000) | 2 lines
 
-       * sysconfig/interfaces/up.d/tnl/Makefile.am, sysconfig/interfaces/up.d/ipx/Makefile.am, sysconfig/interfaces/up.d/ppp/Makefile.am, sysconfig/interfaces/up.d/ppp/logger, sysconfig/interfaces/up.d/all/Makefile.am, sysconfig/interfaces/up.d/all/thetouch, sysconfig/interfaces/up.d/ip/Makefile.am, sysconfig/interfaces/down.d/tnl/Makefile.am, sysconfig/interfaces/up.d/Makefile.am, sysconfig/interfaces/down.d/ipx/Makefile.am, sysconfig/interfaces/down.d/ppp/Makefile.am, sysconfig/interfaces/down.d/ppp/logger, sysconfig/interfaces/down.d/all/Makefile.am, sysconfig/interfaces/down.d/all/thetouch, sysconfig/interfaces/down.d/ip/Makefile.am, sysconfig/interfaces/Makefile.am, sysconfig/interfaces/down.d/Makefile.am, ppp/Makefile.am, ppp/ip-down, ppp/ip-up, Attic/configure.in, Makefile.am, rc-scripts.spec.in, run-parts:
-       - scripts now ready to exec run-parts for each of interfaces going up/down,
-       - run-parts is now by rc-scripts provided (as /bin/run-parts).
+- replace "$((" by "$( (" to w use bash as /bin/sh.
 
-       * rc-scripts.spec.in: run-parts script now belongs here
+------------------------------------------------------------------------
+rev 836:  baggins | 2000-11-16 17:04:17 +0100 (Thu, 16 Nov 2000) | 2 lines
 
-2000-05-03  Bartosz Waszak  <waszi@pld-linux.org>
+- cleanup from TOTALNEW
 
-       * rc.d/rc.sysinit:
-       - typos
-       - in some places changed [ VARIABLE = "yes" ] ==> is_yes
-       - devfsd may be used without DEVFS_MOUNT=yes
+------------------------------------------------------------------------
+rev 835:  baggins | 2000-11-16 17:03:37 +0100 (Thu, 16 Nov 2000) | 5 lines
 
-       * rc.d/rc.sysinit, rc.d/rc: - typo
+- backport from TOTALNEW
+- cleaned up shell functions
+- fixed is_yes/is_no
+- added is_module, log_* functions
 
-2000-05-01  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 834:  baggins | 2000-11-16 17:02:12 +0100 (Thu, 16 Nov 2000) | 2 lines
 
-       * rc.d/rc.sysinit: - typo
+- set/unset more (all?) locale variables (backport from TOTALNEW)
 
-       * rc.d/rc: - line lengths are now evaluated properly
-       - it's not necessary to set and unset af{2,6,7} every time we want to "say
-         something" :)
+------------------------------------------------------------------------
+rev 833:  baggins | 2000-11-16 17:01:18 +0100 (Thu, 16 Nov 2000) | 2 lines
 
-       * rc.d/init.d/functions:
-       - \n after messages passed to nls aren't necessary (nls uses "echo" after
-         every printf anyway: if you want to get a message without a trailing
-         "\n", use echo -n "`nls ...`")
+- added setting for vi ;)
 
-       * rc.d/init.d/functions:
-       - deltext is not necessary before ok, fail, others (it's called
-         automatically)
-       - [ $# -gt 0 ] instead of [ -n "$1" ]: printf_ sometimes has to accept
-         argument lists like "" "a" (where first one is empty string)
-       - replaced "\b\b\b..." in deltext by "termput hpa $INIT_COL"
-       - COLOR_INIT=no doesn't mean that all other termcodes shouldn't work -
-         COLOR_INIT is now checked only at case "setaf"
+------------------------------------------------------------------------
+rev 832:  baggins | 2000-11-16 16:58:55 +0100 (Thu, 16 Nov 2000) | 2 lines
 
-2000-04-27  Jacek Konieczny  <jajcus@pld-linux.org>
+- replaced sed with awk (backport from TOTALNEW branch)
 
-       * sysconfig/network-scripts/ifup:
-       - missing space added (without this "peer" option was used to "ip addr add"
-         even if no "$REMIP" was defined)
+------------------------------------------------------------------------
+rev 831:  baggins | 2000-11-16 16:56:19 +0100 (Thu, 16 Nov 2000) | 2 lines
 
-2000-04-25  Bartosz Waszak  <waszi@pld-linux.org>
+- synced with SPECS version
 
-       * rc.d/rc.sysinit, sysconfig/system: - added MOUNT_DEVFS option
+------------------------------------------------------------------------
+rev 830:  baggins | 2000-11-06 20:28:05 +0100 (Mon, 06 Nov 2000) | 2 lines
 
-2000-04-24  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+- `ip -4 addr add` first `ip link set dev up` next - atm needs it
 
-       * rc.d/rc: - removed two unnecessary 0s at every textlen counting
-       - arguments for nls in "" (necessary, when COLOR_INIT=no)
+------------------------------------------------------------------------
+rev 829:  baggins | 2000-11-06 19:33:28 +0100 (Mon, 06 Nov 2000) | 2 lines
 
-2000-04-23  Marcin Bohosiewicz  <marcus@pld-linux.org>
+- version 0.2.8
 
-       * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-ppp:
+------------------------------------------------------------------------
+rev 827:  baggins | 2000-11-06 17:24:46 +0100 (Mon, 06 Nov 2000) | 2 lines
 
-       * In ifup file added suppoer for Point-to-Point IPv4 Ethernet (REMIP
-       variable).
-       * In ifup-ppp deleted some hashed lines.
+- use awk instead of sed in interface selection
 
-2000-04-21  Jacek Konieczny  <jajcus@pld-linux.org>
+------------------------------------------------------------------------
+rev 826:  baggins | 2000-11-06 16:42:19 +0100 (Mon, 06 Nov 2000) | 3 lines
 
-       * sysconfig/network-scripts/ifup-routes:
-       - get REALDEVICE and use it for setting up the routes
+- skip lec and atm interfaces on start|stop, they are set using separate
+  script
 
-       * sysconfig/network-scripts/ifup-ppp: - detach pppd by default
-       - use "linkname" option to make pppd save its pid and interface name
-       - pass $CONFIG as ipparam
-       - don't set remotename to device name so authentication will work with peer-given name
+------------------------------------------------------------------------
+rev 825:  baggins | 2000-11-06 16:40:46 +0100 (Mon, 06 Nov 2000) | 3 lines
 
-       * sysconfig/network-scripts/ifup-post:
-       - use get_ppp_device_and_pid() to get REALDEVICE
-       - set up queing discipline if QDISC is given
+- revert last change because IPv6 is broken and it's not possible
+  to add an adress on DOWN interface :(
 
-       * sysconfig/network-scripts/ifdown-ppp:
-       - use get_ppp_device_and_pid() for getting pppd's pid
+------------------------------------------------------------------------
+rev 823:  baggins | 2000-11-05 02:28:05 +0100 (Sun, 05 Nov 2000) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - set REALDEVICE to DEVICE if nothig else is set
+- added global ipv6 autoconf setting
 
-       * sysconfig/interfaces/ifcfg-ppp0.tpsa: - chatscript in interfaces/data
-       - QDISC set to SFQ (useful on PPP links)
+------------------------------------------------------------------------
+rev 822:  baggins | 2000-11-04 05:44:55 +0100 (Sat, 04 Nov 2000) | 2 lines
 
-       * sysconfig/interfaces/ifcfg-ppp0.callback, sysconfig/interfaces/ifcfg-ppp0.leased1:
-       - chatscript in interfaces/data
+- bring interface UP _after_ setting up addresses (other way breaks ATM)
 
-       * sysconfig/interfaces/ifcfg-description:
-       - QDISC parameter added (queuing discipline)
+------------------------------------------------------------------------
+rev 819:  baggins | 2000-11-02 22:40:49 +0100 (Thu, 02 Nov 2000) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - function get_ppp_device_and_pid added. It extracts PID and REALDEVICE from
-         /var/run/ppp-*.pid
+- global setting for autoconf in proc_net()
 
-       * ppp/ip-up:
-       - real device name is now saved by pppd in /var/run/ppp-*.pid
-       - ipparam is a config name not a device name
-       - pass $CONFIG instead of ifcfg-$DEVICE to ifup-post
+------------------------------------------------------------------------
+rev 808:  misiek | 2000-10-22 22:55:23 +0200 (Sun, 22 Oct 2000) | 2 lines
 
-       * ppp/ip-down: - "compatible location" of basename
-       - ipparam is now a config name instead of logical device
-       - ifdown-post uses $CONFIG instead of ifcfg-$DEVICE
+(run_cmd, daemon): set HOME and TMPDIR in nicer way (backport from totalnew)
 
-2000-04-19  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 807:  mkochano | 2000-10-22 21:30:18 +0200 (Sun, 22 Oct 2000) | 5 lines
 
-       * sysconfig/network-scripts/ifup-post:
-       - ifup-routes should be run with $CONFIG as parameter, not $DEVNAME
+- Remove "HOME" from environment.
+- Set TMPDIR and TEMP to "/tmp". Some programs (Samba, cvs) will fail beacuse
+  of lack of access permissions to "/root/tmp" or lack of this directory if
+  these variables are inherited from root's environment.
 
-2000-04-18  Jacek Konieczny  <jajcus@pld-linux.org>
+------------------------------------------------------------------------
+rev 803:  misiek | 2000-10-18 22:10:55 +0200 (Wed, 18 Oct 2000) | 3 lines
 
-       * sysconfig/network-scripts/ifup-post:
-       - better hostname detection (for DHCP clients)
 
-       * rc.d/init.d/Attic/functions.network: - "set_hostname" function fixed
+merged totalnew 3d patch as new TOTALNEW branch
 
-2000-04-14  mkochano  <mkochano@pld-linux.org>
+------------------------------------------------------------------------
+rev 802:  saq | 2000-10-17 22:42:13 +0200 (Tue, 17 Oct 2000) | 2 lines
 
-       * rc.d/init.d/template.init: - s/syslogd/<service>/.
+- bugfix: avoid loops when a user calls ifup and usernetctl isn't suid
 
-       * sysconfig/system: - Added note about aumix-OSS-preserve-settings.
+------------------------------------------------------------------------
+rev 801:  saq | 2000-09-25 15:46:34 +0200 (Mon, 25 Sep 2000) | 2 lines
 
-2000-04-13  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+- version 0.2.7
 
-       * rc.d/init.d/template.init: - some changes in reload)
+------------------------------------------------------------------------
+rev 800:  saq | 2000-09-23 22:43:05 +0200 (Sat, 23 Sep 2000) | 2 lines
 
-2000-04-13  kloczek  <kloczek@pld-linux.org>
+- fixed DEVICETYPE determination for aliased devices
 
-       * po/pl.po: - typo.
+------------------------------------------------------------------------
+rev 799:  saq | 2000-09-21 15:53:21 +0200 (Thu, 21 Sep 2000) | 2 lines
 
-2000-04-11  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+- minor fixes
 
-       * po/pl.po: - typo
-       - missing translation for "to enter interactive startup"
+------------------------------------------------------------------------
+rev 798:  kloczek | 2000-09-21 01:32:28 +0200 (Thu, 21 Sep 2000) | 2 lines
 
-2000-04-08  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+- commented entry description.
 
-       * rc.d/init.d/functions:
-       - added single-letter-values to is_yes and is_no
+------------------------------------------------------------------------
+rev 797:  saq | 2000-09-19 15:36:54 +0200 (Tue, 19 Sep 2000) | 2 lines
 
-2000-04-08  mkochano  <mkochano@pld-linux.org>
+- translations for ifup and ifup-sl
 
-       * rc.d/rc.sysinit:
-       - Changed 'modprobe -s midi' to 'modprobe -s synth0'. There is no module
-         'midi'.
-       - Changed 'modprobe -s sound' to 'modprobe -s sound-slot-0'. This causes sound
-         card driver to be loaded.
+------------------------------------------------------------------------
+rev 796:  saq | 2000-09-19 15:36:40 +0200 (Tue, 19 Sep 2000) | 2 lines
 
-2000-04-07  Jan Rêkorajski  <baggins@pld-linux.org>
+- s/dir/dip/
 
-       * sysconfig/network-scripts/ifup-ipx:
-       - don't try start IPX on unconfigured devices
+------------------------------------------------------------------------
+rev 795:  saq | 2000-09-19 14:46:45 +0200 (Tue, 19 Sep 2000) | 3 lines
 
-2000-04-06  mkochano  <mkochano@pld-linux.org>
+- merged some %s into nls invocations
+- German translation finetuning
 
-       * sysconfig/network-scripts/ifup-routes:
-       - s/\$DEVICE/\$DEVNAME/. "$DEVNAME" is set by source_config() from .functions
-         to the name of interface for which static routes should be set up.
+------------------------------------------------------------------------
+rev 794:  saq | 2000-09-19 00:32:04 +0200 (Tue, 19 Sep 2000) | 2 lines
 
-2000-04-05  Bartek Szady  <bszx@pld-linux.org>
+- introducing German translation
 
-       * rc.d/init.d/timezone:  - now it works under bash
+------------------------------------------------------------------------
+rev 793:  baggins | 2000-09-03 04:29:02 +0200 (Sun, 03 Sep 2000) | 4 lines
 
-2000-04-03  Jan Rêkorajski  <baggins@pld-linux.org>
+- added IPV6_AUTOCONF variable to interface configuration
+  set it to "no" if you don't want kernel to autoconfigure IPv6 address
+  on interfaces (prefix:MAC stuff)
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, rc.d/init.d/network, sysconfig/interfaces/ifcfg-description, rc.d/rc.sysinit:
-       - cleaned up ifup/ifdown mess, /sbin/ifup ethX.something works now
-       - IPX fixes, works now
-       - run hdparm from rc.sysinit BEFORE anything is mounted RW
-       - fixed setting VFS_{FILE,INODE}_MAX
-       - updated ifcfg-description
+------------------------------------------------------------------------
+rev 792:  zagrodzki | 2000-08-28 17:43:44 +0200 (Mon, 28 Aug 2000) | 2 lines
 
-       * Attic/configure.in: - version 0.2.1
+- version = 0.2.6
 
-       * src/Makefile.am: - added initlog.conf to EXTRA_DIST
+------------------------------------------------------------------------
+rev 791:  zagrodzki | 2000-08-28 17:38:14 +0200 (Mon, 28 Aug 2000) | 2 lines
 
-2000-04-01  Bartosz Waszak  <waszi@pld-linux.org>
+- substituted awk in place of /usr/bin/tr
 
-       * rc.d/init.d/functions: - small termput() fixes
+------------------------------------------------------------------------
+rev 790:  zagrodzki | 2000-08-28 17:35:48 +0200 (Mon, 28 Aug 2000) | 2 lines
 
-2000-03-31  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- removed all "xargs" calls
 
-       * sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup:
-       - support for maxfail option in pppd
-       - cleanups in tunnel scripts
+------------------------------------------------------------------------
+rev 789:  zagrodzki | 2000-08-09 01:06:50 +0200 (Wed, 09 Aug 2000) | 4 lines
 
-2000-03-27  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- added "termput op" definition -- it fixes the Blue Screen (tm) problem
+  :) (if you don't know what's this about, try umounting /usr and running
+  rc.sysinit -- the same effect was when /usr wasn't on root partition)
 
-       * sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifup-post, src/Makefile.am, sysconfig/interfaces/ifcfg-description, rc.d/init.d/Attic/functions.network, rc.d/rc, rc.d/rc.sysinit, po/pl.po, rc-scripts.spec.in, INSTALL, NEWS:
-       - removed "scripts" method of executing external programs after uping
-         or downing device (almost nobody didn't know about it 8-)
-       - added new method which is using run_up() and run_down() functions
-         defined in device configuration file (ifcfg*)
-       - fixed problem with displaing garbage instead of formated output
-       - removed execution of random start (this should be started in standard
-         init.d way)
-       - set ld.so.cache if doesn't exist, too
-       - use new (rh) style for date variables
+------------------------------------------------------------------------
+rev 788:  baggins | 2000-08-04 17:25:45 +0200 (Fri, 04 Aug 2000) | 3 lines
 
-2000-03-26  kloczek  <kloczek@pld-linux.org>
+- fixed setting up GATEWAY6*
+- added setting up global route for IPv6 routers
 
-       * sysconfig/system: - changed RUN_LDCONFIG to no.
+------------------------------------------------------------------------
+rev 787:  baggins | 2000-08-04 17:20:38 +0200 (Fri, 04 Aug 2000) | 2 lines
 
-2000-03-24  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+-added IPV6_GLOBALROUTEDEV
 
-       * rc.d/rc, po/pl.po:
-       - fixed problem with Runlevel messages and INIT_COL variable
+------------------------------------------------------------------------
+rev 786:  baggins | 2000-08-04 17:19:00 +0200 (Fri, 04 Aug 2000) | 2 lines
 
-2000-03-24  Bartosz Waszak  <waszi@pld-linux.org>
+- added IPV6_GLOBALROUTE
 
-       * rc.d/rc.sysinit: - fixed nfsroot support
+------------------------------------------------------------------------
+rev 785:  baggins | 2000-08-04 17:06:47 +0200 (Fri, 04 Aug 2000) | 2 lines
 
-2000-03-22  Artur Frysiak  <wiget@pld-linux.org>
+- set up GATEWAY6* only if IPV6_FORWARDING is disabled
 
-       * rc-scripts.spec.in: use corect name
+------------------------------------------------------------------------
+rev 784:  baggins | 2000-08-04 16:08:23 +0200 (Fri, 04 Aug 2000) | 2 lines
 
-       * rc.d/init.d/Attic/<template>.init, rc.d/init.d/Makefile.am, rc.d/init.d/template.init:
-       please don't use stupid names for files
+- added default route setup for IPv6
 
-       * rc-scripts.spec.in: typo
+------------------------------------------------------------------------
+rev 783:  baggins | 2000-08-04 16:02:20 +0200 (Fri, 04 Aug 2000) | 2 lines
 
-       * rc-scripts.spec.in: - added <templete>.init to %doc
+- added GATEWAY6* for IPv6 routing
 
-       * po/pl.po: cleanup
+------------------------------------------------------------------------
+rev 782:  marcus | 2000-08-04 15:58:52 +0200 (Fri, 04 Aug 2000) | 3 lines
 
-2000-03-22  kloczek  <kloczek@pld-linux.org>
 
-       * po/pl.po: - removed all fuzzy translations.
+- cosmetics (in mount /proc command)
 
-       * po/pl.po: - s/Stopowanie/Zatrzymywanie/
+------------------------------------------------------------------------
+rev 781:  marcus | 2000-08-03 14:51:18 +0200 (Thu, 03 Aug 2000) | 3 lines
 
-       * po/pl.po: - beter translations for stop/start serwices.
 
-       * po/pl.po:
-       - added missing %s in pl translations (stopping, starting messages).
+- added -o gid=17 while mounting /proc
 
-2000-03-22  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 780:  kloczek | 2000-07-31 09:28:22 +0200 (Mon, 31 Jul 2000) | 2 lines
 
-       * rc.d/init.d/functions: fixed small typo
+- new version 0.2.5.
 
-       * rc.d/rc.sysinit, sysconfig/system:
-       - Allow set /proc/sys/fs/file-max & inode-max
-         (patch by Pawe³ Krawczyk <kravietz@alfa.ceti.pl>)
+------------------------------------------------------------------------
+rev 779:  baggins | 2000-07-28 20:37:00 +0200 (Fri, 28 Jul 2000) | 2 lines
 
-       * rc-scripts.spec.in: Added BuildRequires: gettext-devel
+- added _modprobe function
 
-2000-03-22  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 778:  zagrodzki | 2000-07-28 17:03:10 +0200 (Fri, 28 Jul 2000) | 2 lines
 
-       * po/pl.po: - more pl translations.
+- added . /etc/rc.d/init.d/functions
 
-       * rc.d/init.d/Attic/functions.network:
-       - added using msg_stopping() in stop.
+------------------------------------------------------------------------
+rev 777:  zagrodzki | 2000-07-21 20:51:45 +0200 (Fri, 21 Jul 2000) | 3 lines
 
-2000-03-22  Artur Frysiak  <wiget@pld-linux.org>
+- ls 2>/dev/null (avoid "ls: no such file or directory" when directory
+  does not exist)
 
-       * makepot.pl: use : instead . in file location
+------------------------------------------------------------------------
+rev 776:  mis | 2000-07-20 12:07:00 +0200 (Thu, 20 Jul 2000) | 2 lines
 
-       * po/pl.po, makepot.pl: updated makepot.pl and pl.po, pl.po need fixing
+- one more fix to IPXFRAMETYPE
 
-2000-03-20  Bartosz Waszak  <waszi@pld-linux.org>
+------------------------------------------------------------------------
+rev 775:  mis | 2000-07-20 12:03:50 +0200 (Thu, 20 Jul 2000) | 2 lines
 
-       * rc.d/rc.sysinit: - hacks for nfsroot, romfs
+- fixed IPXFRAMETYPE
 
-2000-03-17  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 774:  zagrodzki | 2000-07-13 19:42:59 +0200 (Thu, 13 Jul 2000) | 2 lines
 
-       * rc.d/init.d/functions: - more using msg_Usage().
+- version 0.2.4
 
-       * Attic/configure.in:
-       - VERSION=0.2.0 (prepare to release this version).
+------------------------------------------------------------------------
+rev 773:  baggins | 2000-07-13 17:29:51 +0200 (Thu, 13 Jul 2000) | 2 lines
 
-2000-03-15  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- rm -f utmp? first
 
-       * README: - added info aboout Routing messages
+------------------------------------------------------------------------
+rev 772:  baggins | 2000-07-13 16:51:46 +0200 (Thu, 13 Jul 2000) | 2 lines
 
-2000-03-10  kloczek  <kloczek@pld-linux.org>
+- added NEED_XFILES=yes (we want utmpx/wtmpx)
 
-       * rc.d/init.d/Attic/<template>.init, rc.d/init.d/functions:
-       - msg_Usage_noreload() and msg_Usage_reload() replace by msg_Usage().
+------------------------------------------------------------------------
+rev 771:  baggins | 2000-07-13 16:45:56 +0200 (Thu, 13 Jul 2000) | 2 lines
 
-       * rc.d/init.d/Attic/<template>.init:
-       - added return in exit error code $RETVAL.
+- typo
 
-2000-03-09  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
+------------------------------------------------------------------------
+rev 770:  baggins | 2000-07-13 16:45:10 +0200 (Thu, 13 Jul 2000) | 2 lines
 
-       * rc.d/init.d/functions: - show() now substitutes %s properly
+- we _want_ utmpx and wtmpx, not utmp/wtmp
 
-       * rc.d/init.d/functions: - show instead of nls in some functions
+------------------------------------------------------------------------
+rev 769:  waszi | 2000-06-29 10:24:14 +0200 (Thu, 29 Jun 2000) | 2 lines
 
-       * rc.d/init.d/functions: - more function
+- typo
 
-       * rc.d/init.d/functions: - default value for INIT_COL
+------------------------------------------------------------------------
+rev 768:  baggins | 2000-06-27 22:22:34 +0200 (Tue, 27 Jun 2000) | 2 lines
 
-       * sysconfig/system: - added INIT_COL setting
+- modprobe ipip if IPV6_TUNNELCONFIG == yes
 
-       * rc.d/init.d/functions: - slightly modified show() function
-       - changed all "67" to "$INIT_COL"
+------------------------------------------------------------------------
+rev 767:  waszi | 2000-06-27 11:50:07 +0200 (Tue, 27 Jun 2000) | 3 lines
 
-2000-03-08  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
 
-       * rc.d/init.d/Attic/functions.network, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post, README:
-       - start some scripts after interface is upped or downed
-         (/etc/sysconfig/interfaces/scripts/ifname/somename.{up,down}
+- cleanups
 
-       * sysconfig/system, po/pl.po, rc.d/init.d/functions, rc.d/rc, rc.d/rc.sysinit:
-       - support for interactive starting
+------------------------------------------------------------------------
+rev 766:  waszi | 2000-06-25 16:40:36 +0200 (Sun, 25 Jun 2000) | 4 lines
 
-2000-03-08  Sebastian Zagrodzki  <zagrodzki@pld-linux.org>
 
-       * rc.d/init.d/Attic/<template>.init, rc.d/init.d/functions:
-       - added "is_yes" and "is_no" functions
+- typos
+- cleanups
 
-       * rc.d/init.d/Attic/<template>.init:
-       - force-reload returns right status on exit
+------------------------------------------------------------------------
+rev 765:  wiget | 2000-06-23 11:11:10 +0200 (Fri, 23 Jun 2000) | 2 lines
 
-       * rc.d/init.d/Attic/<template>.init:
-       - added force-reload option
-       - added exit code 1 at errors
-       - checking for running service at stop
+added shmfs to noprocfs
 
-       * rc.d/init.d/Attic/<template>.init:
-       - was "2&>1" instead of "2>&1" - fixed
+------------------------------------------------------------------------
+rev 764:  jajcus | 2000-06-22 16:52:10 +0200 (Thu, 22 Jun 2000) | 2 lines
 
-       * rc.d/init.d/Attic/<template>.init:
-       - unified syntax for setting numerical and nonnumerical variables
+- fixed file unmounting again, after kloczek broke it "borrowing" code from RH
 
-       * rc.d/init.d/Attic/<template>.init:
-       - default configuration support
-       - typo
+------------------------------------------------------------------------
+rev 763:  zagrodzki | 2000-06-21 17:23:38 +0200 (Wed, 21 Jun 2000) | 2 lines
 
-2000-03-08  Artur Frysiak  <wiget@pld-linux.org>
+- IPADDR, not ADDR :)
 
-       * rc.d/init.d/Attic/<template>.init:
-       - support exit code defined in LSB spec (http://www.linuxbase.org/)
+------------------------------------------------------------------------
+rev 762:  kloczek | 2000-06-18 11:55:24 +0200 (Sun, 18 Jun 2000) | 2 lines
 
-2000-03-06  Artur Frysiak  <wiget@pld-linux.org>
+- release 2.3.
 
-       * rc.d/init.d/Attic/<template>.init: - nls()ed
+------------------------------------------------------------------------
+rev 761:  kloczek | 2000-06-18 11:52:05 +0200 (Sun, 18 Jun 2000) | 2 lines
 
-       * rc.d/init.d/Attic/<template>.init:
-       rm -f /var/lock/subsys/<service> >/dev/null 2&>1
-       1. -r is not needed
-       2. silent
+- new umounting file systems procedure (borowed from RH).
 
-2000-03-06  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 760:  waszi | 2000-06-12 10:38:15 +0200 (Mon, 12 Jun 2000) | 4 lines
 
-       * rc.d/init.d/Attic/<template>.init:
-       - added "rm -rf /var/lock/subsys/<service>" in stop.
 
-       * rc.d/init.d/Attic/<template>.init: Template init script.
-       This script can be used for preparing some unified
-       output messages translation for other init scripts for all services)
+- is_yes and is_no cleanups
+- typos
 
-       Also it would be good to change all other init scripts for compatybility
-       with this skeleton script and/or keep this file as template.
+------------------------------------------------------------------------
+rev 759:  mkochano | 2000-06-02 16:47:49 +0200 (Fri, 02 Jun 2000) | 2 lines
 
-2000-03-04  Pawe³ Wilk  <siefca@pld-linux.org>
+- Moves cursor to a new line also after "WORK" and "FAIL".
 
-       * src/Makefile.am, src/resolvesymlink.c, rc-scripts.spec.in, rc.d/init.d/timezone:
-       Time zone information will be updated only when needed.
+------------------------------------------------------------------------
+rev 758:  mkochano | 2000-06-02 16:36:39 +0200 (Fri, 02 Jun 2000) | 6 lines
 
-       * sysconfig/Makefile.am, Attic/configure.in, rc-scripts.spec.in, rc.d/init.d/Makefile.am:
-       added time zone setting
+- Added new function progress(). It shows color messages in square brackets.
+  Takes two arguments: text to display and color to use. Second argument is
+  optional (default color is green). Outputs "op" as last terminal sequence
+  instaed setting arbitrary color.
+- busy(), ok(), started(), fail() and died() modified to use progress().
 
-       * sysconfig/timezone: configuration parameters for time zone setting
+------------------------------------------------------------------------
+rev 757:  zagrodzki | 2000-06-02 12:00:12 +0200 (Fri, 02 Jun 2000) | 2 lines
 
-       * rc.d/init.d/timezone: chkconfig script for time zone setting
+- fixed some is_yes calls (argument can be empty)
 
-       * rc.d/init.d/timezone:
-       configuration profile (variables) for time zone setting
+------------------------------------------------------------------------
+rev 756:  baggins | 2000-06-01 21:33:25 +0200 (Thu, 01 Jun 2000) | 2 lines
 
-2000-03-02  Artur Frysiak  <wiget@pld-linux.org>
+- fixed setting up USEMODULES variable
 
-       * Attic/configure.in: 0.1.5
+------------------------------------------------------------------------
+rev 755:  zagrodzki | 2000-05-31 20:01:39 +0200 (Wed, 31 May 2000) | 2 lines
 
-2000-02-28  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- one more typo
 
-       * rc.d/rc.sysinit:
-       - run depmod if modules.dep is older that modules.conf, too
+------------------------------------------------------------------------
+rev 754:  zagrodzki | 2000-05-31 20:00:34 +0200 (Wed, 31 May 2000) | 2 lines
 
-2000-02-18  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- typo
 
-       * rc.d/init.d/network: - set ipv6 forwarding only if ipv6 is enabled
+------------------------------------------------------------------------
+rev 753:  zagrodzki | 2000-05-31 19:55:05 +0200 (Wed, 31 May 2000) | 2 lines
 
-       * rc.d/init.d/functions:
-       - translations for DONE etc are always taken from rc-scripts.mo
+- typo
 
-2000-02-18  Bartosz Waszak  <waszi@pld-linux.org>
+------------------------------------------------------------------------
+rev 752:  waszi | 2000-05-30 07:55:00 +0200 (Tue, 30 May 2000) | 2 lines
 
-       * rc.d/rc.shutdown: - typo
+-typo
 
-2000-02-18  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 751:  waszi | 2000-05-30 07:53:45 +0200 (Tue, 30 May 2000) | 2 lines
 
-       * rc.d/rc.shutdown: s/LANG/LC_ALL/ in umount
+- replaced halt -d with halt -d -p
 
-       * rc.d/rc.shutdown: - fix ummounting
-       -- locale & /usr problem
-       -- devfs ready
+------------------------------------------------------------------------
+rev 750:  waszi | 2000-05-30 07:51:34 +0200 (Tue, 30 May 2000) | 2 lines
 
-       * rc.d/rc.sysinit: - run devfsd before all
+- halt -p -> halt -w
 
-2000-02-18  Bartosz Waszak  <waszi@pld-linux.org>
+------------------------------------------------------------------------
+rev 749:  waszi | 2000-05-30 07:49:46 +0200 (Tue, 30 May 2000) | 2 lines
 
-       * sysconfig/system, rc.d/rc.sysinit: - added devfsd support
+-typo
 
-2000-02-17  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 748:  baggins | 2000-05-29 21:37:06 +0200 (Mon, 29 May 2000) | 2 lines
 
-       * po/pl.po, rc.d/rc.sysinit: - print space as last char in prompt
+- pass $DHCPOPTIONS to dhcpcd
 
-2000-02-10  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 747:  baggins | 2000-05-29 21:36:43 +0200 (Mon, 29 May 2000) | 2 lines
 
-       * rc.d/rc.sysinit, sysconfig/system:
-       - running depmod is now configurable
+- kill dhcpcd if necessary
 
-2000-02-08  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 746:  baggins | 2000-05-29 21:31:59 +0200 (Mon, 29 May 2000) | 2 lines
 
-       * rc-scripts.spec.in: - removed bogus defattr
+- added DHCPOPTIONS variable
 
-2000-02-03  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 745:  kloczek | 2000-05-29 21:06:11 +0200 (Mon, 29 May 2000) | 2 lines
 
-       * rc.d/init.d/single: - cleanups
+- start prepare 0.2.2.
 
-       * sysconfig/network, rc.d/init.d/Attic/functions.network, rc.d/init.d/network:
-       - router discovery daemon support
+------------------------------------------------------------------------
+rev 744:  baggins | 2000-05-29 21:03:51 +0200 (Mon, 29 May 2000) | 3 lines
 
-       * rc.d/init.d/functions:
-       - functions run_cmd() and daemon() are returning proper values now
+- run quotaoff -a before unmounting filesystems
+- minor cosmetics
 
-       * rc.d/rc.shutdown:
-       - new (better) unmounting procedure from initscripts
-       - cleanups
+------------------------------------------------------------------------
+rev 743:  jajcus | 2000-05-20 15:34:06 +0200 (Sat, 20 May 2000) | 2 lines
 
-2000-01-31  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- Time setup changed, so it should work even if /usr is on separate partition
 
-       * autogen.sh, rc-scripts.spec.in, rc.d/init.d/functions:
-       - fixes and updates
+------------------------------------------------------------------------
+rev 742:  zagrodzki | 2000-05-16 17:08:25 +0200 (Tue, 16 May 2000) | 3 lines
 
-       * NEWS: - translate to english (update)
+- changed the way depmod was run
+- changed all "!=no" to "is_yes" or "! is_no" (from "functions")
 
-       * po/pl.po, rc.d/rc.sysinit:
-       - nls cant handle special characters such as '\n' - workaround this
+------------------------------------------------------------------------
+rev 741:  wiget | 2000-05-13 09:11:55 +0200 (Sat, 13 May 2000) | 3 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - avoid errors when lo interface is down
+- rc.d/init.d/timezone - poprawki zwi±zane z t³umaczeniem
+- po/pl.po - serwis -> usluga, startowanie -> uruchamianie i kilka kosmetycznych zmian
 
-2000-01-05  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 740:  baggins | 2000-05-09 20:58:35 +0200 (Tue, 09 May 2000) | 5 lines
 
-       * rc.d/rc.sysinit: - mout procsf before all.
+- pump is b0rken
+- don't use pump for DHCP
+- use dhcpcd for DHCP ;)
+- and fixed typo
 
-2000-01-04  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 739:  kloczek | 2000-05-09 17:46:22 +0200 (Tue, 09 May 2000) | 2 lines
 
-       * sysconfig/system, Attic/configure.in, rc.d/rc, rc.d/rc.sysinit:
-       - version 0.1.4
-       - added RUN_LDCONFIG variable to /etc/sysconfig/system, now it's
-         possible to turn off/on ld.so.cache regeneration upon startup
+- "halt -p" instead "halt -w".
 
-1999-12-30  Jacek Konieczny  <jajcus@pld-linux.org>
+------------------------------------------------------------------------
+rev 738:  siefca | 2000-05-07 21:00:07 +0200 (Sun, 07 May 2000) | 3 lines
 
-       * rc.d/rc:
-       - send messages to /dev/console (which can be serial console) instead of virtual terminal
+- scripts now ready to exec run-parts for each of interfaces going up/down,
+- run-parts is now by rc-scripts provided (as /bin/run-parts).
 
-       * rc.d/init.d/Attic/functions.network, rc.d/init.d/network:
-       - support for "any/none" routes in /etc/sysconfig/statig routes
-         --- these may be used for unreachable or blackhole routes
+------------------------------------------------------------------------
+rev 737:  siefca | 2000-05-07 17:43:51 +0200 (Sun, 07 May 2000) | 2 lines
 
-       * doc/sysconfig.docb: - updates in static-routes description
+run-parts script now belongs here
 
-1999-12-28  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 736:  waszi | 2000-05-03 13:55:08 +0200 (Wed, 03 May 2000) | 5 lines
 
-       * sysconfig/network-scripts/tnldown: - fix typos
 
-1999-12-20  Jacek Konieczny  <jajcus@pld-linux.org>
+- typos
+- in some places changed [ VARIABLE = "yes" ] ==> is_yes
+- devfsd may be used without DEVFS_MOUNT=yes
 
-       * sysconfig/network-scripts/ifdown:
-       - ifdown should now work for user-controled interfaces
+------------------------------------------------------------------------
+rev 735:  waszi | 2000-05-03 13:49:52 +0200 (Wed, 03 May 2000) | 2 lines
 
-1999-12-20  kloczek  <kloczek@pld-linux.org>
+- typo
 
-       * rc.d/rc.sysinit: - reformated.
+------------------------------------------------------------------------
+rev 734:  zagrodzki | 2000-05-01 22:13:24 +0200 (Mon, 01 May 2000) | 2 lines
 
-1999-12-19  Jacek Konieczny  <jajcus@pld-linux.org>
+- typo
 
-       * sysconfig/network-scripts/ifup-post:
-       - Use IPv4 address for setting hostname (or there will be no hostname on DHCP-configured hosts)
+------------------------------------------------------------------------
+rev 733:  zagrodzki | 2000-05-01 20:57:10 +0200 (Mon, 01 May 2000) | 4 lines
 
-       * sysconfig/network-scripts/ifup: - usernetctl is now in /sbin
-       - OTHERSCRIPT should be started even if no IPv4 address is given (PPP won't work otherwise)
-       - IPv6 link-local addresses are added by kernel. We shouldn't do it again
+- line lengths are now evaluated properly
+- it's not necessary to set and unset af{2,6,7} every time we want to "say
+  something" :)
 
-       * sysconfig/network-scripts/ifdown: - usernetclt is now in /sbin
-       - OTHERSCRIPT should be astarted even if no IPv4 address is given
+------------------------------------------------------------------------
+rev 732:  zagrodzki | 2000-05-01 20:53:37 +0200 (Mon, 01 May 2000) | 4 lines
 
-       * src/usernetctl.c:
-       - search for ifcfg-* files in /etc/sysconfig/interfaces
-       - ifup and ifdown are now only in /sbin
+- \n after messages passed to nls aren't necessary (nls uses "echo" after
+  every printf anyway: if you want to get a message without a trailing
+  "\n", use echo -n "`nls ...`")
 
-1999-12-18  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 731:  zagrodzki | 2000-05-01 20:43:55 +0200 (Mon, 01 May 2000) | 8 lines
 
-       * Attic/configure.in: - release 0.1.3.
+- deltext is not necessary before ok, fail, others (it's called
+  automatically)
+- [ $# -gt 0 ] instead of [ -n "$1" ]: printf_ sometimes has to accept
+  argument lists like "" "a" (where first one is empty string)
+- replaced "\b\b\b..." in deltext by "termput hpa $INIT_COL"
+- COLOR_INIT=no doesn't mean that all other termcodes shouldn't work -
+  COLOR_INIT is now checked only at case "setaf"
 
-       * src/Makefile.am: - added missing shvar.h to ppp_watch_SOURCES.
+------------------------------------------------------------------------
+rev 730:  jajcus | 2000-04-27 08:20:28 +0200 (Thu, 27 Apr 2000) | 3 lines
 
-       * doc/Makefile.am: - updated man_MANS man pages file list.
+- missing space added (without this "peer" option was used to "ip addr add"
+  even if no "$REMIP" was defined)
 
-       * po/pl.po: - s/ZDECHL/ZGINAL/.
+------------------------------------------------------------------------
+rev 729:  waszi | 2000-04-25 14:01:29 +0200 (Tue, 25 Apr 2000) | 2 lines
 
-       * sysconfig/network-scripts/ifup-routes: - replace:
+- added MOUNT_DEVFS option
 
-         grep "^$1 "
+------------------------------------------------------------------------
+rev 728:  zagrodzki | 2000-04-24 18:56:04 +0200 (Mon, 24 Apr 2000) | 3 lines
 
-         to:
+- removed two unnecessary 0s at every textlen counting
+- arguments for nls in "" (necessary, when COLOR_INIT=no)
 
-         grep "^$1[[:blank:]]"
+------------------------------------------------------------------------
+rev 727:  marcus | 2000-04-23 13:46:04 +0200 (Sun, 23 Apr 2000) | 6 lines
 
-         on finding static routes entries for specified interface. This allow place
-         also tab character after interface name.
 
-1999-12-15  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
 
-       * src/consoletype.c: - one more source file
+* In ifup file added suppoer for Point-to-Point IPv4 Ethernet (REMIP
+variable).
+* In ifup-ppp deleted some hashed lines.
 
-       * src/testd.c, src/usernetctl.c, src/usleep.c, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, src/Makefile.am, src/doexec.c, src/getkey.c, src/initlog.c, src/initlog.conf, src/ppp-watch.c, src/process.c, src/shvar.c, src/shvar.h, rc.d/init.d/Attic/functions.network, rc.d/init.d/allowlogin, rc.d/init.d/functions, rc.d/init.d/network, doc/Attic/usernetctl.1, doc/consoletype.1, doc/ppp-watch.8, doc/usernetctl.8, doc/usleep.1, rc.d/rc.sysinit, lang.csh, lang.sh, rc-scripts.spec.in:
-       - fixed lang.csh
-       - we use -a instead &&
-       - updated few programs in src directory
-       - fixed starting network when none of ifcfg-* file exist
-       - write nice logo at startup
-       - fixed problem with translated deltext() function
+------------------------------------------------------------------------
+rev 726:  jajcus | 2000-04-21 19:47:49 +0200 (Fri, 21 Apr 2000) | 2 lines
 
-1999-12-11  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- get REALDEVICE and use it for setting up the routes
 
-       * AUTHORS: - added Jacek Konieczny
+------------------------------------------------------------------------
+rev 725:  jajcus | 2000-04-21 19:47:24 +0200 (Fri, 21 Apr 2000) | 5 lines
 
-1999-12-09  kloczek  <kloczek@pld-linux.org>
+- detach pppd by default
+- use "linkname" option to make pppd save its pid and interface name
+- pass $CONFIG as ipparam
+- don't set remotename to device name so authentication will work with peer-given name
 
-       * rc.d/rc.sysinit:
-       - added including /etc/rc.d/rc.modules for loading modules before starting
-         all services and initializing raid deveces.
+------------------------------------------------------------------------
+rev 724:  jajcus | 2000-04-21 19:45:24 +0200 (Fri, 21 Apr 2000) | 3 lines
 
-1999-12-02  elephant  <elephant@pld-linux.org>
+- use get_ppp_device_and_pid() to get REALDEVICE
+- set up queing discipline if QDISC is given
 
-       * rc.d/init.d/functions: - corrected e-mail of mine
+------------------------------------------------------------------------
+rev 723:  jajcus | 2000-04-21 19:44:22 +0200 (Fri, 21 Apr 2000) | 2 lines
 
-1999-12-02  kloczek  <kloczek@pld-linux.org>
+- use get_ppp_device_and_pid() for getting pppd's pid
 
-       * rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/network:
-       - chkconfig field is back (without this upgrade from initscripts to
-         rc-scripts fails).
+------------------------------------------------------------------------
+rev 722:  jajcus | 2000-04-21 19:43:01 +0200 (Fri, 21 Apr 2000) | 2 lines
 
-1999-11-26  Artur Frysiak  <wiget@pld-linux.org>
+- set REALDEVICE to DEVICE if nothig else is set
 
-       * rc.d/init.d/functions: - process /etc/sysconfig/system (fix BR#110)
+------------------------------------------------------------------------
+rev 721:  jajcus | 2000-04-21 19:40:37 +0200 (Fri, 21 Apr 2000) | 3 lines
 
-1999-11-16  Artur Frysiak  <wiget@pld-linux.org>
+- chatscript in interfaces/data
+- QDISC set to SFQ (useful on PPP links)
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup:
-       - fixes
+------------------------------------------------------------------------
+rev 720:  jajcus | 2000-04-21 19:39:40 +0200 (Fri, 21 Apr 2000) | 2 lines
 
-1999-11-16  kloczek  <kloczek@pld-linux.org>
+- chatscript in interfaces/data
 
-       * sysconfig/network-scripts/ifup-post: - reformated.
+------------------------------------------------------------------------
+rev 719:  jajcus | 2000-04-21 19:39:12 +0200 (Fri, 21 Apr 2000) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network: - reformated text.
+- QDISC parameter added (queuing discipline)
 
-       * po/pl.po:
-       - s/Zapis ziarna losowego/Zapisanie podstawy generatora losoweg/
-       - other cleanups.
+------------------------------------------------------------------------
+rev 718:  jajcus | 2000-04-21 19:37:53 +0200 (Fri, 21 Apr 2000) | 3 lines
 
-1999-11-16  Artur Frysiak  <wiget@pld-linux.org>
+- function get_ppp_device_and_pid added. It extracts PID and REALDEVICE from
+  /var/run/ppp-*.pid
 
-       * po/pl.po: - updated
+------------------------------------------------------------------------
+rev 717:  jajcus | 2000-04-21 19:36:42 +0200 (Fri, 21 Apr 2000) | 4 lines
 
-1999-11-15  kloczek  <kloczek@pld-linux.org>
+- real device name is now saved by pppd in /var/run/ppp-*.pid
+- ipparam is a config name not a device name
+- pass $CONFIG instead of ifcfg-$DEVICE to ifup-post
 
-       * sysconfig/i18n: - s/pl/pl_PL/.
+------------------------------------------------------------------------
+rev 716:  jajcus | 2000-04-21 19:35:30 +0200 (Fri, 21 Apr 2000) | 4 lines
 
-1999-11-14  kloczek  <kloczek@pld-linux.org>
+- "compatible location" of basename
+- ipparam is now a config name instead of logical device
+- ifdown-post uses $CONFIG instead of ifcfg-$DEVICE
 
-       * Attic/configure.in: - new version 1.1.2.
+------------------------------------------------------------------------
+rev 715:  zagrodzki | 2000-04-19 20:20:28 +0200 (Wed, 19 Apr 2000) | 2 lines
 
-       * sysconfig/network-scripts/ifup: - s/DEVICEFULLNAME/
+- ifup-routes should be run with $CONFIG as parameter, not $DEVNAME
 
-1999-11-09  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 714:  jajcus | 2000-04-18 10:30:58 +0200 (Tue, 18 Apr 2000) | 2 lines
 
-       * rc.d/rc.sysinit:
-       - removed "chmod 0664 /var/log/wtmpx" (this is task for SysVinit %post).
+- better hostname detection (for DHCP clients)
 
-1999-11-07  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 713:  jajcus | 2000-04-18 10:30:16 +0200 (Tue, 18 Apr 2000) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network: - fixed BR#103 (s#==#=).
+- "set_hostname" function fixed
 
-1999-11-06  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 712:  mkochano | 2000-04-14 13:14:07 +0200 (Fri, 14 Apr 2000) | 2 lines
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup:
-       - small fixes
+- s/syslogd/<service>/.
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, rc.d/init.d/Attic/functions.network:
-       - now realy handle ifup <dev>
+------------------------------------------------------------------------
+rev 711:  mkochano | 2000-04-14 13:12:42 +0200 (Fri, 14 Apr 2000) | 2 lines
 
-1999-10-27  Artur Frysiak  <wiget@pld-linux.org>
+- Added note about aumix-OSS-preserve-settings.
 
-       * rc.d/init.d/functions: - fix nls() function
+------------------------------------------------------------------------
+rev 710:  zagrodzki | 2000-04-13 10:25:18 +0200 (Thu, 13 Apr 2000) | 2 lines
 
-1999-10-27  kloczek  <kloczek@pld-linux.org>
+- some changes in reload)
 
-       * Attic/configure.in: - new bersion 0.1.1.
+------------------------------------------------------------------------
+rev 709:  kloczek | 2000-04-13 01:21:48 +0200 (Thu, 13 Apr 2000) | 2 lines
 
-       * rc.d/rc.sysinit:
-       - more fixes for displaing messages on initializing raid devices.
+- typo.
 
-       * rc-scripts.spec.in: - reorder in %files.
+------------------------------------------------------------------------
+rev 708:  zagrodzki | 2000-04-11 16:27:03 +0200 (Tue, 11 Apr 2000) | 3 lines
 
-       * rc.d/rc.sysinit:
-       - started instead busy on staring initialize raid dev.
+- typo
+- missing translation for "to enter interactive startup"
 
-       * rc-scripts.spec.in: - added Requires: e2fsprogs > = 1.15.
+------------------------------------------------------------------------
+rev 707:  zagrodzki | 2000-04-08 23:41:31 +0200 (Sat, 08 Apr 2000) | 2 lines
 
-       * rc.d/rc.sysinit: - added -C to fsck parameters (display progres bar),
-       - added support for new raidtools 0.90 utilities on ininitialize raid
-         devices.
+- added single-letter-values to is_yes and is_no
 
-1999-10-23  Bartosz Waszak  <waszi@pld-linux.org>
+------------------------------------------------------------------------
+rev 706:  mkochano | 2000-04-08 15:34:54 +0200 (Sat, 08 Apr 2000) | 5 lines
 
-       * rc.d/init.d/network:
-       /etc/rc.d/init.d/functions.network -> /etc/sysconfig/network-scripts/.functions
+- Changed 'modprobe -s midi' to 'modprobe -s synth0'. There is no module
+  'midi'.
+- Changed 'modprobe -s sound' to 'modprobe -s sound-slot-0'. This causes sound
+  card driver to be loaded.
 
-1999-10-22  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 705:  baggins | 2000-04-07 21:16:11 +0200 (Fri, 07 Apr 2000) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - fix: check and get /etc/sysconfig/interfaces/ifcfg-$CONFIG instead
-         /etc/sysconfig/interfaces/$CONFIG in source_config().
+- don't try start IPX on unconfigured devices
 
-1999-10-17  Rafa³ Kleger-Rudomin  <klakier@pld-linux.org>
+------------------------------------------------------------------------
+rev 704:  mkochano | 2000-04-06 14:39:45 +0200 (Thu, 06 Apr 2000) | 3 lines
 
-       * doc/make-html, doc/polski.dsl, doc/rc-scripts.docb, doc/sysconfig.docb:
-       Przyk³ad tworzenia pojedynczego reference entry z u¿yciem docbooka
-       W³a¶ciwym plikiem jest sysconfig.docb
+- s/\$DEVICE/\$DEVNAME/. "$DEVNAME" is set by source_config() from .functions
+  to the name of interface for which static routes should be set up.
 
-1999-10-14  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 703:  bszx | 2000-04-05 12:33:23 +0200 (Wed, 05 Apr 2000) | 2 lines
 
-       * rc-scripts.spec.in: - fixed permision to %%doc
+ - now it works under bash
 
-1999-10-14  Bartosz Waszak  <waszi@pld-linux.org>
+------------------------------------------------------------------------
+rev 702:  baggins | 2000-04-03 16:50:47 +0200 (Mon, 03 Apr 2000) | 6 lines
 
-       * rc.d/init.d/Makefile.am: - small fixes
+- cleaned up ifup/ifdown mess, /sbin/ifup ethX.something works now
+- IPX fixes, works now
+- run hdparm from rc.sysinit BEFORE anything is mounted RW
+- fixed setting VFS_{FILE,INODE}_MAX
+- updated ifcfg-description
 
-1999-10-13  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 701:  baggins | 2000-04-03 16:50:00 +0200 (Mon, 03 Apr 2000) | 2 lines
 
-       * rc-scripts.spec.in, rc.d/init.d/Makefile.am, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup:
-       - /etc/rc.d/init.d//network.functions moved to
-         /etc/sysconfig/network-scripts/.functions.
+- version 0.2.1
 
-1999-10-13  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 700:  baggins | 2000-04-03 16:49:40 +0200 (Mon, 03 Apr 2000) | 2 lines
 
-       * rc-scripts.spec.in:
-       - added %config(noreplace) %verify(not size mtime md5) rc.local
+- added initlog.conf to EXTRA_DIST
 
-       * rc-scripts.spec.in: - typo
+------------------------------------------------------------------------
+rev 699:  waszi | 2000-04-01 12:24:30 +0200 (Sat, 01 Apr 2000) | 2 lines
 
-       * rc.d/init.d/Makefile.am: - removed nfsfs and netfs
+- small termput() fixes
 
-       * rc.d/rc.shutdown, rc.d/rc.sysinit, rc.d/Makefile.am, rc.d/rc:
-       - merged halt,reboot and shutdwn into rc.shutdown
-       - moved ldconfig to the end of system startup
+------------------------------------------------------------------------
+rev 698:  misiek | 2000-03-31 15:10:22 +0200 (Fri, 31 Mar 2000) | 3 lines
 
-       * Attic/configure.in: - 0.1.0
+- support for maxfail option in pppd
+- cleanups in tunnel scripts
 
-       * rc-scripts.spec.in: - removed use of chkconfig
-       - make rc?.d/{S,K} links by hand
+------------------------------------------------------------------------
+rev 697:  misiek | 2000-03-27 18:07:52 +0200 (Mon, 27 Mar 2000) | 10 lines
 
-       * rc.d/init.d/Attic/halt, rc.d/init.d/Attic/reboot, rc.d/init.d/Attic/shutdwn, rc.d/init.d/allowlogin, rc.d/init.d/killall, rc.d/init.d/network, rc.d/init.d/random, rc.d/init.d/single, rc.d/init.d/Makefile.am:
-       - removed usage of chkconfig
+- removed "scripts" method of executing external programs after uping
+  or downing device (almost nobody didn't know about it 8-)
+- added new method which is using run_up() and run_down() functions
+  defined in device configuration file (ifcfg*)
+- fixed problem with displaing garbage instead of formated output
+- removed execution of random start (this should be started in standard
+  init.d way)
+- set ld.so.cache if doesn't exist, too
+- use new (rh) style for date variables
 
-       * rc.d/init.d/Attic/netfs:
-       - these should be from appropriate *mount packages (or NFS daemons)
+------------------------------------------------------------------------
+rev 696:  kloczek | 2000-03-26 08:51:45 +0200 (Sun, 26 Mar 2000) | 2 lines
 
-       * rc.d/init.d/Attic/nfsfs: - obsoleted by netfs
+- changed RUN_LDCONFIG to no.
 
-1999-10-13  Bartosz Waszak  <waszi@pld-linux.org>
+------------------------------------------------------------------------
+rev 695:  misiek | 2000-03-24 09:48:55 +0100 (Fri, 24 Mar 2000) | 2 lines
 
-       * rc.d/rc.sysinit:
-       - conf.modules -> modules.conf needed by new modutils
+- fixed problem with Runlevel messages and INIT_COL variable
 
-1999-10-12  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 694:  waszi | 2000-03-24 09:39:33 +0100 (Fri, 24 Mar 2000) | 2 lines
 
-       * Attic/configure.in: - version 0.0.12
-       - halt, reboot and shutwdn merged into rc.shutdown
-       - moved ldconfig at the end of rc system
+- fixed nfsroot support
 
-1999-10-07  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 693:  wiget | 2000-03-22 23:00:06 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * doc/net-scripts.txt: - updated partialy documentation.
+use corect name
 
-1999-10-06  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 692:  wiget | 2000-03-22 22:55:37 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network, rc.d/init.d/allowlogin, rc.d/init.d/functions, rc.d/init.d/network, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, rc.d/rc, rc.d/rc.sysinit:
-       - remove bashizm in using test ("=" instead "==").
+please don't use stupid names for files
 
-1999-09-28  Jacek Konieczny  <jajcus@pld-linux.org>
+------------------------------------------------------------------------
+rev 691:  wiget | 2000-03-22 22:44:02 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp:
-       - support for getting interface configuration from LDAP
+typo
 
-       * rc.d/init.d/network:
-       - support for loading interface configuration from LDAP
+------------------------------------------------------------------------
+rev 690:  wiget | 2000-03-22 22:41:02 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - functions for getting interfaces and aliases lists from LDAP added
-       - fixed getting interface info from LDAP
+- added <templete>.init to %doc
 
-1999-09-28  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 689:  wiget | 2000-03-22 22:30:31 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * Attic/configure.in: - release version 0.0.11
+cleanup
 
-       * po/pl.po: - updated pl translation.
+------------------------------------------------------------------------
+rev 688:  kloczek | 2000-03-22 22:21:14 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * rc.d/rc:
-       - fix: print "Entering" instead "Leaving" on entering in runlevel.
+- removed all fuzzy translations.
 
-       * rc.d/rc.sysinit:
-       - busy() instead started() on bigining initialize RAID.
+------------------------------------------------------------------------
+rev 687:  kloczek | 2000-03-22 22:04:59 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * rc.d/rc.sysinit:
-       - print 'fail' status on on failing initialize raid and 'done' on corect
-         initialize raid.
+- s/Stopowanie/Zatrzymywanie/
 
-       * rc.d/init.d/Attic/functions.network: - fixes.
+------------------------------------------------------------------------
+rev 686:  kloczek | 2000-03-22 22:03:57 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * rc.d/init.d/Attic/shutdwn:
-       - fix raid deintialization: deinitialize only active devices (removed also
-         using grep in getting active md devices list).
+- beter translations for stop/start serwices.
 
-       * rc.d/init.d/Attic/functions.network: - rearanged text.
+------------------------------------------------------------------------
+rev 685:  kloczek | 2000-03-22 21:51:46 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - fixed bug on checking is file with interface description exist,
-       - removed getting dummy code $PARENTCONFIG (this afects net interfaces LDAP
-         description).
+- added missing %s in pl translations (stopping, starting messages).
 
-1999-09-27  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 684:  wiget | 2000-03-22 21:43:17 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * sysconfig/network-scripts/ifup: - arp on for eth by default
+fixed small typo
 
-       * rc.d/init.d/functions: - fixed typo
+------------------------------------------------------------------------
+rev 683:  wiget | 2000-03-22 18:24:28 +0100 (Wed, 22 Mar 2000) | 3 lines
 
-       * Attic/configure.in: - version 0.0.10
+- Allow set /proc/sys/fs/file-max & inode-max
+  (patch by Pawe³ Krawczyk <kravietz@alfa.ceti.pl>)
 
-       * po/pl.po: - fixes
+------------------------------------------------------------------------
+rev 682:  wiget | 2000-03-22 18:20:51 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-1999-09-27  kloczek  <kloczek@pld-linux.org>
+Added BuildRequires: gettext-devel
 
-       * po/pl.po: - typo.
+------------------------------------------------------------------------
+rev 681:  kloczek | 2000-03-22 02:17:38 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * po/pl.po: - more translations.
+- more pl translations.
 
-1999-09-27  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 680:  kloczek | 2000-03-22 02:08:00 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * po/pl.po: - sync
+- added using msg_stopping() in stop.
 
-       * rc.d/init.d/Attic/shutdwn, rc.d/rc.sysinit: - nls fixes
+------------------------------------------------------------------------
+rev 679:  wiget | 2000-03-22 00:59:22 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * po/pl.po: - small correction
+use : instead . in file location
 
-1999-09-27  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 678:  wiget | 2000-03-22 00:57:18 +0100 (Wed, 22 Mar 2000) | 2 lines
 
-       * po/pl.po: - fixed some typos, more translations.
+updated makepot.pl and pl.po, pl.po need fixing
 
-1999-09-27  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 677:  waszi | 2000-03-20 07:58:14 +0100 (Mon, 20 Mar 2000) | 2 lines
 
-       * po/pl.po: - zmiana na formy bezosobowe
-       - dodanie kilku nowych t³umaczeñ
+- hacks for nfsroot, romfs
 
-       * rc.d/rc.sysinit: - nls fixes
+------------------------------------------------------------------------
+rev 676:  kloczek | 2000-03-17 02:14:45 +0100 (Fri, 17 Mar 2000) | 2 lines
 
-1999-09-27  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- more using msg_Usage().
 
-       * sysconfig/network: - cleanups
+------------------------------------------------------------------------
+rev 675:  kloczek | 2000-03-17 00:36:12 +0100 (Fri, 17 Mar 2000) | 2 lines
 
-       * sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup:
-       - nopmtudisc isn't specified by default
-       - cleanups
+- VERSION=0.2.0 (prepare to release this version).
 
-       * sysconfig/network-scripts/ifup:
-       - checking for interface via MULTICAST setting instead of ARP setting
-       - we are using ,,onlink'' option for tunnels
+------------------------------------------------------------------------
+rev 674:  misiek | 2000-03-15 16:07:46 +0100 (Wed, 15 Mar 2000) | 2 lines
 
-       * rc.d/init.d/network:
-       - more /proc/sys/net support (it can be buggy !!! testers needed)
-       - fixed status reporting
+- added info aboout Routing messages
 
-       * rc.d/init.d/functions: - termput cleanups
-       - removed unnecesary pid of process checking
-       - returns ,,died'' instead ,,failed'' in some cases
-       - fixed nls()
+------------------------------------------------------------------------
+rev 673:  kloczek | 2000-03-10 02:31:25 +0100 (Fri, 10 Mar 2000) | 2 lines
 
-       * rc.d/init.d/allowlogin: - cleanups
+- msg_Usage_noreload() and msg_Usage_reload() replace by msg_Usage().
 
-       * rc.d/init.d/Attic/functions.network:
-       - fixed setup_nat() when /etc/sysconfig/static-nat doesn't exist
-       - flushing instead deleting routing and addresses when down lo interface
+------------------------------------------------------------------------
+rev 672:  kloczek | 2000-03-10 02:21:40 +0100 (Fri, 10 Mar 2000) | 2 lines
 
-1999-09-26  Jacek Konieczny  <jajcus@pld-linux.org>
+- added return in exit error code $RETVAL.
 
-       * sysconfig/network, rc.d/init.d/Attic/functions.network:
-       - first step to keeping interface information in LDAP
+------------------------------------------------------------------------
+rev 671:  zagrodzki | 2000-03-09 12:50:24 +0100 (Thu, 09 Mar 2000) | 2 lines
 
-1999-09-15  Artur Frysiak  <wiget@pld-linux.org>
+- show() now substitutes %s properly
 
-       * rc-scripts.spec.in: - fixed typos
+------------------------------------------------------------------------
+rev 670:  zagrodzki | 2000-03-09 12:43:07 +0100 (Thu, 09 Mar 2000) | 2 lines
 
-       * rc.d/init.d/allowlogin, rc.d/init.d/functions, rc.d/rc, rc.d/rc.sysinit:
-       - fixed nls messages
-       - ignore autogenerated files
+- show instead of nls in some functions
 
-       * po/Attic/rc-scripts.pot: - removed autogenerated file
+------------------------------------------------------------------------
+rev 669:  zagrodzki | 2000-03-09 12:30:54 +0100 (Thu, 09 Mar 2000) | 2 lines
 
-       * Attic/configure.in: - added list of shell scripts
+- more function
 
-       * makepot.pl:
-       - helper scripts: extract messages from scripts and make pot file
+------------------------------------------------------------------------
+rev 668:  zagrodzki | 2000-03-09 12:11:42 +0100 (Thu, 09 Mar 2000) | 2 lines
 
-       * po/Makefile.am, po/pl.po: - fixed `make rc-scripts.pot`
-       - updated polish translation
+- default value for INIT_COL
 
-1999-09-15  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 667:  zagrodzki | 2000-03-09 11:57:57 +0100 (Thu, 09 Mar 2000) | 2 lines
 
-       * rc.d/init.d/network:
-       - errors from interfaces and tunnel checking > /dev/null
+- added INIT_COL setting
 
-       * doc/Makefile.am: - removed ipchains-setup.txt
+------------------------------------------------------------------------
+rev 666:  zagrodzki | 2000-03-09 11:57:07 +0100 (Thu, 09 Mar 2000) | 3 lines
 
-       * sysconfig/network-scripts/ifup:
-       - we are adding fe80::IPv4 addresses to sit interfaces _only_
+- slightly modified show() function
+- changed all "67" to "$INIT_COL"
 
-       * sysconfig/interfaces/tnlcfg-description:
-       - added information about using tnlcfg-xxx instead of ifcfg-xxx
+------------------------------------------------------------------------
+rev 665:  misiek | 2000-03-08 17:30:14 +0100 (Wed, 08 Mar 2000) | 3 lines
 
-       * po/pl.po: - fixed typo
+- start some scripts after interface is upped or downed
+  (/etc/sysconfig/interfaces/scripts/ifname/somename.{up,down}
 
-1999-09-13  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 664:  misiek | 2000-03-08 17:29:11 +0100 (Wed, 08 Mar 2000) | 2 lines
 
-       * rc.d/rc:
-       - added test if /var/run is writable to avoid errors if it is read-only
+- support for interactive starting
 
-       * sysconfig/i18n: - added missing cvs keyword
+------------------------------------------------------------------------
+rev 663:  zagrodzki | 2000-03-08 16:43:07 +0100 (Wed, 08 Mar 2000) | 3 lines
 
-       * doc/Attic/ipchains-setup.txt: - removed obsolete documentation
 
-       * sysconfig/interfaces/ifcfg-description, sysconfig/network-scripts/ifup:
-       - another support for IPv4 aliases via IPADDR_ALIASES variable
+- added "is_yes" and "is_no" functions
 
-       * sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup:
-       - another way to set TTL or TOS to avoid 'inherit' value
-       - cleanups in var names
+------------------------------------------------------------------------
+rev 662:  zagrodzki | 2000-03-08 16:26:44 +0100 (Wed, 08 Mar 2000) | 3 lines
 
-       * rc.d/init.d/network: - fixed status reporting
 
-1999-09-04  Bartosz Waszak  <waszi@pld-linux.org>
+- force-reload returns right status on exit
 
-       * rc.d/init.d/Attic/shutdwn: umount -a fixed
+------------------------------------------------------------------------
+rev 661:  zagrodzki | 2000-03-08 16:23:12 +0100 (Wed, 08 Mar 2000) | 5 lines
 
-       * rc.d/rc.sysinit: now is rootfs on NFS compatible
 
-       * rc.d/Makefile.am: small fixes
+- added force-reload option
+- added exit code 1 at errors
+- checking for running service at stop
 
-1999-09-03  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 660:  zagrodzki | 2000-03-08 15:59:54 +0100 (Wed, 08 Mar 2000) | 3 lines
 
-       * rc.d/init.d/Attic/shutdwn: posible fix for umounting /usr
 
-       * rc.d/init.d/functions: fix in termput()
+- was "2&>1" instead of "2>&1" - fixed
 
-       * rc.d/init.d/functions:
-       termput() check for /usr/share/terminfo and tput everytime
+------------------------------------------------------------------------
+rev 659:  zagrodzki | 2000-03-08 15:50:42 +0100 (Wed, 08 Mar 2000) | 3 lines
 
-1999-09-02  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
 
-       * rc.d/rc.init: - added proper rc.init version
+- unified syntax for setting numerical and nonnumerical variables
 
-       * NEWS, README, TODO, autogen.sh, rc-scripts.spec.in, rc.d/Attic/initscript, rc.d/Makefile.am:
-       - updated
+------------------------------------------------------------------------
+rev 658:  zagrodzki | 2000-03-08 15:40:38 +0100 (Wed, 08 Mar 2000) | 4 lines
 
-1999-09-02  Artur Frysiak  <wiget@pld-linux.org>
 
-       * rc.d/rc.init: removed
+- default configuration support
+- typo
 
-1999-09-02  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 657:  wiget | 2000-03-08 12:52:11 +0100 (Wed, 08 Mar 2000) | 2 lines
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup:
-       - another way do check if IPv4/6 is specified on interface
-       - fixed few typo
+- support exit code defined in LSB spec (http://www.linuxbase.org/)
 
-       * rc.d/init.d/Attic/functions.network, rc.d/init.d/Attic/ipchains, rc.d/init.d/Makefile.am, rc.d/init.d/functions:
-       - added function to setup NAT rules
-       - modprobing ipv6.o is now done in autoclean mode
-       - removed ipchains (this script should be in ipchains package)
-       - better errors handling in run_cmd()
+------------------------------------------------------------------------
+rev 656:  wiget | 2000-03-06 01:34:24 +0100 (Mon, 06 Mar 2000) | 2 lines
 
-       * sysconfig/network-scripts/tnlup:
-       - modprobe modules in autoclean mode and report errors via syslog
-       - added check for /lib/modules/`uname -r`/*/module_name.o
+- nls()ed
 
-       * sysconfig/network-scripts/ifup-sl:
-       -load slip.o module if available (in autoclean mode)
+------------------------------------------------------------------------
+rev 655:  wiget | 2000-03-06 01:23:06 +0100 (Mon, 06 Mar 2000) | 4 lines
 
-       * rc.d/init.d/network: - SIT tunnels are upped at the end
+rm -f /var/lock/subsys/<service> >/dev/null 2&>1
+1. -r is not needed
+2. silent
 
-       * rc.d/rc.sysinit:
-       - logging errors from depmod and modprobe via syslog
+------------------------------------------------------------------------
+rev 654:  kloczek | 2000-03-06 01:19:44 +0100 (Mon, 06 Mar 2000) | 2 lines
 
-       * rc.d/rc.init: - renamed initscript to rc.init
+- added "rm -rf /var/lock/subsys/<service>" in stop.
 
-       * doc/ipcalc.1:
-       - fixed typos
+------------------------------------------------------------------------
+rev 653:  kloczek | 2000-03-06 01:10:46 +0100 (Mon, 06 Mar 2000) | 7 lines
 
-       * src/initlog.c, src/ipcalc.c, src/netreport.c, src/process.c, src/usernetctl.c, src/usleep.c:
-       - added casts to proper types and started NLSing
+Template init script.
+This script can be used for preparing some unified
+output messages translation for other init scripts for all services)
 
-1999-09-01  Artur Frysiak  <wiget@pld-linux.org>
+Also it would be good to change all other init scripts for compatybility
+with this skeleton script and/or keep this file as template.
 
-       * rc.d/init.d/network: - load /etc/ethers after interface ups.
+------------------------------------------------------------------------
+rev 652:  siefca | 2000-03-04 23:40:07 +0100 (Sat, 04 Mar 2000) | 2 lines
 
-       * rc-scripts.spec.in: - fix in make symlinks to rc.local
+Time zone information will be updated only when needed.
 
-       * rc.d/init.d/Attic/functions.network, rc.d/init.d/functions, Attic/configure.in, rc-scripts.spec.in, rc.d/rc, rc.d/rc.sysinit:
-       - version up to 0.0.9
-       - added printf_() equwalent to bash built-in printf() or /usr/bin/printf
-       - changed nls() to work like printf
-       - tput() -> termput()
-       - changed all show bla bla; to show "bla bla";
-       - added symlinks to /etc/rc.d/rc.local
+------------------------------------------------------------------------
+rev 651:  siefca | 2000-03-04 14:59:17 +0100 (Sat, 04 Mar 2000) | 2 lines
 
-1999-08-31  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+added time zone setting
 
-       * rc.d/rc.sysinit: - fixed quotacheck calls
+------------------------------------------------------------------------
+rev 650:  siefca | 2000-03-04 14:41:58 +0100 (Sat, 04 Mar 2000) | 2 lines
 
-1999-08-26  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+configuration parameters for time zone setting
 
-       * TODO:
-       - interfejs sit0 musi byæ podnoszony na samym koñcu
+------------------------------------------------------------------------
+rev 649:  siefca | 2000-03-04 14:39:51 +0100 (Sat, 04 Mar 2000) | 2 lines
 
-1999-08-25  mikrobi  <mikrobi@pld-linux.org>
+chkconfig script for time zone setting
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup:
-       - added DEFAULTHANDLING variable (mainly for ATM startup scripts)
+------------------------------------------------------------------------
+rev 648:  siefca | 2000-03-04 14:38:28 +0100 (Sat, 04 Mar 2000) | 2 lines
 
-1999-08-20  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+configuration profile (variables) for time zone setting
 
-       * rc.d/init.d/Attic/functions.network:
-       added two nls calls
+------------------------------------------------------------------------
+rev 647:  wiget | 2000-03-02 18:22:15 +0100 (Thu, 02 Mar 2000) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       - ipv6 addresses arn't deleted when lo device is downing (some people doesn't
-       use IPv6, yet)
+0.1.5
 
-1999-08-18  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 646:  misiek | 2000-02-28 13:50:45 +0100 (Mon, 28 Feb 2000) | 2 lines
 
-       * rc.d/rc.sysinit:
-       fixed raid starting
+- run depmod if modules.dep is older that modules.conf, too
 
-1999-08-16  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 645:  misiek | 2000-02-18 19:07:01 +0100 (Fri, 18 Feb 2000) | 2 lines
 
-       * TODO, rc-scripts.spec.in, rc.d/init.d/killall:
-       killall is now chkconfig ready.
-       updated TODO list.
+- set ipv6 forwarding only if ipv6 is enabled
 
-1999-08-14  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 644:  misiek | 2000-02-18 18:59:19 +0100 (Fri, 18 Feb 2000) | 2 lines
 
-       * sysconfig/network-scripts/ifup-sl:
-       removed unnecesary check (via fuser)
+- translations for DONE etc are always taken from rc-scripts.mo
 
-       * sysconfig/network-scripts/ifup-sl:
-       typo
+------------------------------------------------------------------------
+rev 643:  waszi | 2000-02-18 13:37:36 +0100 (Fri, 18 Feb 2000) | 2 lines
 
-       * rc.d/init.d/network:
-       removed [ -f /etc/sysconfig/interfaces/$i ] tests
+- typo
 
-       * sysconfig/network-scripts/ifup-sl:
-       increased sleep value after starting slattach to 2 seconds
+------------------------------------------------------------------------
+rev 642:  wiget | 2000-02-18 11:42:02 +0100 (Fri, 18 Feb 2000) | 2 lines
 
-       * rc.d/rc.sysinit:
-       "quotaon /" removed. quota is turned on later by quotaon -a
+s/LANG/LC_ALL/ in umount
 
-       * rc.d/init.d/Attic/functions.network, sysconfig/network-scripts/tnlup:
-       modprobing ipip ip_gre modules moved temporary to tnlup
+------------------------------------------------------------------------
+rev 641:  wiget | 2000-02-18 11:37:06 +0100 (Fri, 18 Feb 2000) | 4 lines
 
-       * rc-scripts.spec.in:
-       interfaces file names must starting from "ifcfg-"
+- fix ummounting
+-- locale & /usr problem
+-- devfs ready
 
-       * sysconfig/network-scripts/ifup-sl:
-       fixed DIRECT_CONNECT mode (ie. for using slattach)
+------------------------------------------------------------------------
+rev 640:  wiget | 2000-02-18 10:13:26 +0100 (Fri, 18 Feb 2000) | 2 lines
 
-       * sysconfig/network-scripts/ifup-post:
-       now $FULLDEVNAME is passed to ifup-routes (fixed problem with duplicate routes)
+- run devfsd before all
 
-       * sysconfig/network-scripts/ifup-aliases:
-       changed path to ifup (now it's /sbin/ifup)
+------------------------------------------------------------------------
+rev 639:  waszi | 2000-02-18 09:35:18 +0100 (Fri, 18 Feb 2000) | 2 lines
 
-       * rc.d/init.d/functions:
-       - \b\b\b\b... characters also are NLSed (this is needed when translating
-       "DONE", "BUSY" etc.
+- added devfsd support
 
-       * rc.d/rc.sysinit, sysconfig/system:
-       added new variable SET_SLINKS. If it set to "yes" then rc.sysinit is setting
-       symlinks in /boot dependent on kernel version.
+------------------------------------------------------------------------
+rev 638:  misiek | 2000-02-17 11:59:14 +0100 (Thu, 17 Feb 2000) | 2 lines
 
-       * rc-scripts.spec.in: typo in locale path
+- print space as last char in prompt
 
-       * sysconfig/network-scripts/ifup:
-       we are adding IPv4 based link-local addresses, too.
+------------------------------------------------------------------------
+rev 637:  misiek | 2000-02-10 11:31:36 +0100 (Thu, 10 Feb 2000) | 2 lines
 
-1999-08-12  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- running depmod is now configurable
 
-       * rc.d/init.d/network, sysconfig/network-scripts/ifup-aliases:
-       - aliasing are upped via ifup-aliases after main device is up
+------------------------------------------------------------------------
+rev 636:  baggins | 2000-02-08 16:49:31 +0100 (Tue, 08 Feb 2000) | 2 lines
 
-1999-08-09  Artur Frysiak  <wiget@pld-linux.org>
+- removed bogus defattr
 
-       * rc.d/init.d/functions, rc.d/rc: - changed ptintf to awk
+------------------------------------------------------------------------
+rev 635:  misiek | 2000-02-03 12:50:20 +0100 (Thu, 03 Feb 2000) | 2 lines
 
-       * rc-scripts.spec.in: - added Requires: /bin/gettext
+- cleanups
 
-       * rc.d/init.d/Attic/shutdwn: - fix remount to ro
+------------------------------------------------------------------------
+rev 634:  misiek | 2000-02-03 12:50:05 +0100 (Thu, 03 Feb 2000) | 2 lines
 
-1999-08-09  kloczek  <kloczek@pld-linux.org>
+- router discovery daemon support
 
-       * sysconfig/Makefile.am:
-       - removed ipchans and addes i18n to syscinfig files.
+------------------------------------------------------------------------
+rev 633:  misiek | 2000-02-03 12:49:04 +0100 (Thu, 03 Feb 2000) | 2 lines
 
-       * sysconfig/Attic/ipchains:
-       - not neccessary (ip chaninc is handled by firewal-init scripts package).
+- functions run_cmd() and daemon() are returning proper values now
 
-1999-08-09  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 632:  misiek | 2000-02-03 12:48:30 +0100 (Thu, 03 Feb 2000) | 3 lines
 
-       * Attic/configure.in, rc.d/init.d/functions: - more locale strings
-       - fix locale support in configure.in
+- new (better) unmounting procedure from initscripts
+- cleanups
 
-1999-08-09  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 631:  misiek | 2000-01-31 15:30:11 +0100 (Mon, 31 Jan 2000) | 2 lines
 
-       * rc-scripts.spec.in: - added /etc/sysconfig/i18n as a %config file.
+- fixes and updates
 
-       * Attic/configure.in: - release 0.0.8.
+------------------------------------------------------------------------
+rev 630:  misiek | 2000-01-31 15:29:53 +0100 (Mon, 31 Jan 2000) | 2 lines
 
-1999-08-07  Artur Frysiak  <wiget@pld-linux.org>
+- translate to english (update)
 
-       * po/Attic/rc-scripts.pot, po/Makefile.am, rc.d/init.d/Attic/functions.network, rc.d/init.d/Attic/ipchains, rc.d/init.d/functions, sysconfig/interfaces/Makefile.am, Attic/configure.in, Makefile.am, rc-scripts.spec.in:
-       - expr -> $(( ))
-       - wstêp automake/autoconf do locale
+------------------------------------------------------------------------
+rev 629:  misiek | 2000-01-31 15:29:38 +0100 (Mon, 31 Jan 2000) | 3 lines
 
-1999-08-06  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
 
-       * rc.d/init.d/Attic/functions.network: fixed bug with math
+- nls cant handle special characters such as '\n' - workaround this
 
-       * rc.d/init.d/Attic/functions.network:
-       added return 0 to proc_net() function
+------------------------------------------------------------------------
+rev 628:  misiek | 2000-01-31 15:29:04 +0100 (Mon, 31 Jan 2000) | 2 lines
 
-       * rc.d/init.d/network: removed last change
+- avoid errors when lo interface is down
 
-1999-08-04  Jan Rêkorajski  <baggins@pld-linux.org>
+------------------------------------------------------------------------
+rev 627:  kloczek | 2000-01-05 02:18:01 +0100 (Wed, 05 Jan 2000) | 2 lines
 
-       * rc.d/init.d/network: A BUG has been fixed!
-       jak u¿ywacie zmiennych shella misiowie to tam _musi_ byæ $ na pocz±tku!
+- mout procsf before all.
 
-1999-08-02  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 626:  baggins | 2000-01-04 18:23:40 +0100 (Tue, 04 Jan 2000) | 4 lines
 
-       * rc.d/Attic/initscript: moved here from SysVinit package
+- version 0.1.4
+- added RUN_LDCONFIG variable to /etc/sysconfig/system, now it's
+  possible to turn off/on ld.so.cache regeneration upon startup
 
-1999-08-02  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 625:  jajcus | 1999-12-30 13:11:37 +0100 (Thu, 30 Dec 1999) | 2 lines
 
-       * setsysfont: - reformated.
+- send messages to /dev/console (which can be serial console) instead of virtual terminal
 
-       * rc.d/rc.sysinit:
-       - changed group to utmp on utmpx (to be compliant with RH).
+------------------------------------------------------------------------
+rev 624:  jajcus | 1999-12-30 13:09:45 +0100 (Thu, 30 Dec 1999) | 3 lines
 
-1999-08-02  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- support for "any/none" routes in /etc/sysconfig/statig routes
+  --- these may be used for unreachable or blackhole routes
 
-       * rc.d/init.d/Attic/functions.network, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post, rc.d/rc.sysinit, README:
-       - poprawiony b³±d "Delaying xxxx initialization." mimo poprawnej konfiguracji
-       - tworzone s± poprawne linki do /boot/System.map-version
+------------------------------------------------------------------------
+rev 623:  jajcus | 1999-12-30 13:01:16 +0100 (Thu, 30 Dec 1999) | 2 lines
 
-1999-07-31  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- updates in static-routes description
 
-       * po/Attic/rc-scripts.pot, po/pl.po:
-       - pot + pl t³umaczenie
+------------------------------------------------------------------------
+rev 622:  wiget | 1999-12-28 00:38:21 +0100 (Tue, 28 Dec 1999) | 2 lines
 
-       * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, rc.d/init.d/Attic/functions.network, rc.d/init.d/Attic/halt, rc.d/init.d/Attic/ipchains, rc.d/init.d/Attic/netfs, rc.d/init.d/Attic/nfsfs, rc.d/init.d/Attic/reboot, rc.d/init.d/Attic/shutdwn, rc.d/init.d/allowlogin, rc.d/init.d/functions, rc.d/init.d/killall, rc.d/init.d/network, rc.d/init.d/random, rc.d/init.d/single, sysconfig/Attic/ipchains, sysconfig/i18n, sysconfig/interfaces/Attic/ifcfg-lo, sysconfig/network, sysconfig/system, ppp/ip-down.d/logger, ppp/ip-up.d/logger, rc.d/rc, rc.d/rc.sysinit, AUTHORS, Attic/configure.in, COPYING, INSTALL, NEWS, TODO, autogen.sh, doc-devel/Attic/ogolnie, inittab, rc-scripts.spec.in, setsysfont:
-       - dodana obs³uga statycznej tablicy ARP
-       - interfejs lo nie wymaga pliku konfiguracyjnego
-       - dodane wsparcie dla innych jêzyków ni¿ angielski (NLS)
-       - rc.sysinit && rc ustawia odpowiednie zmienne potrzebne do obs³ugi NLS
-       - ustawianie fontów, map ju¿ w skryptcie setsysfont
-       - ifup && ifdown: wreszcie poprawnie dzia³aj± dla interfejsów IPv6 only
-       - dla deinicjowania sieci interfejsy sortujemy w porz±dku odwróconym
-       - wykorzystujemy _wy³±cznie_ iproute2 (zmodyfikowane wszelkie odwo³ania do ifconfig lub route)
-       - usuniête Requires: net-tools
-       - dodane label ${FULLDEVNAME} przy deinicjowaniu interfejsów
-       - usuniêty baggins z AUTHORS
-       - dodane COPYING (GPL) oraz standardowy plik INSTALL
-       - dodana mo¿liwo¶æ obs³ugi t³umaczeñ DONE, BUSY itp o dlugo¶ci ró¿nej od 4 liter
+- fix typos
 
-1999-07-29  Grzegorz Stanislawski  <stangrze@pld-linux.org>
+------------------------------------------------------------------------
+rev 621:  jajcus | 1999-12-20 20:36:27 +0100 (Mon, 20 Dec 1999) | 2 lines
 
-       * TODO:
-       Zrobione. (to z ipv6)
+- ifdown should now work for user-controled interfaces
 
-1999-07-29  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 620:  kloczek | 1999-12-20 11:28:56 +0100 (Mon, 20 Dec 1999) | 2 lines
 
-       * TODO, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup:
-       now running tnlup/tnldown tunel is possible
+- reformated.
 
-1999-07-28  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 619:  jajcus | 1999-12-19 17:07:02 +0100 (Sun, 19 Dec 1999) | 2 lines
 
-       * rc-scripts.spec.in:
-       - added pasiing LDFLAGS="-s" to ./configure enviroment (cause stripping
-       binaries).
+- Use IPv4 address for setting hostname (or there will be no hostname on DHCP-configured hosts)
 
-1999-07-27  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 618:  jajcus | 1999-12-19 17:06:02 +0100 (Sun, 19 Dec 1999) | 4 lines
 
-       * TODO:
-       - dodaæ mo¿liwo¶æ ustawiania statycznej tablicy arp (patrz: man ethers arp
-         opcja -f). Najpawdopodobniej najlepszym miescem bêdzie punkt miê
-         podnoszeniem lo a nastepnych interfejsów.
+- usernetctl is now in /sbin
+- OTHERSCRIPT should be started even if no IPv4 address is given (PPP won't work otherwise)
+- IPv6 link-local addresses are added by kernel. We shouldn't do it again
 
-       * Attic/configure.in: - version up to 0.0.7.
+------------------------------------------------------------------------
+rev 617:  jajcus | 1999-12-19 17:04:29 +0100 (Sun, 19 Dec 1999) | 3 lines
 
-       * rc.d/rc.sysinit:
-       - use raidadd instead raidstart during initialization RAID deveces,
-       - added raidrun for activate md devices.
+- usernetclt is now in /sbin
+- OTHERSCRIPT should be astarted even if no IPv4 address is given
 
-1999-07-27  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 616:  jajcus | 1999-12-19 16:58:12 +0100 (Sun, 19 Dec 1999) | 3 lines
 
-       * TODO:
-       - rc.sysvinit dzia³a z e2fsprogs 1.15 (testowane z LABEL=, do przetestowania UUID=)
+- search for ifcfg-* files in /etc/sysconfig/interfaces
+- ifup and ifdown are now only in /sbin
 
-1999-07-27  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 615:  jajcus | 1999-12-19 16:54:32 +0100 (Sun, 19 Dec 1999) | 2 lines
 
-       * TODO:
-       - o ile to mo¿liwe usun±æ u¿ywanie awk i sed zastêpowaæ u¿yewaniem sh lub
-         przynajmeniej zastêpowaæ awka sedem
+- more ignores
 
-       * rc-scripts.spec.in: - added allowlogin to inet.d scripts,
-       - fixed typo in post,
-       - cosmetics,
+------------------------------------------------------------------------
+rev 614:  kloczek | 1999-12-18 20:51:37 +0100 (Sat, 18 Dec 1999) | 2 lines
 
-       * rc.d/init.d/Makefile.am: - added allowlogin to init_SCRIPTS.
+- release 0.1.3.
 
-       * sysconfig/network-scripts/Makefile.am:
-       - added ifdown-post to networkscripts_SCRIPTS.
+------------------------------------------------------------------------
+rev 613:  kloczek | 1999-12-18 20:51:07 +0100 (Sat, 18 Dec 1999) | 2 lines
 
-       * ppp/ip-down, ppp/ip-up:
-       - chnegd "#!/bin/bash" to "#!/bin/sh".
+- added missing shvar.h to ppp_watch_SOURCES.
 
-1999-07-22  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 612:  kloczek | 1999-12-18 17:43:24 +0100 (Sat, 18 Dec 1999) | 2 lines
 
-       * TODO: e2progs 1.15
+- updated man_MANS man pages file list.
 
-1999-07-22  Grzegorz Stanislawski  <stangrze@pld-linux.org>
+------------------------------------------------------------------------
+rev 611:  kloczek | 1999-12-18 17:26:30 +0100 (Sat, 18 Dec 1999) | 2 lines
 
-       * sysconfig/network-scripts/ifup:
+- s/ZDECHL/ZGINAL/.
 
-       Maly hack zeby dzialaly iface tylko na ipv6.
-       Pomijane jest wyliczanie natmaski/prefixu jak adres ipv4 nie jest zdefiniowany.
+------------------------------------------------------------------------
+rev 610:  kloczek | 1999-12-18 17:24:38 +0100 (Sat, 18 Dec 1999) | 11 lines
 
-1999-07-22  kloczek  <kloczek@pld-linux.org>
+- replace:
 
-       * Attic/configure.in: - version to 0.0.6.
+  grep "^$1 "
 
-1999-07-22  Artur Frysiak  <wiget@pld-linux.org>
+  to:
 
-       * sysconfig/interfaces/Makefile.am, rc-scripts.spec.in:
-       cleanup for release
+  grep "^$1[[:blank:]]"
 
-       * TODO: uwaga do tnlup
+  on finding static routes entries for specified interface. This allow place
+  also tab character after interface name.
 
-       * TODO: TODO list
+------------------------------------------------------------------------
+rev 609:  misiek | 1999-12-15 19:41:51 +0100 (Wed, 15 Dec 1999) | 2 lines
 
-       * sysconfig/interfaces/Attic/ifcfg-eth0.wiget, sysconfig/interfaces/ifcfg-description, sysconfig/interfaces/tnlcfg-description, sysconfig/interfaces/tnlcfg-icm:
-       cleanup
+- one more source file
 
-       * sysconfig/interfaces/Attic/ifcfg-lo: - added IPV6_ADDR
-       - fixed PREFIX
+------------------------------------------------------------------------
+rev 608:  misiek | 1999-12-15 19:41:09 +0100 (Wed, 15 Dec 1999) | 7 lines
 
-       * rc-scripts.spec.in: - cleanup
+- fixed lang.csh
+- we use -a instead &&
+- updated few programs in src directory
+- fixed starting network when none of ifcfg-* file exist
+- write nice logo at startup
+- fixed problem with translated deltext() function
 
-       * rc.d/init.d/Attic/shutdwn: typo
+------------------------------------------------------------------------
+rev 607:  misiek | 1999-12-11 13:45:13 +0100 (Sat, 11 Dec 1999) | 2 lines
 
-1999-07-21  Grzegorz Stanislawski  <stangrze@pld-linux.org>
+- added Jacek Konieczny
 
-       * rc.d/init.d/network:
+------------------------------------------------------------------------
+rev 606:  kloczek | 1999-12-09 13:31:53 +0100 (Thu, 09 Dec 1999) | 3 lines
 
-        Expresion with /usr/bin/cut replaced by one with sed ;-)
-        now rc-scripts only need /bin to work properly.
+- added including /etc/rc.d/rc.modules for loading modules before starting
+  all services and initializing raid deveces.
 
-1999-07-21  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 605:  elephant | 1999-12-02 22:44:17 +0100 (Thu, 02 Dec 1999) | 2 lines
 
-       * rc.d/init.d/Attic/functions-ip6: obsoletes
+- corrected e-mail of mine
 
-1999-07-20  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 604:  kloczek | 1999-12-02 11:38:55 +0100 (Thu, 02 Dec 1999) | 3 lines
 
-       * rc-scripts.spec.in: rc.serial moved to setserial
+- chkconfig field is back (without this upgrade from initscripts to
+  rc-scripts fails).
 
-1999-07-15  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 603:  wiget | 1999-11-26 17:31:26 +0100 (Fri, 26 Nov 1999) | 2 lines
 
-       * rc.d/init.d/functions:
-       - added >/dev/null 2>&1 to kill
+- process /etc/sysconfig/system (fix BR#110)
 
-       * rc.d/init.d/Attic/functions.network, rc.d/init.d/functions, rc.d/init.d/network, rc.d/rc.sysinit:
-       - we are using better pidofproc() from RH initscripts
-       - removed unnecesary check in rc.sysinit
-       - removed all obsolete functions from functions.network
-       - finished proc_net() function (interface to /proc/sys/net)
+------------------------------------------------------------------------
+rev 602:  wiget | 1999-11-16 15:54:01 +0100 (Tue, 16 Nov 1999) | 2 lines
 
-       * rc-scripts.spec.in: requires: /bin/awk
+- fixes
 
-1999-07-14  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 601:  kloczek | 1999-11-16 12:28:50 +0100 (Tue, 16 Nov 1999) | 2 lines
 
-       * rc.d/Attic/rc.serial:
-       - moved to setserial.
+- reformated.
 
-       * rc.d/Makefile.am:
-       - removed rc.derial.
+------------------------------------------------------------------------
+rev 600:  kloczek | 1999-11-16 02:34:40 +0100 (Tue, 16 Nov 1999) | 2 lines
 
-1999-07-13  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- reformated text.
 
-       * AUTHORS: authors - based on ChangeLog
+------------------------------------------------------------------------
+rev 599:  kloczek | 1999-11-16 02:33:28 +0100 (Tue, 16 Nov 1999) | 3 lines
 
-       * rc.d/init.d/functions, rc.d/rc.sysinit:
-       - /proc is mounted before starting fsck (needed for working LABEL support is fsck)
-       - fixed bug in show()
+- s/Zapis ziarna losowego/Zapisanie podstawy generatora losoweg/
+- other cleanups.
 
-       * sysconfig/interfaces/data/chat-ppp0.leased1, sysconfig/interfaces/data/chat-ppp0.tpsa, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/ifup-sl, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, rc.d/init.d/Attic/functions.network, rc.d/init.d/functions, sysconfig/interfaces/Attic/ifcfg-eth0.wiget, sysconfig/interfaces/Attic/ifcfg-lo, sysconfig/interfaces/data/chat-ppp0.callback, sysconfig/interfaces/ifcfg-ppp0.callback, sysconfig/interfaces/ifcfg-ppp0.leased1, sysconfig/interfaces/ifcfg-ppp0.leased2, sysconfig/interfaces/ifcfg-sl0, sysconfig/interfaces/tnlcfg-icm, doc-devel/Attic/ogolnie, doc/sysconfig.txt, doc/sysvinitfiles, ppp/ip-down, ppp/ip-up, rc.d/Attic/rc.serial, rc.d/rc, rc.d/rc.local, rc.d/rc.sysinit, AUTHORS, INSTALL, Makefile.am, NEWS, README, doc/Attic/ipchains-setup.txt, doc/net-scripts.txt, inittab, lang.csh, lang.sh, rc-scripts.spec.in, setsysfont:
-       massive :$
+------------------------------------------------------------------------
+rev 598:  wiget | 1999-11-16 00:17:20 +0100 (Tue, 16 Nov 1999) | 2 lines
 
-1999-07-05  Artur Frysiak  <wiget@pld-linux.org>
+- updated
 
-       * rc-scripts.spec.in: Requires: procps
+------------------------------------------------------------------------
+rev 597:  kloczek | 1999-11-15 02:21:16 +0100 (Mon, 15 Nov 1999) | 2 lines
 
-1999-07-05  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- s/pl/pl_PL/.
 
-       * rc.d/init.d/functions:
-       we are using printf from sh-utils package instead of cut
+------------------------------------------------------------------------
+rev 596:  kloczek | 1999-11-14 08:55:47 +0100 (Sun, 14 Nov 1999) | 2 lines
 
-1999-07-05  Artur Frysiak  <wiget@pld-linux.org>
+- new version 1.1.2.
 
-       * rc-scripts.spec.in, Attic/configure.in:
-       - network-scripts moved to /etc/sysconfig
+------------------------------------------------------------------------
+rev 595:  kloczek | 1999-11-14 08:54:53 +0100 (Sun, 14 Nov 1999) | 2 lines
 
-       * rc-scripts.spec.in: Requires: net-tools, iproute2
+- s/DEVICEFULLNAME/
 
-       * rc-scripts.spec.in: Requires: sed
+------------------------------------------------------------------------
+rev 594:  kloczek | 1999-11-09 01:12:35 +0100 (Tue, 09 Nov 1999) | 2 lines
 
-       * Attic/configure.in, rc-scripts.spec.in, sysconfig/network-scripts/Makefile.am:
-       - skrypty sieciowe w network-scripts
-       - ipchains poniechane (jak kto¶ chce to niech wsadzi w oddzielny modu³)
-       - net-scripts i rc-scripts po³±czone w rc-scripts
+- removed "chmod 0664 /var/log/wtmpx" (this is task for SysVinit %post).
 
-1999-07-05  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 593:  kloczek | 1999-11-07 15:00:05 +0100 (Sun, 07 Nov 1999) | 2 lines
 
-       * rc.d/init.d/functions, sysconfig/network-scripts/ifup, rc.d/rc:
-       - przesuniête inormacje `ok`, `busy` itp w nieco w prawo (wiêcej miejsca na komunikaty)
-       - dodajemy takze routing IPv6 na okreslone interfejsy
+- fixed BR#103 (s#==#=).
 
-1999-07-03  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 592:  wiget | 1999-11-06 01:25:31 +0100 (Sat, 06 Nov 1999) | 2 lines
 
-       * sysconfig/network-scripts/Attic/ChangeLog: i po tescie
+- small fixes
 
-       * sysconfig/network-scripts/ifup: ip used to sed MAC address
+------------------------------------------------------------------------
+rev 591:  wiget | 1999-11-06 01:23:54 +0100 (Sat, 06 Nov 1999) | 2 lines
 
-       * sysconfig/network-scripts/Attic/ChangeLog: test
+- now realy handle ifup <dev>
 
-1999-07-02  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 590:  wiget | 1999-10-27 14:09:56 +0200 (Wed, 27 Oct 1999) | 2 lines
 
-       * rc-scripts.spec.in: more Requires
+- fix nls() function
 
-       * src/Makefile.am, rc-scripts.spec.in: added missing files
+------------------------------------------------------------------------
+rev 589:  kloczek | 1999-10-27 07:46:52 +0200 (Wed, 27 Oct 1999) | 2 lines
 
-       * doc/ipcalc.1: from src
+- new bersion 0.1.1.
 
-       * doc/Makefile.am: added initlog.1
+------------------------------------------------------------------------
+rev 588:  kloczek | 1999-10-27 07:46:27 +0200 (Wed, 27 Oct 1999) | 2 lines
 
-       * src/Attic/doexec.1, src/Attic/initlog.1, src/Attic/ipcalc.1, src/Attic/netreport.1, src/Attic/usernetctl.1, src/Attic/usleep.1, src/Makefile.am:
-       manuals in doc
+- more fixes for displaing messages on initializing raid devices.
 
-1999-07-02  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 587:  kloczek | 1999-10-27 05:12:27 +0200 (Wed, 27 Oct 1999) | 2 lines
 
-       * rc.d/init.d/Makefile.am, sysconfig/network-scripts/ifup:
-       - ARPable by default
+- reorder in %files.
 
-       * sysconfig/Attic/network-ip6, sysconfig/Attic/network-ip6.conf, sysconfig/interfaces/Attic/ifcfg-eth0.wiget, sysconfig/network, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, doc-devel/Attic/ogolnie, rc.d/init.d/Attic/network-ip6.init, rc.d/init.d/allowlogin, rc.d/init.d/network, rc.d/rc, rc.d/rc.sysinit:
-       - obs³uga multicast, arp, src
-       - poprawka w "Delay Login"
-       - poprawki w template ifcfg-eth0.wiget
-       - tnlup && tnldown uwzglêdniaj± konfiguracjê w network
-       - ustawianie defaulowo PROTOCOL=
+------------------------------------------------------------------------
+rev 586:  kloczek | 1999-10-27 05:11:32 +0200 (Wed, 27 Oct 1999) | 2 lines
 
-1999-07-01  Artur Frysiak  <wiget@pld-linux.org>
+- started instead busy on staring initialize raid dev.
 
-       * Attic/configure.in, rc-scripts.spec.in, sysconfig/interfaces/Makefile.am, sysconfig/interfaces/data/Makefile.am:
-       now rc-scripts compile, install and make rpm correct
+------------------------------------------------------------------------
+rev 585:  kloczek | 1999-10-27 04:26:45 +0200 (Wed, 27 Oct 1999) | 2 lines
 
-1999-06-29  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- added Requires: e2fsprogs > = 1.15.
 
-       * rc.d/init.d/Attic/functions.network, rc.d/init.d/network, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/tnlup, rc.d/init.d/functions:
-       - poprawki w calcnetmask
-       - net-tools (prawie) > /dev/null. U¿ywamy iproute
-       - poprawki w obs³udze aliasów (nie testowa³em ale powinno byæ mo¿liwe u¿ywanie
-         aliasów typu eth0:PLD_JEST_SUPER)
+------------------------------------------------------------------------
+rev 584:  kloczek | 1999-10-27 04:20:40 +0200 (Wed, 27 Oct 1999) | 4 lines
 
-1999-06-28  kloczek  <kloczek@pld-linux.org>
+- added -C to fsck parameters (display progres bar),
+- added support for new raidtools 0.90 utilities on ininitialize raid
+  devices.
 
-       * sysconfig/interfaces/Makefile.am, sysconfig/interfaces/data/Makefile.am:
-       - template Makefile.am.
+------------------------------------------------------------------------
+rev 583:  waszi | 1999-10-23 10:13:00 +0200 (Sat, 23 Oct 1999) | 2 lines
 
-       * Attic/configure.in:
-       - added missing "\".
+/etc/rc.d/init.d/functions.network -> /etc/sysconfig/network-scripts/.functions
 
-1999-06-28  Artur Frysiak  <wiget@pld-linux.org>
+------------------------------------------------------------------------
+rev 582:  kloczek | 1999-10-22 13:43:15 +0200 (Fri, 22 Oct 1999) | 3 lines
 
-       * src/Attic/Makefile: Autogenerated
+- fix: check and get /etc/sysconfig/interfaces/ifcfg-$CONFIG instead
+  /etc/sysconfig/interfaces/$CONFIG in source_config().
 
-       * sysconfig/Makefile.am, sysconfig/network-scripts/Makefile.am, Attic/configure.in, Makefile.am, rc-scripts.spec.in, rc.d/init.d/Makefile.am, src/Attic/Makefile:
-       first try to sync Makefile.am
+------------------------------------------------------------------------
+rev 581:  klakier | 1999-10-17 11:34:34 +0200 (Sun, 17 Oct 1999) | 3 lines
 
-1999-06-28  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+Przyk³ad tworzenia pojedynczego reference entry z u¿yciem docbooka
+W³a¶ciwym plikiem jest sysconfig.docb
 
-       * sysconfig/interfaces/data/chat-ppp0.callback, sysconfig/interfaces/data/chat-ppp0.leased1, sysconfig/interfaces/data/chat-ppp0.tpsa, sysconfig/network-scripts/Attic/chat-ppp0.callback, sysconfig/network-scripts/Attic/chat-ppp0.leased1, sysconfig/network-scripts/Attic/chat-ppp0.tpsa:
-       moved chat*
+------------------------------------------------------------------------
+rev 580:  wiget | 1999-10-14 17:59:55 +0200 (Thu, 14 Oct 1999) | 2 lines
 
-       * sysconfig/network-scripts/tnlup: wszêdzie ${}
+- fixed permision to %%doc
 
-       * src/ipcalc.c, sysconfig/network-scripts/Attic/ifdhcpc-done, sysconfig/network-scripts/Attic/ifdown-tnl, sysconfig/network-scripts/Attic/ifup-tnl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/tnldown, sysconfig/network-scripts/tnlup, sysconfig/static-nat, doc/sysconfig.txt, rc.d/init.d/Attic/functions.network, rc.d/init.d/Attic/tunnels-ip6.init, rc.d/init.d/network:
-       - zmiana syntaxy dla routingu statycznego
-       - if{up,down}-tnl -> tnl{up,down}
-       - poprawki dotycz±ce PREFIX
-       - tunnels-ip6.init, ifdhcpc-done - zbêdne (zast±pione przez inne narzêdzia)
+------------------------------------------------------------------------
+rev 579:  waszi | 1999-10-14 11:00:02 +0200 (Thu, 14 Oct 1999) | 2 lines
 
-1999-06-27  Grzegorz Stanislawski  <stangrze@pld-linux.org>
+- small fixes
 
-       * rc.d/init.d/Attic/functions.network:
-       Added function to calculate netmask from prefix
+------------------------------------------------------------------------
+rev 578:  kloczek | 1999-10-13 23:28:40 +0200 (Wed, 13 Oct 1999) | 3 lines
 
-1999-06-27  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- /etc/rc.d/init.d//network.functions moved to
+  /etc/sysconfig/network-scripts/.functions.
 
-       * doc-devel/Attic/ogolnie: removed 2 config files
+------------------------------------------------------------------------
+rev 577:  baggins | 1999-10-13 19:35:33 +0200 (Wed, 13 Oct 1999) | 2 lines
 
-       * rc.d/init.d/network: tunnels
+- added %config(noreplace) %verify(not size mtime md5) rc.local
 
-       * doc/net-scripts.txt, sysconfig/interfaces/Attic/ifcfg-eth0.wiget, sysconfig/interfaces/Attic/ifcfg-lo, sysconfig/interfaces/ifcfg-ppp0.leased1, sysconfig/interfaces/ifcfg-ppp0.leased2, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-plip:
-       NETMASK= is obsoletes (instead we use PREFIX=)
+------------------------------------------------------------------------
+rev 576:  baggins | 1999-10-13 18:56:58 +0200 (Wed, 13 Oct 1999) | 2 lines
 
-       * src/Attic/ipcalc.1, src/ipcalc.c:
-       PREFIX instead NETMASK in --prefix option
+- typo
 
-       * rc.d/init.d/Attic/functions.network: poprawki
+------------------------------------------------------------------------
+rev 575:  baggins | 1999-10-13 18:51:25 +0200 (Wed, 13 Oct 1999) | 2 lines
 
-       * rc.d/init.d/Attic/functions.network: typo
+- removed nfsfs and netfs
 
-1999-06-27  Grzegorz Stanislawski  <stangrze@pld-linux.org>
+------------------------------------------------------------------------
+rev 574:  baggins | 1999-10-13 18:37:24 +0200 (Wed, 13 Oct 1999) | 3 lines
 
-       * rc.d/init.d/Attic/functions.network:
-       Added function for calulating network prefix.
+- merged halt,reboot and shutdwn into rc.shutdown
+- moved ldconfig to the end of system startup
 
-1999-06-27  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 573:  baggins | 1999-10-13 18:32:59 +0200 (Wed, 13 Oct 1999) | 2 lines
 
-       * sysconfig/network-scripts/ifup:
-       small poprawken
+- 0.1.0
 
-       * src/Attic/ipcalc.1, src/ipcalc.c:
-       - added support for short netmask style (/24 etc)
+------------------------------------------------------------------------
+rev 572:  baggins | 1999-10-13 18:18:43 +0200 (Wed, 13 Oct 1999) | 3 lines
 
-       * sysconfig/interfaces/Attic/ifcfg-eth0.wiget: readed
+- removed use of chkconfig
+- make rc?.d/{S,K} links by hand
 
-       * sysconfig/network-scripts/Attic/ifdown-tnl, sysconfig/network-scripts/Attic/ifup-tnl, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-sl, rc.d/rc.sysinit, sysconfig/Attic/tunnels-ip6.conf, sysconfig/interfaces/tnlcfg-icm:
-       - u¿ywamy pumpa do bootp/dhcpd
-       - dodano ifup-tnl && ifdown-tnl - obs³uga tuneli ipip, sit, gre (ipxip niezrobiona jeszcze)
-       - tunnels-ip6.conf - zbêdne (tunele s± konfigurowane w stylu SySV)
-       - drobne poprawki
+------------------------------------------------------------------------
+rev 571:  baggins | 1999-10-13 18:11:27 +0200 (Wed, 13 Oct 1999) | 2 lines
 
-1999-06-23  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- removed usage of chkconfig
 
-       * sysconfig/network-scripts/Attic/ifcfg-lo: removed
+------------------------------------------------------------------------
+rev 570:  baggins | 1999-10-13 18:04:16 +0200 (Wed, 13 Oct 1999) | 2 lines
 
-1999-06-21  Jan Rêkorajski  <baggins@pld-linux.org>
+- these should be from appropriate *mount packages (or NFS daemons)
 
-       * rc.d/rc.sysinit: usuwanie lockow po pam_console
+------------------------------------------------------------------------
+rev 569:  baggins | 1999-10-13 17:56:31 +0200 (Wed, 13 Oct 1999) | 2 lines
 
-1999-06-19  kloczek  <kloczek@pld-linux.org>
+- obsoleted by netfs
 
-       * rc.d/init.d/Attic/shutdwn, rc.d/init.d/functions, rc.d/init.d/killall, rc.d/init.d/single, rc.d/rc.sysinit, Attic/inputrc, Makefile.am, autogen.sh:
-       - removed inputrc (it must be in readline),
-       - reformatings,
-       - removed processing doc in Makefile.am and autogen.sh.
+------------------------------------------------------------------------
+rev 568:  waszi | 1999-10-13 11:06:50 +0200 (Wed, 13 Oct 1999) | 2 lines
 
-1999-06-18  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+- conf.modules -> modules.conf needed by new modutils
 
-       * sysconfig/interfaces/ifcfg-sl0, sysconfig/interfaces/tnlcfg-icm, sysconfig/network-scripts/Attic/tnlcfg-icm, sysconfig/system, rc.d/Attic/rc.serial, rc.d/init.d/Attic/netfs, rc.d/init.d/Attic/shutdwn, rc.d/init.d/functions, rc.d/init.d/network, rc.d/init.d/single, rc.d/rc.sysinit, src/Attic/Makefile, src/Attic/initlog.1, src/initlog.c, src/initlog.h, src/loglevel.c, src/minilogd.c, src/process.c, src/process.h, doc-devel/Attic/ogolnie, doc/initlog.1:
-       pare zmian
+------------------------------------------------------------------------
+rev 567:  baggins | 1999-10-12 16:09:29 +0200 (Tue, 12 Oct 1999) | 4 lines
 
-       * sysconfig/network-scripts/Attic/ifcfg-eth0, sysconfig/network-scripts/Attic/ifcfg-eth0.wiget, sysconfig/network-scripts/Attic/ifcfg-ppp0.callback, sysconfig/network-scripts/Attic/ifcfg-ppp0.leased1, sysconfig/network-scripts/Attic/ifcfg-ppp0.leased2, sysconfig/network-scripts/Attic/ifcfg-ppp0.tpsa, sysconfig/network-scripts/Attic/network-functions, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-sl:
-       *** empty log message ***
+- version 0.0.12
+- halt, reboot and shutwdn merged into rc.shutdown
+- moved ldconfig at the end of rc system
 
-1999-06-16  Arkadiusz Mi¶kiewicz (alias)  <misiek@pld-linux.org>
+------------------------------------------------------------------------
+rev 566:  kloczek | 1999-10-07 02:49:51 +0200 (Thu, 07 Oct 1999) | 2 lines
 
-       * rc.d/rc.sysinit: fixed colors
+- updated partialy documentation.
 
-1999-06-15  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 565:  kloczek | 1999-10-06 18:52:37 +0200 (Wed, 06 Oct 1999) | 2 lines
 
-       * rc.d/Attic/rc.media:
-       - removed. This was (my) silly idea.
+- remove bashizm in using test ("=" instead "==").
 
-       * src/Attic/Makefile:
-       - autogenerated.
+------------------------------------------------------------------------
+rev 564:  jajcus | 1999-09-28 18:17:30 +0200 (Tue, 28 Sep 1999) | 2 lines
 
-1999-06-14  Grzegorz Stanislawski  <stangrze@pld-linux.org>
+- support for getting interface configuration from LDAP
 
-       * sysconfig/network-scripts/Makefile.am, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-sl, rc.d/init.d/Attic/functions.network, rc.d/init.d/Attic/halt, rc.d/init.d/Attic/reboot, rc.d/init.d/Attic/shutdwn, rc.d/init.d/Makefile.am, rc.d/init.d/functions, rc.d/init.d/network, rc.d/init.d/single, src/Makefile.am, sysconfig/Makefile.am, sysconfig/interfaces/Attic/ifcfg-lo, sysconfig/interfaces/ifcfg-ppp0.callback, sysconfig/interfaces/ifcfg-ppp0.leased1, sysconfig/interfaces/ifcfg-ppp0.leased2, sysconfig/interfaces/ifcfg-ppp0.tpsa, sysconfig/network, sysconfig/system, ppp/ip-down.d/Makefile.am, ppp/ip-up.d/Makefile.am, rc.d/Attic/rc.serial, rc.d/Makefile.am, rc.d/rc, rc.d/rc.sysinit, AUTHORS, Attic/Makefile, Attic/configure.in, Attic/ipchains-setup.txt, Attic/net-scripts.txt, Attic/rc-scripts.spec, Attic/sysconfig.txt, Attic/sysvinitfiles, COPYING, INSTALL, Makefile.am, NEWS, README, autogen.sh, doc/Attic/ipchains-setup.txt, doc/Attic/usernetctl.1, doc/Makefile.am, doc/doexec.1, doc/ipcalc.1, doc/net-scripts.txt, doc/netreport.1, doc/sysconfig.txt, doc/sysvinitfiles, doc/usleep.1, lang.csh, lang.sh, ppp/Makefile.am, rc-scripts.spec.in:
-       Synced with latest from old repo
+------------------------------------------------------------------------
+rev 563:  jajcus | 1999-09-28 18:16:42 +0200 (Tue, 28 Sep 1999) | 2 lines
 
-       * Attic/ipchains-setup.txt:
-       now synced. (one file was missed)
+- support for loading interface configuration from LDAP
 
-       * rc.d/Attic/rc.media, rc.d/init.d/Attic/ipchains, rc.d/init.d/functions, rc.d/init.d/network, rc.d/rc.sysinit, sysconfig/Attic/ipchains, sysconfig/network-scripts/Attic/ifcfg-eth0.wiget, sysconfig/static-routes, sysconfig/system, Attic/Makefile, Attic/net-scripts.txt, Attic/rc-scripts.spec:
-       synced with 0.0.5
+------------------------------------------------------------------------
+rev 562:  jajcus | 1999-09-28 18:15:56 +0200 (Tue, 28 Sep 1999) | 3 lines
 
-       * src/testdinit, sysconfig/network, sysconfig/network-scripts/ifup, Attic/Makefile, Attic/rc-scripts.spec, Attic/sysconfig.txt, lang.sh, setsysfont:
-       Synced with 0.0.4
+- functions for getting interfaces and aliases lists from LDAP added
+- fixed getting interface info from LDAP
 
-       * sysconfig/network-scripts/Attic/ifcfg-eth0, sysconfig/network:
-       now is really synced with 0.0.3
+------------------------------------------------------------------------
+rev 561:  kloczek | 1999-09-28 16:43:40 +0200 (Tue, 28 Sep 1999) | 2 lines
 
-       * rc.d/init.d/functions, rc.d/init.d/network, sysconfig/network-scripts/Attic/chat-ppp0, sysconfig/network-scripts/Attic/ifcfg-ppp0, sysconfig/network-scripts/Attic/ifdhcpc-done, sysconfig/network-scripts/Attic/network-functions, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-sl, Attic/inputrc, Attic/radvd.init, Attic/rc-scripts.spec, Attic/sysconfig.txt, Attic/tunnels-ip6.init, ppp/ip-down.d/logger, ppp/ip-up.d/logger:
-       Synced with rc-scripts-0.0.3 from old repo.
+- release version 0.0.11
 
-       * sysconfig/system, ppp/ip-up.d/logger, rc.d/init.d/functions, rc.d/init.d/network, rc.d/rc.sysinit, src/Attic/Makefile, Attic/Makefile, Attic/rc-scripts.spec, ppp/ip-down.d/logger:
-       Synced with rc-scripts-0.0.2 from old repo.
+------------------------------------------------------------------------
+rev 560:  kloczek | 1999-09-28 16:42:00 +0200 (Tue, 28 Sep 1999) | 2 lines
 
-       * sysconfig/Attic/network-ip6, sysconfig/Attic/network-ip6.conf, sysconfig/Attic/tunnels-ip6.conf, sysconfig/network-scripts/Attic/chat-ppp0.callback, sysconfig/network-scripts/Attic/chat-ppp0.leased1, sysconfig/network-scripts/Attic/chat-ppp0.tpsa, sysconfig/network-scripts/Attic/ifcfg-ppp0.callback, sysconfig/network-scripts/Attic/ifcfg-ppp0.leased1, sysconfig/network-scripts/Attic/ifcfg-ppp0.leased2, sysconfig/network-scripts/Attic/ifcfg-ppp0.tpsa, sysconfig/network-scripts/Attic/tnlcfg-icm, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/ifup-sl, Attic/Makefile, Attic/inputrc, Attic/rc-scripts.spec, Attic/sysconfig.txt, Attic/sysvinitfiles, inittab, lang.sh, rc.d/Attic/rc.serial, rc.d/init.d/Attic/functions-ip6, rc.d/init.d/Attic/halt, rc.d/init.d/Attic/network-ip6.init, rc.d/init.d/Attic/nfsfs, rc.d/init.d/Attic/reboot, rc.d/init.d/Attic/shutdwn, rc.d/init.d/Attic/tunnels-ip6.init, rc.d/init.d/functions, rc.d/init.d/killall, rc.d/init.d/network, rc.d/init.d/random, rc.d/init.d/single, rc.d/rc, rc.d/rc.local, rc.d/rc.sysinit, src/Attic/Makefile, src/usernetctl.c:
-       Synced with rc-scripts-0.0.1 from old repo.
+- updated pl translation.
 
-1999-06-14  kloczek  <kloczek@pld-linux.org>
+------------------------------------------------------------------------
+rev 559:  kloczek | 1999-09-28 16:24:23 +0200 (Tue, 28 Sep 1999) | 2 lines
 
-       * sysconfig/system:
-       - added initial main system configuration file with:
-       -- RUN_SULOGIN_ON_ERR=yes
-       -- DEFAULT_SERVICE_RUN_NICE_LEVEL=0
-       -- RUN_ISAPNP=yes
-       -- PANIC_REBOOT_TIME=0
-       -- DELAY_LOGIN=yes
-       -- CLEAN_TMP=yes
+- fix: print "Entering" instead "Leaving" on entering in runlevel.
 
-       * rc.d/init.d/functions:
-       - added suporting colors with using tput instead hardcoded term sequences.
+------------------------------------------------------------------------
+rev 558:  kloczek | 1999-09-28 16:23:07 +0200 (Tue, 28 Sep 1999) | 2 lines
 
-1999-06-14  Artur Frysiak  <wiget@pld-linux.org>
+- busy() instead started() on bigining initialize RAID.
 
-       * sysconfig/network-scripts/Attic/chat-ppp0, sysconfig/network-scripts/Attic/ifcfg-ppp0, Attic/Makefile, Attic/radvd.init, Attic/sysconfig.txt, Attic/tunnels-ip6.init, inittab, lang.sh, ppp/ip-down, ppp/ip-down.d/logger, ppp/ip-up, ppp/ip-up.d/logger, rc.d/Attic/rc.serial, rc.d/init.d/Attic/functions-ip6, rc.d/init.d/Attic/halt, rc.d/init.d/Attic/nfsfs, rc.d/init.d/functions, rc.d/init.d/killall, rc.d/init.d/network, rc.d/init.d/random, rc.d/init.d/single, rc.d/rc, rc.d/rc.local, rc.d/rc.sysinit, setsysfont, src/Attic/Makefile, src/Attic/doexec.1, src/Attic/ipcalc.1, src/Attic/netreport.1, src/Attic/usernetctl.1, src/Attic/usleep.1, src/doexec.c, src/ipcalc.c, src/netreport.c, src/testd.c, src/testdinit, src/usernetctl.c, src/usleep.c, sysconfig/Attic/network-ip6, sysconfig/Attic/network-ip6.conf, sysconfig/network-scripts/Attic/ifcfg-lo, sysconfig/network-scripts/Attic/ifdhcpc-done, sysconfig/network-scripts/Attic/network-functions, sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifdown-post, sysconfig/network-scripts/ifdown-ppp, sysconfig/network-scripts/ifdown-sl, sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-aliases, sysconfig/network-scripts/ifup-ipx, sysconfig/network-scripts/ifup-plip, sysconfig/network-scripts/ifup-post, sysconfig/network-scripts/ifup-ppp, sysconfig/network-scripts/ifup-routes, sysconfig/network-scripts/ifup-sl:
-       New file.
+------------------------------------------------------------------------
+rev 557:  kloczek | 1999-09-28 16:04:19 +0200 (Tue, 28 Sep 1999) | 3 lines
 
-       * adjtime: To co by³o w develu bez patcha na kerneld
+- print 'fail' status on on failing initialize raid and 'done' on corect
+  initialize raid.
 
+------------------------------------------------------------------------
+rev 556:  kloczek | 1999-09-28 16:02:41 +0200 (Tue, 28 Sep 1999) | 2 lines
+
+- fixes.
+
+------------------------------------------------------------------------
+rev 555:  kloczek | 1999-09-28 15:17:27 +0200 (Tue, 28 Sep 1999) | 3 lines
+
+- fix raid deintialization: deinitialize only active devices (removed also
+  using grep in getting active md devices list).
+
+------------------------------------------------------------------------
+rev 554:  kloczek | 1999-09-28 14:48:41 +0200 (Tue, 28 Sep 1999) | 2 lines
+
+- rearanged text.
+
+------------------------------------------------------------------------
+rev 553:  kloczek | 1999-09-28 14:48:16 +0200 (Tue, 28 Sep 1999) | 4 lines
+
+- fixed bug on checking is file with interface description exist,
+- removed getting dummy code $PARENTCONFIG (this afects net interfaces LDAP
+  description).
+
+------------------------------------------------------------------------
+rev 552:  wiget | 1999-09-27 22:02:52 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- arp on for eth by default
+
+------------------------------------------------------------------------
+rev 551:  wiget | 1999-09-27 20:31:05 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- fixed typo
+
+------------------------------------------------------------------------
+rev 550:  wiget | 1999-09-27 18:03:49 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- version 0.0.10
+
+------------------------------------------------------------------------
+rev 549:  wiget | 1999-09-27 17:40:16 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- fixes
+
+------------------------------------------------------------------------
+rev 548:  kloczek | 1999-09-27 17:31:00 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- typo.
+
+------------------------------------------------------------------------
+rev 547:  kloczek | 1999-09-27 17:29:02 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- more translations.
+
+------------------------------------------------------------------------
+rev 546:  wiget | 1999-09-27 17:14:20 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- sync
+
+------------------------------------------------------------------------
+rev 545:  wiget | 1999-09-27 17:12:26 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- nls fixes
+
+------------------------------------------------------------------------
+rev 544:  wiget | 1999-09-27 17:00:30 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- small correction
+
+------------------------------------------------------------------------
+rev 543:  kloczek | 1999-09-27 16:53:27 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- fixed some typos, more translations.
+
+------------------------------------------------------------------------
+rev 542:  wiget | 1999-09-27 16:24:52 +0200 (Mon, 27 Sep 1999) | 3 lines
+
+- zmiana na formy bezosobowe
+- dodanie kilku nowych t³umaczeñ
+
+------------------------------------------------------------------------
+rev 541:  wiget | 1999-09-27 16:23:04 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- nls fixes
+
+------------------------------------------------------------------------
+rev 540:  misiek | 1999-09-27 12:02:43 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- cleanups
+
+------------------------------------------------------------------------
+rev 539:  misiek | 1999-09-27 12:01:33 +0200 (Mon, 27 Sep 1999) | 3 lines
+
+- nopmtudisc isn't specified by default
+- cleanups
+
+------------------------------------------------------------------------
+rev 538:  misiek | 1999-09-27 11:59:57 +0200 (Mon, 27 Sep 1999) | 3 lines
+
+- checking for interface via MULTICAST setting instead of ARP setting
+- we are using ,,onlink'' option for tunnels
+
+------------------------------------------------------------------------
+rev 537:  misiek | 1999-09-27 11:58:00 +0200 (Mon, 27 Sep 1999) | 3 lines
+
+- more /proc/sys/net support (it can be buggy !!! testers needed)
+- fixed status reporting
+
+------------------------------------------------------------------------
+rev 536:  misiek | 1999-09-27 11:56:25 +0200 (Mon, 27 Sep 1999) | 5 lines
+
+- termput cleanups
+- removed unnecesary pid of process checking
+- returns ,,died'' instead ,,failed'' in some cases
+- fixed nls()
+
+------------------------------------------------------------------------
+rev 535:  misiek | 1999-09-27 11:54:58 +0200 (Mon, 27 Sep 1999) | 2 lines
+
+- cleanups
+
+------------------------------------------------------------------------
+rev 534:  misiek | 1999-09-27 11:53:23 +0200 (Mon, 27 Sep 1999) | 3 lines
+
+- fixed setup_nat() when /etc/sysconfig/static-nat doesn't exist
+- flushing instead deleting routing and addresses when down lo interface
+
+------------------------------------------------------------------------
+rev 533:  jajcus | 1999-09-26 16:56:09 +0200 (Sun, 26 Sep 1999) | 2 lines
+
+- first step to keeping interface information in LDAP
+
+------------------------------------------------------------------------
+rev 532:  wiget | 1999-09-15 23:43:48 +0200 (Wed, 15 Sep 1999) | 2 lines
+
+- fixed typos
+
+------------------------------------------------------------------------
+rev 531:  wiget | 1999-09-15 23:20:36 +0200 (Wed, 15 Sep 1999) | 3 lines
+
+- fixed nls messages
+- ignore autogenerated files
+
+------------------------------------------------------------------------
+rev 530:  wiget | 1999-09-15 23:19:13 +0200 (Wed, 15 Sep 1999) | 2 lines
+
+- removed autogenerated file
+
+------------------------------------------------------------------------
+rev 529:  wiget | 1999-09-15 23:17:30 +0200 (Wed, 15 Sep 1999) | 2 lines
+
+- added list of shell scripts
+
+------------------------------------------------------------------------
+rev 528:  wiget | 1999-09-15 23:16:39 +0200 (Wed, 15 Sep 1999) | 2 lines
+
+- helper scripts: extract messages from scripts and make pot file
+
+------------------------------------------------------------------------
+rev 527:  wiget | 1999-09-15 23:12:20 +0200 (Wed, 15 Sep 1999) | 3 lines
+
+- fixed `make rc-scripts.pot`
+- updated polish translation
+
+------------------------------------------------------------------------
+rev 526:  misiek | 1999-09-15 12:35:07 +0200 (Wed, 15 Sep 1999) | 2 lines
+
+- errors from interfaces and tunnel checking > /dev/null
+
+------------------------------------------------------------------------
+rev 525:  misiek | 1999-09-15 12:22:55 +0200 (Wed, 15 Sep 1999) | 2 lines
+
+- removed ipchains-setup.txt
+
+------------------------------------------------------------------------
+rev 524:  misiek | 1999-09-15 12:16:49 +0200 (Wed, 15 Sep 1999) | 2 lines
+
+- we are adding fe80::IPv4 addresses to sit interfaces _only_
+
+------------------------------------------------------------------------
+rev 523:  misiek | 1999-09-15 12:15:35 +0200 (Wed, 15 Sep 1999) | 2 lines
+
+- added information about using tnlcfg-xxx instead of ifcfg-xxx
+
+------------------------------------------------------------------------
+rev 522:  misiek | 1999-09-15 12:14:39 +0200 (Wed, 15 Sep 1999) | 2 lines
+
+- fixed typo
+
+------------------------------------------------------------------------
+rev 521:  misiek | 1999-09-13 15:37:04 +0200 (Mon, 13 Sep 1999) | 2 lines
+
+- added test if /var/run is writable to avoid errors if it is read-only
+
+------------------------------------------------------------------------
+rev 520:  misiek | 1999-09-13 15:29:46 +0200 (Mon, 13 Sep 1999) | 2 lines
+
+- added missing cvs keyword
+
+------------------------------------------------------------------------
+rev 519:  misiek | 1999-09-13 15:28:38 +0200 (Mon, 13 Sep 1999) | 2 lines
+
+- removed obsolete documentation
+
+------------------------------------------------------------------------
+rev 518:  misiek | 1999-09-13 15:26:43 +0200 (Mon, 13 Sep 1999) | 2 lines
+
+- another support for IPv4 aliases via IPADDR_ALIASES variable
+
+------------------------------------------------------------------------
+rev 517:  misiek | 1999-09-13 15:25:54 +0200 (Mon, 13 Sep 1999) | 3 lines
+
+- another way to set TTL or TOS to avoid 'inherit' value
+- cleanups in var names
+
+------------------------------------------------------------------------
+rev 516:  misiek | 1999-09-13 15:25:02 +0200 (Mon, 13 Sep 1999) | 2 lines
+
+- fixed status reporting
+
+------------------------------------------------------------------------
+rev 515:  waszi | 1999-09-04 21:49:41 +0200 (Sat, 04 Sep 1999) | 2 lines
+
+umount -a fixed
+
+------------------------------------------------------------------------
+rev 514:  waszi | 1999-09-04 21:48:47 +0200 (Sat, 04 Sep 1999) | 2 lines
+
+now is rootfs on NFS compatible
+
+------------------------------------------------------------------------
+rev 513:  waszi | 1999-09-04 21:47:15 +0200 (Sat, 04 Sep 1999) | 2 lines
+
+small fixes
+
+------------------------------------------------------------------------
+rev 512:  wiget | 1999-09-03 09:54:22 +0200 (Fri, 03 Sep 1999) | 2 lines
+
+posible fix for umounting /usr
+
+------------------------------------------------------------------------
+rev 511:  wiget | 1999-09-03 09:42:29 +0200 (Fri, 03 Sep 1999) | 2 lines
+
+fix in termput()
+
+------------------------------------------------------------------------
+rev 510:  wiget | 1999-09-03 09:24:27 +0200 (Fri, 03 Sep 1999) | 2 lines
+
+termput() check for /usr/share/terminfo and tput everytime
+
+------------------------------------------------------------------------
+rev 509:  misiek | 1999-09-02 14:42:44 +0200 (Thu, 02 Sep 1999) | 2 lines
+
+- added proper rc.init version
+
+------------------------------------------------------------------------
+rev 508:  misiek | 1999-09-02 14:38:52 +0200 (Thu, 02 Sep 1999) | 3 lines
+
+
+- updated
+
+------------------------------------------------------------------------
+rev 507:  wiget | 1999-09-02 14:38:45 +0200 (Thu, 02 Sep 1999) | 2 lines
+
+removed
+
+------------------------------------------------------------------------
+rev 506:  misiek | 1999-09-02 14:30:19 +0200 (Thu, 02 Sep 1999) | 4 lines
+
+
+- another way do check if IPv4/6 is specified on interface
+- fixed few typo
+
+------------------------------------------------------------------------
+rev 505:  misiek | 1999-09-02 14:29:17 +0200 (Thu, 02 Sep 1999) | 6 lines
+
+
+- added function to setup NAT rules
+- modprobing ipv6.o is now done in autoclean mode
+- removed ipchains (this script should be in ipchains package)
+- better errors handling in run_cmd()
+
+------------------------------------------------------------------------
+rev 504:  misiek | 1999-09-02 14:26:31 +0200 (Thu, 02 Sep 1999) | 3 lines
+
+- modprobe modules in autoclean mode and report errors via syslog
+- added check for /lib/modules/`uname -r`/*/module_name.o
+
+------------------------------------------------------------------------
+rev 503:  misiek | 1999-09-02 14:25:35 +0200 (Thu, 02 Sep 1999) | 2 lines
+
+-load slip.o module if available (in autoclean mode)
+
+------------------------------------------------------------------------
+rev 502:  misiek | 1999-09-02 14:24:35 +0200 (Thu, 02 Sep 1999) | 2 lines
+
+- SIT tunnels are upped at the end
+
+------------------------------------------------------------------------
+rev 501:  misiek | 1999-09-02 14:16:15 +0200 (Thu, 02 Sep 1999) | 3 lines
+
+
+- logging errors from depmod and modprobe via syslog
+
+------------------------------------------------------------------------
+rev 500:  misiek | 1999-09-02 14:13:32 +0200 (Thu, 02 Sep 1999) | 2 lines
+
+- renamed initscript to rc.init
+
+------------------------------------------------------------------------
+rev 499:  misiek | 1999-09-02 14:11:29 +0200 (Thu, 02 Sep 1999) | 3 lines
+
+
+- fixed typos
+
+------------------------------------------------------------------------
+rev 498:  misiek | 1999-09-02 14:11:06 +0200 (Thu, 02 Sep 1999) | 3 lines
+
+
+- added casts to proper types and started NLSing
+
+------------------------------------------------------------------------
+rev 497:  wiget | 1999-09-01 01:51:42 +0200 (Wed, 01 Sep 1999) | 2 lines
+
+- load /etc/ethers after interface ups.
+
+------------------------------------------------------------------------
+rev 496:  wiget | 1999-09-01 01:30:37 +0200 (Wed, 01 Sep 1999) | 2 lines
+
+- fix in make symlinks to rc.local
+
+------------------------------------------------------------------------
+rev 495:  wiget | 1999-09-01 01:12:45 +0200 (Wed, 01 Sep 1999) | 7 lines
+
+- version up to 0.0.9
+- added printf_() equwalent to bash built-in printf() or /usr/bin/printf
+- changed nls() to work like printf
+- tput() -> termput()
+- changed all show bla bla; to show "bla bla";
+- added symlinks to /etc/rc.d/rc.local
+
+------------------------------------------------------------------------
+rev 494:  misiek | 1999-08-31 15:59:36 +0200 (Tue, 31 Aug 1999) | 2 lines
+
+- fixed quotacheck calls
+
+------------------------------------------------------------------------
+rev 493:  misiek | 1999-08-26 13:05:04 +0200 (Thu, 26 Aug 1999) | 3 lines
+
+
+- interfejs sit0 musi byæ podnoszony na samym koñcu
+
+------------------------------------------------------------------------
+rev 492:  mikrobi | 1999-08-25 16:15:36 +0200 (Wed, 25 Aug 1999) | 2 lines
+
+- added DEFAULTHANDLING variable (mainly for ATM startup scripts)
+
+------------------------------------------------------------------------
+rev 491:  misiek | 1999-08-20 15:39:55 +0200 (Fri, 20 Aug 1999) | 3 lines
+
+
+added two nls calls
+
+------------------------------------------------------------------------
+rev 490:  misiek | 1999-08-20 15:37:48 +0200 (Fri, 20 Aug 1999) | 4 lines
+
+
+- ipv6 addresses arn't deleted when lo device is downing (some people doesn't
+use IPv6, yet)
+
+------------------------------------------------------------------------
+rev 489:  misiek | 1999-08-18 15:28:51 +0200 (Wed, 18 Aug 1999) | 3 lines
+
+
+fixed raid starting
+
+------------------------------------------------------------------------
+rev 488:  misiek | 1999-08-16 11:38:39 +0200 (Mon, 16 Aug 1999) | 4 lines
+
+
+killall is now chkconfig ready.
+updated TODO list.
+
+------------------------------------------------------------------------
+rev 487:  misiek | 1999-08-14 15:18:23 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+removed unnecesary check (via fuser)
+
+------------------------------------------------------------------------
+rev 486:  misiek | 1999-08-14 15:16:08 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+removed [ -f /etc/sysconfig/interfaces/$i ] tests
+
+------------------------------------------------------------------------
+rev 485:  misiek | 1999-08-14 15:16:31 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+typo
+
+------------------------------------------------------------------------
+rev 484:  misiek | 1999-08-14 14:57:49 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+increased sleep value after starting slattach to 2 seconds
+
+------------------------------------------------------------------------
+rev 483:  misiek | 1999-08-14 14:39:07 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+"quotaon /" removed. quota is turned on later by quotaon -a
+
+------------------------------------------------------------------------
+rev 482:  misiek | 1999-08-14 14:01:18 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+modprobing ipip ip_gre modules moved temporary to tnlup
+
+------------------------------------------------------------------------
+rev 481:  misiek | 1999-08-14 13:56:41 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+interfaces file names must starting from "ifcfg-"
+
+------------------------------------------------------------------------
+rev 480:  misiek | 1999-08-14 13:41:08 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+fixed DIRECT_CONNECT mode (ie. for using slattach)
+
+------------------------------------------------------------------------
+rev 479:  misiek | 1999-08-14 13:40:15 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+now $FULLDEVNAME is passed to ifup-routes (fixed problem with duplicate routes)
+
+------------------------------------------------------------------------
+rev 478:  misiek | 1999-08-14 13:25:50 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+changed path to ifup (now it's /sbin/ifup)
+
+------------------------------------------------------------------------
+rev 477:  misiek | 1999-08-14 13:01:57 +0200 (Sat, 14 Aug 1999) | 4 lines
+
+
+- \b\b\b\b... characters also are NLSed (this is needed when translating
+"DONE", "BUSY" etc.
+
+------------------------------------------------------------------------
+rev 476:  misiek | 1999-08-14 12:56:51 +0200 (Sat, 14 Aug 1999) | 4 lines
+
+
+added new variable SET_SLINKS. If it set to "yes" then rc.sysinit is setting
+symlinks in /boot dependent on kernel version.
+
+------------------------------------------------------------------------
+rev 475:  misiek | 1999-08-14 12:53:35 +0200 (Sat, 14 Aug 1999) | 2 lines
+
+typo in locale path
+
+------------------------------------------------------------------------
+rev 474:  misiek | 1999-08-14 12:51:10 +0200 (Sat, 14 Aug 1999) | 3 lines
+
+
+we are adding IPv4 based link-local addresses, too.
+
+------------------------------------------------------------------------
+rev 473:  misiek | 1999-08-12 11:54:27 +0200 (Thu, 12 Aug 1999) | 3 lines
+
+
+- aliasing are upped via ifup-aliases after main device is up
+
+------------------------------------------------------------------------
+rev 472:  wiget | 1999-08-09 23:05:27 +0200 (Mon, 09 Aug 1999) | 2 lines
+
+- changed ptintf to awk
+
+------------------------------------------------------------------------
+rev 471:  wiget | 1999-08-09 22:44:03 +0200 (Mon, 09 Aug 1999) | 2 lines
+
+- added Requires: /bin/gettext
+
+------------------------------------------------------------------------
+rev 470:  wiget | 1999-08-09 22:42:02 +0200 (Mon, 09 Aug 1999) | 2 lines
+
+- fix remount to ro
+
+------------------------------------------------------------------------
+rev 469:  kloczek | 1999-08-09 22:20:51 +0200 (Mon, 09 Aug 1999) | 2 lines
+
+- removed ipchans and addes i18n to syscinfig files.
+
+------------------------------------------------------------------------
+rev 468:  kloczek | 1999-08-09 22:19:42 +0200 (Mon, 09 Aug 1999) | 2 lines
+
+- not neccessary (ip chaninc is handled by firewal-init scripts package).
+
+------------------------------------------------------------------------
+rev 467:  wiget | 1999-08-09 22:00:08 +0200 (Mon, 09 Aug 1999) | 3 lines
+
+- more locale strings
+- fix locale support in configure.in
+
+------------------------------------------------------------------------
+rev 466:  kloczek | 1999-08-09 21:58:00 +0200 (Mon, 09 Aug 1999) | 2 lines
+
+- added /etc/sysconfig/i18n as a %config file.
+
+------------------------------------------------------------------------
+rev 465:  kloczek | 1999-08-09 21:44:58 +0200 (Mon, 09 Aug 1999) | 2 lines
+
+- release 0.0.8.
+
+------------------------------------------------------------------------
+rev 464:  wiget | 1999-08-07 12:16:14 +0200 (Sat, 07 Aug 1999) | 3 lines
+
+- expr -> $(( ))
+- wstêp automake/autoconf do locale
+
+------------------------------------------------------------------------
+rev 463:  misiek | 1999-08-06 15:06:59 +0200 (Fri, 06 Aug 1999) | 2 lines
+
+fixed bug with math
+
+------------------------------------------------------------------------
+rev 462:  misiek | 1999-08-06 15:02:54 +0200 (Fri, 06 Aug 1999) | 2 lines
+
+added return 0 to proc_net() function
+
+------------------------------------------------------------------------
+rev 461:  misiek | 1999-08-06 12:25:28 +0200 (Fri, 06 Aug 1999) | 2 lines
+
+removed last change
+
+------------------------------------------------------------------------
+rev 460:  baggins | 1999-08-04 18:59:01 +0200 (Wed, 04 Aug 1999) | 3 lines
+
+A BUG has been fixed!
+jak u¿ywacie zmiennych shella misiowie to tam _musi_ byæ $ na pocz±tku!
+
+------------------------------------------------------------------------
+rev 459:  misiek | 1999-08-02 16:51:34 +0200 (Mon, 02 Aug 1999) | 2 lines
+
+moved here from SysVinit package
+
+------------------------------------------------------------------------
+rev 458:  kloczek | 1999-08-02 15:04:45 +0200 (Mon, 02 Aug 1999) | 2 lines
+
+- reformated.
+
+------------------------------------------------------------------------
+rev 457:  kloczek | 1999-08-02 14:04:44 +0200 (Mon, 02 Aug 1999) | 2 lines
+
+- changed group to utmp on utmpx (to be compliant with RH).
+
+------------------------------------------------------------------------
+rev 456:  misiek | 1999-08-02 12:08:05 +0200 (Mon, 02 Aug 1999) | 4 lines
+
+
+- poprawiony b³±d "Delaying xxxx initialization." mimo poprawnej konfiguracji
+- tworzone s± poprawne linki do /boot/System.map-version
+
+------------------------------------------------------------------------
+rev 455:  kloczek | 1999-08-01 21:26:44 +0200 (Sun, 01 Aug 1999) | 2 lines
+
+- shut files.
+
+------------------------------------------------------------------------
+rev 454:  misiek | 1999-07-31 13:26:25 +0200 (Sat, 31 Jul 1999) | 3 lines
+
+
+- pot + pl t³umaczenie
+
+------------------------------------------------------------------------
+rev 453:  misiek | 1999-07-31 13:24:20 +0200 (Sat, 31 Jul 1999) | 15 lines
+
+
+- dodana obs³uga statycznej tablicy ARP
+- interfejs lo nie wymaga pliku konfiguracyjnego
+- dodane wsparcie dla innych jêzyków ni¿ angielski (NLS)
+- rc.sysinit && rc ustawia odpowiednie zmienne potrzebne do obs³ugi NLS
+- ustawianie fontów, map ju¿ w skryptcie setsysfont
+- ifup && ifdown: wreszcie poprawnie dzia³aj± dla interfejsów IPv6 only
+- dla deinicjowania sieci interfejsy sortujemy w porz±dku odwróconym
+- wykorzystujemy _wy³±cznie_ iproute2 (zmodyfikowane wszelkie odwo³ania do ifconfig lub route)
+- usuniête Requires: net-tools
+- dodane label ${FULLDEVNAME} przy deinicjowaniu interfejsów
+- usuniêty baggins z AUTHORS
+- dodane COPYING (GPL) oraz standardowy plik INSTALL
+- dodana mo¿liwo¶æ obs³ugi t³umaczeñ DONE, BUSY itp o dlugo¶ci ró¿nej od 4 liter
+
+------------------------------------------------------------------------
+rev 452:  stangrze | 1999-07-29 17:09:24 +0200 (Thu, 29 Jul 1999) | 3 lines
+
+
+Zrobione. (to z ipv6)
+
+------------------------------------------------------------------------
+rev 451:  misiek | 1999-07-29 15:59:37 +0200 (Thu, 29 Jul 1999) | 2 lines
+
+now running tnlup/tnldown tunel is possible
+
+------------------------------------------------------------------------
+rev 450:  kloczek | 1999-07-28 01:47:20 +0200 (Wed, 28 Jul 1999) | 3 lines
+
+- added pasiing LDFLAGS="-s" to ./configure enviroment (cause stripping
+binaries).
+
+------------------------------------------------------------------------
+rev 449:  kloczek | 1999-07-27 14:51:18 +0200 (Tue, 27 Jul 1999) | 4 lines
+
+- dodaæ mo¿liwo¶æ ustawiania statycznej tablicy arp (patrz: man ethers arp
+  opcja -f). Najpawdopodobniej najlepszym miescem bêdzie punkt miê
+  podnoszeniem lo a nastepnych interfejsów.
+
+------------------------------------------------------------------------
+rev 448:  kloczek | 1999-07-27 14:24:40 +0200 (Tue, 27 Jul 1999) | 2 lines
+
+- version up to 0.0.7.
+
+------------------------------------------------------------------------
+rev 447:  kloczek | 1999-07-27 13:50:37 +0200 (Tue, 27 Jul 1999) | 3 lines
+
+- use raidadd instead raidstart during initialization RAID deveces,
+- added raidrun for activate md devices.
+
+------------------------------------------------------------------------
+rev 446:  wiget | 1999-07-27 08:32:44 +0200 (Tue, 27 Jul 1999) | 2 lines
+
+- rc.sysvinit dzia³a z e2fsprogs 1.15 (testowane z LABEL=, do przetestowania UUID=)
+
+------------------------------------------------------------------------
+rev 445:  kloczek | 1999-07-27 05:44:18 +0200 (Tue, 27 Jul 1999) | 3 lines
+
+- o ile to mo¿liwe usun±æ u¿ywanie awk i sed zastêpowaæ u¿yewaniem sh lub
+  przynajmeniej zastêpowaæ awka sedem
+
+------------------------------------------------------------------------
+rev 444:  kloczek | 1999-07-27 05:35:42 +0200 (Tue, 27 Jul 1999) | 4 lines
+
+- added allowlogin to inet.d scripts,
+- fixed typo in post,
+- cosmetics,
+
+------------------------------------------------------------------------
+rev 443:  kloczek | 1999-07-27 05:25:58 +0200 (Tue, 27 Jul 1999) | 2 lines
+
+- added allowlogin to init_SCRIPTS.
+
+------------------------------------------------------------------------
+rev 442:  kloczek | 1999-07-27 05:11:51 +0200 (Tue, 27 Jul 1999) | 2 lines
+
+- added ifdown-post to networkscripts_SCRIPTS.
+
+------------------------------------------------------------------------
+rev 441:  kloczek | 1999-07-27 04:51:44 +0200 (Tue, 27 Jul 1999) | 3 lines
+
+
+- chnegd "#!/bin/bash" to "#!/bin/sh".
+
+------------------------------------------------------------------------
+rev 440:  wiget | 1999-07-22 23:53:41 +0200 (Thu, 22 Jul 1999) | 2 lines
+
+e2progs 1.15
+
+------------------------------------------------------------------------
+rev 439:  stangrze | 1999-07-22 23:51:39 +0200 (Thu, 22 Jul 1999) | 5 lines
+
+
+
+Maly hack zeby dzialaly iface tylko na ipv6.
+Pomijane jest wyliczanie natmaski/prefixu jak adres ipv4 nie jest zdefiniowany.
+
+------------------------------------------------------------------------
+rev 438:  kloczek | 1999-07-22 17:13:47 +0200 (Thu, 22 Jul 1999) | 2 lines
+
+- version to 0.0.6.
+
+------------------------------------------------------------------------
+rev 437:  wiget | 1999-07-22 13:11:11 +0200 (Thu, 22 Jul 1999) | 2 lines
+
+cleanup for release
+
+------------------------------------------------------------------------
+rev 436:  wiget | 1999-07-22 12:44:12 +0200 (Thu, 22 Jul 1999) | 2 lines
+
+uwaga do tnlup
+
+------------------------------------------------------------------------
+rev 435:  wiget | 1999-07-22 12:40:11 +0200 (Thu, 22 Jul 1999) | 2 lines
+
+TODO list
+
+------------------------------------------------------------------------
+rev 434:  wiget | 1999-07-22 12:23:20 +0200 (Thu, 22 Jul 1999) | 2 lines
+
+cleanup
+
+------------------------------------------------------------------------
+rev 433:  wiget | 1999-07-22 12:19:03 +0200 (Thu, 22 Jul 1999) | 3 lines
+
+- added IPV6_ADDR
+- fixed PREFIX
+
+------------------------------------------------------------------------
+rev 432:  wiget | 1999-07-22 11:09:35 +0200 (Thu, 22 Jul 1999) | 2 lines
+
+- cleanup
+
+------------------------------------------------------------------------
+rev 431:  wiget | 1999-07-22 10:46:28 +0200 (Thu, 22 Jul 1999) | 2 lines
+
+typo
+
+------------------------------------------------------------------------
+rev 430:  stangrze | 1999-07-21 16:30:35 +0200 (Wed, 21 Jul 1999) | 5 lines
+
+
+
+ Expresion with /usr/bin/cut replaced by one with sed ;-)
+ now rc-scripts only need /bin to work properly.
+
+------------------------------------------------------------------------
+rev 429:  misiek | 1999-07-21 15:52:26 +0200 (Wed, 21 Jul 1999) | 2 lines
+
+obsoletes
+
+------------------------------------------------------------------------
+rev 428:  wiget | 1999-07-20 11:03:43 +0200 (Tue, 20 Jul 1999) | 2 lines
+
+rc.serial moved to setserial
+
+------------------------------------------------------------------------
+rev 427:  misiek | 1999-07-15 15:43:20 +0200 (Thu, 15 Jul 1999) | 3 lines
+
+
+- added >/dev/null 2>&1 to kill
+
+------------------------------------------------------------------------
+rev 426:  misiek | 1999-07-15 15:29:44 +0200 (Thu, 15 Jul 1999) | 6 lines
+
+
+- we are using better pidofproc() from RH initscripts
+- removed unnecesary check in rc.sysinit
+- removed all obsolete functions from functions.network
+- finished proc_net() function (interface to /proc/sys/net)
+
+------------------------------------------------------------------------
+rev 425:  misiek | 1999-07-15 15:16:34 +0200 (Thu, 15 Jul 1999) | 2 lines
+
+requires: /bin/awk
+
+------------------------------------------------------------------------
+rev 424:  kloczek | 1999-07-14 19:49:39 +0200 (Wed, 14 Jul 1999) | 3 lines
+
+
+- moved to setserial.
+
+------------------------------------------------------------------------
+rev 423:  kloczek | 1999-07-14 19:16:00 +0200 (Wed, 14 Jul 1999) | 3 lines
+
+
+- removed rc.derial.
+
+------------------------------------------------------------------------
+rev 422:  misiek | 1999-07-13 15:27:50 +0200 (Tue, 13 Jul 1999) | 2 lines
+
+authors - based on ChangeLog
+
+------------------------------------------------------------------------
+rev 421:  misiek | 1999-07-13 14:52:52 +0200 (Tue, 13 Jul 1999) | 4 lines
+
+
+- /proc is mounted before starting fsck (needed for working LABEL support is fsck)
+- fixed bug in show()
+
+------------------------------------------------------------------------
+rev 420:  misiek | 1999-07-13 14:49:37 +0200 (Tue, 13 Jul 1999) | 2 lines
+
+massive :$
+
+------------------------------------------------------------------------
+rev 419:  wiget | 1999-07-05 12:27:46 +0200 (Mon, 05 Jul 1999) | 2 lines
+
+Requires: procps
+
+------------------------------------------------------------------------
+rev 418:  misiek | 1999-07-05 12:23:06 +0200 (Mon, 05 Jul 1999) | 2 lines
+
+we are using printf from sh-utils package instead of cut
+
+------------------------------------------------------------------------
+rev 417:  wiget | 1999-07-05 11:12:06 +0200 (Mon, 05 Jul 1999) | 2 lines
+
+- network-scripts moved to /etc/sysconfig
+
+------------------------------------------------------------------------
+rev 416:  wiget | 1999-07-05 10:47:55 +0200 (Mon, 05 Jul 1999) | 2 lines
+
+Requires: net-tools, iproute2
+
+------------------------------------------------------------------------
+rev 415:  wiget | 1999-07-05 10:45:52 +0200 (Mon, 05 Jul 1999) | 2 lines
+
+Requires: sed
+
+------------------------------------------------------------------------
+rev 414:  wiget | 1999-07-05 10:39:36 +0200 (Mon, 05 Jul 1999) | 4 lines
+
+- skrypty sieciowe w network-scripts
+- ipchains poniechane (jak kto¶ chce to niech wsadzi w oddzielny modu³)
+- net-scripts i rc-scripts po³±czone w rc-scripts
+
+------------------------------------------------------------------------
+rev 413:  misiek | 1999-07-05 10:08:36 +0200 (Mon, 05 Jul 1999) | 4 lines
+
+
+- przesuniête inormacje `ok`, `busy` itp w nieco w prawo (wiêcej miejsca na komunikaty)
+- dodajemy takze routing IPv6 na okreslone interfejsy
+
+------------------------------------------------------------------------
+rev 412:  misiek | 1999-07-03 17:09:53 +0200 (Sat, 03 Jul 1999) | 2 lines
+
+i po tescie
+
+------------------------------------------------------------------------
+rev 411:  misiek | 1999-07-03 17:07:43 +0200 (Sat, 03 Jul 1999) | 2 lines
+
+ip used to sed MAC address
+
+------------------------------------------------------------------------
+rev 410:  misiek | 1999-07-03 17:06:38 +0200 (Sat, 03 Jul 1999) | 2 lines
+
+test
+
+------------------------------------------------------------------------
+rev 409:  wiget | 1999-07-02 15:21:27 +0200 (Fri, 02 Jul 1999) | 2 lines
+
+more Requires
+
+------------------------------------------------------------------------
+rev 408:  wiget | 1999-07-02 13:49:25 +0200 (Fri, 02 Jul 1999) | 2 lines
+
+more Requires
+
+------------------------------------------------------------------------
+rev 407:  wiget | 1999-07-02 13:31:21 +0200 (Fri, 02 Jul 1999) | 2 lines
+
+added missing files
+
+------------------------------------------------------------------------
+rev 406:  wiget | 1999-07-02 13:14:33 +0200 (Fri, 02 Jul 1999) | 2 lines
+
+from src
+
+------------------------------------------------------------------------
+rev 405:  wiget | 1999-07-02 13:14:13 +0200 (Fri, 02 Jul 1999) | 2 lines
+
+added initlog.1
+
+------------------------------------------------------------------------
+rev 404:  wiget | 1999-07-02 13:12:57 +0200 (Fri, 02 Jul 1999) | 2 lines
+
+manuals in doc
+
+------------------------------------------------------------------------
+rev 403:  misiek | 1999-07-02 11:32:43 +0200 (Fri, 02 Jul 1999) | 3 lines
+
+
+- ARPable by default
+
+------------------------------------------------------------------------
+rev 402:  misiek | 1999-07-02 11:29:52 +0200 (Fri, 02 Jul 1999) | 7 lines
+
+
+- obs³uga multicast, arp, src
+- poprawka w "Delay Login"
+- poprawki w template ifcfg-eth0.wiget
+- tnlup && tnldown uwzglêdniaj± konfiguracjê w network
+- ustawianie defaulowo PROTOCOL=
+
+------------------------------------------------------------------------
+rev 401:  wiget | 1999-07-01 23:10:17 +0200 (Thu, 01 Jul 1999) | 2 lines
+
+now rc-scripts compile, install and make rpm correct
+
+------------------------------------------------------------------------
+rev 400:  wiget | 1999-07-01 16:37:12 +0200 (Thu, 01 Jul 1999) | 2 lines
+
+ignore autogenerated
+
+------------------------------------------------------------------------
+rev 399:  misiek | 1999-06-29 18:38:04 +0200 (Tue, 29 Jun 1999) | 6 lines
+
+
+- poprawki w calcnetmask
+- net-tools (prawie) > /dev/null. U¿ywamy iproute
+- poprawki w obs³udze aliasów (nie testowa³em ale powinno byæ mo¿liwe u¿ywanie
+  aliasów typu eth0:PLD_JEST_SUPER)
+
+------------------------------------------------------------------------
+rev 398:  kloczek | 1999-06-28 22:05:04 +0200 (Mon, 28 Jun 1999) | 3 lines
+
+
+- template Makefile.am.
+
+------------------------------------------------------------------------
+rev 397:  kloczek | 1999-06-28 22:02:41 +0200 (Mon, 28 Jun 1999) | 3 lines
+
+
+- added missing "\".
+
+------------------------------------------------------------------------
+rev 396:  wiget | 1999-06-28 17:39:11 +0200 (Mon, 28 Jun 1999) | 2 lines
+
+Autogenerated
+
+------------------------------------------------------------------------
+rev 395:  wiget | 1999-06-28 17:38:20 +0200 (Mon, 28 Jun 1999) | 2 lines
+
+first try to sync Makefile.am
+
+------------------------------------------------------------------------
+rev 394:  misiek | 1999-06-28 16:30:26 +0200 (Mon, 28 Jun 1999) | 2 lines
+
+moved chat*
+
+------------------------------------------------------------------------
+rev 393:  misiek | 1999-06-28 15:12:05 +0200 (Mon, 28 Jun 1999) | 2 lines
+
+wszêdzie ${}
+
+------------------------------------------------------------------------
+rev 392:  misiek | 1999-06-28 15:07:45 +0200 (Mon, 28 Jun 1999) | 6 lines
+
+
+- zmiana syntaxy dla routingu statycznego
+- if{up,down}-tnl -> tnl{up,down}
+- poprawki dotycz±ce PREFIX
+- tunnels-ip6.init, ifdhcpc-done - zbêdne (zast±pione przez inne narzêdzia)
+
+------------------------------------------------------------------------
+rev 391:  stangrze | 1999-06-27 20:48:31 +0200 (Sun, 27 Jun 1999) | 3 lines
+
+
+Added function to calculate netmask from prefix
+
+------------------------------------------------------------------------
+rev 390:  misiek | 1999-06-27 20:26:38 +0200 (Sun, 27 Jun 1999) | 2 lines
+
+removed 2 config files
+
+------------------------------------------------------------------------
+rev 389:  misiek | 1999-06-27 20:14:01 +0200 (Sun, 27 Jun 1999) | 2 lines
+
+tunnels
+
+------------------------------------------------------------------------
+rev 388:  misiek | 1999-06-27 20:11:10 +0200 (Sun, 27 Jun 1999) | 3 lines
+
+
+NETMASK= is obsoletes (instead we use PREFIX=)
+
+------------------------------------------------------------------------
+rev 387:  misiek | 1999-06-27 19:34:25 +0200 (Sun, 27 Jun 1999) | 2 lines
+
+PREFIX instead NETMASK in --prefix option
+
+------------------------------------------------------------------------
+rev 386:  misiek | 1999-06-27 19:25:15 +0200 (Sun, 27 Jun 1999) | 2 lines
+
+poprawki
+
+------------------------------------------------------------------------
+rev 385:  misiek | 1999-06-27 19:24:04 +0200 (Sun, 27 Jun 1999) | 2 lines
+
+poprawki
+
+------------------------------------------------------------------------
+rev 384:  misiek | 1999-06-27 19:23:41 +0200 (Sun, 27 Jun 1999) | 2 lines
+
+poprawki
+
+------------------------------------------------------------------------
+rev 383:  misiek | 1999-06-27 19:11:13 +0200 (Sun, 27 Jun 1999) | 2 lines
+
+typo
+
+------------------------------------------------------------------------
+rev 382:  stangrze | 1999-06-27 19:00:19 +0200 (Sun, 27 Jun 1999) | 3 lines
+
+
+Added function for calulating network prefix.
+
+------------------------------------------------------------------------
+rev 381:  misiek | 1999-06-27 18:06:32 +0200 (Sun, 27 Jun 1999) | 3 lines
+
+
+small poprawken
+
+------------------------------------------------------------------------
+rev 380:  misiek | 1999-06-27 17:30:45 +0200 (Sun, 27 Jun 1999) | 3 lines
+
+
+- added support for short netmask style (/24 etc)
+
+------------------------------------------------------------------------
+rev 379:  misiek | 1999-06-27 16:42:52 +0200 (Sun, 27 Jun 1999) | 2 lines
+
+readed
+
+------------------------------------------------------------------------
+rev 378:  misiek | 1999-06-27 16:27:50 +0200 (Sun, 27 Jun 1999) | 6 lines
+
+
+- u¿ywamy pumpa do bootp/dhcpd
+- dodano ifup-tnl && ifdown-tnl - obs³uga tuneli ipip, sit, gre (ipxip niezrobiona jeszcze)
+- tunnels-ip6.conf - zbêdne (tunele s± konfigurowane w stylu SySV)
+- drobne poprawki
+
+------------------------------------------------------------------------
+rev 377:  misiek | 1999-06-23 19:14:36 +0200 (Wed, 23 Jun 1999) | 2 lines
+
+removed
+
+------------------------------------------------------------------------
+rev 376:  baggins | 1999-06-21 22:36:47 +0200 (Mon, 21 Jun 1999) | 2 lines
+
+usuwanie lockow po pam_console
+
+------------------------------------------------------------------------
+rev 375:  kloczek | 1999-06-19 13:29:04 +0200 (Sat, 19 Jun 1999) | 5 lines
+
+
+- removed inputrc (it must be in readline),
+- reformatings,
+- removed processing doc in Makefile.am and autogen.sh.
+
+------------------------------------------------------------------------
+rev 374:  misiek | 1999-06-18 21:23:52 +0200 (Fri, 18 Jun 1999) | 2 lines
+
+pare zmian
+
+------------------------------------------------------------------------
+rev 373:  misiek | 1999-06-18 21:14:00 +0200 (Fri, 18 Jun 1999) | 2 lines
+
+*** empty log message ***
+
+------------------------------------------------------------------------
+rev 372:  misiek | 1999-06-16 19:29:07 +0200 (Wed, 16 Jun 1999) | 2 lines
+
+fixed colors
+
+------------------------------------------------------------------------
+rev 371:  kloczek | 1999-06-15 20:06:17 +0200 (Tue, 15 Jun 1999) | 3 lines
+
+
+- removed. This was (my) silly idea.
+
+------------------------------------------------------------------------
+rev 370:  kloczek | 1999-06-15 16:31:39 +0200 (Tue, 15 Jun 1999) | 3 lines
+
+
+- autogenerated.
+
+------------------------------------------------------------------------
+rev 369:  stangrze | 1999-06-14 23:17:11 +0200 (Mon, 14 Jun 1999) | 3 lines
+
+
+Synced with latest from old repo
+
+------------------------------------------------------------------------
+rev 368:  stangrze | 1999-06-14 23:06:05 +0200 (Mon, 14 Jun 1999) | 3 lines
+
+
+now synced. (one file was missed)
+
+------------------------------------------------------------------------
+rev 367:  stangrze | 1999-06-14 23:05:09 +0200 (Mon, 14 Jun 1999) | 3 lines
+
+
+synced with 0.0.5
+
+------------------------------------------------------------------------
+rev 366:  stangrze | 1999-06-14 22:53:24 +0200 (Mon, 14 Jun 1999) | 3 lines
+
+
+Synced with 0.0.4
+
+------------------------------------------------------------------------
+rev 365:  stangrze | 1999-06-14 22:50:19 +0200 (Mon, 14 Jun 1999) | 3 lines
+
+
+now is really synced with 0.0.3
+
+------------------------------------------------------------------------
+rev 364:  stangrze | 1999-06-14 22:44:32 +0200 (Mon, 14 Jun 1999) | 3 lines
+
+
+Synced with rc-scripts-0.0.3 from old repo.
+
+------------------------------------------------------------------------
+rev 363:  stangrze | 1999-06-14 22:12:06 +0200 (Mon, 14 Jun 1999) | 3 lines
+
+
+Synced with rc-scripts-0.0.2 from old repo.
+
+------------------------------------------------------------------------
+rev 362:  stangrze | 1999-06-14 22:08:17 +0200 (Mon, 14 Jun 1999) | 3 lines
+
+
+Synced with rc-scripts-0.0.1 from old repo.
+
+------------------------------------------------------------------------
+rev 361:  kloczek | 1999-06-14 21:55:09 +0200 (Mon, 14 Jun 1999) | 9 lines
+
+
+- added initial main system configuration file with:
+-- RUN_SULOGIN_ON_ERR=yes
+-- DEFAULT_SERVICE_RUN_NICE_LEVEL=0
+-- RUN_ISAPNP=yes
+-- PANIC_REBOOT_TIME=0
+-- DELAY_LOGIN=yes
+-- CLEAN_TMP=yes
+
+------------------------------------------------------------------------
+rev 360:  kloczek | 1999-06-14 21:31:48 +0200 (Mon, 14 Jun 1999) | 3 lines
+
+
+- added suporting colors with using tput instead hardcoded term sequences.
+
+------------------------------------------------------------------------
+rev 359:  kloczek | 1999-06-14 21:25:03 +0200 (Mon, 14 Jun 1999) | 3 lines
+
+
+- added template .cvsignore.
+
+------------------------------------------------------------------------
+rev 357:  wiget | 1999-06-14 21:22:23 +0200 (Mon, 14 Jun 1999) | 2 lines
+
+Initial revision
+
+------------------------------------------------------------------------
index 04ebf7194f41f5884d91ec3e1ad539b4fa13a807..d839d7324f302c5a57010ef41fbb5619a8beb9ac 100644 (file)
@@ -1,9 +1,9 @@
           READ THIS BEFORE CHANGEING SOMETHING IN RC-SCRIPTS PACKAGE
-                   Arkadiusz Miskiewicz <misiek@pld.org.pl>
+                   Arkadiusz Miskiewicz <misiek@pld-linux.org>
            $Id$
 
 1)
-       consult all major changes with people on pld-rc-scripts@pld.org.pl
+       consult all major changes with people on pld-rc-scripts@pld-linux.org
 mailing list. This is very important.
 
 2)
diff --git a/README b/README
index aae4686128cc5e076c00c9a104a6afedf31754d8..60d52ce11dd5050c317ef7859cd70c7a7aa1e341 100644 (file)
--- a/README
+++ b/README
@@ -43,8 +43,8 @@ files is totally different from these used in RedHat/Mandrake
 initscripts and even from stable rc-scripts branch.
 
 If you have some bug reports or suggestions please send email
-to rc-scripts maintainers at <pld-rc-scripts@pld.org.pl> or
-use our Bug Tracking System ( http://bugs.pld.org.pl/ ).
+to rc-scripts maintainers at <pld-rc-scripts@pld-linux.org> or
+use our Bug Tracking System ( http://bugs.pld-linux.org/ ).
 
 -- 
 PLD Linux Distribution rc-scripts Team
index 5a76e1969f08a749c2a278f4de09f489b41429a9..4e455d270bfc510c5134013f61d4e703bab1e694 100644 (file)
@@ -1,6 +1,6 @@
 dnl $Id$
 
-AC_INIT(["rc-scripts"], ["0.4.0"], [pld-rc-scripts@pld.org.pl], [rc-scripts])
+AC_INIT(["rc-scripts"], [0.4.0.1], [pld-rc-scripts@pld-linux.org], [rc-scripts])
 AM_INIT_AUTOMAKE
 
 ALL_LINGUAS="pl de"
index aa7f7d4040b8037c1903d6c4f86f65426ed24ac9..0337e498b85b0ec7e98f1ece74794ae51305c0b4 100644 (file)
@@ -33,5 +33,5 @@ Display the network address for the given IP address and netmask.
 .SH AUTHOR
 .nf
 Erik Troan <ewt@redhat.com>
-Modifications: Arkadiusz Miskiewicz <misiek@pld.org.pl>
+Modifications: Arkadiusz Miskiewicz <misiek@pld-linux.org>
 .fi
index ecd315f82d0bc36d52a3f33b00990c54e0f50be0..4c2cd8d3a87f35923fed00975c191bb66ea5de4e 100644 (file)
@@ -1,4 +1,4 @@
-$Id: net-scripts.txt,v 1.5 2001/05/15 16:03:36 baggins Exp $
+$Id$
 
 rc-scripts files:
 ========================================
index c8b3f784765f330771559b71680c39b9658c5dca..a6693d92c5d866b3887709f4e1a7e9c66b83fbbb 100644 (file)
@@ -1,4 +1,4 @@
-$Id: sysconfig.txt,v 1.10 2002/12/17 14:01:07 baggins Exp $
+$Id$
 
 Files in /etc/sysconfig
 =======================
index 326832151b99bce7961c103f04b3cdf85fa16d64..a8b14f68505844258315601fb292c48b1efa004c 100644 (file)
@@ -1,5 +1,5 @@
 Writing System V init scripts for PLD Linux
-$Id: sysvinitfiles,v 1.2 1999/07/13 12:49:35 misiek Exp $
+$Id$
 ===============================================
 
 All System V init scripts are named /etc/rc.d/init.d/<servicename>
index 9f396c093e8168d97b224114e569a1286bb0324e..df513b344ccec370f2f0cf297612a5fbb0e4a351 100755 (executable)
--- a/hwprofile
+++ b/hwprofile
@@ -38,7 +38,7 @@ l             - list configured profiles
 q              - be quiet (used only in few modes)
 
 Please send all bug reports to:
-pld-rc-scripts@pld.org.pl.
+pld-rc-scripts@pld-linux.org.
 '
 }
 
index a78ebcf37411bc26c2c300e687c2de8eb533650e..53970f35739cdfa7587659d1151c3d7b5f461378 100644 (file)
@@ -1,5 +1,5 @@
 #
-#      $Id: Makefile.am,v 1.2 2002/03/19 18:18:03 misiek Exp $
+#      $Id$
 #
 
 isapnpdir = @sysconfigdir@/isapnp
index 10a8a3d056905d410e2d316906c0bd6ffb326782..de1792aa1d5f185740ac954907ae8eac83ba721f 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: isapnp-kernel.conf,v 1.2 2002/03/19 18:18:03 misiek Exp $
+# $Id$
 # Example configuration for Sierra V.34 Data/Fax/Voice/VoiceView Speakerphone
 # internal modem usable only on 2.4 kernels with ISAPNP support compiled in.
 # Read /usr/src/linux/Documentation/isapnp.txt for more informations.
index e6bff9b83ce12588bf3222e95b3a1f2b0e01d3ce..3a085e152367b7030ebe1ecd3c493f7e58474f52 100755 (executable)
@@ -4,10 +4,10 @@
 # Extract messages from scripts and make pot
 #
 # Copyright (c) 1999 Free Software Fundation, Inc.
-# Artur Frysiak <wiget@pld.org.pl>
+# Artur Frysiak <wiget@pld-linux.org>
 # $Id$
 # Changes:
-# 2000-08-25 Arkadiusz Miskiewicz <misiek@pld.org.pl>
+# 2000-08-25 Arkadiusz Miskiewicz <misiek@pld-linux.org>
 # - support for $(nls "xyz"), progress "xyz" and '' instead of "".
 # 
 
index 05256e01508863f9a29ae453eb4b9e7ab69f3769..a36c87ac7bcbea45b5a9c542f1c2f0c43098017a 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -1,6 +1,6 @@
 # German translation of rc-scripts.
 # Pawel Sakowski <pawel@sakowski.eu.org>, 2000.
-# $Id: de.po,v 1.5 2003/05/02 20:27:04 kloczek Exp $
+# $Id$
 #
 
 msgid ""
index 867c2947521a6849966e3b0f4107a1f4d641cd2a..12f1c8c2a64577d6e68ea5fe94efd539209e28cc 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,7 +1,7 @@
 # Polish translation of rc-scripts.
 # Copyright (C) 1999, 2000 Free Software Foundation, Inc.
-# Arkadiusz Miskiewicz <misiek@pld.org.pl>, 1999, 2000.
-# $Id: pl.po,v 1.47 2002/12/17 14:01:09 baggins Exp $
+# Arkadiusz Miskiewicz <misiek@pld-linux.org>, 1999, 2000.
+# $Id$
 #
 
 msgid ""
index 0e6c4e37624f03e857140c108f3d4dc13e1e31b9..91598528b13f0afc100d165cdf8443934505e75d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: auth-down,v 1.2 2002/03/19 18:18:06 misiek Exp $
+# $Id$
 #
 # This script is run by the pppd _after_ the link is brought down.
 #
index 47ea7f1804be2da9f373d0de49c296f2d82e1d34..c29300b6ff5ff398e7491751c325a86a22bf572d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: auth-up,v 1.2 2002/03/19 18:18:06 misiek Exp $
+# $Id$
 #
 # This script is run by the pppd after the link is established.
 #
index 3a8f13e2d05783eb19a0b1244bc7abd5a2718c41..91782db3daebeee6563528455ed2c83738eacccb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: ip-down,v 1.7 2002/03/19 18:18:06 misiek Exp $
+# $Id$
 # This file should not be modified
 #
 # This script is run by the pppd _after_ the link is brought down.
index 184523397a4144f6e89d61e2677586c116559ffe..82f218377e31819abfe82a1bc9e65b8fd72b12b5 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: logger,v 1.4 1999/07/31 11:24:18 misiek Exp $
+# $Id$
 # You can put here anything :)
 #
 echo " Disconnect time: `date` from $PPP_REMOTE                    " >> /var/log/ppp.log
index 41b164be955bdbd00af6aae3ec3eb27c893a3968..d389e38986d83a765f391e6b9db440f2ab04c4eb 100755 (executable)
--- a/ppp/ip-up
+++ b/ppp/ip-up
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: ip-up,v 1.6 2002/03/19 18:18:06 misiek Exp $
+# $Id$
 # This file should not be modified
 #
 # This script is run by the pppd after the link is established.
index 624f2950c46f5bc457964b33f407f26cfe326d33..cb289ad7e022b4ea0b91d5f44304c1735900458c 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: logger,v 1.4 1999/07/31 11:24:18 misiek Exp $
+# $Id$
 # You can put here anything :)
 #
 echo "+---------------------------------------------------------------+" >> /var/log/ppp.log
index cc365b633f84bad7b921cbad859005b5462dc892..23f374d688b7908e3637d967e221675bee608096 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: ipx-down,v 1.2 2002/03/19 18:18:06 misiek Exp $
+# $Id$
 # This file should not be modified
 #
 # This script is run by the pppd after the link is established.
index d3f6b054de3d3f901ccff504730bb666e05dad13..021add92444a191ae8f6dd0d5140ce901a86c951 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: ipx-up,v 1.2 2002/03/19 18:18:06 misiek Exp $
+# $Id$
 # This file should not be modified
 #
 # This script is run by the pppd after the link is established.
index a5af4eac493ec6af2062d57ec35125ec22746b3a..3c9e1cc7bf401783303eb218a17596f254488d48 100644 (file)
@@ -1,3 +1,4 @@
+# $Revision: 1.124 $, $Date: 2003/09/03 20:12:46 $
 # $Id$
 Summary:       inittab and /etc/rc.d scripts
 Summary(de):   inittab und /etc/rc.d Scripts
@@ -8,14 +9,14 @@ Name:         rc-scripts
 Version:       @VERSION@
 Release:       1
 License:       GPL
+Vendor:                PLD rc-scripts Team <pld-rc-scripts@pld-linux.org>
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
-URL:           http://cvs.pld.org.pl/index.cgi/rc-scripts/
-Vendor:                PLD rc-scripts Team <pld-rc-scripts@pld.org.pl>
-BuildRequires: gettext-devel
+URL:           http://svn.pld-linux.org/svn/rc-scripts/
 BuildRequires: glib-devel
-BuildRequires: glib-static
+%{!?_without_static:BuildRequires:     glib-static}
 BuildRequires: popt-devel
+Requires(post):        fileutils
 Requires:      /bin/awk
 Requires:      /bin/basename
 Requires:      /bin/gettext
@@ -26,6 +27,8 @@ Requires:     SysVinit
 Requires:      bdflush
 Requires:      e2fsprogs >= 1.15
 Requires:      fileutils
+Requires:      findutils
+Requires:      gettext
 Requires:      grep
 Requires:      iproute2
 Requires:      mingetty
@@ -37,13 +40,15 @@ Requires:   procps
 Requires:      sh-utils
 Requires:      textutils
 Requires:      utempter
+Requires:      util-linux
 Provides:      initscripts
 Obsoletes:     initscripts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Conflicts:     LPRng < 3.8.0-2
+Conflicts:     psacct < 6.3.5-10
+Conflicts:     openssh-server < 2:3.6.1p2-6
 
-%define                _prefix         /usr
 %define                _exec_prefix    /
-%define                _sysconfdir     /etc
 %define                localedir       /etc/sysconfig/locale
 
 %description
@@ -64,7 +69,7 @@ inetrfaces r
 
 %description -l pl
 Pakiet zawiera skrypty uruchamiane przy starcie i zamykaniu systemu, a
-tak¿e przy zmianie poziomu uruchomienia.
+tak¿e przy zmianie jego poziomu pracy.
 
 %description -l tr
 Bu paket, sistem açmak, çalýþma düzeylerini deðiþtirmek ve sistemi
@@ -78,14 +83,17 @@ programc
 %build
 %configure \
        --with-localedir=%{localedir}
-%{__make}
+%{__make} \
+       %{?_without_static:ppp_watch_LDADD="-lglib" ppp_watch_DEPENDENCIES=}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/var/run/netreport
+install -d $RPM_BUILD_ROOT/var/{run/netreport,log}
+install -d $RPM_BUILD_ROOT/etc/sysconfig/hwprofiles
 
-%{__make} install  \
-       DESTDIR=$RPM_BUILD_ROOT 
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       %{?_without_static:ppp_watch_LDADD="-lglib" ppp_watch_DEPENDENCIES=}
 
 for i in 0 1 2 3 4 5 6; do
        install -d $RPM_BUILD_ROOT/etc/rc.d/rc$i.d
@@ -119,7 +127,8 @@ for i in 0 1 6; do
        ln -s ../init.d/allowlogin $RPM_BUILD_ROOT/etc/rc.d/rc$i.d/K01allowlogin
 done
 
-gzip -9nf doc/*.txt rc.d/init.d/template.init
+install sysconfig/interfaces/ifcfg-eth0 $RPM_BUILD_ROOT/etc/sysconfig/interfaces
+> $RPM_BUILD_ROOT/var/log/dmesg
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -132,36 +141,43 @@ if [ -f /etc/inittab.rpmsave ]; then
        echo "/etc/inittab.rpmsave renamed to /etc/inittab."
        mv -f /etc/inittab.rpmsave /etc/inittab
 fi
+touch /var/log/dmesg
+chmod 000 /var/log/dmesg
+chown root:root /var/log/dmesg
+chmod 640 /var/log/dmesg
+
+# move network interfaces description files to new location
+%triggerpostun -- initscripts
+mv -f /etc/sysconfig/network-scripts/ifcfg-* /etc/sysconfig/interfaces
 
 %files
 %defattr(644,root,root,755)
-%doc doc/sysconfig.txt.gz
+%doc doc/*.txt rc.d/init.d/template.init
+%doc sysconfig/interfaces/data/chat-ppp*
 %doc sysconfig/interfaces/ifc*
 %doc sysconfig/interfaces/tnl*
-%doc sysconfig/interfaces/data/chat-ppp*
-%doc doc/net-scripts.txt.gz
-%doc rc.d/init.d/template.init.gz
 
 %attr(755,root,root) %dir /etc/rc.d
+%attr(755,root,root) %dir /etc/rc.d/init.d
 %attr(755,root,root) %dir /etc/rc.d/rc?.d
 
 /etc/rc.d/init.d/functions
 %attr(754,root,root) /etc/rc.d/init.d/allowlogin
 %attr(754,root,root) /etc/rc.d/init.d/killall
+%attr(754,root,root) /etc/rc.d/init.d/network
 %attr(754,root,root) /etc/rc.d/init.d/random
 %attr(754,root,root) /etc/rc.d/init.d/single
 %attr(754,root,root) /etc/rc.d/init.d/timezone
-%attr(754,root,root) /etc/rc.d/init.d/network
 
 %attr(754,root,root) /etc/rc.d/rc
+%attr(754,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/rc.d/rc.local
+%attr(754,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/rc.d/rc.modules
 %attr(754,root,root) /etc/rc.d/rc.init
-%attr(754,root,root) /etc/rc.d/rc.modules
 %attr(754,root,root) /etc/rc.d/rc.sysinit
-%attr(754,root,root) %config(noreplace) %verify(not size mtime md5) /etc/rc.d/rc.local
 %attr(754,root,root) /etc/rc.d/rc.shutdown
-%attr(754,root,root) /etc/rc.d/rc?.d/S??local
 %attr(754,root,root) /etc/rc.d/rc?.d/S??allowlogin
 %attr(754,root,root) /etc/rc.d/rc?.d/S??killall
+%attr(754,root,root) /etc/rc.d/rc?.d/S??local
 %attr(754,root,root) /etc/rc.d/rc?.d/S??network
 %attr(754,root,root) /etc/rc.d/rc?.d/S??random
 %attr(754,root,root) /etc/rc.d/rc?.d/S??single
@@ -172,7 +188,7 @@ fi
 %attr(754,root,root) /etc/rc.d/rc?.d/K??random
 %attr(754,root,root) /etc/rc.d/rc?.d/K??single
 
-%attr(755,root,root) /etc/profile.d/lang*sh
+%attr(755,root,root) /etc/profile.d/lang.*sh
 
 %attr(755,root,root) %{_bindir}/doexec
 %attr(755,root,root) %{_bindir}/ipcalc
@@ -180,59 +196,68 @@ fi
 %attr(755,root,root) %{_bindir}/run-parts
 %attr(755,root,root) %{_bindir}/usleep
 
-%attr(755,root,root) %{_sbindir}/consoletype
-%attr(755,root,root) %{_sbindir}/getkey
 %attr(755,root,root) %{_sbindir}/hwprofile
+%attr(755,root,root) %{_sbindir}/service
+%attr(755,root,root) %{_sbindir}/consoletype
 %attr(755,root,root) %{_sbindir}/initlog
 %attr(755,root,root) %{_sbindir}/loglevel
-%attr(755,root,root) %{_sbindir}/netreport
 %attr(755,root,root) %{_sbindir}/ppp-watch
-%attr(755,root,root) %{_sbindir}/service
+%attr(755,root,root) %{_sbindir}/netreport
 %attr(755,root,root) %{_sbindir}/setsysfont
-%attr(755,root,root) %{_sbindir}/usernetctl
+%attr(4755,root,root) %{_sbindir}/usernetctl
 
 %attr(755,root,root) %{_sbindir}/if*
 %attr(755,root,root) %{_sbindir}/tnl*
 
-%attr(750,root,root) %dir /var/run/netreport
+%attr(755,root,root) %{_sbindir}/getkey
+
+%attr(755,root,root) %dir %{_sysconfdir}/ppp
+%attr(754,root,root) %{_sysconfdir}/ppp/*
 %attr(755,root,root) %dir /etc/sysconfig
+%attr(755,root,root) %dir /etc/sysconfig/hwprofiles
 %attr(755,root,root) %dir /etc/sysconfig/interfaces
 %attr(755,root,root) %dir /etc/sysconfig/interfaces/data
-%attr(755,root,root) %dir /etc/sysconfig/interfaces/up.d
-%attr(755,root,root) %dir /etc/sysconfig/interfaces/down.d
-%attr(750,root,root) /etc/sysconfig/interfaces/up.d/*
-%attr(750,root,root) /etc/sysconfig/interfaces/down.d/*
-%attr(755,root,root) %dir %{_sysconfdir}/ppp
-%attr(755,root,root) %{_sysconfdir}/ppp/*
+%attr(755,root,root) %dir /etc/sysconfig/isapnp
 %attr(755,root,root) %dir /etc/sysconfig/network-scripts
 %attr(755,root,root) /etc/sysconfig/network-scripts/if*
 /etc/sysconfig/network-scripts/functions.network
-%attr(755,root,root) %dir /etc/sysconfig/isapnp
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/isapnp/*.conf
-
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/clock
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/hwprof
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/i18n
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/network
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/static-routes
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/static-nat
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/timezone
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/ip-rules
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/adjtime
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/inittab
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/initlog.conf
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/modules
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sysctl.conf
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/system
+%dir /etc/sysconfig/interfaces/down.d
+%dir /etc/sysconfig/interfaces/down.d/*
+%dir /etc/sysconfig/interfaces/up.d
+%dir /etc/sysconfig/interfaces/up.d/*
+%attr(755,root,root) /etc/sysconfig/interfaces/down.d/ppp/logger
+%attr(755,root,root) /etc/sysconfig/interfaces/up.d/ppp/logger
+%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/isapnp/isapnp-kernel.conf
+%attr(640,root,root) %ghost /var/log/dmesg
+%attr(750,root,root) %dir /var/run/netreport
+
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/adjtime
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/inittab
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/modules
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/initlog.conf
+%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysctl.conf
+%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/clock
+%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/hwprof
+%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/i18n
+%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/network
+%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/static-arp
+%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/static-nat
+%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/static-routes
+%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/timezone
+%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/interfaces/ifcfg-eth0
+%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/system
 
 %{_mandir}/man1/*
 
-%lang(pl) %{localedir}/pl/LC_MESSAGES/*.mo
-%lang(de) %{localedir}/de/LC_MESSAGES/*.mo
+%dir %{localedir}
+%lang(de) %{localedir}/de
+%lang(pl) %{localedir}/pl
 
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
-* Fri Mar 19 1999 PLD Team <bugs@pld.org.pl>
+* Fri Mar 19 1999 PLD Team <bugs@pld-linux.org>
 - First Release.
 - Package based on RedHat's initscripts-3.78.
 - WARNING: This changelog won't be updated !
   Check ChangeLog file for news.
+
index 7d067d40b4ee23731e94229637cd918915937ea7..1a99264e18cfb7994f8f4cc0f48d5cba2d95e8f9 100644 (file)
@@ -4,7 +4,7 @@
 #
 # description: Allow users to login.
 #
-# $Id: allowlogin,v 1.9 2000/11/16 16:01:18 baggins Exp $
+# $Id$
 
 # NLS
 NLS_DOMAIN="rc-scripts"
index b24ef0e37bb352309e9017eb69952767a88e846d..607ed0add24d6e25aad1b8eb8778c2938e26339b 100644 (file)
@@ -1,14 +1,14 @@
 # functions    This file contains functions to be used by most or all
 #              shell scripts in the /etc/init.d directory.
 #
-# $Id: functions,v 1.80 2003/09/09 22:45:49 arekm Exp $
+# $Id$
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Hacked by:   Greg Galloway and Marc Ewing
 # Modified for PLD by:
-#              Marek Obuchowicz <elephant@pld.org.pl>
-#              Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
-#              Micha³ Kochanowicz <mkochano@pld.org.pl>
+#              Marek Obuchowicz <elephant@pld-linux.org>
+#              Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
+#              Micha³ Kochanowicz <mkochano@pld-linux.org>
 
 # First set up a default search path.
 export PATH="/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"
index a5732e52ad1eab26b1caabaea91398ce2f21a3e9..60e0b3f8329fda7ee2a714694c1225caa5ca5649 100644 (file)
@@ -4,7 +4,7 @@
 #
 # description:   kill em all
 #
-# $Id: killall,v 1.7 2000/11/16 16:01:18 baggins Exp $
+# $Id$
 # Bring down all unneeded services that are still running (there shouldn't 
 # be any, so this is just a sanity check)
 
index cb32ceade21c9893badc95f8bda9a031c50dd8cc..64f8f67d1062c06ddd691ed4753179fee0dc612d 100644 (file)
@@ -8,7 +8,7 @@
 #
 # probe:       true
 
-# $Id: network,v 1.61 2003/07/11 23:08:47 arekm Exp $
+# $Id$
 
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index 8c585c27a2f0a7038e950807c28e7fa24f4c6799..c9ddcf3dd37d3e38ef903a9c9b96b71741018d88 100644 (file)
@@ -7,7 +7,7 @@
 # description: Saves and restores system entropy pool for higher quality \
 #              random number generation.
 #
-# $Id: random,v 1.6 2000/11/16 16:01:18 baggins Exp $
+# $Id$
 
 # NLS
 NLS_DOMAIN="rc-scripts"
index a677a32e16857f0cfd4b816fc06ba8ba00e03181..de0071a460653ab60d6e44b88341181dc5e774b9 100644 (file)
@@ -10,9 +10,9 @@
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Changes:     Grzegorz Stanislawski <stangrze@open.net.pl>
-#              Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+#              Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 # 
-# $Id: single,v 1.11 2001/05/15 16:03:38 baggins Exp $
+# $Id$
 
 # Set the path.
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
index 81f849919b34eb0f231c8788571f1f8db5f46487..ea58693dee813fbd54261e0685b8a80a4c212af8 100644 (file)
@@ -6,7 +6,7 @@
 #
 # description: <service> long service description
 #
-# $Id: template.init,v 1.9 2003/05/15 21:37:46 ankry Exp $
+# $Id$
 
 
 # Source function library
index c48e56b1379b2119578668bfa2206e4c93c3f061..6d16afd78d73a5a765fe4bda26b17e84cc153481 100644 (file)
@@ -3,9 +3,9 @@
 # timezone     Set time zone information.
 # chkconfig:   2345 10 70
 # description: This script is setting time zone information for your machine.
-# Author:      Pawel Wilk <siefca@pld.org.pl>
+# Author:      Pawel Wilk <siefca@pld-linux.org>
 #
-# $Id: timezone,v 1.9 2003/06/17 14:02:35 qboosh Exp $
+# $Id$
 
 # NLS
 NLS_DOMAIN="rc-scripts"
diff --git a/rc.d/rc b/rc.d/rc
index e26d0e6b0b174dd50214194b0b7af002ee17f77f..dd6d719414d8e28f270fb6fc6d0d211151040f6b 100755 (executable)
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -5,11 +5,11 @@
 #               responsible for the very first setup of basic
 #               things, such as setting the hostname.
 #
-# $Id: rc,v 1.31 2002/09/14 19:54:16 orzech Exp $
+# $Id$
 #
 # Original Author:       
 #               Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
-# Changes:      Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+# Changes:      Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
 
 # avoid being interrupted by child or keyboard
index ec85d3ad68cb2eedca07a024e22594fd5176925d..b9ca5ee68c54b357b625ddca7798af8f20f6368c 100755 (executable)
@@ -1,4 +1,4 @@
-# $Id: rc.init,v 1.4 2000/11/16 16:02:12 baggins Exp $
+# $Id$
 # This script is started by init ...
 
 [ -r /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
index eb7ca86728f771b9266808aa9f7af32e716aae70..ca2817efdca4af925c8e299c3f2bf079d0d12429 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: rc.local,v 1.4 2000/11/16 16:01:17 baggins Exp $
+# $Id$
 #
 # This script will be executed *after* all the other init scripts.
 # You can put your own initialization stuff in here if you don't
index 94389ab139afdbc61266d34aa7e1e118ff1aa7b0..842ffa66175079485f145114ba7b053cda8b42fe 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 # (c) MandrakeSoft, Chmouel Boudjnah <chmouel@mandrakesoft.com>
 # Modified:
-#      Arkadiusz Miskiewicz <misiek@pld.org.pl>
+#      Arkadiusz Miskiewicz <misiek@pld-linux.org>
 #
 # rc.modules: launch modules specified in /etc/modules
-# $Id: rc.modules,v 1.4 2002/07/13 16:25:04 misiek Exp $
+# $Id$
 
 [ -f /etc/modules ] || exit 0
 
index 206c9a0bbdd515d83807041c0bfbb7c34b7634a9..277388576f9ec7aa4c19dcbadf9b1342c91b58a5 100755 (executable)
@@ -4,9 +4,9 @@
 #
 # Author:       Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Changes:     Grzegorz Stanislawski <stangrze@open.net.pl>
-#              Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+#              Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
-# $Id: rc.shutdown,v 1.21 2003/01/25 00:37:38 misiek Exp $
+# $Id$
 
 # Set the path.
 PATH=/sbin:/bin:/usr/bin:/usr/sbin
index c86d00496957def86027329a01aad0c89e941d11..9538e06cc41012eabe0d270324af556949cdf289 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
 # /etc/rc.d/rc.sysinit - run once at boot time
-# $Id: rc.sysinit,v 1.125 2003/09/09 16:14:32 arekm Exp $
+# $Id$
 #
 # Taken in part from Miquel van Smoorenburg's bcheckrc.
-# Changes:     Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+# Changes:     Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
 
 # Set the path
index cb24757e7bae84c463b6de195156b986be841be2..d69edb34e0c0485db835269fa17ba9f5fcd29f4b 100755 (executable)
--- a/run-parts
+++ b/run-parts
@@ -2,7 +2,7 @@
 
 # run-parts - concept taken from Debian
 #
-# modified for PLD by Pawel Wilk <siefca@pld.org.pl>
+# modified for PLD by Pawel Wilk <siefca@pld-linux.org>
 #
 # NOTE:
 #      1.) run-parts is now able to get arguments!
index 6587cb2ff8aa15fef97737b321e72268473989ba..9b26a79a1bc60f743f85dd1c89d1734a79b66bf2 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: ipcalc.c,v 1.5 1999/09/02 12:11:06 misiek Exp $ */
+/* $Id$ */
 
 #include <popt.h>
 #include <stdio.h>
index 1e97b3ca03106591be50e3ab95b9fcd0b4c41540..beb4e6efffce2bcea1a4834f24e7c2f82896294a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: clock,v 1.2 2001/05/15 16:03:42 baggins Exp $
+# $Id$
 # Should the hardware clock be kept in Coordinated Universal Time 
 # (instead of local time).
 UTC=false
index 7cc2fa0dbd1f554c1f2c3206f860692f854af462..e6ba4d43703980dff1b0dccf0414b191650cf16c 100644 (file)
@@ -1,3 +1,3 @@
 @SET_MAKE@
 
-EXTRA_DIST = data
+#EXTRA_DIST = data
index 14501371ae1909dc300d2f98e5fa4703731cf8ad..100a90378f382f2cc8d4d8643e93305a249f7f44 100644 (file)
@@ -1,3 +1,3 @@
-# $Id: i18n,v 1.3 1999/11/15 01:21:16 kloczek Exp $
+# $Id$
 
 #LANG=pl_PL
index 3ed9128bf031abdf3c9b35005a1cfc91d7f4ef8a..0a2c4838645f5acafa004823c92603f554579774 100644 (file)
@@ -1,5 +1,5 @@
 # (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
-# $Id: chat-ppp0.callback,v 1.2 1999/07/13 12:49:36 misiek Exp $
+# $Id$
 # Script for dialing to host with 'modem level' callback serurity enabled 
 # as performed by USRobotics Courier modem 
 ABORT          BUSY
index 76c37e1a07c42d3e241b056913de49ff69ee45ee..6b6a4e103bca067770bcb0bfd6ce44cdf77075c6 100644 (file)
@@ -1,5 +1,5 @@
 # (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
-# $Id: chat-ppp0.leased1,v 1.2 1999/07/13 12:49:37 misiek Exp $
+# $Id$
 # chat script for setting up hardwired (leased) serial line.
 # refer to ifcfg-ppp0.leased1 for more info 
 REPORT  CONNECT
index c54b62203cd3130d2bf772e481e61db2b55d0181..a0578281afe247f55ccef5d05af8ff9ed0b3bedb 100644 (file)
@@ -1,5 +1,5 @@
 # (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
-#  $Id: chat-ppp0.tpsa,v 1.5 2002/04/21 12:22:06 mkochano Exp $
+#  $Id$
 # Script for dialing in to Public Internet Access by TPSA (0202122)
   
 ABORT          BUSY
index 2df9fcdf67e204ccf903c710f4d9281523d4b3db..82f218377e31819abfe82a1bc9e65b8fd72b12b5 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: logger,v 1.1 2000/05/07 19:00:03 siefca Exp $
+# $Id$
 # You can put here anything :)
 #
 echo " Disconnect time: `date` from $PPP_REMOTE                    " >> /var/log/ppp.log
index a9456785ffc4b3be78862959154658ef9a8f2ca4..16f795b0b795f319b04ee7ccdd9b805ada481121 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: ifcfg-br0,v 1.2 2001/05/15 16:05:07 baggins Exp $
+#      $Id$
 #
 DEVICE=br0
 IPADDR=195.164.211.2
index f1afa655983c02cc7e7b0a7e095ca33d83cd937e..00008c5237d7f3d3acf6e29bbbb72b64241268fb 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: ifcfg-irda0,v 1.2 2002/07/13 16:25:06 misiek Exp $
+#      $Id$
 #      Read /usr/share/doc/irda-utils-*/README.irattach.gz for more
 #      informations about options below.
 DEVICE=irda0
index fd8f5f1c50aa691f4b9caad02c07a4becea302a4..9300b1426e0cde6e1eba7f773700af7cf2044569 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: ifcfg-irlan0,v 1.2 2002/07/13 16:25:06 misiek Exp $
+#      $Id$
 #      alias irlan0 irlan
 DEVICE=irlan0
 BOOTMETHOD=dhcp
index dbd7de60a79a2dcb32e34bd7ea2af3dc69e4e131..e61a8faf866efc3d782cc03ab242e1cccecb59f7 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: ifcfg-ppp0.callback,v 1.3 2000/04/21 17:39:40 jajcus Exp $
+#      $Id$
 DEVICE=ppp0
 CHATSCRIPT=/etc/sysconfig/interfaces/data/chat-ppp0.callback
 ONBOOT=no
index 1087609a70a891fab3636832d1e2df46f9f3d76f..b1b7ff3e160367482dc4e3f2a1ec8e1e9122dcad 100644 (file)
@@ -1,5 +1,5 @@
 # (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
-# $Id: ifcfg-ppp0.leased1,v 1.5 2001/05/15 16:03:43 baggins Exp $
+# $Id$
 # config file for setting up hardwired (leased) serial line.
 #  This configuration uses chats with modem, so You have to have an inteligent
 # modem (AT commands compatible).
index 273132b0225de7fe5e165f28a6a3ee7266f47cab..12bf395f2cbe476a3f88f37447a6e5c77e5899e8 100644 (file)
@@ -1,5 +1,5 @@
 # (c) 1999 Grzegorz Stanislawski <stangrze@open.net.pl>
-# $Id: ifcfg-ppp0.leased2,v 1.4 2001/05/15 16:03:43 baggins Exp $
+# $Id$
 # config file for setting up hardwired (leased) serial line.
 #  This config assumes "transparent" modem (in ex. goramo), null modem
 # cable or current loop. 
index dfb873e386209e53f7f022d4a01edc6c12d342ae..687bc499f381d2c08021f58992e88b9f85e64cb3 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: ifcfg-sl0,v 1.3 2001/05/15 16:03:43 baggins Exp $
+#      $Id$
 #
 DEVICE=sl0
 IPADDR=195.164.211.2
index 3c967fc143b7a8ace26e6f3a8652f27540ab6b68..5fce1a92c98e5699c490d135d52c8ba063c3dc3c 100644 (file)
@@ -1,4 +1,4 @@
-#      $Id: tnlcfg-description,v 1.3 2001/05/15 16:03:43 baggins Exp $
+#      $Id$
 #
 # In this file you can also put all configuration data instead
 # of using second file named ifcfg-tunnel_name.
index 8a823290b6664550a5f7ae8e8583dc3d85a9952a..cb289ad7e022b4ea0b91d5f44304c1735900458c 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: logger,v 1.1 2000/05/07 19:00:06 siefca Exp $
+# $Id$
 # You can put here anything :)
 #
 echo "+---------------------------------------------------------------+" >> /var/log/ppp.log
index 9beab6c480375d0daafe86a607cfad1281e93143..e296f190dbfac9a668ad2db924a18b7a31cab601 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: network,v 1.24 2003/07/28 12:11:27 blues Exp $
+# $Id$
 ######################################################################
 # MAIN PART
 
index 9a3197ead11603a3cc64e898b0dd4c63c8efdf61..220530e29b1fc44359131ac8e83a261b277ecf5f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: functions.network,v 1.8 2003/06/19 15:57:07 arekm Exp $
+# $Id$
 # 
 # This is not a shell script; it provides functions to network scripts
 # that source it.
@@ -65,7 +65,7 @@ fi
 }
 
 # PLD GNU/Linux network functions
-# Copyright (C) 1999, 2000 Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+# Copyright (C) 1999, 2000 Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 
 # Setup Network Address Translation (NAT)
 setup_nat()
@@ -266,7 +266,7 @@ fi
 #
 # following function sets up routes not associated to any device
 # eg. unreachable or blackhole routes
-# (c) 1999 Jacek Konieczny <jajcus@pld.org.pl>
+# (c) 1999 Jacek Konieczny <jajcus@pld-linux.org>
 #
 setup_routes()
 {
@@ -408,7 +408,7 @@ fi
 }
 
 # following function setups advanced routing rules
-# Olgierd Pieczul <wojrus@pld.org.pl>
+# Olgierd Pieczul <wojrus@pld-linux.org>
 setup_ip_rules () {
 typeset args
 if [ -f /etc/sysconfig/static-routes ] ; then
index f7aad5d4132b09fe157aa8db5da670078504a328..d0b8c16d8a26bb0a3f758270effe9021170e88ad 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifdown,v 1.34 2002/05/11 09:50:53 misiek Exp $
+#      $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index 9cfb875dfef25657a76eb296c7f7d5bd86fd5a6c..28311a53ed1c8c788d48e23304f80b35e2cbe039 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifdown-br - bridge configuration script
-#    Copyright (C) 2000  Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+#    Copyright (C) 2000  Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-#    $Id: ifdown-br,v 1.4 2002/05/11 09:50:53 misiek Exp $
+#    $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index c156ac10b33a89b4d4612c3552ba1aad38be0d04..b31893c2e4922af6c2b318e3910a536fe9e10401 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifdown-irda - IrDA configuration script
-#    Copyright (C) 2001  Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+#    Copyright (C) 2001  Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-#    $Id: ifdown-irda,v 1.2 2002/07/13 16:25:07 misiek Exp $
+#    $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index c1320348a28ca3cec5ac693bbb69a8b7559a27ae..59449886e4bad97a503bf9d6551d6fc3068d9481 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifdown-post,v 1.14 2002/08/22 13:21:25 misiek Exp $
+#      $Id$
 #
 # This should be called whenever an interface goes down, not just when
 # it is brought down explicitly.
index 4a8348509ab1f7e5d9ae3cb2002cc9fac76583fd..7e057b8d675d779d91a1772ea6dec9e4216d69e4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifdown-ppp,v 1.12 2002/07/13 16:25:07 misiek Exp $
+#      $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index cf35950cae5e66bbeaf701849978fa1868cc9a7a..71a0ba6f5ee139f0ad2baae1f1c48a9df3a600f6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifdown-sl,v 1.12 2002/05/11 09:50:53 misiek Exp $
+#      $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index 4fd8a42f3b01e3d92392bd55319576921c0fcd90..6eb2a928a8ee5defdd9fb40910cd770e1f6bdc8e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifdown-vlan - Virtual LAN configuration script
-#    Copyright (C) 2001  Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+#    Copyright (C) 2001  Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-#    $Id: ifdown-vlan,v 1.2 2002/07/13 16:25:07 misiek Exp $
+#    $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index a2f43c46c64bfe6ec4c2def55c21cbe714a92c96..c36020c73a1befeceb7c506474849396e6c3b432 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup,v 1.71 2003/04/07 19:54:39 misiek Exp $
+#      $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index 0838387c93bf988123f7321793ebc1fd933dde7d..c330eb12588c54ac84a6126799337dd5ef9339f0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup-aliases,v 1.14 2002/05/11 09:50:53 misiek Exp $
+#      $Id$
 #
 # adds all addresses of device $1
 
index acce1df9399c60c38ef1a10975edb695fc1363fb..9d3180f444e1be54aad440f924573dff16155cbf 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifup-br - bridge configuration script
-#    Copyright (C) 2000  Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+#    Copyright (C) 2000  Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-#    $Id: ifup-br,v 1.4 2002/05/11 09:50:53 misiek Exp $
+#    $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index 3854f2f1e39a8c4226e0315bf324e68196a79746..95b68b046dbbf784917e37d279693cf1d105e1ac 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup-ipx,v 1.13 2002/05/11 09:50:53 misiek Exp $
+#      $Id$
 #
 # configures IPX on $1 if appropriate
 
index 2cc7548ab67b0859006ab5f6e75346f5354d6738..452d28cfc385bbbfe42984081174a1f049f25941 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifup-irda - IrDA configuration script
-#    Copyright (C) 2001  Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+#    Copyright (C) 2001  Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-#    $Id: ifup-irda,v 1.2 2002/07/13 16:25:08 misiek Exp $
+#    $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index cf57731b312282f9adfc67ce76cea39f4d4c3359..d50a299d1cbf826f984c9e75045d6a3e71e8af54 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup-iucv,v 1.2 2002/07/13 16:25:08 misiek Exp $
+#      $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index 7e3ac82a416b98c13f512358397c07022dc4ee04..6e64d16634bffa0a984488faaa530b36eaa6bf4e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup-neigh,v 1.1 2002/08/11 17:05:08 misiek Exp $
+#      $Id$
 #
 # adds static arps for device $DEVICE
 
index 5cf59541264719a360576ad05ea61114381e5015..12fb1a7aa8e87875a752c456b1acc677bf77f43b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup-plip,v 1.13 2002/05/11 09:50:53 misiek Exp $
+#      $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index 4a1834969d3079603800c8ba6d53fb2915c1cf96..4d1832529d7453b5fa1cf885aaf010c0fa703f03 100755 (executable)
@@ -8,7 +8,7 @@
 #
 # alias plusb0 plusb
 #
-# $Id: ifup-plusb,v 1.2 2002/07/13 16:25:08 misiek Exp $
+# $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index 778ceca816a459996431b8e23e16245e86348d2e..2cd4c6097fea3a99669994a6158c1dcaaebdcf67 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup-post,v 1.27 2002/08/22 13:21:25 misiek Exp $
+#      $Id$
 #
 
 run_up() { :; }
index 347aea7f04031ce14949c3ea2f481672afd8a26c..ae185b95390286d5db32a68e82bba78159ca5fe6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup-ppp,v 1.22 2002/08/24 17:04:45 misiek Exp $
+#      $Id$
 #
 # ifup-ppp script for pppd-2.3.5 (with persist & demand options) ver 0.2
 # Grzegorz Stanislawski <stangrze@open.net.pl>
index b1053827fa08048b14c00b383ee63201de007120..e3c60a3e48ef16fa7fc410755ffaa7d2974963da 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup-routes,v 1.14 2002/08/11 17:05:09 misiek Exp $
+#      $Id$
 #
 # adds static routes which go through device $DEVICE
 
index e4e3ebc8df006f4e7e82bb8ace20cfd99cefb171..c46249f6160ad49711898259b3e57a3666fda362 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $Id: ifup-sl,v 1.21 2002/05/11 09:50:53 misiek Exp $
+#      $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index 7daf01c32ee5e7c4320b9953b5a0770c2cf41fab..7633b3b1861edc4fd99efc9b1c15948f15f02de0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    ifup-vlan - Virtual LAN configuration script
-#    Copyright (C) 2001  Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+#    Copyright (C) 2001  Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-#    $Id: ifup-vlan,v 1.3 2003/07/10 18:36:44 baggins Exp $
+#    $Id$
 #
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
index 6f362169bc9cd008bab9ac28e5629094504e8e59..2e9e4be2cd15ec1a557606603c6c42585f21c665 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    tnldown - tunnel configuration script
-#    Copyright (C) 1999, 2000  Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+#    Copyright (C) 1999, 2000  Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-#    $Id: tnldown,v 1.19 2002/05/11 09:50:53 misiek Exp $
+#    $Id$
 #
 
 . /etc/sysconfig/network
index 49c3fa4698a2cadc15cd4eec42015e093be68d4f..a3849f49e3499c73afda89282ea91255ad1f3bb7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #    tnlup - tunnel configuration script
-#    Copyright (C) 1999, 2000  Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
+#    Copyright (C) 1999, 2000  Arkadiusz Mi¶kiewicz <misiek@pld-linux.org>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
-#    $Id: tnlup,v 1.22 2002/05/11 09:50:53 misiek Exp $
+#    $Id$
 #
 
 . /etc/sysconfig/network
index 736d84b4e40ab26034331560ea592a9fba4b2f16..73874b7c7e79be68a428d14737861b319e80873b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: system,v 1.24 2002/10/10 15:07:48 baggins Exp $
+# $Id$
 
 # Do you want colorized starting scripts ?
 COLOR_INIT=yes
This page took 0.883302 seconds and 4 git commands to generate.