diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm/files/patch-data_gdm.conf-custom.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/gdm/files/patch-data_gdm.conf-custom.in b/x11/gdm/files/patch-data_gdm.conf-custom.in new file mode 100644 index 000000000..7bf827126 --- /dev/null +++ b/x11/gdm/files/patch-data_gdm.conf-custom.in @@ -0,0 +1,12 @@ +--- data/gdm.conf-custom.in.orig 2013-11-20 10:35:05.845253412 +0000 ++++ data/gdm.conf-custom.in 2013-11-20 10:35:11.644252821 +0000 +@@ -2,6 +2,9 @@ + + [daemon] + ++HaltCommand=/sbin/shutdown -p now ++RebootCommand=/sbin/shutdown -r now ++ + [security] + + [xdmcp] |