diff options
author | Bill Nottingham <notting@redhat.com> | 2009-05-01 16:29:33 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-05-01 16:31:52 -0400 |
commit | 210d0fb68b306c50a1e6a4a71cffb57519445d33 (patch) | |
tree | f811598b05a5080295a8a772035ed354fd3663f3 /event.d/rc2 | |
parent | 393352aa15df51a31f67f5776319d1bc3d505279 (diff) | |
download | initscripts-F10-branch.tar initscripts-F10-branch.tar.gz initscripts-F10-branch.tar.bz2 initscripts-F10-branch.tar.xz initscripts-F10-branch.zip |
Don't stop a runlevel event on subsequent entering of the same runlevel. (#498514)F10-branch
A gnome-session bug caused shutdown events to be triggered multiple times. The
effect of subsequent ones would be to kill the running shutdown.
Diffstat (limited to 'event.d/rc2')
-rw-r--r-- | event.d/rc2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event.d/rc2 b/event.d/rc2 index 1e0ab677..6cc4d884 100644 --- a/event.d/rc2 +++ b/event.d/rc2 @@ -5,7 +5,7 @@ start on runlevel 2 -stop on runlevel +stop on runlevel [!2] console output script |