diff options
author | David Zeuthen <david@fubar.dk> | 2007-02-07 11:01:52 -0500 |
---|---|---|
committer | William Jon McCann <mccann@jhu.edu> | 2007-02-07 11:01:52 -0500 |
commit | 4cf47cb3072a7995e6dc87fcc7dd4bafe76256f8 (patch) | |
tree | d7fd9ee29f225c98a275aaa541bacf5de6136771 /data | |
parent | 7dcf31d02463faa3c59a9417dae654668d03fea9 (diff) |
start ck before hal
We should start CK before HAL (especially in light of some changes in
HAL I'm working on); this patch does that for RH based systems. Please
apply. Thanks!
Diffstat (limited to 'data')
-rwxr-xr-x | data/ConsoleKit.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ConsoleKit.in b/data/ConsoleKit.in index 6340a1e..3bc6ef0 100755 --- a/data/ConsoleKit.in +++ b/data/ConsoleKit.in @@ -2,7 +2,7 @@ # # ConsoleKit: ConsoleKit daemon # -# chkconfig: 345 98 02 +# chkconfig: 345 90 10 # description: The ConsoleKit maintains a list of sessions # # processname: console-kit-daemon |