summaryrefslogtreecommitdiffstats
path: root/abs/core/initscripts/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/initscripts/ChangeLog')
-rw-r--r--abs/core/initscripts/ChangeLog111
1 files changed, 111 insertions, 0 deletions
diff --git a/abs/core/initscripts/ChangeLog b/abs/core/initscripts/ChangeLog
index 1ba9dc8..a8c7a23 100644
--- a/abs/core/initscripts/ChangeLog
+++ b/abs/core/initscripts/ChangeLog
@@ -1,3 +1,114 @@
+commit 2c5e306be0bcc8d91662176bfcfb55ec95777bc3
+Author: Aaron Griffin <aaronmgriffin@gmail.com>
+Date: Wed Jan 21 13:10:34 2009 -0800
+
+ Adjust copyright year to 2009
+
+ Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
+
+commit ad81ddafabd95ee1ea7169880a6a80f04babf9a6
+Author: Aaron Griffin <aaronmgriffin@gmail.com>
+Date: Tue Dec 23 14:45:30 2008 -0800
+
+ Add some simple status display functions
+
+ This is useful for displaying daemon status in functions
+ like /etc/rc.d/$DAEMON status
+
+ Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
+
+commit fa4f2f14870500eeab3233da07647a7c2c5e1648
+Author: Aaron Griffin <aaronmgriffin@gmail.com>
+Date: Tue Dec 23 14:43:51 2008 -0800
+
+ Adjust minilogd's maximums
+
+ A max of 200000 lines stored, at 8K per line, was a little
+ ridiculous and soaked up way to much memory if a syslogger
+ was not started. Drop the max to 10000 so that we don't kill
+ the user's system.
+
+ Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
+
+commit 0e4ff39e5a5c72b7d4e8d251d029d4342f68b7b6
+Author: Aaron Griffin <aaronmgriffin@gmail.com>
+Date: Tue Dec 23 14:41:09 2008 -0800
+
+ chmod /var/run/utmp to 664 when creating
+
+ This allows X terminals to write to /var/run/utmp
+ so that they are reported properly to commands like
+ who and w
+
+ Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
+
+commit af3ac0dc954d96855555aa8cb12633494d465a77
+Author: Aaron Griffin <aaronmgriffin@gmail.com>
+Date: Thu Dec 4 09:40:14 2008 -0800
+
+ unset the TZ envvar in 'functions'
+
+ This prevents a local TZ variable from breaking
+ daemon's when started by root. Daemon's should always
+ respect the system's /etc/localtime
+
+ Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
+
+commit 9ac428a113d5dee2b4d5469fdfdb383eda90d4c6
+Author: Aaron Griffin <aaronmgriffin@gmail.com>
+Date: Mon Nov 24 07:50:45 2008 -0800
+
+ Switch commented kdm path
+
+ Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
+
+commit 572019c5a188d22a1e833c1a27081227a65133f9
+Author: Roman Kyrylych <roman@archlinux.org>
+Date: Thu Sep 25 00:33:32 2008 -0500
+
+ Added missing slash
+
+ Signed-off-by: Roman Kyrylych <roman@archlinux.org>
+ Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
+
+commit af5516dc690a3b2fab88188cfcde898ca0efbf4b
+Author: Thomas Bächler <thomas@archlinux.org>
+Date: Thu Sep 18 22:21:39 2008 +0200
+
+ Fix bug #11229
+
+commit 8f1628613cc5746b7c85c6f84776b365833f1dad
+Author: Thomas Bächler <thomas@archlinux.org>
+Date: Thu Sep 18 18:55:14 2008 +0200
+
+ Respawn udev properly when running 'init s'. Fixes #9739
+
+commit ce600eea3b9383f167cb91d784aff04821fa0528
+Author: Thomas Bächler <thomas@archlinux.org>
+Date: Sun Sep 14 19:46:14 2008 +0200
+
+ Remove references to start_udev from rc.sysinit
+
+commit d399979d08be1ae2cc8e4ab60a68c57b120d08a0
+Author: Thomas Bächler <thomas@archlinux.org>
+Date: Sun Sep 14 19:41:14 2008 +0200
+
+ Revert "Create udev required device nodes if missing"
+
+ This reverts commit 119b8df1fb1258231750309f01e747e72f382493.
+ These nodes are created like 10 lines above, the [ -f ... ] check would always return false anyway (-f == regular file)
+
+commit 119b8df1fb1258231750309f01e747e72f382493
+Author: Aaron Griffin <aaronmgriffin@gmail.com>
+Date: Sat Aug 30 21:11:39 2008 -0500
+
+ Create udev required device nodes if missing
+
+ Udev requires /dev/console, /dev/null, and /dev/zero to exist
+ before running. Create these on init if they're missing
+
+ Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
+
commit d2ae38c8b06d057c7593b7ba836bf24a1f8f6c4f
Author: Aaron Griffin <aaronmgriffin@gmail.com>
Date: Tue Aug 5 14:34:53 2008 -0400