aboutsummaryrefslogtreecommitdiffstats
path: root/event.d/rc0
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-05-01 16:29:33 -0400
committerBill Nottingham <notting@redhat.com>2009-05-01 16:31:52 -0400
commit210d0fb68b306c50a1e6a4a71cffb57519445d33 (patch)
treef811598b05a5080295a8a772035ed354fd3663f3 /event.d/rc0
parent393352aa15df51a31f67f5776319d1bc3d505279 (diff)
downloadinitscripts-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/rc0')
-rw-r--r--event.d/rc02
1 files changed, 1 insertions, 1 deletions
diff --git a/event.d/rc0 b/event.d/rc0
index 63de616b..11ce5a51 100644
--- a/event.d/rc0
+++ b/event.d/rc0
@@ -6,7 +6,7 @@
start on runlevel 0
-stop on runlevel
+stop on runlevel [!0]
console output
script