awesome 3.3 --> 3.4
[cinan.git] / root / var / lib / pacman / local / initscripts-2009.08-1 / changelog
blob6bca6e0af0f5971511bb7d5f2dafd26b2706b896
1 commit d0722bd6fb631ce6c678de32d09a10e2e5fa7c35
2 Author: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
3 Date:   Sat Jul 18 02:58:04 2009 -0300
5     Fix rtc device to match current rule in udev-141-4.
6     
7     Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
8     Signed-off-by: Allan McRae <allan@archlinux.org>
10 commit 28d34292a9a8a03ea78a909ccb1d8d50ee21d0bb
11 Author: Allan McRae <allan@archlinux.org>
12 Date:   Sat Jul 18 14:20:55 2009 +1000
14     Fix incomplete elif statement
15     
16     Commit 92cbc62e introduced an incomplete elif statement which caues
17     shutdown to fail.
18     
19     Signed-off-by: Allan McRae <allan@archlinux.org>
21 commit da966f2da8fc670e17f753b22b1365fdd72e1499
22 Author: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
23 Date:   Thu May 28 00:17:42 2009 -0300
25     Convert to new initscript to new virtual console scheme
26     
27     Just convert vc/N to ttyN in all required places.
28     
29     Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
30     Signed-off-by: Allan McRae <allan@archlinux.org>
32 commit ad1e81556aa351fea39ed6eaf6efbed0ba7ce894
33 Author: Aaron Griffin <aaronmgriffin@gmail.com>
34 Date:   Tue Jun 30 14:57:18 2009 -0700
36     rc.conf: Switch to dhcp by default
37     
38     More of a sane default. Static config left as example
39     
40     Ref: FS#12670
41     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
43 commit 92cbc62e1c1b22c6cc251628e8d51a45607998b6
44 Author: Gerhard Brauer <gerhard.brauer@web.de>
45 Date:   Fri Jun 26 10:52:09 2009 -0700
47     Don't change hardwareclock if settings unclear
48     
49     Don't default to 'localtime' if HARDWARECLOCK is not set to UTC.
50     Check explicit values
51     
52     Ref: FS#15263
53     
54     Edited-by: Aaron Griffin <aaronmgriffin@gmail.com>
55     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
57 commit fb1177118b663da6b45021cb0ebdb40741047bac
58 Author: Kurt J. Bosch <kujub@quantentunnel.de>
59 Date:   Fri Jun 26 10:47:08 2009 -0700
61     Trigger uevents earlier
62     
63     Backgrounding the udev uevent triggering right after the launch
64     of the udev daemon allows us to do more in parallel before we wait
65     for uevents to complete (udevadm settle). This should speed up boot
66     
67     Ref: FS#12706
68     
69     Idea-from: Vahid Hamidullah <vh22@njit.edu>
70     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
72 commit 2b94f1cf826ddbb61fa840c4175bb9c681eea0be
73 Author: Gerardo Exequiel Pozzi <djgera@exequiel.ban2.ar>
74 Date:   Sun May 24 17:08:49 2009 -0300
76     Fix warning when compiling without -ansi flag
77     
78     Add a #define without checking if already defined
79     (introduced in a2db62cbc2f326c30bfd39be31fe71472b8e47e1 )
80     
81     Signed-off-by: Gerardo Exequiel Pozzi <djgera@exequiel.ban2.ar>
82     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
84 commit ef21324f73efe5ca7777d9acc3a262de2294f371
85 Author: Gerardo Exequiel Pozzi <djgera@exequiel.ban2.ar>
86 Date:   Sun May 24 16:58:42 2009 -0300
88     Fix minilogd.c eat memory on buflines>=MAX_BUF_LINES
89     
90     Do not allocate more memory and leak when buflines>=MAX_BUF_LINES
91     
92     Signed-off-by: Gerardo Exequiel Pozzi <djgera@exequiel.ban2.ar>
93     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
95 commit 5e0ac3a1759134a63936e7a3dcf2c4378b934617
96 Author: Thomas Bächler <thomas@archlinux.org>
97 Date:   Tue Jun 9 00:02:58 2009 +0200
99     network: Remove the hotplug_ifup command, the function has been removed a long time ago
101 commit d42decabd30ff8031a02cb94ddf98a86a38eecdc
102 Author: Thomas Bächler <thomas@archlinux.org>
103 Date:   Sun Jun 7 16:36:03 2009 +0200
105     Fix array count/walk in rc.shutdown and rc.single, see #13263
107 commit f4a0e350119794972bb1d022a6364fd10a0d80e9
108 Author: Thomas Bächler <thomas@archlinux.org>
109 Date:   Sun Jun 7 16:22:47 2009 +0200
111     We always mount /sys, thus remove a superfluous check for /sys/block. Also fixes #14437
113 commit a9a347fc65966265a30774d02e1d114623185b92
114 Author: Thomas Bächler <thomas@archlinux.org>
115 Date:   Sun Jun 7 16:11:46 2009 +0200
117     Make the daemon shutdown in rc.single consistent with rc.shutdown, see #12978
119 commit 2577e2d04044253add5df0bf8dc3af01a7609c24
120 Author: Hugo Doria <hugo@archlinux.org>
121 Date:   Wed May 27 16:30:19 2009 -0300
123     Remove a useless check of dmesg.log file Signed-off-by: Hugo Doria <hugo@archlinux.org>
125 commit 07d2701e269042015656bfbdacff8349ca77a687
126 Author: Aaron Griffin <aaronmgriffin@gmail.com>
127 Date:   Thu Apr 2 09:05:12 2009 -0700
129     Make sure functions ends cleanly
130     
131     When errexit was set, sourcing functions caused a script to
132     exit. Fix this by using a real 'if' instead of the
133        [ a ] && b
134     syntax.
135     
136     Also, fix the vim modeline :)
137     
138     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
140 commit e679e9db7c09474da1411db3f18449a1f5e8cc6b
141 Author: Thomas Bächler <thomas@archlinux.org>
142 Date:   Tue Mar 10 22:04:12 2009 +0100
144     Create /var/lib/misc if it doesn't exist
145     This is necessary because the filesystem package doesn't currently contain this directory
147 commit c79828e29eae787048535fa67726c2f174f6b2c5
148 Author: Aaron Griffin <aaronmgriffin@gmail.com>
149 Date:   Tue Mar 10 13:59:16 2009 -0700
151     Add the adjtime cron job to install.sh
152     
153     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
155 commit cbb9215591b618f09adc70889f32864a6f566f47
156 Author: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
157 Date:   Mon Mar 9 14:47:35 2009 -0700
159     minilogd: ensure we free() the buffer
160     
161     This isn't strictly needed, as memory is cleaned up
162     on exit anyway, but let's shoot for good form :)
163     
164     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
166 commit c206cfd1de94e2e79c1d9d42dc8f44f140d4c3f8
167 Author: Aaron Griffin <aaronmgriffin@gmail.com>
168 Date:   Mon Mar 9 14:09:56 2009 -0700
170     Add adjtime handling to hwclock init
171     
172     The hwclock man page recommends calling hwclock with --adjust
173     at start time, and periodically during system run. So let's do
174     that here.
175     
176     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
178 commit 5d0fb0ef703ca78f399aadce43dd813effda52f5
179 Author: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
180 Date:   Mon Mar 9 13:58:44 2009 -0700
182     minilogd: Initialize values for accept()
183     
184     From the accept(2) manpage:
185     The addrlen argument is a value-result argument: the caller must initialize it
186     to contain the size (in bytes) of the structure pointed to by addr; on return it
187     will contain the actual size of the peer address.
188     
189     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
191 commit f3a60b900d22349445de1481d6171297ac022ff0
192 Author: Allan McRae <allan@archlinux.org>
193 Date:   Mon Mar 9 19:53:39 2009 +1000
195     Fix status display functions
196     
197     The status display functions were returning the opposite of what
198     they should have been.  Also made cosmetic changes to the output.
199     
200     Signed-off-by: Allan McRae <allan@archlinux.org>
201     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
203 commit a2db62cbc2f326c30bfd39be31fe71472b8e47e1
204 Author: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
205 Date:   Mon Mar 9 12:08:45 2009 -0700
207     Fix minilogd headers
208     
209     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
211 commit 623e3fac060b0f4b32c0ec767d76ef57f5040ed1
212 Author: Thomas Bächler <thomas@archlinux.org>
213 Date:   Sat Mar 7 20:16:45 2009 +0100
215     Use the device nodes from /lib/udev/devices/* instead of hardcoding them in initscripts. This requires a new udev package (at least 139-1)
217 commit 666cd9b3971e171f4e8ec348666ab8ff8bfe97d8
218 Author: Aaron Griffin <aaronmgriffin@gmail.com>
219 Date:   Tue Mar 3 08:39:13 2009 -0800
221     Remove the kernel 'quiet' handling for fsck
222     
223     This is simply confusing that we use the kernel "quiet" parameter
224     to mute fsck output. Removed for now - perhaps we can add a better
225     solution later.
226     
227     Ref: FS#12928
228     
229     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
231 commit 21f528419f945f0d2f867ffa55553b4d5da7f4b8
232 Author: Thomas Bächler <thomas@archlinux.org>
233 Date:   Wed Feb 11 22:06:13 2009 +0100
235     Fix bug #13205: better random-seed entropy
236     - For the random-seed file location to be more "FHS compliant" is better to put in /var/lib/misc/random-seed (Variable state
237       information, that persists after reboot) than the /var/run/random-seed (Run-time variable data, that not necessarily persists
238       after reboot) for example with /var/run mounted as TMPFS.
239     - The random-seed file permision should be "0600" not "0644"
240     - The size of random-seed acording to random(4) manpage should be the size specified in "/proc/sys/kernel/random/poolsize" in
241       other case 512 bytes.
243 commit e932c3406acf105c99e159ca0610768fbfb49b1a
244 Author: Petar Bogdanovic <petar@smokva.net>
245 Date:   Tue Feb 10 08:27:07 2009 -0800
247     Allow the user to cancel an fsck
248     
249     Don't fail and force a reboot if the user cancels an fsck
250     on boot.
251     
252     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
254 commit 2c5e306be0bcc8d91662176bfcfb55ec95777bc3
255 Author: Aaron Griffin <aaronmgriffin@gmail.com>
256 Date:   Wed Jan 21 13:10:34 2009 -0800
258     Adjust copyright year to 2009
259     
260     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
262 commit ad81ddafabd95ee1ea7169880a6a80f04babf9a6
263 Author: Aaron Griffin <aaronmgriffin@gmail.com>
264 Date:   Tue Dec 23 14:45:30 2008 -0800
266     Add some simple status display functions
267     
268     This is useful for displaying daemon status in functions
269     like /etc/rc.d/$DAEMON status
270     
271     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
273 commit fa4f2f14870500eeab3233da07647a7c2c5e1648
274 Author: Aaron Griffin <aaronmgriffin@gmail.com>
275 Date:   Tue Dec 23 14:43:51 2008 -0800
277     Adjust minilogd's maximums
278     
279     A max of 200000 lines stored, at 8K per line, was a little
280     ridiculous and soaked up way to much memory if a syslogger
281     was not started. Drop the max to 10000 so that we don't kill
282     the user's system.
283     
284     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
286 commit 0e4ff39e5a5c72b7d4e8d251d029d4342f68b7b6
287 Author: Aaron Griffin <aaronmgriffin@gmail.com>
288 Date:   Tue Dec 23 14:41:09 2008 -0800
290     chmod /var/run/utmp to 664 when creating
291     
292     This allows X terminals to write to /var/run/utmp
293     so that they are reported properly to commands like
294     who and w
295     
296     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
298 commit af3ac0dc954d96855555aa8cb12633494d465a77
299 Author: Aaron Griffin <aaronmgriffin@gmail.com>
300 Date:   Thu Dec 4 09:40:14 2008 -0800
302     unset the TZ envvar in 'functions'
303     
304     This prevents a local TZ variable from breaking
305     daemon's when started by root. Daemon's should always
306     respect the system's /etc/localtime
307     
308     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
310 commit 9ac428a113d5dee2b4d5469fdfdb383eda90d4c6
311 Author: Aaron Griffin <aaronmgriffin@gmail.com>
312 Date:   Mon Nov 24 07:50:45 2008 -0800
314     Switch commented kdm path
315     
316     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
318 commit 572019c5a188d22a1e833c1a27081227a65133f9
319 Author: Roman Kyrylych <roman@archlinux.org>
320 Date:   Thu Sep 25 00:33:32 2008 -0500
322     Added missing slash
323     
324     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
325     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
327 commit af5516dc690a3b2fab88188cfcde898ca0efbf4b
328 Author: Thomas Bächler <thomas@archlinux.org>
329 Date:   Thu Sep 18 22:21:39 2008 +0200
331     Fix bug #11229
333 commit 8f1628613cc5746b7c85c6f84776b365833f1dad
334 Author: Thomas Bächler <thomas@archlinux.org>
335 Date:   Thu Sep 18 18:55:14 2008 +0200
337     Respawn udev properly when running 'init s'. Fixes #9739
339 commit ce600eea3b9383f167cb91d784aff04821fa0528
340 Author: Thomas Bächler <thomas@archlinux.org>
341 Date:   Sun Sep 14 19:46:14 2008 +0200
343     Remove references to start_udev from rc.sysinit
345 commit d399979d08be1ae2cc8e4ab60a68c57b120d08a0
346 Author: Thomas Bächler <thomas@archlinux.org>
347 Date:   Sun Sep 14 19:41:14 2008 +0200
349     Revert "Create udev required device nodes if missing"
350     
351     This reverts commit 119b8df1fb1258231750309f01e747e72f382493.
352     These nodes are created like 10 lines above, the [ -f ... ] check would always return false anyway (-f == regular file)
354 commit 119b8df1fb1258231750309f01e747e72f382493
355 Author: Aaron Griffin <aaronmgriffin@gmail.com>
356 Date:   Sat Aug 30 21:11:39 2008 -0500
358     Create udev required device nodes if missing
359     
360     Udev requires /dev/console, /dev/null, and /dev/zero to exist
361     before running. Create these on init if they're missing
362     
363     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
365 commit d2ae38c8b06d057c7593b7ba836bf24a1f8f6c4f
366 Author: Aaron Griffin <aaronmgriffin@gmail.com>
367 Date:   Tue Aug 5 14:34:53 2008 -0400
369     Set kbd_mode on all virtual consoles
370     
371     Previous behavior only set the mode for vc0.
372     See FS#11093
373     
374     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
376 commit b7d66decca5117aaba3b73d2eccb97594ef1ea98
377 Author: Daniel Kaminski <maniel.rulez@gmail.com>
378 Date:   Tue Jul 22 17:50:02 2008 -0400
380     ipv6 over ipv4 tunneling support in /etc/rc.d/network
381     
382     This is done by checking the route config for a double colon
383     
384     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
386 commit 04899c1b829f1a4708a04e2188b256901845770f
387 Author: Aaron Griffin <aaronmgriffin@gmail.com>
388 Date:   Fri Jul 18 11:47:22 2008 -0400
390     Remount filesystems RO if umounting fails
391     
392     Just a safeguard, suggested by FS#10947
393     
394     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
396 commit e13ee23fd2d0035150d178fc683079696fb446fc
397 Author: James Rayner <james@archlinux.org>
398 Date:   Mon Jul 14 21:24:33 2008 +1000
400     Add some useful error messages to wireless code
401     
402     Additionally add optional WIRELESS_TIMEOUT parameter
403     
404     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
406 commit 84f76aafc5f6d7f3d2c2141d2930e42dcb82def0
407 Author: Aaron Griffin <aaronmgriffin@gmail.com>
408 Date:   Mon Jun 30 12:35:21 2008 -0400
410     Decouple ISO release name from initscripts
411     
412     This should aleviate some gripes
413     
414     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
416 commit 9dcd7a9fed510dacd14e4cf4497e73a98f847fac
417 Author: Natanael Copa <natanael.copa@gmail.com>
418 Date:   Fri Jun 20 13:46:10 2008 -0400
420     Minor simplication for /etc/rc.d/functions.d/
421     
422     Trivial simplification to make code more readable.
423     Removes one fork so booting should be "faster". Probably not mesureable
424     
425     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
427 commit fa73767d19ea505ec32533b8856122968207db2f
428 Author: Anton Fiuman <llexiw@gmail.com>
429 Date:   Sun May 25 00:55:56 2008 +0200
431     Allow users to ovverride daemon start and stop in rc.multi and rc.shutdown
432     
433     Signed-off-by: Anton Fiuman <llexiw@gmail.com>
435 commit 63db98c2a8e256f9219c5c6501b40846040bf089
436 Author: Aaron Griffin <aaronmgriffin@gmail.com>
437 Date:   Thu May 22 13:02:55 2008 -0400
439     Remove source_functions in favor of always sourcing the dir
440     
441     This is an obvious oversight on my part - this change allows
442     the overridden functions to work in daemon scripts and
443     anything else that uses /etc/rc.d/functions by itself.
444     
445     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
447 commit de031161e02772aaeaefed1398f8ad59621bd8bc
448 Author: Thomas Bächler <thomas@archlinux.org>
449 Date:   Wed May 14 13:49:16 2008 +0200
451     Fix commit 521d7678cecb3018923f7c869bc8a5f74dc29268, this makes more sense
453 commit af36e8dd3c025d7593bda4f310612989927149d1
454 Author: Thomas Bächler <thomas@archlinux.org>
455 Date:   Sun Apr 13 18:32:43 2008 +0200
457     Always quote $TIMEZONE to fix FS#10178
459 commit 521d7678cecb3018923f7c869bc8a5f74dc29268
460 Author: Pierre Schmitz <pierre@archlinux.de>
461 Date:   Sat Apr 12 13:37:22 2008 +0200
463     fixing udev hotplugging Some devices like scanners do not work with recent udev/initscript changes. This patch seems to fix such issues.
465 commit 42c5f304ad361fd9e16d08a5230043e47437c399
466 Author: Thomas Bächler <thomas@archlinux.org>
467 Date:   Tue Apr 8 20:12:55 2008 +0200
469     Just some whitespace fixes
471 commit 391cfa71285cfca49aed0d6d2a05c9a949cb9857
472 Author: Thomas Bächler <thomas@archlinux.org>
473 Date:   Mon Apr 7 15:33:20 2008 +0200
475     Remove setterm screen blanking from rc.sysinit
476     Contrary to what one may think, screen blanking not only affects the
477     console, but also the X server. This line may lead to unwanted blank screens
478     although one has DPMS disabled in X. Furthermore, it adds a hardcoded,
479     non-configurable default setting to Arch.
480     This should either be made configurable (but IMO, we don't need more stuff
481     in rc.conf) or added to rc.local by the user if needed. As this is a
482     one-liner, the second solution sounds good to me.
484 commit a58228bfe3764008ecf971d420fb7fa0bb704b54
485 Author: Thomas Bächler <thomas@archlinux.org>
486 Date:   Sun Apr 6 23:37:17 2008 +0200
488     Remove extra newline from udev status output
490 commit 307c850a0c345a092a21fff50da2f0658c3c03c4
491 Author: Thomas Bächler <thomas@archlinux.org>
492 Date:   Sun Apr 6 23:30:48 2008 +0200
494     Remove the "interface is already up" check from ifup
495     As stated in commit f589387f0b9ef56de8ab30f50a3c562e010baeeb, even an
496     interface that is 'UP' may need configuring. However, the check introduced
497     in this commit is nonsense (causing bug #9960, possibly others). The best
498     idea is to remove the check altogether: This may cause duplicate dhcpcd
499     processes to run (should be fixed), but otherwise ensures the interface is
500     brought up when it should be.
502 commit 89355a468670983476d29b415c12e097d5d79ca5
503 Author: Thomas Bächler <thomas@archlinux.org>
504 Date:   Sun Apr 6 23:20:37 2008 +0200
506     Fix USEDIRECTISA in rc.shutdown as well
508 commit b55845f7d0e3c81f1936d471370dcb40822463b0
509 Author: Thomas Bächler <thomas@archlinux.org>
510 Date:   Sun Apr 6 15:55:23 2008 +0200
512     Remove old initrd hacks
513     We haven't been using initrd for a while, so these hacks are unnecessary.
514     The "encrypted root device hack" was obsoleted by proper udev rules long
515     ago. The code to umount and free the initrd is not critical, so if somebody
516     insists on using initrd, it can be done in rc.local.
518 commit 4c493ec5599b1a30dadc51567e2546a63feb87ef
519 Author: Thomas Bächler <thomas@archlinux.org>
520 Date:   Sun Apr 6 15:50:57 2008 +0200
522     Make USEDIRECTISA default to no, which is a sane default according to hwlock's manpage. This is contrary to the behaviour in older initscripts.
524 commit 4a4cb51a138d73753bb967c27a9f7ea8bf9f88b3
525 Author: Thomas Bächler <thomas@archlinux.org>
526 Date:   Sun Apr 6 15:48:22 2008 +0200
528     Move /sys mounting to the beginning, together with /proc and /dev and clean up some comments
530 commit f3e064ec822b3dae191e1ae5d2bb921a970af86e
531 Author: Thomas Bächler <thomas@archlinux.org>
532 Date:   Sun Apr 6 15:40:08 2008 +0200
534     Remove any special handling of usbfs from rc.sysinit
535     libusb has migrated to /dev/bus/usb, which is managed by udev and thus more
536     flexible. Some legacy applications (like VirtualBox) still use it. However,
537     since users need special permissions to access usbfs, they have to be
538     specified via mount options in fstab. So there are two cases:
539     1) a user does not need usbfs
540     2) a user needs it, but must add it to fstab to force the right permissions
541     Our old special handling in rc.sysinit is thus obsolete (and it was ugly
542     anyway).
544 commit 5386d7332dd77ecf4113dfc10773b529f583e797
545 Author: Roman Kyrylych <roman@archlinux.org>
546 Date:   Wed Mar 19 11:12:19 2008 +0200
548     Use actual device number for creating /dev/misc/rtc0
549     
550     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
552 commit 6e37620983c107e13120d1e249a37b3be6d0b12d
553 Author: Roman Kyrylych <roman@archlinux.org>
554 Date:   Tue Mar 18 22:43:38 2008 +0200
556     Do not try to create /dev/pts and /dev/shm twice
557     
558     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
560 commit a71b075e90154073e3ba331de9b74b8bc088ec45
561 Author: Aaron Griffin <aaronmgriffin@gmail.com>
562 Date:   Tue Mar 18 12:33:24 2008 -0500
564     Fix a directory typo
565     
566     Looks like a 'bin/' slipped in there somewhere. Whoops
567     
568     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
570 commit 52a6990bc7ab0b48d6d227a8dcb782cb1d419dd5
571 Author: Aaron Griffin <aaronmgriffin@gmail.com>
572 Date:   Mon Mar 17 11:34:12 2008 -0500
574     Variable expansion quoting
575     
576     This was missed, and caused some gross output if a user
577     mistakenly had a space in their timezone (we should fail
578     gracefully here, not let bash error).
579     
580     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
582 commit 15647a9f42a00406ec1c1c02515fe1e90825bd9b
583 Author: Roman Kyrylych <roman@archlinux.org>
584 Date:   Tue Mar 11 00:02:22 2008 +0200
586     Remove the 'makedevs' script
587     
588     * last touched somewhere in 2005
589     * not used by anything
590     * sits in /sbin but uses software from /usr/bin
591     * makedev in Extra exists
592     * if one wants a static /dev - just use mknod
593     
594     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
596 commit 12ee0a4fe0108fe952dc31c5f42648037b9c5cde
597 Author: Roman Kyrylych <roman@archlinux.org>
598 Date:   Mon Mar 10 17:58:48 2008 +0200
600     Fix a typo in /dev/rtc creation steps
601     
602     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
604 commit 7526db5d0405188fee94d16fbcfbdf13a17e6a45
605 Author: Roman Kyrylych <roman@archlinux.org>
606 Date:   Sun Mar 9 17:22:11 2008 +0200
608     More full-path fixes
609     
610     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
612 commit 2c9681f461a0cde98a88de65e232369df68ed859
613 Author: Roman Kyrylych <roman@archlinux.org>
614 Date:   Sat Mar 8 20:02:09 2008 +0200
616     Add basic support for dependencies in rc.d scripts
617     
618     Example of use:
619       DEPENDS=('dbus' 'acpid')
620       . . .
621       ck_depends ${DEPENDS[@]}
622     and those daemons will be started if not running already
623     
624     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
626 commit 45e331302268490cfb532ea6fe827cba1351ec5b
627 Author: Roman Kyrylych <roman@archlinux.org>
628 Date:   Sat Mar 8 19:22:48 2008 +0200
630     Use full path to binaries everywhere
631     
632     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
634 commit 6214a05ea023b8bc3014d8032af18b2404276d00
635 Author: Roman Kyrylych <roman@archlinux.org>
636 Date:   Sat Mar 8 18:45:24 2008 +0200
638     Create /dev/rtc before running hwclock (FS#9636)
639     
640     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
642 commit 973c1b65ad9fb92c6a0e017a7b8bfb40c38b3bcd
643 Author: Roman Kyrylych <roman@archlinux.org>
644 Date:   Sat Mar 8 19:28:08 2008 +0200
646     Fix indentation in rc.d/functions
647     
648     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
650 commit 646862aa989d82c35d267d5771c6cc620275bf4c
651 Author: Aaron Griffin <aaronmgriffin@gmail.com>
652 Date:   Fri Mar 7 14:35:31 2008 -0600
654     Additional /dev/ setup that udev doesn't do
655     
656     These nodes are not covered by default udev, so lets make
657     sure they're added properly.
658     
659     Ref: FS#9726
660     
661     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
663 commit abe6dcb83d16c6e40fed99c202085c78cb356fa1
664 Author: Aaron Griffin <aaronmgriffin@gmail.com>
665 Date:   Fri Mar 7 14:34:26 2008 -0600
667     Add my name to the copyright output
668     
669     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
671 commit 91b86efedd70e6b83232057fbf2b089a47b76333
672 Author: Roman Kyrylych <roman@archlinux.org>
673 Date:   Thu Mar 6 00:24:20 2008 +0200
675     Revert back to not loading defkeymap
676     
677     * There is a patch for the kernel now, so no need to workaround the bug
678     * Add a missing check for an empty KEYMAP
679     
680     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
682 commit 56fffa9954db654c1731e07f753c3de105896455
683 Author: Roman Kyrylych <roman@archlinux.org>
684 Date:   Sun Mar 2 16:31:34 2008 +0200
686     Always load defkeymap
687     
688     It seems that there's a bug in the kernel 2.6.24,
689     which makes the built-in defkeymap to produce incorrect composite chars.
690     Thus keymaps that don't have 'include "compose.latin1"' have issues (FS#9593).
691     While it is better to fix this bug in kernel and all affected keymaps
692     loading defkeymaps before other keymaps seems to not hurt anyway.
693     
694     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
696 commit f94f52e5ab877ffc3160d0bf20c70be9865d45b2
697 Author: Roman Kyrylych <roman@archlinux.org>
698 Date:   Sat Mar 1 00:40:02 2008 +0200
700     Set up vc/0 as well
701     
702     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
704 commit 1b5eeefa5a859a9c26a717603bd4c0e9fb74de82
705 Author: Roman Kyrylych <roman@archlinux.org>
706 Date:   Sat Mar 1 00:04:01 2008 +0200
708     Do not mount /proc/bus/usb if commented in fstab
709     
710     Fixes FS#9451
711     
712     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
714 commit 4d0920ede7ce9c3d67e03c67b9ee584cf1a3fe9d
715 Author: Roman Kyrylych <roman@archlinux.org>
716 Date:   Thu Feb 28 13:55:41 2008 +0200
718     Make non-UTF-8 consoles work correctly in .24+ kernels
719     
720     * Since 2.6.24 the virtual terminal is in UTF-8 mode
721     and the keyboard is in Unicode mode by default,
722     and configurable only at run-time.
723     
724     * To make non-UTF-8 consoles work correctly:
725     - the non-UTF-8 mode is set for the virtual terminal,
726     - the XLATE mode is set for the keyboard.
727     
728     * UTF-8 mode is still set explicitly (not relying on default),
729     so console works correctly even in a case when user set vt.default_utf8=0
730     in kernel commandline, but LOCALE in rc.conf is *.UTF-8.
731     
732     * % is a special symbol for printf, so it should be written twice.
733     
734     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
736 commit ef86e38e9fd750db35e23aa949aa60e4c9f60f0c
737 Author: Roman Kyrylych <roman@archlinux.org>
738 Date:   Thu Feb 21 18:07:44 2008 +0200
740     Remove trailing whitespaces and do some little reformatting
741     
742     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
744 commit bb639b33167e13602aacf34bab6032992e7b3d6a
745 Author: Aaron Griffin <aaronmgriffin@gmail.com>
746 Date:   Wed Feb 20 23:46:57 2008 -0600
748     Add some udev stats output
749     
750     So we can see timing and all that jazz
751     
752     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
754 commit e658f681e1d36a75b527d182ce28ee0781ed4492
755 Author: Dan McGee <dan@archlinux.org>
756 Date:   Thu Feb 14 20:16:49 2008 -0600
758     rc.shutdown: Fix hwclock double calls
759     
760     Commit 9673449ac0af77751eab62423114f27e7dbc497c added --directisa
761     configuration to rc.shutdown, but didn't remove the old hwclock calls and
762     instead just added a second call. Remove the original calls.
763     
764     Signed-off-by: Dan McGee <dan@archlinux.org>
766 commit e16e2d17c97f91cdb9eda0ad3525ee7977ad40a6
767 Merge: 626037f fbb8d26
768 Author: Dan McGee <dan@archlinux.org>
769 Date:   Thu Feb 14 19:56:02 2008 -0600
771     Merge branch 'posix' into working
773 commit 626037f6043596f21511b76b088dca86fc079f42
774 Author: Dan McGee <dan@archlinux.org>
775 Date:   Thu Feb 14 19:53:03 2008 -0600
777     functions:source_functions(): don't fail on empty dir
778     
779     Instead of using globbing which will fail on an empty directory, use an ls
780     call similar to other places in the initscripts which is not prone to
781     failure. (See rc.single in the daemon shutdown for example.)
782     
783     Signed-off-by: Dan McGee <dan@archlinux.org>
785 commit fbb8d26a81dc220d7795be871e09c89fd0e03a76
786 Author: Dan McGee <dan@archlinux.org>
787 Date:   Fri Nov 30 09:30:05 2007 -0600
789     Remove echo -e usage from rc.sysinit
790     
791     Use the always available (in sh) printf method instead.
792     
793     Signed-off-by: Dan McGee <dan@archlinux.org>
795 commit 7b6fddfb12106c9485a9ceb8fa1876a501d1f181
796 Author: Dan McGee <dan@archlinux.org>
797 Date:   Fri Nov 30 09:23:02 2007 -0600
799     Remove some bashisms from network, even though we cannot convert it
800     
801     Since netfs and network source rc.conf, we cannot fully convert it to an sh
802     script. However, we can get rid of a few things that are not sh compatible.
803     
804     Signed-off-by: Dan McGee <dan@archlinux.org>
806 commit e3985084056bb80c886ea649674c3da5b906ccab
807 Author: Dan McGee <dan@archlinux.org>
808 Date:   Fri Nov 30 09:18:26 2007 -0600
810     Make install.sh sh compatible
811     
812     Signed-off-by: Dan McGee <dan@archlinux.org>
814 commit 980791fd888b6efff6319c77363aab473166ca6b
815 Author: Dan McGee <dan@archlinux.org>
816 Date:   Fri Nov 30 09:17:15 2007 -0600
818     Make functions sh compatible
819     
820     There is no reason to use bashisms in functions, so eliminate any and use
821     printf instead of echo options which are not guaranteed to be implemented in
822     a POSIX sh.
823     
824     Signed-off-by: Dan McGee <dan@archlinux.org>
826 commit dc4cee8f5987098a07a8b272573424b599a52598
827 Author: Dan McGee <dan@archlinux.org>
828 Date:   Sat Nov 17 12:03:59 2007 -0600
830     Don't assume sh == bash
831     
832     Signed-off-by: Dan McGee <dan@archlinux.org>
834 commit ccc90d4d211a61a21c835c1e51c807ddd485a136
835 Author: Roman Kyrylych <roman@archlinux.org>
836 Date:   Thu Feb 14 14:51:40 2008 -0600
838     Add support for (un)mounting nfs4
839     
840     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
841     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
843 commit 9673449ac0af77751eab62423114f27e7dbc497c
844 Author: Roman Kyrylych <roman@archlinux.org>
845 Date:   Wed Jan 23 17:46:03 2008 -0600
847     Use --directisa configuration in rc.shutdown as well
848     
849     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
850     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
852 commit f589387f0b9ef56de8ab30f50a3c562e010baeeb
853 Author: Loic Nageleisen <lloeki@gmail.com>
854 Date:   Tue Jan 8 09:14:42 2008 -0600
856     Enhance interface 'up' state checking
857     
858     Using the 'UP' state to imply operational status is wrong and even if a
859     device is 'UP' we may still need to run ifconfig/dhcp
860     
861     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
863 commit 9e341d31cd15172941268412d258c38591ff4988
864 Author: Aaron Griffin <aaronmgriffin@gmail.com>
865 Date:   Tue Jan 8 09:09:46 2008 -0600
867     network script logic cleanups/enhancements
868     
869     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
871 commit 7719cd7c0ac6d3f316ed8595becf29ef418d9af9
872 Author: Aaron Griffin <aaronmgriffin@gmail.com>
873 Date:   Tue Jan 8 09:07:05 2008 -0600
875     Remove the hotplug functionality from the network script
876     
877     Hotplug hasn't been supported in Arch for ages
878     
879     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
881 commit c2d7f40b2e0837f5544e6e2bfc22dc12e994ed16
882 Author: Aaron Griffin <aaronmgriffin@gmail.com>
883 Date:   Tue Jan 8 03:35:05 2008 -0600
885     Create some basic device nodes on initialization
886     
887     We need, at the very least, these three device nodes
888     (null, console, and zero) created before we get udev
889     up and running
890     
891     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
893 commit cd0b3911131ee0eddc32c5e3992036c2e769948f
894 Author: Jonathan Frazier <eyeswide@gmail.com>
895 Date:   Tue Jan 8 03:26:12 2008 -0600
897     minilogd cleanup and warning fixes
898     
899     gcc gives a warning about signed/unsigned ints, and it tries to write to
900     syslog's /dev/log with a dgram socket which gives an EPROTOCOL error.
901     
902     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
904 commit 9bf2014b750579d9720c13c9dfb9d358e0c27665
905 Author: Aaron Griffin <aaronmgriffin@gmail.com>
906 Date:   Tue Jan 8 03:06:56 2008 -0600
908     Allow --directisa configuration for hwclock calls
909     
910     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
912 commit ab5595c4f8cdea8e6b1813701828576cbfee2fc2
913 Author: Aaron Griffin <aaronmgriffin@gmail.com>
914 Date:   Thu Dec 20 12:32:12 2007 -0600
916     Deprecate MOD_BLACKLIST via some comments
917     
918     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
920 commit 2694f1224dfb5b5c734a781fc813e639139feb39
921 Author: Aaron Griffin <aaronmgriffin@gmail.com>
922 Date:   Thu Dec 20 12:19:56 2007 -0600
924     Mount our ram /dev as soon as possible
925     
926     On readonly root systems, lots of fdup calls fail on device nodes, for
927     instance in minilogd. So we'll mount /dev as early as we can
928     
929     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
931 commit 25811badce84cd157a8b66c84e78f931cad1d129
932 Author: Aaron Griffin <aaronmgriffin@gmail.com>
933 Date:   Thu Dec 20 12:15:26 2007 -0600
935     Set hwclock *before* udev is loaded
936     
937     This prevents /dev/ timestamps from being 'in the future' when the hwclock
938     is not in UTC.
939     
940     Closes FS#8665
941     
942     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
944 commit b82f9d580d1ab70e78de4c81c180c5a308bd1238
945 Author: James Rayner <james@archlinux.org>
946 Date:   Thu Dec 20 10:53:25 2007 -0600
948     Tidy up rc.conf
949     
950     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
952 commit a4a35bda6ef3fd3e444e90ab362369f0b1f511dc
953 Author: Simo Leone <simo@archlinux.org>
954 Date:   Thu Dec 20 01:30:59 2007 -0600
956     Make the background black on all status text
957     
958     This is the easiest way to cleanup the script output on white terminals
959     without resorting to shutting off color.
960     
961     It won't make everyone happy, though.
962     
963     Ref: FS#1186
964     
965     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
967 commit 5ccb8edb591213e03fc3909aa7db7242b9f54b30
968 Author: Aaron Griffin <aaronmgriffin@gmail.com>
969 Date:   Mon Dec 17 16:16:38 2007 -0600
971     Modify comment above MOD_AUTOLOAD to indicate that it autoloads
972     
973     Some people thought the comment was unclear
974     
975     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
977 commit 20d6e1081ec7105207c01e9d8d2a58bb4a145331
978 Author: Aaron Griffin <aaronmgriffin@gmail.com>
979 Date:   Mon Dec 17 16:08:05 2007 -0600
981     Save dmesg output at the end of the boot process
982     
983     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
985 commit 9d86b8814583509069ad6707688e2b41fc0d292f
986 Author: Roman Kyrylych <roman@archlinux.org>
987 Date:   Wed Dec 12 10:28:37 2007 -0600
989     Fix FS#8843 (no colors in rc.sysinit output with separate /usr)
990     
991       when tput returns exit code 3 - assume it output '8'
992       (as written in the /usr/share/terminfo/l/linux file)
993     
994     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
995     
996     Converted to if/elsif form
997     
998     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
1000 commit 662a52c15343338e9d843c6f70d39acefd3a2c4c
1001 Author: Dan McGee <dan@archlinux.org>
1002 Date:   Sun Nov 18 11:47:54 2007 -0600
1004     Move start_udev actions to rc.sysinit
1005     
1006     start_udev has been deprecated upstream for some time. We shouldn't use
1007     some hacked up version of it either.
1008     
1009     Signed-off-by: Dan McGee <dan@archlinux.org>
1010     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
1012 commit b1d0ec7cb6e8cea9f2fd7b0c11a0b607467615bd
1013 Author: James Rayner <james@archlinux.org>
1014 Date:   Sat Nov 10 13:26:39 2007 +1100
1016     Removing netcfg from initscripts
1017     
1018     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
1020 commit b8e558d5784c8054a91dcefd8495b739a664dbae
1021 Author: Aaron Griffin <aaronmgriffin@gmail.com>
1022 Date:   Wed Nov 28 14:47:09 2007 -0600
1024     Source /etc/rc.d/functions.d/ for additional initscript functions
1025     
1026     Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
1028 commit 57879c6d6c51918b8106142e70643b53a9a8c7da
1029 Author: Roman Kyrylych <roman@archlinux.org>
1030 Date:   Fri Nov 9 16:47:44 2007 +0200
1032     Improve error handling and allow multiple keymaps to be loaded
1033     
1034     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
1036 commit 9af6022b841c84283a061d6a7a5be943057ac3ae
1037 Author: Dan McGee <dan@archlinux.org>
1038 Date:   Sun Oct 21 20:29:16 2007 -0500
1040     Add a few more comments and examples to inittab
1041     
1042     Signed-off-by: Dan McGee <dan@archlinux.org>
1044 commit c5cffb501763c355299e593d16089fa5e56097b2
1045 Author: Thomas Bächler <thomas@archlinux.org>
1046 Date:   Sun Oct 21 18:51:51 2007 +0200
1048     Fix broken terminal detection, disable colors when the terminal is unknown.
1050 commit e3f7fc94d40e13f65e00adb3d7c48fb6f790c7d7
1051 Author: Roman Kyrylych <roman@archlinux.org>
1052 Date:   Sun Oct 21 16:39:24 2007 +0300
1054     make non-ASCII chars work before login too
1055     
1056     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
1058 commit bbc2f945cb5df2ff103759ccb6de5183a87487b7
1059 Author: Thomas Bächler <thomas@archlinux.org>
1060 Date:   Sun Oct 21 15:11:20 2007 +0200
1062     yes, I fixed a trailing whitespace
1064 commit 59f89b4a25fbc100551a814f5bcf81aa05b6c2e7
1065 Author: Roman Kyrylych <roman@archlinux.org>
1066 Date:   Sun Oct 21 15:24:57 2007 +0300
1068     Fix locale handling
1069     
1070     Signed-off-by: Roman Kyrylych <roman@archlinux.org>
1072 commit 956e12f7f57a38ed382032d361ac22196d015170
1073 Author: Thomas Bächler <thomas@archlinux.org>
1074 Date:   Sun Oct 21 11:45:43 2007 +0200
1076     change install.sh to exit on failure with return code 1
1078 commit 7d018e6ba90b1b006068502f443b69e258795061
1079 Author: Thomas Bächler <thomas@archlinux.org>
1080 Date:   Sun Oct 21 11:40:50 2007 +0200
1082     Added install script
1084 commit affd2bf9f3f84d507ab4c4a9998b4d1c2697300c
1085 Author: Thomas Bächler <thomas@archlinux.org>
1086 Date:   Sun Oct 21 11:31:45 2007 +0200
1088     Make daemon shutdown fix more consistent with the other init scripts and simplify it a bit
1090 commit 1b8636ed76e4bf5ef23c3b357e991c66e18714c5
1091 Author: Thomas Bächler <thomas@archlinux.org>
1092 Date:   Sun Oct 21 11:06:07 2007 +0200
1094     fixing second part of #6959
1096 commit bc1b5289228e74641a61cff3bb8b3751713dcf54
1097 Author: Thomas Bächler <thomas@archlinux.org>
1098 Date:   Sun Oct 21 10:53:28 2007 +0200
1100     replace all remaining backticks with $(...)
1102 commit 1828938d4406d5a95b7c89828f61600f9e6975a6
1103 Author: Thomas Bächler <thomas@archlinux.org>
1104 Date:   Sun Oct 21 10:41:21 2007 +0200
1106     fix the utf8 activating code: there are 63 virtual terminals, not 12
1108 commit c8030f33082229530ef2f0ed699eddea4465dad9
1109 Author: Thomas Bächler <thomas@archlinux.org>
1110 Date:   Sun Oct 21 10:18:36 2007 +0200
1112     Release name: "Don't Panic" -> "Core Dump"
1114 commit e064575e7842d55371db39991593f3ea0bf03b9b
1115 Author: Thomas Bächler <thomas@archlinux.org>
1116 Date:   Sun Oct 21 10:15:47 2007 +0200
1118     Remove hwdetect as it is maintained as a separate package and this version isn't up to date anyway.
1120 commit cfab94bc71dc2e072c691122df82f4b6f2bdef29
1121 Author: Thomas Bächler <thomas@archlinux.org>
1122 Date:   Sun Oct 21 10:05:28 2007 +0200
1124     disable colors on stupid terminals
1125     (fixes #7369)
1127 commit bb0984ad899ab3ae85ef8bf2c0e178a2b485885c
1128 Author: Thomas Bächler <thomas@archlinux.org>
1129 Date:   Fri Oct 19 22:22:52 2007 +0000
1131     added (barely tested) improvement of ASK keyword in crypttab
1133 commit 39a8c53bd8c2b82e824d9299a4a18d81c9e530bd
1134 Author: Tobias Powalowski <tpowa@archlinux.org>
1135 Date:   Fri Oct 19 07:02:14 2007 +0000
1137     'upgpkg: removed double entry of ifconfig lo'
1139 commit 31dbcc786457dd92d9f56618e7c946b94ec04646
1140 Author: Tobias Powalowski <tpowa@archlinux.org>
1141 Date:   Fri Oct 19 06:08:19 2007 +0000
1143     'upgpkg: added /sys/class/net/lo check'
1145 commit 24e468641b51e5e0a05e631d62ad706b5c0a2dd7
1146 Author: Tobias Powalowski <tpowa@archlinux.org>
1147 Date:   Thu Oct 18 16:50:26 2007 +0000
1149     'upgpkg: added loopbackhardcoded to rc.sysinit and remove it from rc.conf'
1151 commit 6f35411f5ee1db8db1e27faf91c7b03e900c5bee
1152 Author: Dan McGee <dan@archlinux.org>
1153 Date:   Thu Oct 18 16:15:58 2007 +0000
1155     removing unnecessary isatty.c, replaced by shell test -t option
1157 commit a7c1404def678e27e0ac808397f46f81a1d2c8d4
1158 Author: Tobias Powalowski <tpowa@archlinux.org>
1159 Date:   Thu Oct 18 14:27:56 2007 +0000
1161     'upgpkg: fixed utf typo'
1163 commit fa4866f0adce9c3e0bfc09fb878eebb99797c338
1164 Author: Tobias Powalowski <tpowa@archlinux.org>
1165 Date:   Thu Oct 18 08:43:28 2007 +0000
1167     'upgpkg: trying to fix #6237,7554,7165,7641,5740'
1169 commit 8649f79e8e0027bd46da8b13f6d8ac5465471c35
1170 Author: Dan McGee <dan@archlinux.org>
1171 Date:   Wed Aug 15 04:01:59 2007 +0000
1173     upgpkg: initscripts 2007.08-2
1175 commit e3c06e981af869d6a00ec8cde34bde1e15cb53ad
1176 Author: Tobias Powalowski <tpowa@archlinux.org>
1177 Date:   Mon Jul 30 20:24:42 2007 +0000
1179     'upgpgk: fixed nocpfs netfs bug and bump to don't panic release'
1181 commit 6852a33372052c1374248f6727e6f7755aeadd30
1182 Author: Thomas Bächler <thomas@archlinux.org>
1183 Date:   Sun May 13 13:40:40 2007 +0000
1185     upgpkg: initscripts 0.8-11
1187 commit aca95b25037ee1085c70a2e73b609a5d8cdff44b
1188 Author: Thomas Bächler <thomas@archlinux.org>
1189 Date:   Sun May 13 12:01:11 2007 +0000
1191     upgpkg: initscripts 0.8-10
1193 commit cc2c8b1fa2a709b405e3efc65222b984a63e13c6
1194 Author: Tobias Powalowski <tpowa@archlinux.org>
1195 Date:   Sat May 12 12:55:37 2007 +0000
1197     'upgpkg: bump to Duke and cleanup rc.sysinit and netds'
1199 commit 352dda7e7ba2c62686579e2c58b519ebb961b8be
1200 Author: James Rayner <james@archlinux.org>
1201 Date:   Thu May 10 00:18:05 2007 +0000
1203     upgpkg: initscripts 0.8-8
1204     fixing flyspray #7004 #6859, change in dhcpcd state directory.
1206 commit 3fc84b485213763335a5b820f8a4b4d6483be20d
1207 Author: Tobias Powalowski <tpowa@archlinux.org>
1208 Date:   Sun Apr 22 13:37:53 2007 +0000
1210     'upgpkg: added autoloading of standard acpi modules during boot, with the possibility to blacklist by default methods'
1212 commit b04f18c15cef8f6d48aa0aa63fa8104b551fe1db
1213 Author: Thomas Bächler <thomas@archlinux.org>
1214 Date:   Sat Feb 10 09:14:34 2007 +0000
1216     fixed typo, fixed verbose booting
1218 commit fff26e7f1fecaec1bf4c07cc07d1a426b160168b
1219 Author: Thomas Bächler <thomas@archlinux.org>
1220 Date:   Tue Jan 30 18:56:37 2007 +0000
1222     forgot to add rc.local.shutdown
1224 commit 36e129004f1dfb2e890edc55f99c8eb0df89c668
1225 Author: Tobias Powalowski <tpowa@archlinux.org>
1226 Date:   Mon Jan 29 21:51:35 2007 +0000
1228     'upgpkg: added network listing help to rc.conf'
1230 commit 78b5f6beee0453dd938f1a3c6a6ab5776e6d78f3
1231 Author: Thomas Bächler <thomas@archlinux.org>
1232 Date:   Mon Jan 29 20:45:25 2007 +0000
1234     fix 6038
1236 commit 1bad30cc17f6cec15668f2bae9d6b72dd44788ee
1237 Author: Tobias Powalowski <tpowa@archlinux.org>
1238 Date:   Mon Jan 22 21:52:41 2007 +0000
1240     'upgpkg: fixed verbose boot option'
1242 commit bced30e91fea71c05e3e521aa7cf04583f0dadbb
1243 Author: Tobias Powalowski <tpowa@archlinux.org>
1244 Date:   Thu Jan 18 19:21:26 2007 +0000
1246     'upgpkg: fixed usb removal'
1248 commit 221f3c66ca47ccf283f8ebbe7f8799cc24176def
1249 Author: Tobias Powalowski <tpowa@archlinux.org>
1250 Date:   Sun Dec 31 16:11:52 2006 +0000
1252     'added a bunch of new options'
1254 commit c323a4ae268d20d293351dc5e195e34d19ed28e7
1255 Author: Thomas Bächler <thomas@archlinux.org>
1256 Date:   Mon Dec 18 21:54:53 2006 +0000
1258     upgpkg: initscripts 0.8-2
1259     finally fixed 5445
1261 commit f9b90969a7669044f098b90babe203b145bf55a9
1262 Author: Tobias Powalowski <tpowa@archlinux.org>
1263 Date:   Mon Dec 18 19:24:54 2006 +0000
1265     'upgpkg: added --keymap option'
1267 commit 4b00503d2d25e40b0e962df08005d749cf3a4c87
1268 Author: Thomas Bächler <thomas@archlinux.org>
1269 Date:   Sun Dec 17 12:53:22 2006 +0000
1271     added stat_append to functions, fixed fsck bugs when clock is not set
1273 commit 779bd2abb1b67431b6e353eaba569779fb718833
1274 Author: Thomas Bächler <thomas@archlinux.org>
1275 Date:   Sat Dec 16 23:49:35 2006 +0000
1277     let lvm start quietly
1279 commit 9b58da29d7ce93bf3dc258a28d2fae00eb181f7e
1280 Author: Thomas Bächler <thomas@archlinux.org>
1281 Date:   Sat Dec 16 22:03:29 2006 +0000
1283     rc.sysinit, rc.shutdown:
1284     - Code cleanup
1285     - Added "verbose" commandline option for debugging
1286     - Fixed #5968
1287     - Fixed #4648
1289 commit 567edd5aa95d5728b50f9fff6d71c368a7f3966a
1290 Author: Tobias Powalowski <tpowa@archlinux.org>
1291 Date:   Sat Dec 16 13:31:00 2006 +0000
1293     'upgpkg: readded rc.sysinit and hwdetect for 0.8 package'
1295 commit 9a73b01bb6ea96b81b9ed887f8808b47b4fc5f19
1296 Author: Andreas Radke <andyrtr@archlinux.org>
1297 Date:   Sun Dec 10 21:21:20 2006 +0000
1299     cuurent x86_64 updated
1301 commit 3fcefcf13b87883216dd5331b2aed84db473de04
1302 Author: Tobias Powalowski <tpowa@archlinux.org>
1303 Date:   Sun Dec 10 14:34:46 2006 +0000
1305     'upgpkg: added voodoo tag and new hwdetect'
1307 commit 6b671f7901477d36fca5f8901731e4c0d5e7948f
1308 Author: Aaron Griffin <aaron@archlinux.org>
1309 Date:   Thu Nov 16 01:01:16 2006 +0000
1311     upgpkg: initscripts 0.7.3-1
1312     Bugfix #5529: Set timezone before hwclock calls
1314 commit c632bec83a37945e5bb4e7cedf4f4d96f0a955ec
1315 Author: Judd Vinet <judd@archlinux.org>
1316 Date:   Mon Nov 13 00:00:27 2006 +0000
1318     FS#5385: Fixed RAID setup code
1320 commit ef6a41ebd7e2ab216e4b950df2a6d0826aef39b7
1321 Author: Judd Vinet <judd@archlinux.org>
1322 Date:   Wed Nov 8 20:01:06 2006 +0000
1324     patch from Paul to disable NIS domainname before shutting down (syslog-ng was hanging).  Also added a 2>/dev/null to fsck during startup
1326 commit 01f15f89c1cf4cdb77c7d0a8ddb37ddabd7df012
1327 Author: Tobias Powalowski <tpowa@archlinux.org>
1328 Date:   Mon Oct 2 14:50:41 2006 +0000
1330     'upgpkg: added psmouse workaround for new broken lappies'
1332 commit 9c34c7c5c8c525ce17a5bf447e40d78741ee15ba
1333 Author: Judd Vinet <judd@archlinux.org>
1334 Date:   Thu Sep 28 19:25:16 2006 +0000
1336     added CONSOLE check to UTF-8/Locale stuff to avoid doing it when running scripts from cron
1338 commit 00081d09b7ab18b8672a299d61a1281819904890
1339 Author: Judd Vinet <judd@archlinux.org>
1340 Date:   Tue Sep 26 06:34:35 2006 +0000
1342     Added --directisa switch to hwclock in rc.shutdown
1344 commit 2f49e1bb285fc9ad7259caf5edb957d7c891c974
1345 Author: Tobias Powalowski <tpowa@archlinux.org>
1346 Date:   Wed Sep 20 10:36:16 2006 +0000
1348     'upgpkg: added udev persistent rules check'
1350 commit 8d399cf84d6d6192a13286e33258aaa369eee1bb
1351 Author: Tobias Powalowski <tpowa@archlinux.org>
1352 Date:   Fri Aug 4 07:54:32 2006 +0000
1354     'upgpkg: added kexec support to rc.shutdown'
1356 commit 977797d7a67033d03c4be04dba5b789ecdf2a36f
1357 Author: Judd Vinet <judd@archlinux.org>
1358 Date:   Tue Jul 25 22:36:42 2006 +0000
1360     set a default for LOCALE so it's no longer needed in /etc/profile
1362 commit 87132356080924e00822a4b24d593e94bb18e24a
1363 Author: Judd Vinet <judd@archlinux.org>
1364 Date:   Fri Jul 21 19:40:00 2006 +0000
1366     added --directisa to hwclock calls, support for additional options in crypttab for non-LUKS partitions, fixed the WPA_OPTS varname typo in netcfg
1368 commit 8d214daab85c043f87ed21912b68172cc0e33635
1369 Author: Tobias Powalowski <tpowa@archlinux.org>
1370 Date:   Fri Jul 7 15:17:34 2006 +0000
1372     'upgpkg: fixed usbfs mounting again'
1374 commit 93ba858cb8f3684506bcc5854ce32b637e108d00
1375 Author: Judd Vinet <judd@archlinux.org>
1376 Date:   Fri Jun 30 19:40:10 2006 +0000
1378     various fixes -- netcfg fixes, md device node creation fixes w/ mkinitcpio, 2.4 kernel support removed
1380 commit 4d91b544b6f666a12b84f82576b4309622806e83
1381 Author: Judd Vinet <judd@archlinux.org>
1382 Date:   Fri Jun 30 15:54:33 2006 +0000
1384     Fixed --menu when using gpm (#4916)
1386 commit 09bb556bf07b89130d27dc137190ff354beadecc
1387 Author: Judd Vinet <judd@archlinux.org>
1388 Date:   Wed Jun 28 17:27:47 2006 +0000
1390     handle ESSID fields that contain spaces
1392 commit 6cc15eeb857f9a01e7199c4c665866c7728244aa
1393 Author: Judd Vinet <judd@archlinux.org>
1394 Date:   Thu Jun 15 21:54:12 2006 +0000
1396     added patch from James Rayner to auto-configure WPA through netcfg
1398 commit 96971f91453600f1d94d3e333dfb8773d1e4f596
1399 Author: Judd Vinet <judd@archlinux.org>
1400 Date:   Mon Jun 12 17:36:12 2006 +0000
1402     fixed the path to the console maps in the comment area of rc.conf
1404 commit 5d708a122229e99d1f09f9cfd8297370e1778732
1405 Author: Tobias Powalowski <tpowa@archlinux.org>
1406 Date:   Wed Jun 7 17:12:17 2006 +0000
1408     'upgpkg: removed the rest of 2.4 kernel'
1410 commit b4306a3ede324f6bdbfa5c7b80d0cff15f22c1be
1411 Author: Tobias Powalowski <tpowa@archlinux.org>
1412 Date:   Wed Jun 7 16:49:32 2006 +0000
1414     'upgpkg: removed kernel24 stuff eg. devfsd support and lvm1'
1416 commit ddac836cdbb67ba5b89d21aa3b25a67919efeb88
1417 Author: Judd Vinet <judd@archlinux.org>
1418 Date:   Tue May 9 18:23:41 2006 +0000
1420     upgpkg: initscripts 0.7.2
1422 commit dfb74ab60c8bb84f3e02d89cfe8127e55aeb7984
1423 Author: Judd Vinet <judd@archlinux.org>
1424 Date:   Mon Mar 27 18:13:56 2006 +0000
1426     fix for #4296
1428 commit 7cc268dcf5d2e64a3f10b808e8b1b90a8f6fec4a
1429 Author: Judd Vinet <judd@archlinux.org>
1430 Date:   Sun Feb 26 19:15:58 2006 +0000
1432     Additional fix for locale stuff, re-enabled the depmod -A call at bootup
1434 commit befe253687d69267cac5e5953e0ca55d18bef000
1435 Author: Tobias Powalowski <tpowa@archlinux.org>
1436 Date:   Fri Feb 24 06:57:54 2006 +0000
1438     'upgpkg: added depmod -A again'
1440 commit 7ad516d1a7bf6fb5eed4e43669a7fb2a0832a552
1441 Author: Tobias Powalowski <tpowa@archlinux.org>
1442 Date:   Tue Feb 21 07:35:10 2006 +0000
1444     'upgpkg: fixed module loading and udev startup'
1446 commit e0074ab78392be117c4cc63b4e0832fef95f2009
1447 Author: Judd Vinet <judd@archlinux.org>
1448 Date:   Mon Feb 20 05:33:27 2006 +0000
1450     default LOCALE is now en_US.utf8
1452 commit d4bd7c245c018d9de3f25eca580515cfc3048217
1453 Author: Judd Vinet <judd@archlinux.org>
1454 Date:   Mon Feb 20 05:26:07 2006 +0000
1456     fix for terminal/locale bug (3996)
1458 commit a33f5477d845f3919cd746ab2be1180cb025b415
1459 Author: Judd Vinet <judd@archlinux.org>
1460 Date:   Thu Feb 16 17:56:33 2006 +0000
1462     hwdetect->udev, removed default usbserial blacklist
1464 commit 655d3db463145facd994e5e3cfd0c0a911b30297
1465 Author: Judd Vinet <judd@archlinux.org>
1466 Date:   Thu Feb 16 17:12:06 2006 +0000
1468     added note about disallowed hyphens in bash variable names
1470 commit 207256890573ce867d4391c362b34f31a1a60865
1471 Author: Tobias Powalowski <tpowa@archlinux.org>
1472 Date:   Thu Feb 16 10:23:38 2006 +0000
1474     'upgpkg: put loading modules in front of udev and disabled depmod -A during boot'
1476 commit 9058c034c77ab62b91f2cd7d3637a2cb04f7c7d7
1477 Author: Judd Vinet <judd@archlinux.org>
1478 Date:   Mon Feb 13 04:47:51 2006 +0000
1480     removed unnecessary line from netfs
1482 commit 6411dc721549d99335367f5643c0887095fc7818
1483 Author: Judd Vinet <judd@archlinux.org>
1484 Date:   Thu Feb 9 18:48:17 2006 +0000
1486     added note about dialog package required for netcfg menus
1488 commit 0d286b02f2c425d28c1908a82d99f266d3549919
1489 Author: Judd Vinet <judd@archlinux.org>
1490 Date:   Mon Feb 6 19:38:45 2006 +0000
1492     moved swap activation after local filesystem mounting, so people can use swap files
1494 commit 8172dd9403fa216479c458e222c9d01c5b293437
1495 Author: Tobias Powalowski <tpowa@archlinux.org>
1496 Date:   Mon Feb 6 18:13:03 2006 +0000
1498     'upgpkg: fixed weird scsi raid controllers'
1500 commit f137bbe79f4249a296c0e9064a29f5c76f38273d
1501 Author: Judd Vinet <judd@archlinux.org>
1502 Date:   Wed Feb 1 21:24:08 2006 +0000
1504     utf8 little fix
1506 commit affcb39fd921774f48b79fb9d48d68f3a917fd4f
1507 Author: Judd Vinet <judd@archlinux.org>
1508 Date:   Tue Jan 31 01:30:55 2006 +0000
1510     added --mknodes switch to the vgscan call (LVM)
1512 commit bd6701616508c5bb21de9166e9b1daa6fe1de769
1513 Author: Judd Vinet <judd@archlinux.org>
1514 Date:   Sat Jan 21 20:58:24 2006 +0000
1516     fixed random-seed restoration
1518 commit e4af7e36ba40ab49993fcc4232dcebdedc1763b9
1519 Author: Tobias Powalowski <tpowa@archlinux.org>
1520 Date:   Thu Jan 19 16:25:38 2006 +0000
1522     'upgpkg: update to new udev module loading'
1524 commit 8f67fcb5f1fb15d67f024f16bf3249da85375418
1525 Author: Judd Vinet <judd@archlinux.org>
1526 Date:   Sat Jan 14 08:34:09 2006 +0000
1528     added hook for rc.local.shutdown
1530 commit cef7bab5145b923577aeea7431d7b19f2dd3946b
1531 Author: Judd Vinet <judd@archlinux.org>
1532 Date:   Tue Jan 3 09:06:09 2006 +0000
1534     changed xdm path in inittab
1536 commit 33d5e65a50fa302f6863277c52c061af721a3c44
1537 Author: Judd Vinet <judd@archlinux.org>
1538 Date:   Mon Dec 19 18:43:03 2005 +0000
1540     final touches for utf8 stuff (Thanks Roman\!)
1542 commit e4439a61bca626d05d3c6073ac94740db5c446c4
1543 Author: Judd Vinet <judd@archlinux.org>
1544 Date:   Sat Dec 17 18:33:46 2005 +0000
1546     re-fixed my utf fix (yea, that's right, i fell down a lot when i was a kid)
1548 commit 00b620075a21e293db4b55a8d451ecd2930dbce1
1549 Author: Judd Vinet <judd@archlinux.org>
1550 Date:   Sat Dec 17 02:16:47 2005 +0000
1552     added sr link to makedevs
1554 commit 0d08cad43172cc04df237a4a4271525ad1d527b3
1555 Author: Judd Vinet <judd@archlinux.org>
1556 Date:   Sat Dec 17 00:59:04 2005 +0000
1558     final utf8 fixes, a couple small fixes for hwdetect and netcfg
1560 commit cee3cbb3a261ce0ba812618493e9bd253424ea3f
1561 Author: Judd Vinet <judd@archlinux.org>
1562 Date:   Thu Dec 15 18:56:19 2005 +0000
1564     added scsi CD nodes
1566 commit f14a9cc609ce341ef2327c3ae93aa2695b58b392
1567 Author: Tobias Powalowski <tpowa@archlinux.org>
1568 Date:   Tue Dec 13 21:43:08 2005 +0000
1570     'upgpkg: added kernel_verion=, cleaned up some parts added --modules for MODULES= generation for rc.conf use'
1572 commit c4c551a2f870f579438ae38b07ff9c14008cd6c9
1573 Author: Judd Vinet <judd@archlinux.org>
1574 Date:   Tue Dec 13 04:12:28 2005 +0000
1576     makedevs fix
1578 commit a8db77d46d74fa3a8a0e13870b94c916a60358b8
1579 Author: Judd Vinet <judd@archlinux.org>
1580 Date:   Tue Dec 13 04:06:46 2005 +0000
1582     latest utf fixes
1584 commit fcdcb21e2c33b1d3e359dc847638b936caf2aeee
1585 Author: Judd Vinet <judd@archlinux.org>
1586 Date:   Tue Dec 13 01:55:31 2005 +0000
1588     makedevs: added ternary and quaternary ide/scsi devices
1590 commit 675e9d69d02233e0079672f6c10cbe07da3027ad
1591 Author: Tobias Powalowski <tpowa@archlinux.org>
1592 Date:   Mon Dec 12 10:40:15 2005 +0000
1594     'upgpkg: removed unneeded utf stuff, umlauts in user names do not work, you even cannot create them,
1595     added quiet option to filsystem check, fixed garbeled fonts if no framebuffer is used'
1597 commit d768a9c95a254e09a34c39aa86840c01cb6d97dd
1598 Author: Judd Vinet <judd@archlinux.org>
1599 Date:   Wed Dec 7 00:21:45 2005 +0000
1601     changed both network scripts to use good ol' /bin/kill instead of dhcpcd's -k switch (I forgot about #2942)
1603 commit f45c3abd5697fa89d1a6431d8dbf5e96e6804ca8
1604 Author: Judd Vinet <judd@archlinux.org>
1605 Date:   Tue Dec 6 06:45:42 2005 +0000
1607     Added interface param to dhcpcd -k calls in network and netcfg
1609 commit cfaa5552fcbe964a172138e5e6c87e54abb6ce4c
1610 Author: Judd Vinet <judd@archlinux.org>
1611 Date:   Mon Dec 5 18:59:11 2005 +0000
1613     dhcpcd fix in rc.d/network
1615 commit cec2d46513c7cd557f219fa2ede3c7a816a526dc
1616 Author: Tobias Powalowski <tpowa@archlinux.org>
1617 Date:   Sat Dec 3 13:25:37 2005 +0000
1619     'upgpkg: fixed ide check'
1621 commit 7e18ec8806c28d52c771cacda045aa3bd81ba0b2
1622 Author: Judd Vinet <judd@archlinux.org>
1623 Date:   Thu Dec 1 21:04:15 2005 +0000
1625     fixed wpa_cli path in netcfg
1627 commit 78365fe57d61645c1b8282784d863a0cd8537eb5
1628 Author: Judd Vinet <judd@archlinux.org>
1629 Date:   Tue Nov 29 01:26:11 2005 +0000
1631     finished crypttab work, fixed a bug in hwdetect related to custom kernels
1633 commit 0d7cb77c48fc6232a8342fba9056a1896898b066
1634 Author: Tobias Powalowski <tpowa@archlinux.org>
1635 Date:   Mon Nov 28 22:32:00 2005 +0000
1637     'upgpkg: fixed custom kernels'
1639 commit 2c90c8af7bee4f06cf05c481e658406df35fe401
1640 Author: Judd Vinet <judd@archlinux.org>
1641 Date:   Mon Nov 28 19:36:56 2005 +0000
1643     added USEWPA to template to enable/disable wpa_supplicant
1645 commit 15c49deac15f97e647afc081c7b5e210ad4bdcd3
1646 Author: Judd Vinet <judd@archlinux.org>
1647 Date:   Mon Nov 28 19:14:53 2005 +0000
1649     moved sysctl config stuff to precede daemon startup (#3530)
1651 commit fb8a47586d0c5c5833a6bee2adc162a22b646d5a
1652 Author: Tobias Powalowski <tpowa@archlinux.org>
1653 Date:   Sun Nov 27 18:55:30 2005 +0000
1655     'upgpkg: fixed lock on kernels <= 2.6.12'
1657 commit 66779d909c3a08f2c3fa0811de12f0e3b5c54bc0
1658 Author: Tobias Powalowski <tpowa@archlinux.org>
1659 Date:   Sat Nov 26 15:55:36 2005 +0000
1661     'upgpkg: fixed non ide systems, fixed usb modules'
1663 commit b087f41b86014ba5dfc0b23ea79d6897573fb562
1664 Author: Tobias Powalowski <tpowa@archlinux.org>
1665 Date:   Wed Nov 23 12:54:55 2005 +0000
1667     'upgpkg: fixed hwdetect syntax for rc.sysinit'
1669 commit a03faeb98fbe82a01977a9900b0d1b6974aac3c6
1670 Author: Tobias Powalowski <tpowa@archlinux.org>
1671 Date:   Wed Nov 23 12:45:41 2005 +0000
1673     'upgpkg: fixed mtp modules, added modules-order option, changes options to -- syntax'
1675 commit d8df29152b8401e4c56a07b8920f34fdf9252bc1
1676 Author: Judd Vinet <judd@archlinux.org>
1677 Date:   Wed Nov 23 01:58:50 2005 +0000
1679     added check for /sys/devices
1681 commit fca87ebae05b19c0da51c1b996f4bddad82c3115
1682 Author: Tobias Powalowski <tpowa@archlinux.org>
1683 Date:   Mon Nov 21 08:52:49 2005 +0000
1685     'upgpkg: hwdetect fixed module order, added load_modules=off to rc.sysinit'
1687 commit d7695ef38916be8e806b84f8e195a45a7b2ec217
1688 Author: Tobias Powalowski <tpowa@archlinux.org>
1689 Date:   Sat Nov 19 15:44:02 2005 +0000
1691     'upgpkg: added more modules'
1693 commit 561ff8a3abbda0a86cc2a479d8e1a9e1b965b0d1
1694 Author: Judd Vinet <judd@archlinux.org>
1695 Date:   Sat Nov 19 01:47:31 2005 +0000
1697     added crypttab stuff
1699 commit 23f08df5cb31d38347582e4d62f9279385c612ba
1700 Author: Tobias Powalowski <tpowa@archlinux.org>
1701 Date:   Fri Nov 18 19:00:25 2005 +0000
1703     'upgpkg : added full ide,scsi detection to hwdetect'
1705 commit 6931feb5463b3ce9119753bda74279ec87ed447a
1706 Author: Tobias Powalowski <tpowa@archlinux.org>
1707 Date:   Thu Nov 17 07:52:21 2005 +0000
1709     'upgpkg: added new PNP software and some workarounds'
1711 commit 0cddbac760aa1b38e5fb68d54b315cb01c67b7b6
1712 Author: Judd Vinet <judd@archlinux.org>
1713 Date:   Tue Nov 15 09:07:13 2005 +0000
1715     cosmetics
1717 commit 2dc0038155b978eb70be482313cc8535dadc436d
1718 Author: Judd Vinet <judd@archlinux.org>
1719 Date:   Tue Nov 15 02:51:52 2005 +0000
1721     added variables for autoloading modules, cleaned up rc.conf a bit
1723 commit abdeaf8051aaadb9f5270a14e45481a8d61e0b95
1724 Author: Judd Vinet <judd@archlinux.org>
1725 Date:   Tue Nov 15 01:18:14 2005 +0000
1727     added tpowa's changes, cleaned up output and removed redundant code
1729 commit 684a99329e37924e84344cb340e5022628d6777c
1730 Author: Judd Vinet <judd@archlinux.org>
1731 Date:   Mon Nov 14 17:46:46 2005 +0000
1733     more thorough cleaning of /var/run at bootup
1735 commit e3315ad97c60b8cbad31aff8500d269d9176a9b5
1736 Author: Tobias Powalowski <tpowa@archlinux.org>
1737 Date:   Sat Nov 12 15:00:08 2005 +0000
1739     'upgpkg: added more text to show modules, to make it more readable :) "
1741 commit 9e02c37ccd310844c919f27af64c901979c4105d
1742 Author: Judd Vinet <judd@archlinux.org>
1743 Date:   Fri Nov 11 18:49:54 2005 +0000
1745     updated hwdetect
1747 commit 9683aeadd86569b69ad44d270e006284e565dfd5
1748 Author: Judd Vinet <judd@archlinux.org>
1749 Date:   Fri Nov 11 18:46:12 2005 +0000
1751     changed ifup() to skip interfaces that are already up
1753 commit 78ce45a497753e2be061e29a6464fcd969041895
1754 Author: Judd Vinet <judd@archlinux.org>
1755 Date:   Thu Nov 10 21:56:55 2005 +0000
1757     added nocifs to pre-network mounts, fixed mdadm.conf missing errors
1759 commit 0daa0d11302e16ba26d7518c1edf0e4887aade9c
1760 Author: Judd Vinet <judd@archlinux.org>
1761 Date:   Thu Nov 10 19:21:59 2005 +0000
1763     little bugfix
1765 commit d87c9749651741249b4c7cbf5f18b7ab1b3300fb
1766 Author: Judd Vinet <judd@archlinux.org>
1767 Date:   Thu Nov 10 19:06:51 2005 +0000
1769     tpowa's hardware detection script
1771 commit d7e23b7ef7c92f7c9529c65a255b524b26648cc3
1772 Author: Judd Vinet <judd@archlinux.org>
1773 Date:   Thu Nov 10 02:34:20 2005 +0000
1775     added more intelligence for RAID/LVM setups from the initrd
1777 commit 0e992c0464125a0cb0207171a053dbf64c593833
1778 Author: Judd Vinet <judd@archlinux.org>
1779 Date:   Wed Nov 9 21:22:44 2005 +0000
1781     added logic to free up initrd memory once it's not needed anymore
1783 commit 71468248567e6bf1e794094d9b5f87ac61de033a
1784 Author: Judd Vinet <judd@archlinux.org>
1785 Date:   Wed Nov 9 21:21:17 2005 +0000
1787     added logic to free up initrd memory once it's not needed anymore
1789 commit f947ecffc4a9109d0790e5b2853e2a835b4cf81b
1790 Author: Judd Vinet <judd@archlinux.org>
1791 Date:   Fri Nov 4 18:29:25 2005 +0000
1793     fixed a syntax bug in locale setting
1795 commit 826e8af03cdfc3edec0dfc382a4f4308748a08f7
1796 Author: Judd Vinet <judd@archlinux.org>
1797 Date:   Fri Nov 4 09:50:36 2005 +0000
1799     added support for encrypted root filesystems through the initrd
1801 commit e00744e1d385f80f44618baea869136dcf64c88c
1802 Author: Judd Vinet <judd@archlinux.org>
1803 Date:   Fri Nov 4 01:44:56 2005 +0000
1805     dm changes
1807 commit 3f2fb1767eb2c8167a4f78999e431da73b9c8e8d
1808 Author: Judd Vinet <judd@archlinux.org>
1809 Date:   Fri Nov 4 00:54:22 2005 +0000
1811     makedevs helper script -- not added to package yet
1813 commit c8a4f09b7943a7fe9a875d9fc7af7decd29db6a2
1814 Author: Judd Vinet <judd@archlinux.org>
1815 Date:   Sat Oct 22 21:23:47 2005 +0000
1817     added patch for wpa_supplicant support
1819 commit f22d7a53b09ad0e28911117412c1cd0ab5c7bb68
1820 Author: Judd Vinet <judd@archlinux.org>
1821 Date:   Fri Oct 21 23:35:39 2005 +0000
1823     upgpkg: initscripts 0.7.1
1825 commit fa6d682d8bb1d95525e9f6540917446ad1247ea6
1826 Author: Judd Vinet <judd@archlinux.org>
1827 Date:   Wed Oct 12 16:53:43 2005 +0000
1829     another quick fix for netcfg stuff (no rebuild yet)
1831 commit 14886e1bf20897e2efbc677d6bd1846db0201cbb
1832 Author: Judd Vinet <judd@archlinux.org>
1833 Date:   Thu Oct 6 17:00:31 2005 +0000
1835     added WIFI_WAIT parameter (no rebuild yet)
1837 commit 79142a38d91eaf27a6c677e0a6511f855e57e30d
1838 Author: Judd Vinet <judd@archlinux.org>
1839 Date:   Mon Oct 3 17:58:51 2005 +0000
1841     added ability to use the netcfg menu from the NET env var
1843 commit 39f5db6e89fd04da3979c11c3b2761ea031cd94d
1844 Author: Judd Vinet <judd@archlinux.org>
1845 Date:   Thu Sep 29 07:22:25 2005 +0000
1847     added tpowa's fix for locale stuff
1849 commit e772aeae76f2ad704a834dc17df02dbc137a6573
1850 Author: Judd Vinet <judd@archlinux.org>
1851 Date:   Thu Sep 15 20:05:07 2005 +0000
1853     modified netcfg/network scripts -- you can list multiple entries in NET_PROFILES that use the same INTERFACE.  They will be started one at a time, and the first successful one will be kept.
1855 commit 0be8f5b2d33fc6160e2a62d33fc1f828218fa90a
1856 Author: Judd Vinet <judd@archlinux.org>
1857 Date:   Mon Jul 18 19:17:14 2005 +0000
1859     fixed netcfg to remove stale dhcpcd .pid files (#2973)
1861 commit 00945333dc1dd08d893a6c42f395e7d3c81dad0d
1862 Author: Judd Vinet <judd@archlinux.org>
1863 Date:   Wed Jul 6 05:15:37 2005 +0000
1865     fixed a netcfg bug where disabled profiles were being started
1867 commit 0fa1f0eeb3422ba0e84a346a20437172f26859da
1868 Author: Judd Vinet <judd@archlinux.org>
1869 Date:   Fri Jul 1 02:54:50 2005 +0000
1871     fixed a --stopall bug in netcfg
1873 commit a440a006d7dc42ad072b13986f1f737e8f7e1719
1874 Author: Judd Vinet <judd@archlinux.org>
1875 Date:   Fri Jul 1 00:13:38 2005 +0000
1877     fixed some spacing in rc.multi -- cosmetic
1879 commit 863e8311cfc2ec7dc98fdb43abaa8499dd3414a4
1880 Author: Judd Vinet <judd@archlinux.org>
1881 Date:   Thu Jun 30 23:57:54 2005 +0000
1883     added new netcfg stuff for roaming network profiles
1885 commit 47ca58301f0bf0680baf59465202c4209b1ac112
1886 Author: Judd Vinet <judd@archlinux.org>
1887 Date:   Sun Jun 5 20:30:12 2005 +0000
1889     rc.sysinit now sets the NIS domain name, if configured.  Also fixed a /var/locks typo
1891 commit 0ad54a5ba99d95c9b5dfe02f567e1f349de6a720
1892 Author: Judd Vinet <judd@archlinux.org>
1893 Date:   Wed Jun 1 17:36:42 2005 +0000
1895     added -q switch to sysctl
1897 commit b5d692b639b9e4a47cd6ba920b91a6d2ff50dc3d
1898 Author: Judd Vinet <judd@archlinux.org>
1899 Date:   Tue May 31 18:31:01 2005 +0000
1901     moved usb setup above the Loading Modules stage, so sane and other usb things will work correctly (#2770)
1903 commit cc6648d06dba085b903db820ad581dd94eb669ef
1904 Author: Judd Vinet <judd@archlinux.org>
1905 Date:   Sun May 22 17:40:33 2005 +0000
1907     added sysctl call from rc.sysinit
1909 commit 41e115b5973f6498ce4bfce6fe772b8d0b459700
1910 Author: Judd Vinet <judd@archlinux.org>
1911 Date:   Mon Apr 18 06:59:02 2005 +0000
1913     added a /proc/modules check before running modprobe, just in case the user is running a non-modular kernel
1915 commit c4a367e15b1bf0c9814a674c0a55084aa714245a
1916 Author: Judd Vinet <judd@archlinux.org>
1917 Date:   Thu Mar 24 18:53:37 2005 +0000
1919     added CIFS to netfs script
1921 commit 8b862a2073ad6fe7303a4dbbe7d7316a60db1147
1922 Author: Judd Vinet <judd@archlinux.org>
1923 Date:   Wed Mar 16 17:31:30 2005 +0000
1925     updated copyright year in rc.sysinit
1927 commit 8aff6add70fd50b3febe363a0002098f21e2679b
1928 Author: Judd Vinet <judd@archlinux.org>
1929 Date:   Fri Mar 11 20:02:08 2005 +0000
1931     added support for backgrounding daemons at startup with a '@' prefix, commented out the ldconfig call at startup, added support for unicode console maps, added a hotplug_ifup() function rc.d/network for hotplug's net.agent to use
1933 commit 22805e822d4e9fee9c1f4331dee31bccd1db45d2
1934 Author: Judd Vinet <judd@archlinux.org>
1935 Date:   Sun Mar 6 20:08:29 2005 +0000
1937     added logic to handle shutdown -F (forcefsck)
1939 commit 92d43c54f0bd5142a2a844b1910d15c808d86992
1940 Author: Judd Vinet <judd@archlinux.org>
1941 Date:   Fri Feb 11 01:21:43 2005 +0000
1943     added ethernet bonding support (still untested)
1945 commit e8a2e4663543d16fcafa4c62c75f42fdab32ff28
1946 Author: Judd Vinet <judd@archlinux.org>
1947 Date:   Sun Jan 2 23:52:40 2005 +0000
1949     fixed a typo in the rc.conf comments
1951 commit 45d3c546ee36b28c6808fb4330669b1c23437c26
1952 Author: Judd Vinet <judd@archlinux.org>
1953 Date:   Tue Nov 30 07:33:19 2004 +0000
1955     fixed the missing /dev/initctl problem with udev in runlevel 1
1957 commit 4c1c59be80c29f73655913ff139717268ff1f50f
1958 Author: Judd Vinet <judd@archlinux.org>
1959 Date:   Tue Nov 23 22:58:25 2004 +0000
1961     made rc.d/network pay attention to the new conf.d files (dhcpcd and wireless).  also modified rc.sysinit to wait til after modules are loaded before attempting to mount /proc/bus/usb.  If the user uses hotplug, then the usb host modules may not be loaded yet, but that's okay -- hotplug will mount /proc/bus/usb for them
1963 commit 2822ea48f2e7609232d4e4b47285d60097de2828
1964 Author: Judd Vinet <judd@archlinux.org>
1965 Date:   Tue Sep 28 06:24:03 2004 +0000
1967     used depmod -A in rc.sysinit to update module deps
1969 commit 85c899a1ca88c088aaeb679dc009687670e30ac7
1970 Author: Judd Vinet <judd@archlinux.org>
1971 Date:   Fri Sep 24 17:22:34 2004 +0000
1973     updated rc.single to pay attention to udev and syslog-ng
1975 commit 8784d3a487b1613759e871c8f8b4a4530509bdd3
1976 Author: Judd Vinet <judd@archlinux.org>
1977 Date:   Sun Sep 12 19:40:51 2004 +0000
1979     added fix for xorg temp directories (bug #1408)
1981 commit 20dceb289f61b69a98c6377921ee2a009aeefd98
1982 Author: Judd Vinet <judd@archlinux.org>
1983 Date:   Fri Jul 23 01:03:08 2004 +0000
1985     re-mounted / after removing /etc/mtab, so it's written to mtab properly
1987 commit 9f5d7b15d7b58b7a3d80a8923a2ff1952c90966a
1988 Author: Judd Vinet <judd@archlinux.org>
1989 Date:   Wed Jul 21 22:15:59 2004 +0000
1991     re-mount /sys and /proc once / is rw so the entries can be written to /etc/mtab
1993 commit ef0a365fc88fd1b02883dd42e0afb0929fbfa3f4
1994 Author: Judd Vinet <judd@archlinux.org>
1995 Date:   Sun Jul 18 21:28:41 2004 +0000
1997     fixed the sysfs problem with 2.4
1999 commit 5ef7c1839eed06599d615380dae4447fe43dfb34
2000 Author: Judd Vinet <judd@archlinux.org>
2001 Date:   Fri Jul 16 03:03:26 2004 +0000
2003     modified ifdown to bring a dhcp'd eth0 down even if the .pid file is not found (#756)
2005 commit 2881e158d80e1203d2fae41ff2ce0f122b132e45
2006 Author: Judd Vinet <judd@archlinux.org>
2007 Date:   Fri Jul 16 01:03:51 2004 +0000
2009     made syslog-ng Arch's new default logger
2011 commit 3280eeff177ecf79c32213303c9eb320b579d040
2012 Author: Judd Vinet <judd@archlinux.org>
2013 Date:   Fri Jul 16 00:27:57 2004 +0000
2015     updated version header to 0.7, added support for udev and static /dev trees
2017 commit 2c20f4d5637da88e983b65db9c97373aa79d8a37
2018 Author: Judd Vinet <judd@archlinux.org>
2019 Date:   Sat Jul 3 19:40:02 2004 +0000
2021     added iflist and rtlist functions and made ifup,ifdown,rtup,rtdown accessible from outside the script
2023 commit cd0e2c63acc50d080edba54b797f7f1c58da1312
2024 Author: Judd Vinet <judd@archlinux.org>
2025 Date:   Thu May 27 00:30:15 2004 +0000
2027     fixed the lvm2 segfault on shutdown
2029 commit f396331a675e17ef282b56ea228e66383d401400
2030 Author: Judd Vinet <judd@archlinux.org>
2031 Date:   Wed May 19 16:56:48 2004 +0000
2033     added sysfs mounting to fix LVM2 segfaults
2035 commit 446e095bdfb1d4d9c31f729d4169aa4a9f44797f
2036 Author: Judd Vinet <judd@archlinux.org>
2037 Date:   Tue May 18 23:40:53 2004 +0000
2039     added better LVM handling
2041 commit e555d5efc43f7e8597dd90482e145f6d1936faf8
2042 Author: Judd Vinet <judd@archlinux.org>
2043 Date:   Tue May 11 21:34:59 2004 +0000
2045     added hotplug to the DAEMONS array (disabled by default)
2047 commit 262af2251dd4675e3664435068d4a96b21ab7d74
2048 Author: Judd Vinet <judd@archlinux.org>
2049 Date:   Fri Mar 26 20:01:07 2004 +0000
2051     added -h arg to poweroff to park the hard drives
2053 commit abbe7921517e87dcf3fa61036d26d72bc714257a
2054 Author: Judd Vinet <judd@archlinux.org>
2055 Date:   Sun Feb 29 23:09:37 2004 +0000
2057     added --ignorelockingfailure during startup vgchange (LVM2)
2059 commit 0d76f45bffddced00c83b0c06f1be796a780366b
2060 Author: Judd Vinet <judd@archlinux.org>
2061 Date:   Sun Feb 29 07:03:00 2004 +0000
2063     updated for LVM2
2065 commit d9f8f3c07bcf1ab349fa6484980a04ef57c7212c
2066 Author: Judd Vinet <judd@archlinux.org>
2067 Date:   Mon Feb 23 03:32:36 2004 +0000
2069     added setup commands for LVM2
2071 commit d4a5c5ef402ca7315e5429eaccb0748e38b964af
2072 Author: Judd Vinet <judd@archlinux.org>
2073 Date:   Thu Feb 19 18:50:09 2004 +0000
2075     added cleanups by Leif Askeland
2077 commit 45ede7cf9dd872c580e9c2a57a00b0350f035371
2078 Author: Judd Vinet <judd@archlinux.org>
2079 Date:   Wed Feb 18 19:35:17 2004 +0000
2081     updated copyright
2083 commit b6fab06a33cb0c829731c3123ef35444c6909d72
2084 Author: Judd Vinet <judd@archlinux.org>
2085 Date:   Fri Jan 30 18:30:06 2004 +0000
2087     added a rc.d/netfs script to mount network-based filesystems from DAEMONS
2089 commit 4abccbdf439817f1328547f1f22db969fe6d8591
2090 Author: Judd Vinet <judd@archlinux.org>
2091 Date:   Sat Jan 10 00:46:13 2004 +0000
2093     fixed a kernel 2.6 bug re: console fonts
2095 commit a7768b2ae842c55413b1dce8a3f19e7c730885fa
2096 Author: Judd Vinet <judd@archlinux.org>
2097 Date:   Tue Dec 30 22:42:18 2003 +0000
2099     network-based mounts are not mounted til rc.multi runs
2101 commit 9009002d949745ec8824662680c06cf34040dba8
2102 Author: Judd Vinet <judd@archlinux.org>
2103 Date:   Tue Dec 30 22:37:50 2003 +0000
2105     removed a debug comment
2107 commit 4fa550ea84f951b4afe5c2e4af4aad32b7a901f6
2108 Author: Judd Vinet <judd@archlinux.org>
2109 Date:   Tue Dec 30 22:23:36 2003 +0000
2111     added a cosmetic fix to ifdown() in rc.d/network
2113 commit e9b62e0418df5ce6db98de36837bab2922154229
2114 Author: Judd Vinet <judd@archlinux.org>
2115 Date:   Sun Dec 21 08:58:37 2003 +0000
2117     removed a leftover debugging statement
2119 commit a71e42c461da1672582143a829654049399616e7
2120 Author: Judd Vinet <judd@archlinux.org>
2121 Date:   Sun Dec 21 00:48:23 2003 +0000
2123     upgpkg: initscripts 0.6
2125 commit 53ae13821436183990e40cffefa8c9cff4b4f2ae
2126 Author: Judd Vinet <judd@archlinux.org>
2127 Date:   Fri Oct 10 22:24:34 2003 +0000
2129     fixed the licensing line
2131 commit 93dd5710cf2273c228135959c22f9e4f33d78477
2132 Author: Judd Vinet <judd@archlinux.org>
2133 Date:   Fri Oct 10 01:26:53 2003 +0000
2135     added a missing space
2137 commit 065e944539ec9b527fa163317c0a633c872c809b
2138 Author: Judd Vinet <judd@archlinux.org>
2139 Date:   Fri Oct 10 01:16:08 2003 +0000
2141     a little formatting improvement
2143 commit 7f4117b05f9e4730657779ec7d4b3b08ba12616c
2144 Author: Judd Vinet <judd@archlinux.org>
2145 Date:   Fri Oct 10 01:10:18 2003 +0000
2147     added color to rc messages and fixed bug #168
2149 commit be8b6f59470b8779c3d4e10b3045507920931896
2150 Author: Judd Vinet <judd@archlinux.org>
2151 Date:   Sat Oct 4 07:41:42 2003 +0000
2153     added -x check to /sbin/fsck, so reiserfs users can uninstall e2fsprogs without script errors
2155 commit 3a161b0240eb8eedcc8affb5e0c5b92d058619d9
2156 Author: Judd Vinet <judd@archlinux.org>
2157 Date:   Fri Sep 19 05:16:21 2003 +0000
2159     added consolefont setting to rc.conf
2161 commit 6ea51dec01002c6b392c374fa70a62020edffd84
2162 Author: Judd Vinet <judd@archlinux.org>
2163 Date:   Fri Sep 19 04:57:20 2003 +0000
2165     added timeout to dhcp startup
2167 commit 2a48c5bd8db694cfe3a26cc3ef92e36050859b31
2168 Author: Judd Vinet <judd@archlinux.org>
2169 Date:   Fri Sep 19 04:29:34 2003 +0000
2171     modified network script to not bail out on error
2173 commit 25223b3c0c1be7d320299af4e31062295694098a
2174 Author: Judd Vinet <judd@archlinux.org>
2175 Date:   Mon Aug 25 19:15:49 2003 +0000
2177     improved lvm detection/activation
2179 commit da04ddf1b88b62ad77db29b8efa33649a0871b58
2180 Author: Judd Vinet <judd@archlinux.org>
2181 Date:   Sat Jul 12 19:21:26 2003 +0000
2183     added a check for lvmtab before activating LVM groups
2185 commit e39affb13f412f21a93205431c2abc625b4238a4
2186 Author: Judd Vinet <judd@archlinux.org>
2187 Date:   Wed Jul 9 02:13:45 2003 +0000
2189     removed the conf.d stuff -- conf.d files will be parsed individually by the rc.d scripts to avoid name collisions
2191 commit d69b11e73a70c9c0ed6cd888ff4ac4eb3e877ec2
2192 Author: Judd Vinet <judd@archlinux.org>
2193 Date:   Wed Jun 4 00:22:45 2003 +0000
2195     fixed a rc.sysinit bug and moved conf.d parsing to the top of rc.conf
2197 commit 18c7679d90ca5c1c9508548c35c0a4ea14ca4d6f
2198 Author: Judd Vinet <judd@archlinux.org>
2199 Date:   Tue May 27 18:29:39 2003 +0000
2201     fixed a small typo
2203 commit 2e25861ad03003273707fa604522e3390c24f895
2204 Author: Judd Vinet <judd@archlinux.org>
2205 Date:   Tue May 27 17:14:50 2003 +0000
2207     moved nfsmount to nfs-utils
2209 commit ba769985bf38b1eb4e54f0e19d8b3502216646d6
2210 Author: Judd Vinet <judd@archlinux.org>
2211 Date:   Mon May 26 22:22:04 2003 +0000
2213     added lvm handling
2215 commit df91d849d2c19bd070473da49dd8befc7aae978c
2216 Author: Judd Vinet <judd@archlinux.org>
2217 Date:   Fri May 23 23:58:57 2003 +0000
2219     upgpkg: initscripts 0.5
2221 commit ead9f8db5fe817f019512681d5169dffad705357
2222 Author: Judd Vinet <judd@archlinux.org>
2223 Date:   Thu May 8 18:12:46 2003 +0000
2225     added -D, -H, and -h to the dhcp line
2227 commit a85df6abb081d7a7d51b00e7e301d1497fede30a
2228 Author: Judd Vinet <judd@archlinux.org>
2229 Date:   Fri Feb 7 17:05:02 2003 +0000
2231     updated PKGBUILD release
2233 commit e4398c2e693441b8844645ee69fd3b7e483b3530
2234 Author: Judd Vinet <judd@archlinux.org>
2235 Date:   Fri Feb 7 16:58:42 2003 +0000
2237     added the MODULES=() line to rc.conf, with loading in rc.sysinit
2239 commit f6081f262419c2a4880d372636e391a52e148782
2240 Author: Judd Vinet <judd@archlinux.org>
2241 Date:   Tue Jan 7 01:48:51 2003 +0000
2243     updated rc.single to shutdown daemons correctly
2245 commit 6c4a6fc1938f12ee85b4f593de64a8776e5c1ba0
2246 Author: Judd Vinet <judd@archlinux.org>
2247 Date:   Mon Jan 6 23:23:41 2003 +0000
2249     kill dhcpcd pid files before running the client daemon
2251 commit 19c04471ce76a3f803fdf47b964880266b529070
2252 Author: Judd Vinet <judd@archlinux.org>
2253 Date:   Sat Dec 14 00:13:55 2002 +0000
2255     fixed the location of adjtime
2257 commit 96cb8c51e0ddb57f382c958ebb7808baaa258765
2258 Author: Judd Vinet <judd@archlinux.org>
2259 Date:   Thu Dec 12 22:27:36 2002 +0000
2261     modified to stat_fail to return a $retval
2263 commit 81da8c411f590b436e0cffcae9dd4c30598d35b2
2264 Author: Judd Vinet <judd@archlinux.org>
2265 Date:   Fri Nov 29 09:06:45 2002 +0000
2267     fixed a syntax bug in rc.sysinit
2269 commit c5f67416f3250e0d16eb2e588fc2b62435727d3c
2270 Author: Judd Vinet <judd@archlinux.org>
2271 Date:   Wed Nov 27 00:36:14 2002 +0000
2273     fix
2275 commit 43cda626dbc05e92dffc0027ef19db9d3cc44d37
2276 Author: Judd Vinet <judd@archlinux.org>
2277 Date:   Tue Nov 26 23:26:48 2002 +0000
2279     added nfsmount (from jk)
2281 commit c8cd508809408a0be9f1fbeb65775ab7fb083f3b
2282 Author: Judd Vinet <judd@archlinux.org>
2283 Date:   Tue Nov 26 18:17:31 2002 +0000
2285     Added utf hwclock support (from user patch)
2287 commit 914b0b3b572a3d5d311682a88424d165589798f1
2288 Author: Judd Vinet <judd@archlinux.org>
2289 Date:   Sat Nov 23 20:37:55 2002 +0000
2291     added jk's changes:  system clock is set earlier on, and modules.dep is only
2292     updated if new modules are present.
2294 commit dd4248ed74b9adce32910ee95274719249220757
2295 Author: Judd Vinet <judd@archlinux.org>
2296 Date:   Wed Aug 28 21:43:10 2002 +0000
2298     removed PROFILES array
2300 commit eb2f42cba2d8134e83321810dcad897cc88e4716
2301 Author: Judd Vinet <judd@archlinux.org>
2302 Date:   Sat Aug 24 20:54:22 2002 +0000
2304     rc.sysinit removes /var/run/daemons/* on bootup
2306 commit fd8fde036ab46b593590b362bc94b051e432a295
2307 Author: Judd Vinet <judd@archlinux.org>
2308 Date:   Wed Jul 24 02:57:16 2002 +0000
2310     Upgraded initscripts to 0.3
2312 commit 2b503065569fa2ffedf5eafc76158c74062ac49b
2313 Author: Judd Vinet <judd@archlinux.org>
2314 Date:   Tue Jun 11 05:07:54 2002 +0000
2316     nada
2318 commit efa9a6d681b87fa4b8e321173690144b17a08d35
2319 Author: Judd Vinet <judd@archlinux.org>
2320 Date:   Sat Apr 27 21:04:15 2002 +0000
2322     Added DHCP handling to initscripts
2324 commit 30277f5e1ce30a10ed08ae2529282718c86ac826
2325 Author: Judd Vinet <judd@archlinux.org>
2326 Date:   Fri Apr 19 17:16:37 2002 +0000
2328     *** empty log message ***
2330 commit f7a1c1ba6c35069ed6086e41146471fe97856325
2331 Author: Judd Vinet <judd@archlinux.org>
2332 Date:   Fri Apr 19 17:15:35 2002 +0000
2334     *** empty log message ***
2336 commit 3a3db1e368443447d7eaec461110bb122d026d83
2337 Author: Judd Vinet <judd@archlinux.org>
2338 Date:   Fri Apr 19 17:13:21 2002 +0000
2340     Cleaned up networking in initscripts
2342 commit cd5a839558fa3e5b10423fa33e621be2f27acf12
2343 Author: Judd Vinet <judd@archlinux.org>
2344 Date:   Fri Apr 19 07:28:04 2002 +0000
2346     Updated for /etc/profile.d
2348 commit f5e0fa814e1f31279509645a25057dcefa5eaadc
2349 Author: Judd Vinet <judd@archlinux.org>
2350 Date:   Tue Apr 16 03:59:06 2002 +0000
2352     Updated network rc script with jproctor's disable-eth changes
2354 commit 8bc78f134bf719b16a3b3b2a7cea947fbf526e3b
2355 Author: Judd Vinet <judd@archlinux.org>
2356 Date:   Mon Apr 15 16:45:38 2002 +0000
2358     Added arch-release to filesystem
2359     Fixed initscripts (again)
2361 commit b840b6f59bfa39bceb663ad1b40f4c0ff5984366
2362 Author: Judd Vinet <judd@archlinux.org>
2363 Date:   Mon Apr 15 07:00:55 2002 +0000
2365     *** empty log message ***
2367 commit 9a59bb9539dacac884b9c3b0088e22ba762f2b9b
2368 Author: Judd Vinet <judd@archlinux.org>
2369 Date:   Mon Apr 15 06:53:10 2002 +0000
2371     Updated initscripts
2373 commit 2f4936aec49df2c681ae0862103cee8376c5ab57
2374 Author: Judd Vinet <judd@archlinux.org>
2375 Date:   Mon Apr 15 06:47:05 2002 +0000
2377     Bugfix for initscripts
2379 commit 5b61b6c2bf49d75df992a4dc39757e66a536dbcd
2380 Author: Judd Vinet <judd@archlinux.org>
2381 Date:   Mon Apr 15 06:41:16 2002 +0000
2383     Updated initscripts for multiple ethernet interfaces
2385 commit 91fd2beff99c9e623a201c8221964353c8669044
2386 Author: Judd Vinet <judd@archlinux.org>
2387 Date:   Thu Apr 11 05:06:15 2002 +0000
2389     Updated installer script
2390     Added package dhcpcd
2391     Took ash job control out of busybox for bootdisk
2393 commit 2cb34b31712bf72ae6c30e5029572463152a082f
2394 Author: Judd Vinet <judd@archlinux.org>
2395 Date:   Sun Mar 24 08:50:48 2002 +0000
2397     Fixed a runlevel bug in initscripts
2399 commit 65405267704892a9bcb42186c95adcf4566cbf8c
2400 Author: Judd Vinet <judd@archlinux.org>
2401 Date:   Sun Mar 24 08:40:40 2002 +0000
2403     Added rc.d network script to initscripts
2405 commit eea6fee11ad792708d6b8fbf0cb5b42b00ea1c91
2406 Author: Judd Vinet <judd@archlinux.org>
2407 Date:   Thu Mar 14 08:34:49 2002 +0000
2409     Removed all filelist files from repository
2411 commit 57d51e9a853fc21be0e733253ac56f2d9756d3a7
2412 Author: Judd Vinet <judd@archlinux.org>
2413 Date:   Wed Mar 13 08:05:47 2002 +0000
2415     Updated inittab for X11
2417 commit d0ea35d522f7e68b198afe01bf369463af56259f
2418 Author: Judd Vinet <judd@archlinux.org>
2419 Date:   Tue Mar 12 05:37:01 2002 +0000
2421     Rebuild package pcmcia-cs for 2.4.18
2422     Tweaked initscripts/filesystem
2423     Added doc/install.txt and misc/cdboot/etc/issue and scripts/makerelease
2425 commit 14e3f9480a7364200b999477fa4ab9da16884831
2426 Author: Judd Vinet <judd@archlinux.org>
2427 Date:   Mon Mar 11 00:58:34 2002 +0000
2429     Removed rc.proto, updated rc.single
2431 commit 325b46a6b02aee695658eafe6b714d0e02810e1a
2432 Author: Judd Vinet <judd@archlinux.org>
2433 Date:   Sat Mar 9 10:07:16 2002 +0000
2435     Added some rudimentary networking stuff
2437 commit 897380f9b8071b8df0dcdb85cc9e1424640762b9
2438 Author: Judd Vinet <judd@archlinux.org>
2439 Date:   Tue Mar 5 04:59:03 2002 +0000
2441     Changed name to Arch Linux
2443 commit 98c76a453222169f12b0e95f8a7ed0175e182598
2444 Author: Judd Vinet <judd@archlinux.org>
2445 Date:   Mon Mar 4 07:28:25 2002 +0000
2447     Initial revision